summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* tools/target_dec_fuzzer: Also fuzz keyframe & disposal flagsMichael Niedermayer2019-10-151-0/+4
| | | | | | This should improve coverage Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavc/libxavs2: fix parameter setting result determinationhwren2019-10-151-1/+1
| | | | | Signed-off-by: hwren <hwrenx@126.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/af_afade: fix heap-buffer overflowPaul B Mahol2019-10-151-1/+2
| | | | Fixes #8276
* avfilter/vf_edgedetect: fix heap-buffer overflowPaul B Mahol2019-10-151-3/+6
| | | | Fixes #8275
* avfilter/vf_avgblur: fix heap-buffer overflowPaul B Mahol2019-10-151-1/+1
| | | | Fixes #8274
* avcodec/av1_parse: Use av_fast_realloc() for OBU arrayJames Almer2019-10-152-2/+7
| | | | | | | Based on commits 22bec0d33f4231487547581a1f77e2e8e6eade88 and cebb446911fdc6c42d5a480b441b025c399e4a88. Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/av1_parse: simplify memset callJames Almer2019-10-151-2/+1
| | | | | | | | Removed (new_size - pkt->nals_allocated) because this value is always 1 during the call. Based on commit 78b86c30d3860135042505dd4a9cbd95c4e6257d. Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/h2645_parse: Reset nal_buffer_size on uninitAndriy Gelman2019-10-141-1/+1
| | | | | | | Without reseting nal_buffer_size, av_fast_realloc will fail if ff_h2645_packet_split is called with the unitialized pkt as argument. Signed-off-by: James Almer <jamrial@gmail.com>
* ffprobe: fix output of packets_and_frames section in JSON formatJames Almer2019-10-141-3/+7
| | | | | | | | | The "type" entry was hardcoded with an trailing comma, even if it was the only entry in the section. Fixes ticket #8228. Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter: fix typo in commentsZhao Zhili2019-10-141-1/+1
| | | | Signed-off-by: mypopy@gmail.com
* tools/target_dec_fuzzer: Also fuzz codec_tagMichael Niedermayer2019-10-141-0/+1
| | | | | | This should improve coverage Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tools/target_dec_fuzzer: Also fuzz FF_COMPLIANCE_EXPERIMENTALMichael Niedermayer2019-10-141-1/+5
| | | | | | This should improve coverage Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* tools/target_dec_fuzzer: Also fuzz block_alignMichael Niedermayer2019-10-141-0/+1
| | | | | | This should improve coverage Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_lenscorrection: make width/height intPaul B Mahol2019-10-141-2/+2
| | | | Somehow previous correct fix broke usage.
* doc/APIchanges: add missing entry for the new runtime param AVOption flagJames Almer2019-10-141-0/+3
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/vf_atadenoise: rewrite using macroPaul B Mahol2019-10-141-113/+57
|
* doc/filters: document colorchannelmixer commandsPaul B Mahol2019-10-141-0/+4
|
* doc/filters: document amplify commandsPaul B Mahol2019-10-141-0/+12
|
* doc/filters: document scroll commandsPaul B Mahol2019-10-141-0/+10
|
* avfilter/vf_bwdif: fix heap-buffer overflowPaul B Mahol2019-10-141-2/+2
| | | | Fixes #8261
* avfilter/af_atempo: use ff_filter_process_command()Paul B Mahol2019-10-141-17/+8
|
* avfilter/af_biquads: use ff_filter_process_command()Paul B Mahol2019-10-141-124/+10
|
* avfilter/af_rubberband: use ff_filter_process_command()Paul B Mahol2019-10-141-24/+9
|
* avfilter/vf_drawbox: use ff_filter_process_command()Paul B Mahol2019-10-141-31/+24
|
* avfilter/vf_colorchannelmixer: add support for commandsPaul B Mahol2019-10-141-8/+23
|
* avfilter/vf_amplify: add support for commandsPaul B Mahol2019-10-141-6/+8
|
* avfilter/vf_scroll: add support for commandsPaul B Mahol2019-10-141-4/+6
|
* avfilter/af_anlmdn: switch to ff_filter_process_command()Paul B Mahol2019-10-141-29/+7
|
* avfilter/vf_avgblur: switch to ff_filter_process_command()Paul B Mahol2019-10-141-18/+2
|
* avfilter/vf_gblur: switch to ff_filter_process_command()Paul B Mahol2019-10-141-18/+2
|
* avfilter/af_anlms: switch to ff_filter_process_command()Paul B Mahol2019-10-141-25/+10
|
* doc/filters: document new featurePaul B Mahol2019-10-141-0/+9
|
* avutil/opt: print runtime flag tooPaul B Mahol2019-10-142-25/+26
|
* avfilter/avfilter: add ff_filter_process_command()Paul B Mahol2019-10-142-0/+20
|
* avutil/opt: add AV_OPT_FLAG_RUNTIME_PARAM flagPaul B Mahol2019-10-143-2/+3
|
* avfilter/vf_geq: reindentPaul B Mahol2019-10-141-13/+13
|
* avfilter/vf_geq: allow user to set interpolation methodPaul B Mahol2019-10-142-0/+35
|
* avfilter/vf_edgedetect: fix coverity issuePaul B Mahol2019-10-141-2/+4
|
* avformat/chromaprint: improve logging messageAndriy Gelman2019-10-141-1/+1
| | | | Setting silence_threshold requires that -algorithm is set to 3.
* avformat/chromaprint: Fix fp_format optionAndriy Gelman2019-10-141-1/+1
| | | | | The fp_format option was incorrectly declared, so it could not be set via string constants.
* avfilter/vf_geq: Use av_clipd() instead of av_clipf()Michael Niedermayer2019-10-141-2/+2
| | | | | | | With floats we cannot represent all 32bit integer dimensions Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/Makefile: Fix aiffdec replaygain dependencyAndreas Rheinhardt2019-10-141-1/+1
| | | | | | | Forgotten in 6390f52a. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/mips: Fixed four warnings in vc1dspgxw2019-10-142-8/+8
| | | | | | | | | Change the stride argument to ptrdiff_t in the following functions: ff_put_no_rnd_vc1_chroma_mc8_mmi, ff_put_no_rnd_vc1_chroma_mc4_mmi, ff_avg_no_rnd_vc1_chroma_mc8_mmi, ff_avg_no_rnd_vc1_chroma_mc4_mmi. Reviewed-by: Shiyou Yin <yinshiyou-hf@loongson.cn> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/wmaprodec: Check that the streams channels do not exceed the overall ↵Michael Niedermayer2019-10-141-1/+1
| | | | | | | | | | | | channels Fixes: NULL pointer dereference Fixes: 18075/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_XMA1_fuzzer-5708262036471808 Fixes: 18087/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_XMA1_fuzzer-5740627634946048 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_libvmaf: fix filtering of >8 bit dataPaul B Mahol2019-10-131-2/+3
| | | | This is what reference does.
* avfilter/vf_lenscorrection: fix division by zeroPaul B Mahol2019-10-131-4/+2
| | | | Fixes #8265
* avfilter/vf_fieldorder: fix heap-buffer overflowPaul B Mahol2019-10-131-2/+2
| | | | Fixes #8264
* avfilter/vf_convolution: fix undefined behaviourPaul B Mahol2019-10-131-20/+20
| | | | Fixes #8263
* avfilter/vf_bm3d: fix possible infinite loopPaul B Mahol2019-10-131-1/+1
|
* avfilter/vf_bm3d: fix heap-buffer overflowsPaul B Mahol2019-10-131-4/+4
| | | | Fixes #8262
OpenPOWER on IntegriCloud