summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_showinfo: remove backspacesMichael Niedermayer2022-11-031-4/+7
* avfilter/vf_scale: overwrite the width and height expressions with the origin...James Almer2022-09-071-10/+10
* avfilter/vf_signature: Fix integer overflow in filter_frame()Michael Niedermayer2022-09-011-2/+2
* avfilter/vf_libplacebo: Match AV_OPT_TYPE_FLOAT to dblMichael Niedermayer2022-09-011-1/+1
* avfilter/vsrc_mandelbrot: Check for malloc failureMichael Niedermayer2022-09-011-0/+3
* avfilter/vf_frei0r: Copy to frame allocated according to frei0r requirementsMichael Niedermayer2022-09-011-6/+16
* avfilter/video: Add ff_default_get_video_buffer2() to set specific alignmentMichael Niedermayer2022-09-012-1/+8
* avfilter/vf_subtitles: pass storage size to libassOneric2022-04-041-1/+5
* vf_tonemap: Fix order of planesVittorio Giovara2022-01-141-7/+8
* avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11)softworkz2022-01-141-12/+47
* lavfi/vf_libplacebo: fix side data stripping logicNiklas Haas2022-01-101-9/+12
* avfilter/vf_blend: fix un-checked potential memory allocation failureWu Jianhua2022-01-051-1/+5
* lavfi/libplacebo: support dovi metadata applicationNiklas Haas2022-01-051-3/+32
* lavfi/drawutils: re-enable P010 and P016 supportrcombs2022-01-041-2/+0
* lavfi/drawutils: overhaul to improve pixel format supportrcombs2022-01-042-63/+48
* lavfi/drawutils: ensure we don't support formats with non-pixel-sized offsetsrcombs2022-01-041-0/+2
* lavfi/drawutils: ensure we can't overflow a componentrcombs2022-01-041-0/+2
* lavfi/drawutils: ensure we don't allow mixed-byte-depth formatsrcombs2022-01-041-0/+7
* lavfi/drawutils: reimplement ff_fill_rgba_map without hardcoding the listrcombs2022-01-041-42/+39
* lavfi/drawutils: reject shift-packed formatsrcombs2022-01-041-0/+3
* lavfi/drawutils: remove redundant BE format checksrcombs2022-01-041-1/+1
* lavfi/drawutils: move BE check out of looprcombs2022-01-041-2/+2
* lavfi/showinfo: fix printf precision for dovi metadataNiklas Haas2022-01-041-1/+1
* lib*/version.h: Bump Versions before release/5.0 branchAndreas Rheinhardt2022-01-041-1/+1
* lavfi/showinfo: Support AV_FRAME_DATA_DOVI_METADATANiklas Haas2022-01-041-0/+108
* Makefile: Redo duplicating object files in shared buildsAndreas Rheinhardt2022-01-041-2/+3
* lib*/version.h: Bump Versions after release/5.0 branchMichael Niedermayer2022-01-031-1/+1
* lib*/version.h: Bump Versions before release/5.0 branchMichael Niedermayer2022-01-031-1/+1
* avfilter/vf_scale_vulkan: align struct ScaleVulkanContextWu Jianhua2022-01-031-3/+5
* transpose_vulkan: add passthrough optionWu Jianhua2022-01-031-0/+22
* avfilter: add anlmf filterPaul B Mahol2021-12-254-2/+24
* lavfi/metal: fix build with pre-10.11 deployment targetsrcombs2021-12-223-12/+94
* lavfi/metal: fix build on pre-10.15 SDKsrcombs2021-12-221-0/+3
* lavfi/metal: don't use braced-include for internal headersrcombs2021-12-222-5/+5
* tests/dnn: Make DNN tests regular libavfilter testsAndreas Rheinhardt2021-12-1910-0/+1361
* avfilter: add vf_yadif_videotoolboxAman Karmani2021-12-184-0/+680
* avfilter: add metal utilitiesAman Karmani2021-12-182-0/+108
* avfilter/vf_yadif_cuda: simplify filter definitionAman Karmani2021-12-181-18/+1
* lavfi/vf_libplacebo: update deprecated option nameNiklas Haas2021-12-151-3/+3
* vf_libplacebo: switch to newer libplacebo helpersNiklas Haas2021-12-151-79/+12
* avfilter/af_astats: improve options descriptionsLimin Wang2021-12-141-3/+3
* avfilter: add audio dynamic equalizer filterPaul B Mahol2021-12-124-1/+318
* avfilter/vf_transpose_vulkan: simplify config_props_output functionWu Jianhua2021-12-101-10/+1
* avfilter/vf_transpose_vulkan: add clock and cclock optionWu Jianhua2021-12-101-4/+21
* avfilter: add a transpose_vulkan filterWu Jianhua2021-12-103-0/+318
* avfilter/vf_transpose: fix un-checked potential memory allocation failureWu Jianhua2021-12-101-3/+12
* lavfi/vf_subtitles: stop using deprecated ass_set_aspect_ratio()Anton Khirnov2021-12-071-2/+2
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-0459-26/+113
* lavfi/allfilters: move vf_chromaber_vulkan to video sectionAnton Khirnov2021-12-041-1/+1
* avfilter/buffersink: Remove outdated commentsAndreas Rheinhardt2021-12-031-5/+5