| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_bwdif: fix heap-buffer overflow | Paul B Mahol | 2021-09-13 | 1 | -2/+2 |
* | avfilter/vf_bm3d: fix heap-buffer overflows | Paul B Mahol | 2021-09-13 | 1 | -4/+4 |
* | avfilter/vf_floodfill: finish early if source and destination fill matches | Paul B Mahol | 2021-09-13 | 1 | -24/+34 |
* | avfilter/vf_edgedetect: fix heap-buffer overflow | Paul B Mahol | 2021-09-13 | 1 | -3/+6 |
* | avfilter/vf_w3fdif: deny processing small videos | Paul B Mahol | 2021-09-13 | 1 | -0/+5 |
* | avfilter/af_afade: fix heap-buffer overflow | Paul B Mahol | 2021-09-13 | 1 | -1/+2 |
* | avfilter/vf_colorconstancy: fix overreads in gauss array | Paul B Mahol | 2021-09-13 | 1 | -2/+2 |
* | avfilter/vf_datascope: fix heap buffer overflow | Paul B Mahol | 2021-09-13 | 1 | -1/+1 |
* | avfilter/vf_fieldmatch: fix heap-buffer overflow | Paul B Mahol | 2021-09-13 | 1 | -1/+1 |
* | avfilter/vf_fieldorder: fix heap-buffer overflow | Paul B Mahol | 2021-09-13 | 1 | -2/+2 |
* | avfilter/vf_bitplanenoise: fix overreads | Paul B Mahol | 2021-09-13 | 1 | -2/+2 |
* | avfilter/vf_edgedetect: check if height is big enough | Paul B Mahol | 2021-09-13 | 1 | -3/+6 |
* | avfilter/af_tremolo: fix heap-buffer overflow | Paul B Mahol | 2021-09-13 | 1 | -3/+5 |
* | avfilter/vf_neighbor: check if width is 1 | Paul B Mahol | 2021-09-13 | 1 | -3/+5 |
* | avfilter/vf_avgblur: fix heap-buffer overflow | Paul B Mahol | 2021-09-13 | 1 | -1/+1 |
* | avfilter/af_drmeter: Check that there is data | Michael Niedermayer | 2021-09-09 | 1 | -0/+5 |
* | avfilter/vf_mestimate: Check b_count | Michael Niedermayer | 2021-09-09 | 1 | -0/+3 |
* | avfilter/vf_dctdnoiz: Check threads | Michael Niedermayer | 2021-09-09 | 1 | -0/+3 |
* | avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with black | Michael Niedermayer | 2021-09-09 | 1 | -1/+2 |
* | avfilter/vf_yadif: Fix handing of tiny images | Michael Niedermayer | 2021-09-09 | 1 | -14/+18 |
* | avfilter/vf_vmafmotion: Check dimensions | Michael Niedermayer | 2021-09-09 | 1 | -0/+3 |
* | avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice() | Michael Niedermayer | 2021-09-09 | 1 | -2/+2 |
* | avfilter/vf_aspect: Fix integer overflow in compute_dar() | Michael Niedermayer | 2020-07-03 | 1 | -1/+1 |
* | avfilter/vf_find_rect: Remove assert | Michael Niedermayer | 2020-07-03 | 1 | -2/+0 |
* | avfilter/vf_find_rect: Increase worst case score | Michael Niedermayer | 2020-07-03 | 1 | -2/+2 |
* | avfilter/vf_xbr: Fix left shift of negative number | Andreas Rheinhardt | 2020-07-01 | 1 | -1/+1 |
* | avfilter/vf_hqx: Fix undefined left shifts of negative numbers | Andreas Rheinhardt | 2020-07-01 | 1 | -1/+1 |
* | avfilter/vf_geq: Use av_clipd() instead of av_clipf() | Michael Niedermayer | 2020-01-06 | 1 | -2/+2 |
* | avfilter/vf_tonemap_opencl: Make static tables const | Michael Niedermayer | 2019-01-21 | 1 | -2/+2 |
* | avfilter/af_asetnsamples: fix last frame props | Marton Balint | 2019-01-01 | 1 | -0/+7 |
* | avfilter/vf_overlay: fix filtering with negative y | Paul B Mahol | 2018-12-14 | 1 | -16/+16 |
* | avfilter/vf_overlay: fix crash with negative y | Paul B Mahol | 2018-11-25 | 1 | -4/+4 |
* | avfilter/af_afade: fix duration maximum | Marton Balint | 2018-11-15 | 1 | -2/+2 |
* | avfilter/vf_fade: fix start/duration max value | Mark Harris | 2018-11-15 | 1 | -4/+4 |
* | avfilter/vf_cuda_yadif: Avoid new syntax for vector initialisation | Philip Langdale | 2018-11-03 | 1 | -6/+9 |
* | avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacer | Philip Langdale | 2018-11-03 | 5 | -1/+725 |
* | libavfilter/vf_yadif: Make frame management logic and options shareable | Philip Langdale | 2018-11-03 | 4 | -188/+228 |
* | Bump minor versions for branching 4.1 | Michael Niedermayer | 2018-11-02 | 1 | -1/+1 |
* | avfilter: add (a)graphmonitor filter(s) | Paul B Mahol | 2018-10-31 | 4 | -1/+430 |
* | avfilter/af_afftdn: fix memory leaks reported by coverity | Paul B Mahol | 2018-10-28 | 1 | -7/+7 |
* | avfilter/af_afftdn: add alias for sample_noise end | Paul B Mahol | 2018-10-28 | 1 | -1/+2 |
* | avfilter/af_afftdn: switch to activate | Paul B Mahol | 2018-10-28 | 1 | -87/+116 |
* | avfilter/vf_pixdesctest: Use 32bit read/write | Michael Niedermayer | 2018-10-27 | 1 | -5/+5 |
* | avfilter/window_func: add bohman window | Paul B Mahol | 2018-10-27 | 4 | -0/+13 |
* | avfilter: add xstack filter | Paul B Mahol | 2018-10-26 | 4 | -12/+143 |
* | avfilter/vf_lut3d: do not error out if TITLE is after other lines | Paul B Mahol | 2018-10-25 | 1 | -0/+4 |
* | avfilter/af_adelay: switch to activate | Paul B Mahol | 2018-10-25 | 1 | -16/+74 |
* | lavfi/ebur128: Fix mixed declarations and code | Mark Thompson | 2018-10-25 | 1 | -2/+3 |
* | avfilter/show_info : add print of color information (range, color_primaries, ... | Martin Vignali | 2018-10-24 | 1 | -0/+35 |
* | avfilter/vf_waveform: abort early if there are no components to show | Paul B Mahol | 2018-10-24 | 1 | -0/+3 |