aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_bwdif: fix heap-buffer overflowPaul B Mahol2021-09-131-2/+2
* avfilter/vf_bm3d: fix heap-buffer overflowsPaul B Mahol2021-09-131-4/+4
* avfilter/vf_floodfill: finish early if source and destination fill matchesPaul B Mahol2021-09-131-24/+34
* avfilter/vf_edgedetect: fix heap-buffer overflowPaul B Mahol2021-09-131-3/+6
* avfilter/vf_w3fdif: deny processing small videosPaul B Mahol2021-09-131-0/+5
* avfilter/af_afade: fix heap-buffer overflowPaul B Mahol2021-09-131-1/+2
* avfilter/vf_colorconstancy: fix overreads in gauss arrayPaul B Mahol2021-09-131-2/+2
* avfilter/vf_datascope: fix heap buffer overflowPaul B Mahol2021-09-131-1/+1
* avfilter/vf_fieldmatch: fix heap-buffer overflowPaul B Mahol2021-09-131-1/+1
* avfilter/vf_fieldorder: fix heap-buffer overflowPaul B Mahol2021-09-131-2/+2
* avfilter/vf_bitplanenoise: fix overreadsPaul B Mahol2021-09-131-2/+2
* avfilter/vf_edgedetect: check if height is big enoughPaul B Mahol2021-09-131-3/+6
* avfilter/af_tremolo: fix heap-buffer overflowPaul B Mahol2021-09-131-3/+5
* avfilter/vf_neighbor: check if width is 1Paul B Mahol2021-09-131-3/+5
* avfilter/vf_avgblur: fix heap-buffer overflowPaul B Mahol2021-09-131-1/+1
* avfilter/af_drmeter: Check that there is dataMichael Niedermayer2021-09-091-0/+5
* avfilter/vf_mestimate: Check b_countMichael Niedermayer2021-09-091-0/+3
* avfilter/vf_dctdnoiz: Check threadsMichael Niedermayer2021-09-091-0/+3
* avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with blackMichael Niedermayer2021-09-091-1/+2
* avfilter/vf_yadif: Fix handing of tiny imagesMichael Niedermayer2021-09-091-14/+18
* avfilter/vf_vmafmotion: Check dimensionsMichael Niedermayer2021-09-091-0/+3
* avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice()Michael Niedermayer2021-09-091-2/+2
* avfilter/vf_aspect: Fix integer overflow in compute_dar()Michael Niedermayer2020-07-031-1/+1
* avfilter/vf_find_rect: Remove assertMichael Niedermayer2020-07-031-2/+0
* avfilter/vf_find_rect: Increase worst case scoreMichael Niedermayer2020-07-031-2/+2
* avfilter/vf_xbr: Fix left shift of negative numberAndreas Rheinhardt2020-07-011-1/+1
* avfilter/vf_hqx: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-07-011-1/+1
* avfilter/vf_geq: Use av_clipd() instead of av_clipf()Michael Niedermayer2020-01-061-2/+2
* avfilter/vf_tonemap_opencl: Make static tables constMichael Niedermayer2019-01-211-2/+2
* avfilter/af_asetnsamples: fix last frame propsMarton Balint2019-01-011-0/+7
* avfilter/vf_overlay: fix filtering with negative yPaul B Mahol2018-12-141-16/+16
* avfilter/vf_overlay: fix crash with negative yPaul B Mahol2018-11-251-4/+4
* avfilter/af_afade: fix duration maximumMarton Balint2018-11-151-2/+2
* avfilter/vf_fade: fix start/duration max valueMark Harris2018-11-151-4/+4
* avfilter/vf_cuda_yadif: Avoid new syntax for vector initialisationPhilip Langdale2018-11-031-6/+9
* avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacerPhilip Langdale2018-11-035-1/+725
* libavfilter/vf_yadif: Make frame management logic and options shareablePhilip Langdale2018-11-034-188/+228
* Bump minor versions for branching 4.1Michael Niedermayer2018-11-021-1/+1
* avfilter: add (a)graphmonitor filter(s)Paul B Mahol2018-10-314-1/+430
* avfilter/af_afftdn: fix memory leaks reported by coverityPaul B Mahol2018-10-281-7/+7
* avfilter/af_afftdn: add alias for sample_noise endPaul B Mahol2018-10-281-1/+2
* avfilter/af_afftdn: switch to activatePaul B Mahol2018-10-281-87/+116
* avfilter/vf_pixdesctest: Use 32bit read/writeMichael Niedermayer2018-10-271-5/+5
* avfilter/window_func: add bohman windowPaul B Mahol2018-10-274-0/+13
* avfilter: add xstack filterPaul B Mahol2018-10-264-12/+143
* avfilter/vf_lut3d: do not error out if TITLE is after other linesPaul B Mahol2018-10-251-0/+4
* avfilter/af_adelay: switch to activatePaul B Mahol2018-10-251-16/+74
* lavfi/ebur128: Fix mixed declarations and codeMark Thompson2018-10-251-2/+3
* avfilter/show_info : add print of color information (range, color_primaries, ...Martin Vignali2018-10-241-0/+35
* avfilter/vf_waveform: abort early if there are no components to showPaul B Mahol2018-10-241-0/+3