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-251-4/+7
* avfilter/vf_signature: Fix integer overflow in filter_frame()Michael Niedermayer2022-09-251-2/+2
* avfilter/vsrc_mandelbrot: Check for malloc failureMichael Niedermayer2022-09-251-0/+3
* avfilter/vf_frei0r: Copy to frame allocated according to frei0r requirementsMichael Niedermayer2022-09-251-6/+16
* avfilter/video: Add ff_default_get_video_buffer2() to set specific alignmentMichael Niedermayer2022-09-252-1/+7
* avfilter/vf_scale: overwrite the width and height expressions with the origin...James Almer2022-09-071-10/+10
* avfilter/vf_subtitles: pass storage size to libassOneric2022-04-061-1/+8
* avfilter/avfilter: Actually error out on init errorAndreas Rheinhardt2022-01-111-1/+3
* avfilter/vf_w3fdif: Fix segfault on allocation errorAndreas Rheinhardt2022-01-111-3/+4
* avfilter/af_surround: Fix memleaks upon allocation errorAndreas Rheinhardt2022-01-111-2/+2
* avfilter/af_vibrato: Fix segfault upon allocation errorAndreas Rheinhardt2022-01-111-1/+1
* avfilter/aeval: Fix leak of expressions upon reallocation errorAndreas Rheinhardt2022-01-111-4/+3
* avfilter/asrc_flite: Fix use-after-freesAndreas Rheinhardt2022-01-111-3/+3
* avfilter/asrc_flite: Don't segfault when using list_voices optionAndreas Rheinhardt2022-01-111-4/+6
* Revert "avfilter/vf_idet: reduce noisyness if the filter has been auto inserted"Andreas Rheinhardt2022-01-111-4/+3
* avfilter/scale_npp: fix non-aligned output frame dimensionsTimo Rothenpieler2021-10-071-1/+4
* avfilter/af_drmeter: Check that there is dataMichael Niedermayer2021-09-081-0/+5
* avfilter/vf_fftdnoiz: Use lrintf() in export_row8()Michael Niedermayer2021-09-081-1/+1
* avfilter/vf_mestimate: Check b_countMichael Niedermayer2021-09-081-0/+3
* avfilter/vf_scale: set the RGB matrix coefficients in case of RGBJan Ekström2021-09-061-7/+10
* avfilter/vf_scale: reset color matrix in case of identity & non-RGBJan Ekström2021-08-281-0/+9
* avfilter/f_metadata: do not return the frame early if there is no metadataMarton Balint2021-07-181-3/+0
* avfilter/vf_dctdnoiz: Check threadsMichael Niedermayer2021-06-181-0/+3
* avfilter/vf_ciescope: Fix undefined behavior in rgb_to_xy() with blackMichael Niedermayer2021-06-181-1/+2
* avfilter/vf_yadif: Fix handing of tiny imagesMichael Niedermayer2021-06-181-14/+18
* avfilter/vf_vmafmotion: Check dimensionsMichael Niedermayer2021-06-181-0/+3
* 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/vf_codecview: Fix undefined left shifts of negative numbersAndreas Rheinhardt2021-04-021-4/+4
* avfilter/af_hdcd: Fix undefined shiftsAndreas Rheinhardt2021-04-021-4/+4
* avfilter/vf_paletteuse: Fix left shift outside of range of intAndreas Rheinhardt2021-04-021-2/+3
* avfilter/asrc_sine: Fix invalid left shift of negative numberAndreas Rheinhardt2021-04-021-1/+1
* avfilter/vf_scale: Fix adding 0 to NULL (which is UB) in scale_slice()Michael Niedermayer2021-04-011-2/+2
* avfilter/overlay_cuda: fix framesync with embedded PGS subtitlenyanmisaka2021-03-251-1/+4
* avfilter/hwupload_cuda: add YUVA420P format supportnyanmisaka2021-03-251-1/+1
* Bump Versions before release/4.4 branchMichael Niedermayer2021-03-201-1/+1
* avfilter/vf_ocr: add white space to whitelistDominic Mayers2021-03-191-1/+1
* lavfi/dnn_backend_openvino.c: fix mem leak for TaskItem upon errorGuo, Yejun2021-03-181-6/+6
* lavfi/dnn_backend_openvino.c: fix mem leak for RequestItem upon errorGuo, Yejun2021-03-181-9/+7
* lavfi/dnn_backend_openvino.c: fix typo upon errorGuo, Yejun2021-03-181-1/+1
* lavfi/dnn_backend_openvino.c: fix mem leak for input_blob and output_blob upo...Guo, Yejun2021-03-181-0/+4
* lavfi/dnn_backend_openvino.c: fix mem leak for AVFrame upon errorGuo, Yejun2021-03-181-14/+16
* avfilter/vf_uspp: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-6/+10
* avfilter/vf_mcdeint: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-5/+8
* avfilter/vf_xfade: drop unused frames from inactive inputsPaul B Mahol2021-03-141-0/+5
* avfilter/vf_uspp: Fix leak of packet side dataAndreas Rheinhardt2021-03-121-0/+1
* avfilter/vf_uspp: Fix leak of qp-table on errorAndreas Rheinhardt2021-03-121-0/+2
* dnn/dnn_backend_native_layer_mathbinary: Fix leak upon errorAndreas Rheinhardt2021-03-111-12/+11
* dnn/dnn_backend_native_layer_conv2d: Don't pretend convolution can failAndreas Rheinhardt2021-03-111-2/+1