summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* avcodec/tiff: Disallow striped and tiled tiffs except for DNGMichael Niedermayer2020-12-281-2/+5
* avformat/mpegts: Fix argument type for av_logMichael Niedermayer2020-12-281-1/+1
* avformat/mxfdec: Do not clear arrays in mxf_read_index_entry_array()Michael Niedermayer2020-12-281-3/+3
* lavu: use address-of operator checking clock_gettimeMarvin Scholz2020-12-281-2/+2
* avformat/hlsproto: update comment of file descriptionSteven Liu2020-12-281-1/+1
* avformat/hls: update comment of file descriptionSteven Liu2020-12-281-1/+1
* doc/muxers: correct description of hls_enc_key and hls_enc_ivSteven Liu2020-12-281-2/+2
* avfilter/vf_decimate: always properly handle EOFPaul B Mahol2020-12-271-4/+9
* avfilter/vf_decimate: stop dropping last frames with ppsrcPaul B Mahol2020-12-271-1/+2
* avfilter/vf_decimate: fix broken logic with ppsrc handlingPaul B Mahol2020-12-271-8/+10
* avfilter/vf_framerate: fix infinite loop with 1-frame inputMarton Balint2020-12-271-1/+3
* doc/protocols: document cache optionGyan Doshi2020-12-271-0/+10
* avfilter/vf_xmedian: add support for commandsPaul B Mahol2020-12-252-4/+33
* avfilter/af_vibrato: make sure table size is at least 1Paul B Mahol2020-12-251-2/+2
* avfilter/af_tremolo: make sure table size is at least 1Paul B Mahol2020-12-251-1/+1
* avcodec/cfhd: properly handle midstream size changes for transform type 2Paul B Mahol2020-12-251-0/+6
* libswscale: avoid UB nullptr-with-offset.Jeremy Leconte2020-12-242-11/+5
* avformat/swfdec: Allocate output buffer after reading inputMichael Niedermayer2020-12-241-3/+10
* avformat/cafdec: clip sample rateMichael Niedermayer2020-12-241-1/+1
* tools/target_dec_fuzzer: Adjust maxpixels for G2MMichael Niedermayer2020-12-241-1/+1
* lavf/img2dec: Increase score for very large jpeg images.Carl Eugen Hoyos2020-12-241-1/+1
* lavd/decklink_dec: Do not set codec_tags.Carl Eugen Hoyos2020-12-241-8/+0
* ffmpeg: delay first statsGyan Doshi2020-12-241-1/+4
* avformat/hlsenc: Add dependency on avc.oDerek Buitenhuis2020-12-221-1/+1
* ffmpeg: don't delay printing initial statsGyan Doshi2020-12-231-2/+4
* ffmpeg: add option stats_periodGyan Doshi2020-12-234-2/+26
* avfilter/vf_decimate: fix overreads when using ppsrcPaul B Mahol2020-12-221-34/+25
* dnn: add NV12 pixel format supportTing Fu2020-12-222-9/+23
* avcodec/ffv1dec: Fix off by 1 error with quant tablesMichael Niedermayer2020-12-221-1/+1
* avformat/mpegts: simplify nb_packets codeMichael Niedermayer2020-12-221-5/+2
* avformat/mpegts: Increase pcr_incr width to 64bitMichael Niedermayer2020-12-221-1/+1
* avfilter/vf_decimate: switch to activatePaul B Mahol2020-12-211-34/+62
* avfilter/af_crystalizer: implement inverse filteringPaul B Mahol2020-12-212-9/+163
* avfilter/af_crystalizer: use proper type for variablePaul B Mahol2020-12-211-2/+2
* avfilter/af_crystalizer: improve filter descriptionPaul B Mahol2020-12-212-2/+4
* avformat/libamqp: parse vhost in uriAndriy Gelman2020-12-212-8/+30
* avfilter: add shufflepixels video filterPaul B Mahol2020-12-206-1/+487
* doc/codecs: add entries for export_side_dataGyan Doshi2020-12-201-0/+6
* avcodec/fastaudio: Fix invalid shift exponentMichael Niedermayer2020-12-191-1/+1
* avfilter/vf_maskedthreshold: add support for commandsPaul B Mahol2020-12-192-1/+6
* avfilter/vf_maskedminmax: add support for commandsPaul B Mahol2020-12-192-2/+12
* avfilter/vf_maskedclamp: add support for commandsPaul B Mahol2020-12-192-1/+6
* avfilter/vf_bilateral: add support for commandsPaul B Mahol2020-12-192-5/+36
* doc/filters: document that cas filter supports commandsPaul B Mahol2020-12-191-0/+3
* tools/target_dem_fuzzer: remove unused labelMichael Niedermayer2020-12-191-1/+1
* avcodec/utils: Check bitrate for overflow in get_bit_rate()Michael Niedermayer2020-12-191-1/+8
* avformat/mov: Check if hoov is at the endMichael Niedermayer2020-12-191-0/+2
* avcodec/hevc_ps: Change scaling_list_dc_coef to 8 bitMichael Niedermayer2020-12-191-1/+1
* avcodec/hevc_ps: check scaling_list_dc_coefMichael Niedermayer2020-12-191-1/+5
* avfilter/vf_fillborders: add fade modePaul B Mahol2020-12-182-3/+101