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-10-21avfilter/vsrc_mandelbrot: Check for malloc failureMichael Niedermayer
2022-05-04avfilter/vf_colorspace: fix memmory leaksPaul B Mahol
2022-05-04avfilter/vf_random: fix memory leaksPaul B Mahol
2022-05-04avfilter/vf_bwdif: fix heap-buffer overflowPaul B Mahol
2022-05-04avfilter/vf_edgedetect: fix heap-buffer overflowPaul B Mahol
2022-05-04avfilter/vf_w3fdif: deny processing small videosPaul B Mahol
2022-05-04avfilter/vf_avgblur: fix heap-buffer overflowPaul B Mahol
2022-05-04avfilter/af_tremolo: fix heap-buffer overflowPaul B Mahol
2022-05-04avfilter/vf_edgedetect: check if height is big enoughPaul B Mahol
2022-05-04avfilter/vf_bitplanenoise: fix overreadsPaul B Mahol
2022-05-04avfilter/vf_fieldorder: fix heap-buffer overflowPaul B Mahol
2022-05-04avfilter/vf_fieldmatch: fix heap-buffer overflowPaul B Mahol
2022-04-08avfilter/vf_lenscorrection: make width/height intPaul B Mahol
2021-10-31avfilter/vf_gblur: fix heap-buffer overflowPaul B Mahol
2021-10-31avfilter/vf_lenscorrection: fix division by zeroPaul B Mahol
2021-10-09avfilter/vf_mestimate: Check b_countMichael Niedermayer
2021-10-09avfilter/vf_dctdnoiz: Check threadsMichael Niedermayer
2021-10-09avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with blackMichael Niedermayer
2021-10-09avfilter/vf_yadif: Fix handing of tiny imagesMichael Niedermayer
2021-10-09avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice()Michael Niedermayer
2020-07-03avfilter/vf_xbr: Fix left shift of negative numberAndreas Rheinhardt
2020-07-03avfilter/vf_hqx: Fix undefined left shifts of negative numbersAndreas Rheinhardt
2020-07-01avfilter/vf_aspect: Fix integer overflow in compute_dar()Michael Niedermayer
2020-07-01avfilter/vf_find_rect: Remove assertMichael Niedermayer
2020-07-01avfilter/vf_find_rect: Increase worst case scoreMichael Niedermayer
2020-07-01avfilter/vf_geq: Use av_clipd() instead of av_clipf()Michael Niedermayer
2019-01-25avfilter/af_silenceremove: fix possible crash if supplied duration is negativePaul B Mahol
2018-07-08avfilter/vf_transpose: Fix used plane count.Michael Niedermayer
2018-01-09libavfilter/af_dcshift.c: Fixed repeated spelling errorKelly Ledford
2018-01-09avfilter/formats: fix wrong function name in error messageJun Zhao
2017-08-06avfilter/vf_ssim: fix temp size calculationMuhammad Faiz
2017-05-14avfilter/vf_uspp: Fix currently unused input frame dimensionsMichael Niedermayer
2017-05-14avfilter/af_sofalizer: Fix bad shiftMichael Niedermayer
2017-05-14avfilter/avfiltergraph: Add assert to write down in machine readable form wha...Michael Niedermayer
2017-02-21lavfi/buffersrc: fix directly setting channel layoutRostislav Pehlivanov
2016-12-08avfilter/vf_hwupload_cuda: Add min/max limits for the 'device' optionSrinath K R
2016-10-26Revert "Bump minor versions after 3.2 branchpoint to seperate release"Michael Niedermayer
2016-10-26Bump minor versions after 3.2 branchpoint to seperate releaseMichael Niedermayer
2016-10-26Bump minor versions for 3.2Michael Niedermayer
2016-10-26avfilter/scale_npp: fix passthrough modeYogender Gupta
2016-10-24vf_colorspace: Add support for iec61966-2.1 (sRGB) transferVittorio Giovara
2016-10-24vf_colorspace: don't spam console with warnings if range is unspecified.Ronald S. Bultje
2016-10-23lavfi: remove 2 unused lavc includesClément Bœsch
2016-10-22doc: fix spelling errorsAndreas Cadhalpun
2016-10-20avfilter/firequalizer: use zero phase kernelMuhammad Faiz
2016-10-20avfilter/showcqt: add cscheme optionMuhammad Faiz
2016-10-19avfilter/vf_scale_npp: select cubic and lanczos as alternative where super-sa...Sven C. Dack
2016-10-19avfilter/firequalizer: add cubic_interpolate function on gainMuhammad Faiz
2016-10-18avfilter/firequalizer: add dumpfile and dumpscale optionMuhammad Faiz
2016-10-17avfilter/showcqt: add font optionMuhammad Faiz