summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* avformat/matroskaenc: Remove traces of secondary seek headAndreas Rheinhardt2019-05-081-20/+18
* avformat/matroskaenc: Don't waste bytes in EBML HeaderAndreas Rheinhardt2019-05-0810-37/+40
* avformat/matroskaenc: Slightly improve size bounds for cuesAndreas Rheinhardt2019-05-081-6/+6
* avformat/matroskaenc: Fix BlockGroup size calculationAndreas Rheinhardt2019-05-081-3/+1
* avformat/matroskaenc: Fix relative timestamp checkAndreas Rheinhardt2019-05-081-1/+1
* libavfilter/dnn: add more data type support for dnn model inputGuo, Yejun2019-05-084-7/+39
* libavfilter/dnn: support multiple outputs for tensorflow modelGuo, Yejun2019-05-086-31/+85
* libavfilter/dnn: avoid memcpy for tensorflow dnn outputGuo, Yejun2019-05-082-27/+12
* libavfilter/dnn: determine dnn output during execute_model instead of set_inp...Guo, Yejun2019-05-086-49/+51
* libavfilter/dnn: remove limit for the name of DNN model input/outputGuo, Yejun2019-05-084-9/+9
* libavfilter/vf_sr: refine code to remove keyword 'else'Guo, Yejun2019-05-081-76/+72
* libavfilter/dnn_backend_tf.c: set layer_add_res for input layerGuo, Yejun2019-05-081-0/+1
OpenPOWER on IntegriCloud