Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-08avfilter/vf_lenscorrection: make width/height intPaul B Mahol
2022-04-07avfilter/vf_subtitles: pass storage size to libassOneric
2022-04-07avfilter/vf_gblur: fix heap-buffer overflowPaul B Mahol
2022-04-07avfilter/vf_lenscorrection: fix division by zeroPaul B Mahol
2022-04-07avfilter/vf_neighbor: check if width is 1Paul B Mahol
2021-10-07avfilter/scale_npp: fix non-aligned output frame dimensionsTimo Rothenpieler
2021-10-06avfilter/af_drmeter: Check that there is dataMichael Niedermayer
2021-10-06avfilter/vf_mestimate: Check b_countMichael Niedermayer
2021-10-06avfilter/vf_dctdnoiz: Check threadsMichael Niedermayer
2021-10-06avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with blackMichael Niedermayer
2021-10-06avfilter/vf_yadif: Fix handing of tiny imagesMichael Niedermayer
2021-10-06avfilter/vf_vmafmotion: Check dimensionsMichael Niedermayer
2021-09-10avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice()Michael Niedermayer
2020-05-20avfilter/vf_dedot: Fix leak of AVFrame if making it writable failsAndreas Rheinhardt
2020-05-20avfilter/vf_paletteuse: Fix potential double-free of AVFrameAndreas Rheinhardt
2020-05-20avfilter/vf_xbr: Fix left shift of negative numberAndreas Rheinhardt
2020-05-20avfilter/vf_hqx: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2020-05-20avfilter/vf_unsharp: Don't dereference NULLAndreas Rheinhardt
2020-05-19avfilter/vf_aspect: Fix integer overflow in compute_dar()Michael Niedermayer
2020-05-19avfilter/vf_find_rect: Remove assertMichael Niedermayer
2020-05-19avfilter/vf_find_rect: Increase worst case scoreMichael Niedermayer
2019-12-31avfilter/vf_geq: Use av_clipd() instead of av_clipf()Michael Niedermayer
2019-07-30lavfi/vf_thumbnail_cuda: fix operator precedence bugRodger Combs
2019-07-21Bump minor versions to separate 4.2 from masterMichael Niedermayer
2019-07-21lavfi/showinfo: support regions of interest sidedataJun Zhao
2019-07-14avfilter/vf_hysteresis: use time_base from framesyncPaul B Mahol
2019-07-14avfilter/vf_remap: add option to control output formatPaul B Mahol
2019-07-14avfilter/vf_remap: use time_base from framesyncPaul B Mahol
2019-07-14avfilter/vf_displace: use time_base from framesyncPaul B Mahol
2019-07-14avfilter/vf_midequalizer: always use framesync timestampsPaul B Mahol
2019-07-14avfilter/vf_maskedmerge: always use framesync timestampsPaul B Mahol
2019-07-14avfilter/vf_threshold: use time_base from framesyncPaul B Mahol
2019-07-14avfilter/vf_blend: add 9bit supportPaul B Mahol
2019-07-13avfilter/af_aiir: calculate group delay tooPaul B Mahol
2019-07-13avfilter/af_aiir: do not ignore k option for audio filteringPaul B Mahol
2019-07-10avfilter/avf_showfreqs: make selecting window size simplerPaul B Mahol
2019-07-10avfilter/af_afftfilt: make selecting window size simplerPaul B Mahol
2019-07-08avfilter/vf_readeia608: implement lowpass operation prior to processing linesPaul B Mahol
2019-07-08avfilter/vf_tinterlace: re-enable lowpass optionPaul B Mahol
2019-07-08avfilter/af_aiir: implement mix optionPaul B Mahol
2019-07-08avfilter/af_biquads: clip gain picked from command to sane valuesPaul B Mahol
2019-07-08avfilter/af_biquads: implement mix option to all filtersPaul B Mahol
2019-07-07vf_drawtext: Add pkt_pos, pkt_duration, pkt_size as variablesCalvin Walton
2019-07-06avfilter/af_afftfilt: remove invalid scalingPaul B Mahol
2019-07-06lavfi/scale: Add sub-options for in_color_matrix/out_color_matrixJun Zhao
2019-07-05avfilter/vf_lut: fix regression with >8bit planar filteringPaul B Mahol
2019-07-03libavfilter/vf_colorspace.c: fix demarcation point of gamma linearize functionYonglin Luo
2019-07-03avfilter/vf_lut2: use time_base from framesyncPaul B Mahol
2019-07-03avfilter/vf_midequalizer: use time_base from framesyncPaul B Mahol
2019-07-03avfilter/vf_blend: use time_base from framesyncPaul B Mahol