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-09avfilter/vf_showinfo: remove backspacesMichael Niedermayer
2022-10-09avfilter/vf_signature: Fix integer overflow in filter_frame()Michael Niedermayer
2022-10-09avfilter/vsrc_mandelbrot: Check for malloc failureMichael Niedermayer
2022-10-09avfilter/vf_frei0r: Copy to frame allocated according to frei0r requirementsMichael Niedermayer
2022-10-09avfilter/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-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