summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vsrc_mandelbrot: Check for malloc failureMichael Niedermayer2022-10-211-0/+3
* avfilter/vf_colorspace: fix memmory leaksPaul B Mahol2022-05-041-2/+11
* avfilter/vf_random: fix memory leaksPaul B Mahol2022-05-041-0/+9
* avfilter/vf_bwdif: fix heap-buffer overflowPaul B Mahol2022-05-041-2/+2
* avfilter/vf_edgedetect: fix heap-buffer overflowPaul B Mahol2022-05-041-3/+6
* avfilter/vf_w3fdif: deny processing small videosPaul B Mahol2022-05-041-0/+5
* avfilter/vf_avgblur: fix heap-buffer overflowPaul B Mahol2022-05-041-1/+1
* avfilter/af_tremolo: fix heap-buffer overflowPaul B Mahol2022-05-041-3/+5
* 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-071-2/+2
* avfilter/vf_gblur: fix heap-buffer overflowPaul B Mahol2021-10-311-1/+1
* avfilter/vf_lenscorrection: fix division by zeroPaul B Mahol2021-10-311-4/+2
* avfilter/vf_mestimate: Check b_countMichael Niedermayer2021-10-091-0/+3
* avfilter/vf_dctdnoiz: Check threadsMichael Niedermayer2021-10-091-0/+3
* avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with blackMichael Niedermayer2021-10-091-1/+2
* avfilter/vf_yadif: Fix handing of tiny imagesMichael Niedermayer2021-10-091-14/+18
* avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice()Michael Niedermayer2021-10-091-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-011-1/+1
* avfilter/vf_find_rect: Remove assertMichael Niedermayer2020-07-011-2/+0
* avfilter/vf_find_rect: Increase worst case scoreMichael Niedermayer2020-07-011-2/+2
* avfilter/vf_geq: Use av_clipd() instead of av_clipf()Michael Niedermayer2020-07-011-2/+2
* avfilter/af_silenceremove: fix possible crash if supplied duration is negativePaul B Mahol2019-01-251-0/+9
* avfilter/vf_transpose: Fix used plane count.Michael Niedermayer2018-07-081-1/+7
* libavfilter/af_dcshift.c: Fixed repeated spelling errorKelly Ledford2018-01-081-10/+10
* avfilter/formats: fix wrong function name in error messageJun Zhao2018-01-081-1/+1
* avfilter/vf_ssim: fix temp size calculationMuhammad Faiz2017-08-061-2/+4
* avfilter/vf_uspp: Fix currently unused input frame dimensionsMichael Niedermayer2017-05-141-2/+2
* avfilter/af_sofalizer: Fix bad shiftMichael Niedermayer2017-05-141-1/+1
* avfilter/avfiltergraph: Add assert to write down in machine readable form wha...Michael Niedermayer2017-05-141-0/+2
* lavfi/buffersrc: fix directly setting channel layoutRostislav Pehlivanov2017-02-211-5/+7
* avfilter/vf_hwupload_cuda: Add min/max limits for the 'device' optionSrinath K R2016-12-081-1/+1
* Revert "Bump minor versions after 3.2 branchpoint to seperate release"Michael Niedermayer2016-10-261-1/+1
* Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer2016-10-261-1/+1
* Bump minor versions for 3.2Michael Niedermayer2016-10-261-1/+1
* avfilter/scale_npp: fix passthrough modeYogender Gupta2016-10-251-1/+1
* vf_colorspace: Add support for iec61966-2.1 (sRGB) transferVittorio Giovara2016-10-241-0/+3
* vf_colorspace: don't spam console with warnings if range is unspecified.Ronald S. Bultje2016-10-241-2/+10
* lavfi: remove 2 unused lavc includesClément Bœsch2016-10-232-2/+0
* doc: fix spelling errorsAndreas Cadhalpun2016-10-212-2/+2
* avfilter/firequalizer: use zero phase kernelMuhammad Faiz2016-10-201-11/+15
* avfilter/showcqt: add cscheme optionMuhammad Faiz2016-10-202-11/+36
* avfilter/vf_scale_npp: select cubic and lanczos as alternative where super-sa...Sven C. Dack2016-10-191-1/+13
* avfilter/firequalizer: add cubic_interpolate function on gainMuhammad Faiz2016-10-191-2/+47
* avfilter/firequalizer: add dumpfile and dumpscale optionMuhammad Faiz2016-10-181-14/+83
* avfilter/showcqt: add font optionMuhammad Faiz2016-10-182-7/+79