aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avformat/segafilmenc: Check early whether video is allowedAndreas Rheinhardt2020-01-141-8/+11
* avformat/segafilmenc: Postpone check for existence of video streamAndreas Rheinhardt2020-01-141-4/+4
* avformat/segafilmenc: Fix undefined left shift of 1 by 31 placesAndreas Rheinhardt2020-01-141-1/+1
* avutil/avstring: Fix warning: ISO C90 forbids mixed declarations and codeLimin Wang2020-01-141-3/+5
* avfilter/vf_eq: cosmeticsLimin Wang2020-01-141-1/+1
* avcodec/v4l2_context: Use AVERROR macroAndriy Gelman2020-01-141-2/+2
* avfilter/avf_showspectrum: check if frame clone is setPaul B Mahol2020-01-141-1/+6
* avfilter/f_ebur128: check if frame clone is setPaul B Mahol2020-01-141-1/+5
* avfilter/avf_aphasemeter: check if clone frame is setPaul B Mahol2020-01-141-1/+6
* avfilter/avf_ahistogram: check if frame clone is setPaul B Mahol2020-01-141-1/+6
* avfilter/asr_anullsrc: remove pointless frame cloningPaul B Mahol2020-01-141-4/+1
* avfilter/af_anequalizer: check if frame clone is setPaul B Mahol2020-01-141-1/+6
* avfilter/af_aiir: check if frame clone is setPaul B Mahol2020-01-141-1/+6
* avfilter/af_afir: check if frame clone is setPaul B Mahol2020-01-141-1/+5
* avfilter/avf_avectorscope: check if clone frame is setPaul B Mahol2020-01-141-1/+6
* lavfi/dnn_processing: refine code to use function av_image_copy_plane for dat...Guo, Yejun2020-01-141-61/+24
* fate/filter-video: add two tests for dnn_processing with frame format rgb24 a...Guo, Yejun2020-01-143-0/+114
* avfilter/f_drawgraph: add rate/r optionPaul B Mahol2020-01-142-1/+25
* tiffdec: support embedded ICC profilesLynne2020-01-132-0/+19
* lavfi/volume: enable runtime change flagJun Zhao2020-01-131-1/+2
* lavfi/zscale: enable runtime change flagJun Zhao2020-01-131-4/+5
* lavfi/firequalizer: enable runtime change flagJun Zhao2020-01-131-2/+3
* lavfi/eq: enable runtime change flagJun Zhao2020-01-131-9/+9
* lavfi/rotate: enable runtime change flagJun Zhao2020-01-131-2/+3
* lavfi/streamselect: enable runtime change flagJun Zhao2020-01-131-1/+2
* lavfi/scale: enable runtime change flagJun Zhao2020-01-131-4/+5
* lavfi/hue: enable runtime change flagJun Zhao2020-01-131-1/+1
* lavfi/crop: enable runtime change flagJun Zhao2020-01-131-6/+7
* lavfi/spp: enable runtime change flagJun Zhao2020-01-131-1/+2
* lavfi/spp: add "quality" option in runtime change pathJun Zhao2020-01-132-1/+10
* tools/target_dec_fuzzer: Adjust threshold for RASCMichael Niedermayer2020-01-111-0/+1
* avcodec/cbs_h2645: Skip all 0 NAL unitsMichael Niedermayer2020-01-111-1/+4
* avcodec/adpcm: Fix overflow in FFABS() IMA_EA_EACSMichael Niedermayer2020-01-111-1/+1
* avcodec/alac: Fix integer overflow in LPC coefficient adaptionMichael Niedermayer2020-01-111-1/+1
* avcodec/g729postfilter: Optimize out overflowing multiplication from apply_ti...Michael Niedermayer2020-01-111-7/+7
* libavcodec/vc1: Remove bits variableMichael Niedermayer2020-01-114-14/+8
* avcodec/vc1dec: Check field_mode for spritesMichael Niedermayer2020-01-111-1/+6
* avcodec/vc1dec: Limit bits by the actual bitstream sizeMichael Niedermayer2020-01-111-2/+4
* avcodec/wavpack: simplify the codeLimin Wang2020-01-111-3/+1
* avfilter: add freezeframes video filterPaul B Mahol2020-01-116-2/+191
* avformat/matroskaenc: Fix ReferenceBlock timestampAndreas Rheinhardt2020-01-111-2/+2
* avfilter/af_dynaudnorm: use better limits for maximal amplificationPaul B Mahol2020-01-111-2/+3
* avfilter/af_amix: change the max range of the number of inputsLimin Wang2020-01-111-1/+1
* avfilter/vf_mix: change the max range of the number of inputsLimin Wang2020-01-111-1/+1
* doc/general: update table AV1 entry for librav1eGyan Doshi2020-01-111-1/+1
* doc/general: Add avs2 decoder/encoder entryJun Zhao2020-01-111-0/+2
* avformat/img2dec: add option to provide metadata fields related to input pathAlexandre Heitor Schmidt2020-01-105-1/+61
* avformat/mov: Use AV_DICT_DONT_STRDUP_VAL to avoid av_strdupAndreas Rheinhardt2020-01-101-4/+4
* avfilter/vf_showinfo: fix the integer handling issuesLimin Wang2020-01-101-2/+2
* avcodec/utils: replace avctx->internal with avci for better readabilityLimin Wang2020-01-101-30/+33