summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_untile: swap the chroma shift values used for plane offsetsJames Almer2023-03-161-2/+2
* avfilter/vf_showinfo: remove backspacesMichael Niedermayer2022-09-261-4/+7
* avfilter/vf_signature: Fix integer overflow in filter_frame()Michael Niedermayer2022-09-261-2/+2
* avfilter/vsrc_mandelbrot: Check for malloc failureMichael Niedermayer2022-09-261-0/+3
* avfilter/vf_frei0r: Copy to frame allocated according to frei0r requirementsMichael Niedermayer2022-09-261-6/+16
* avfilter/video: Add ff_default_get_video_buffer2() to set specific alignmentMichael Niedermayer2022-09-262-1/+7
* avfilter/vf_subtitles: pass storage size to libassOneric2022-04-061-1/+8
* avfilter/scale_npp: fix non-aligned output frame dimensionsTimo Rothenpieler2021-10-071-1/+4
* avfilter/af_drmeter: Check that there is dataMichael Niedermayer2021-10-061-0/+5
* avfilter/vf_fftdnoiz: Use lrintf() in export_row8()Michael Niedermayer2021-10-061-1/+1
* avfilter/vf_mestimate: Check b_countMichael Niedermayer2021-10-061-0/+3
* avfilter/vf_dctdnoiz: Check threadsMichael Niedermayer2021-10-061-0/+3
* avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with blackMichael Niedermayer2021-10-061-1/+2
* avfilter/vf_yadif: Fix handing of tiny imagesMichael Niedermayer2021-10-061-14/+18
* avfilter/vf_vmafmotion: Check dimensionsMichael Niedermayer2021-10-061-0/+3
* avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice()Michael Niedermayer2021-10-061-2/+2
* avfilter/overlay_cuda: check av_buffer_ref resultTimo Rothenpieler2021-04-111-0/+4
* avfilter/overlay_cuda: hold explicit reference to hw_device_ctxTimo Rothenpieler2021-04-111-1/+7
* avfilter/overlay_cuda: fix framesync with embedded PGS subtitlenyanmisaka2021-03-251-1/+4
* avfilter/af_headphone: Fix stack buffer overflowAndreas Rheinhardt2021-02-271-1/+1
* avfilter/af_headphone: Don't overrun arrayAndreas Rheinhardt2021-02-271-4/+10
* avfilter/af_headphone: Fix segfault when using very short streamsAndreas Rheinhardt2021-02-271-0/+3
* avfilter/af_headphone: Check for the existence of samplesAndreas Rheinhardt2021-02-271-1/+7
* avfilter/af_headphone: Remove always true checkAndreas Rheinhardt2021-02-271-2/+0
* avfilter/af_headphone: Don't use uninitialized buffer in log messageAndreas Rheinhardt2021-02-271-1/+1
* avfilter/vf_minterpolate: Fix left shift of negative valueAndreas Rheinhardt2021-02-271-12/+15
* avfilter/vf_minterpolate: Reject too small dimensionsAndreas Rheinhardt2021-02-271-0/+5
* avfilter/vf_subtitles: Fix leaks on failureAndreas Rheinhardt2021-02-271-4/+8
* avfilter/vf_uspp: Fix potential leak of dict on errorAndreas Rheinhardt2021-02-271-1/+1
* avfilter/lavfutils: Fix memleak when avformat_find_stream_info() failsAndreas Rheinhardt2021-02-271-1/+1
* avfilter/lavfutils: Don't use uninitialized pointers for freeingAndreas Rheinhardt2021-02-271-2/+2
* avfilter/af_headphone: Fix leak of channel layouts list on errorAndreas Rheinhardt2021-02-271-4/+3
* avfilter/af_headphone: Fix segfault upon allocation failureAndreas Rheinhardt2021-02-271-5/+2
* avfilter/vf_signature: Fix leak of string upon errorAndreas Rheinhardt2021-02-271-5/+4
* avfilter/vf_signature: Fix leak of inpads' namesAndreas Rheinhardt2021-02-271-0/+2
* avfilter/af_aiir: Fix segfault and leak upon allocation failureAndreas Rheinhardt2021-02-271-10/+2
* avfilter/vf_premultiply: Fix leak of names of inpadsAndreas Rheinhardt2021-02-271-12/+4
* avfilter/af_anequalizer: Fix memleak when inserting pad failsAndreas Rheinhardt2021-02-271-10/+6
* avfilter/af_amerge: Fix segfault upon allocation failureAndreas Rheinhardt2021-02-271-5/+2
* avfilter/af_aformat: Add uninit functionAndreas Rheinhardt2021-02-271-1/+15
* avfilter/vf_hwdownload: Fix leak of formats list upon errorAndreas Rheinhardt2021-02-271-18/+5
* avfilter/formats: Fix double frees and memleaks on errorAndreas Rheinhardt2021-02-271-22/+10
* avfilter/af_channelmap: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt2021-02-271-17/+7
* avfilter/vf_alphamerge: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt2021-02-271-19/+7
* avfilter/vf_overlay: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt2021-02-271-51/+19
* avfilter/vf_remap: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt2021-02-271-17/+7
* avfilter/vf_showpalette: Fix double-free of AVFilterFormats on errorAndreas Rheinhardt2021-02-271-19/+6
* avfilter/af_amix: Fix double-free of AVFilterChannelLayouts on errorAndreas Rheinhardt2021-02-271-15/+3
* avfilter/af_amix: Don't needlessly reallocate tableAndreas Rheinhardt2021-02-271-6/+6
* avfilter/vf_vpp_qsv: Fix leak of AVFilterFormats on errorAndreas Rheinhardt2021-02-271-9/+4