summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/scale_npp: fix non-aligned output frame dimensionsTimo Rothenpieler2021-10-071-1/+4
* avfilter/af_drmeter: Check that there is dataMichael Niedermayer2021-10-061-0/+5
* avfilter/vf_mestimate: Check b_countMichael Niedermayer2021-10-061-0/+3
* avfilter/vf_dctdnoiz: Check threadsMichael Niedermayer2021-10-061-0/+3
* avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with blackMichael Niedermayer2021-10-061-1/+2
* avfilter/vf_yadif: Fix handing of tiny imagesMichael Niedermayer2021-10-061-14/+18
* avfilter/vf_vmafmotion: Check dimensionsMichael Niedermayer2021-10-061-0/+3
* avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice()Michael Niedermayer2021-09-101-2/+2
* avfilter/vf_dedot: Fix leak of AVFrame if making it writable failsAndreas Rheinhardt2020-05-201-1/+2
* avfilter/vf_paletteuse: Fix potential double-free of AVFrameAndreas Rheinhardt2020-05-201-10/+4
* avfilter/vf_xbr: Fix left shift of negative numberAndreas Rheinhardt2020-05-201-1/+1
* avfilter/vf_hqx: Fix undefined left shifts of negative numbersAndreas Rheinhardt2020-05-201-1/+1
* avfilter/vf_unsharp: Don't dereference NULLAndreas Rheinhardt2020-05-201-4/+6
* avfilter/vf_aspect: Fix integer overflow in compute_dar()Michael Niedermayer2020-05-191-1/+1
* avfilter/vf_find_rect: Remove assertMichael Niedermayer2020-05-191-2/+0
* avfilter/vf_find_rect: Increase worst case scoreMichael Niedermayer2020-05-191-2/+2
* avfilter/vf_geq: Use av_clipd() instead of av_clipf()Michael Niedermayer2019-12-311-2/+2
* lavfi/vf_thumbnail_cuda: fix operator precedence bugRodger Combs2019-07-301-1/+1
* Bump minor versions to separate 4.2 from masterMichael Niedermayer2019-07-211-2/+2
* lavfi/showinfo: support regions of interest sidedataJun Zhao2019-07-211-0/+25
* avfilter/vf_hysteresis: use time_base from framesyncPaul B Mahol2019-07-141-2/+4
* avfilter/vf_remap: add option to control output formatPaul B Mahol2019-07-141-1/+11
* avfilter/vf_remap: use time_base from framesyncPaul B Mahol2019-07-141-3/+5
* avfilter/vf_displace: use time_base from framesyncPaul B Mahol2019-07-141-3/+5
* avfilter/vf_midequalizer: always use framesync timestampsPaul B Mahol2019-07-141-1/+1
* avfilter/vf_maskedmerge: always use framesync timestampsPaul B Mahol2019-07-141-1/+1
* avfilter/vf_threshold: use time_base from framesyncPaul B Mahol2019-07-141-2/+4
* avfilter/vf_blend: add 9bit supportPaul B Mahol2019-07-141-0/+49
* avfilter/af_aiir: calculate group delay tooPaul B Mahol2019-07-131-3/+30
* avfilter/af_aiir: do not ignore k option for audio filteringPaul B Mahol2019-07-131-2/+4
* avfilter/avf_showfreqs: make selecting window size simplerPaul B Mahol2019-07-101-14/+3
* avfilter/af_afftfilt: make selecting window size simplerPaul B Mahol2019-07-101-15/+3
* avfilter/vf_readeia608: implement lowpass operation prior to processing linesPaul B Mahol2019-07-081-4/+45
* avfilter/vf_tinterlace: re-enable lowpass optionPaul B Mahol2019-07-081-1/+1
* avfilter/af_aiir: implement mix optionPaul B Mahol2019-07-081-0/+6
* avfilter/af_biquads: clip gain picked from command to sane valuesPaul B Mahol2019-07-081-1/+1
* avfilter/af_biquads: implement mix option to all filtersPaul B Mahol2019-07-081-9/+47
* vf_drawtext: Add pkt_pos, pkt_duration, pkt_size as variablesCalvin Walton2019-07-072-1/+11
* avfilter/af_afftfilt: remove invalid scalingPaul B Mahol2019-07-061-7/+2
* lavfi/scale: Add sub-options for in_color_matrix/out_color_matrixJun Zhao2019-07-061-2/+10
* avfilter/vf_lut: fix regression with >8bit planar filteringPaul B Mahol2019-07-051-2/+2
* libavfilter/vf_colorspace.c: fix demarcation point of gamma linearize functionYonglin Luo2019-07-031-2/+2
* avfilter/vf_lut2: use time_base from framesyncPaul B Mahol2019-07-031-1/+4
* avfilter/vf_midequalizer: use time_base from framesyncPaul B Mahol2019-07-031-2/+4
* avfilter/vf_blend: use time_base from framesyncPaul B Mahol2019-07-031-1/+7
* avfilter/vf_maskedclamp: use time_base from framesyncPaul B Mahol2019-07-031-2/+4
* avfilter/vf_maskedmerge: use time_base from framesyncPaul B Mahol2019-07-031-2/+4
* avfilter/af_deesser: remove extra ;Paul B Mahol2019-07-031-1/+1
* avfilter: add deesser audio filterPaul B Mahol2019-07-024-1/+247
* avfilter/af_silenceremove: use input timestamp for timestamp recalculationPaul B Mahol2019-07-021-0/+4