aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_edgedetect: check if height is big enoughPaul B Mahol2022-05-041-3/+6
* avfilter/vf_bitplanenoise: fix overreadsPaul B Mahol2022-05-041-2/+2
* avfilter/vf_fieldorder: fix heap-buffer overflowPaul B Mahol2022-05-041-2/+2
* avfilter/vf_fieldmatch: fix heap-buffer overflowPaul B Mahol2022-05-041-1/+1
* avfilter/vf_lenscorrection: make width/height intPaul B Mahol2022-04-131-2/+2
* avfilter/vf_subtitles: pass storage size to libassOneric2022-04-131-1/+8
* avfilter/vf_gblur: fix heap-buffer overflowPaul B Mahol2022-04-131-1/+1
* avfilter/vf_lenscorrection: fix division by zeroPaul B Mahol2022-04-131-4/+2
* avfilter/scale_npp: fix non-aligned output frame dimensionsTimo Rothenpieler2021-10-071-1/+4
* avfilter/vf_mestimate: Check b_countMichael Niedermayer2021-09-121-0/+3
* avfilter/vf_dctdnoiz: Check threadsMichael Niedermayer2021-09-111-0/+3
* avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with blackMichael Niedermayer2021-09-111-1/+2
* avfilter/vf_yadif: Fix handing of tiny imagesMichael Niedermayer2021-09-111-14/+18
* avfilter/vf_vmafmotion: Check dimensionsMichael Niedermayer2021-09-111-0/+3
* avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice()Michael Niedermayer2021-09-111-2/+2
* avfilter/vf_xbr: Fix left shift of negative numberAndreas Rheinhardt2020-07-031-1/+1
* avfilter/vf_hqx: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-07-031-1/+1
* avfilter/vf_aspect: Fix integer overflow in compute_dar()Michael Niedermayer2020-07-021-1/+1
* avfilter/vf_find_rect: Remove assertMichael Niedermayer2020-07-021-2/+0
* avfilter/vf_find_rect: Increase worst case scoreMichael Niedermayer2020-07-021-2/+2
* avfilter/vf_geq: Use av_clipd() instead of av_clipf()Michael Niedermayer2019-11-151-2/+2
* avfilter/af_silenceremove: fix possible crash if supplied duration is negativePaul B Mahol2019-01-251-0/+9
* avfilter/vf_signature: use av_strlcpy()Michael Niedermayer2018-06-181-1/+2
* avfilter/vf_transpose: Fix used plane count.Michael Niedermayer2018-01-281-1/+7
* lavfi/deinterlace_vaapi: fix can't show full option information.Jun Zhao2018-01-281-7/+7
* libavfilter/af_dcshift.c: Fixed repeated spelling errorKelly Ledford2018-01-281-10/+10
* avfilter/formats: fix wrong function name in error messageJun Zhao2018-01-281-1/+1
* lavfi/af_pan: fix sign handling in channel coefficient parserMichael Roitzsch2017-11-211-0/+1
* Bump minor versions for branching 3.4Michael Niedermayer2017-10-111-2/+2
* vaapi: Always free parameter buffers after vaEndPicture() with libva2Mark Thompson2017-10-092-2/+2
* lavfi: Rename local variables "main" as "master".Carl Eugen Hoyos2017-10-074-22/+22
* lavfi/avfilter.c: Correct guess_status_pts to account for differing link time...Sasi Inguva2017-10-071-4/+4
* avfilter/vf_fps: add eof_action filter optionTobias Rapp2017-10-062-2/+14
* avfilter/vf_fps: clean-up filter optionsTobias Rapp2017-10-051-6/+6
* lavfi/vmafmotion: Allow more pix_fmts.Carl Eugen Hoyos2017-10-011-9/+13
* avfilter/vf_thumbnail_cuda: Avoid mixing declaration and statementsMichael Niedermayer2017-10-011-1/+2
* avfilter/vmaf_motion: use correct header guardsJames Almer2017-09-301-3/+3
* avfilter: add vmafmotion filterAshish Singh2017-09-304-0/+425
* Merge commit '5c8a5765dc5f4e29afb85b95be393c30f45412a8'James Almer2017-09-271-3/+3
|\
| * scale_npp: explicitly set the output frames context for passthrough modeAnton Khirnov2017-02-111-3/+5
| * Mark some arrays that never change as const.Anton Khirnov2017-02-014-5/+5
* | avfilter/f_metadata: avoid trailing whitespace in filter outputTobias Rapp2017-09-271-2/+2
* | avfilter/interlace: rename two variables for consistencyThomas Mundt2017-09-252-10/+10
* | avfilter/af_headphone: increase max ir lengthPaul B Mahol2017-09-251-1/+1
* | avfilter/interlace: add support for 10 and 12 bitThomas Mundt2017-09-237-56/+311
* | avfilter/tinterlace: use drawutils for pad modeThomas Mundt2017-09-232-9/+10
* | lavfi: make window_func an inline functionRostislav Pehlivanov2017-09-237-188/+166
* | avfilter/thumbnail_cuda: add cuda thumbnail filterYogender Gupta2017-09-225-1/+526
* | lavfi/stereo3d: Set SAR for every output frame.Carl Eugen Hoyos2017-09-201-10/+12
* | avfilter/tinterlace: Simplify checks for lowpass filtering flagsJames Almer2017-09-181-8/+4