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-09-26avfilter/vf_showinfo: remove backspacesMichael Niedermayer
2022-09-26avfilter/vf_signature: Fix integer overflow in filter_frame()Michael Niedermayer
2022-09-26avfilter/vsrc_mandelbrot: Check for malloc failureMichael Niedermayer
2022-09-26avfilter/vf_frei0r: Copy to frame allocated according to frei0r requirementsMichael Niedermayer
2022-09-26avfilter/video: Add ff_default_get_video_buffer2() to set specific alignmentMichael Niedermayer
2022-04-06avfilter/vf_subtitles: pass storage size to libassOneric
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_fftdnoiz: Use lrintf() in export_row8()Michael 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-10-06avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice()Michael Niedermayer
2021-04-11avfilter/overlay_cuda: check av_buffer_ref resultTimo Rothenpieler
2021-04-11avfilter/overlay_cuda: hold explicit reference to hw_device_ctxTimo Rothenpieler
2021-03-25avfilter/overlay_cuda: fix framesync with embedded PGS subtitlenyanmisaka
2021-02-27avfilter/af_headphone: Fix stack buffer overflowAndreas Rheinhardt
2021-02-27avfilter/af_headphone: Don't overrun arrayAndreas Rheinhardt
2021-02-27avfilter/af_headphone: Fix segfault when using very short streamsAndreas Rheinhardt
2021-02-27avfilter/af_headphone: Check for the existence of samplesAndreas Rheinhardt
2021-02-27avfilter/af_headphone: Remove always true checkAndreas Rheinhardt
2021-02-27avfilter/af_headphone: Don't use uninitialized buffer in log messageAndreas Rheinhardt
2021-02-27avfilter/vf_minterpolate: Fix left shift of negative valueAndreas Rheinhardt
2021-02-27avfilter/vf_minterpolate: Reject too small dimensionsAndreas Rheinhardt
2021-02-27avfilter/vf_subtitles: Fix leaks on failureAndreas Rheinhardt
2021-02-27avfilter/vf_uspp: Fix potential leak of dict on errorAndreas Rheinhardt
2021-02-27avfilter/lavfutils: Fix memleak when avformat_find_stream_info() failsAndreas Rheinhardt
2021-02-27avfilter/lavfutils: Don't use uninitialized pointers for freeingAndreas Rheinhardt
2021-02-27avfilter/af_headphone: Fix leak of channel layouts list on errorAndreas Rheinhardt
2021-02-27avfilter/af_headphone: Fix segfault upon allocation failureAndreas Rheinhardt
2021-02-27avfilter/vf_signature: Fix leak of string upon errorAndreas Rheinhardt
2021-02-27avfilter/vf_signature: Fix leak of inpads' namesAndreas Rheinhardt
2021-02-27avfilter/af_aiir: Fix segfault and leak upon allocation failureAndreas Rheinhardt
2021-02-27avfilter/vf_premultiply: Fix leak of names of inpadsAndreas Rheinhardt
2021-02-27avfilter/af_anequalizer: Fix memleak when inserting pad failsAndreas Rheinhardt
2021-02-27avfilter/af_amerge: Fix segfault upon allocation failureAndreas Rheinhardt
2021-02-27avfilter/af_aformat: Add uninit functionAndreas Rheinhardt
2021-02-27avfilter/vf_hwdownload: Fix leak of formats list upon errorAndreas Rheinhardt
2021-02-27avfilter/formats: Fix double frees and memleaks on errorAndreas Rheinhardt
2021-02-27avfilter/af_channelmap: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt
2021-02-27avfilter/vf_alphamerge: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2021-02-27avfilter/vf_overlay: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2021-02-27avfilter/vf_remap: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2021-02-27avfilter/vf_showpalette: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt
2021-02-27avfilter/af_amix: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt
2021-02-27avfilter/af_amix: Don't needlessly reallocate tableAndreas Rheinhardt
2021-02-27avfilter/vf_vpp_qsv: Fix leak of AVFilterFormats on errorAndreas Rheinhardt
2021-02-27avfilter/vf_paletteuse: Fix leaks of AVFilterFormats on errorAndreas Rheinhardt