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-07-13avfilter/vf_signature: Fix integer overflow in filter_frame()Michael Niedermayer
2022-06-14avfilter/vsrc_mandelbrot: Check for malloc failureMichael Niedermayer
2022-06-14avfilter/vf_frei0r: Copy to frame allocated according to frei0r requirementsMichael Niedermayer
2022-06-14avfilter/video: Add ff_default_get_video_buffer2() to set specific alignmentMichael 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-14avfilter/vf_lenscorrection: make width/height intPaul B Mahol
2022-04-14avfilter/vf_subtitles: pass storage size to libassOneric
2022-04-14avfilter/vf_gblur: fix heap-buffer overflowPaul B Mahol
2022-04-14avfilter/vf_lenscorrection: fix division by zeroPaul B Mahol
2021-10-07avfilter/scale_npp: fix non-aligned output frame dimensionsTimo Rothenpieler
2021-09-12avfilter/vf_mestimate: Check b_countMichael Niedermayer
2021-09-11avfilter/vf_dctdnoiz: Check threadsMichael Niedermayer
2021-09-11avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with blackMichael Niedermayer
2021-09-11avfilter/vf_yadif: Fix handing of tiny imagesMichael Niedermayer
2021-09-11avfilter/vf_vmafmotion: Check dimensionsMichael Niedermayer
2021-09-11avfilter/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-02avfilter/vf_aspect: Fix integer overflow in compute_dar()Michael Niedermayer
2020-07-02avfilter/vf_find_rect: Remove assertMichael Niedermayer
2020-07-02avfilter/vf_find_rect: Increase worst case scoreMichael Niedermayer
2019-11-15avfilter/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-06-18avfilter/vf_signature: use av_strlcpy()Michael Niedermayer
2018-01-28avfilter/vf_transpose: Fix used plane count.Michael Niedermayer
2018-01-28lavfi/deinterlace_vaapi: fix can't show full option information.Jun Zhao
2018-01-28libavfilter/af_dcshift.c: Fixed repeated spelling errorKelly Ledford
2018-01-28avfilter/formats: fix wrong function name in error messageJun Zhao
2017-11-21lavfi/af_pan: fix sign handling in channel coefficient parserMichael Roitzsch
2017-10-11Bump minor versions for branching 3.4Michael Niedermayer
2017-10-09vaapi: Always free parameter buffers after vaEndPicture() with libva2Mark Thompson
2017-10-07lavfi: Rename local variables "main" as "master".Carl Eugen Hoyos
2017-10-07lavfi/avfilter.c: Correct guess_status_pts to account for differing link time...Sasi Inguva
2017-10-06avfilter/vf_fps: add eof_action filter optionTobias Rapp
2017-10-05avfilter/vf_fps: clean-up filter optionsTobias Rapp
2017-10-01lavfi/vmafmotion: Allow more pix_fmts.Carl Eugen Hoyos
2017-10-01avfilter/vf_thumbnail_cuda: Avoid mixing declaration and statementsMichael Niedermayer
2017-09-30avfilter/vmaf_motion: use correct header guardsJames Almer
2017-09-30avfilter: add vmafmotion filterAshish Singh
2017-09-28Merge commit '5c8a5765dc5f4e29afb85b95be393c30f45412a8'James Almer