summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swscale/tests/swscale: Lengthen pixfmt name buffer to 21 bytesMichael Niedermayer2019-05-131-4/+4
* libswcale: Fix possible string overflow in test.Adam Richter2019-05-131-2/+2
* avfilter/vf_chromahold: implement blend optionPaul B Mahol2019-05-132-1/+12
* doc/filters: mention drawtext command supportGyan Doshi2019-05-131-0/+23
* avfilter/drawtext: make command processing error-resilientGyan Doshi2019-05-131-9/+38
* lavc/videotoolboxenc: Add support for 10-bit HEVC encoding.Rick Kern2019-05-121-46/+56
* lavc/videotoolboxenc: simplify frame creation logic between OS X and iOS.Rick Kern2019-05-121-62/+0
* lavc/videotoolboxenc: add require_sw option to force software encoding.Rick Kern2019-05-121-1/+8
* avfilter/af_astats: fix calculations involving last samplePaul B Mahol2019-05-121-4/+7
* avfilter/af_astats: fix initial values of variablesPaul B Mahol2019-05-121-8/+8
* swscale: Add test for isSemiPlanarYUV to pixdesc_queryPhilip Langdale2019-05-122-0/+14
* swscale: Add support for NV24 and NV42Philip Langdale2019-05-1220-9/+92
* avutil: Add NV24 and NV42 pixel formatsPhilip Langdale2019-05-125-3/+31
* avcodec/h264_ps: Check offset_for_non_ref_pic, offset_for_top_to_bottom_field...Michael Niedermayer2019-05-121-1/+16
* avcodec/hq_hqa: Check available space before reading slice offsetsMichael Niedermayer2019-05-121-0/+3
* avcodec/wmv2dec: Check input bits vs. coded MBsMichael Niedermayer2019-05-121-0/+9
* lavc/pngenc: check malloc fail before using the pointerJun Zhao2019-05-121-1/+1
* lavc/mlpenc: remove the redundant condition checkJun Zhao2019-05-121-4/+2
* lavc/libvpxenc: remove redundant condition checkJun Zhao2019-05-121-1/+1
* lavc/bink: Remove the dead code blockJun Zhao2019-05-121-2/+0
* lavc/avpacket: check NULL before using the pointerJun Zhao2019-05-121-1/+2
* lavc/aacenc_ltp: remove unnecessary condition check.Jun Zhao2019-05-121-1/+1
* lavf/isom: Allow reading mp3-in-isom as written by vlc.Carl Eugen Hoyos2019-05-121-0/+1
* avfilter: add colorhold filterPaul B Mahol2019-05-116-2/+105
* avcodec/gif: remove flags from gifimage optionPaul B Mahol2019-05-111-1/+1
* avcodec/gif: fix issues with transparent cropJacob Graff2019-05-111-6/+6
* lavc/libx265: Use avctx->framerate first for frame rate settingJun Zhao2019-05-111-2/+7
* lavc/libx264: Use avctx->framerate first for frame rate settingJun Zhao2019-05-111-2/+7
* lavf/avidec: Do not test for bitrate <= INT_MAX.Carl Eugen Hoyos2019-05-101-1/+1
* lavf/cover_rect: Fix logic check issueJun Zhao2019-05-101-1/+1
* LICENSE: Clarify --enable-nonfree.Carl Eugen Hoyos2019-05-101-4/+1
* LICENSE: Remove nvenc from the non-free section.Carl Eugen Hoyos2019-05-101-4/+0
* LICENSE: Remove an incorrect statement.Carl Eugen Hoyos2019-05-101-3/+1
* avcodec/prosumer: Only memset(0) what is needed.Michael Niedermayer2019-05-091-1/+4
* avcodec/fic: Check input size against minimal frame sizeMichael Niedermayer2019-05-091-1/+1
* avcodec/pafvideo: Check input space for decode_0() before slow operationsMichael Niedermayer2019-05-091-0/+4
* avcodec/scpr: check remaining data after decodeMichael Niedermayer2019-05-091-0/+3
* tools/crypto_bench: update the comment about build commandJun Zhao2019-05-091-1/+1
* tools/crypto_bench: check malloc fail before using itJun Zhao2019-05-091-3/+5
* avfilter/af_atempo: Make ffplay display correct timestamps when seekingPavel Koshevoy2019-05-081-1/+10
* avformat/matroskaenc: Reduce usage of ebml_masterAndreas Rheinhardt2019-05-081-54/+49
* avformat/matroskaenc: Improve log messages for blocksAndreas Rheinhardt2019-05-081-7/+16
* avformat/matroskaenc: Don't waste bytes writing level 1 elementsAndreas Rheinhardt2019-05-0810-51/+50
* avformat/matroskaenc: Cosmetics and typoAndreas Rheinhardt2019-05-081-52/+51
* avformat/matroskaenc: Write CRC-32 in non-seekable modeAndreas Rheinhardt2019-05-084-16/+6
* avformat/matroskaenc: Avoid seeking when writing level 1 elementsAndreas Rheinhardt2019-05-081-5/+10
* avformat/matroskaenc: Change variable typesAndreas Rheinhardt2019-05-081-16/+16
* avformat/matroskaenc: Remove redundant checkAndreas Rheinhardt2019-05-081-2/+0
* avformat/matroskaenc: Improve log messageAndreas Rheinhardt2019-05-081-9/+1
* avformat/matroskaenc: Simplify check for writing CRCsAndreas Rheinhardt2019-05-081-5/+6
OpenPOWER on IntegriCloud