summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/*xfade: reduce memory consumptionPaul B Mahol2023-05-142-0/+24
* avfilter/f_graphmonitor: set output frame durationPaul B Mahol2023-05-141-0/+1
* avfilter/f_loop: free video frames once not neededPaul B Mahol2023-05-141-4/+17
* avfilter/f_graphmonitor: add nozero display modePaul B Mahol2023-05-141-19/+26
* avfilter/f_graphmonitor: rename enumsPaul B Mahol2023-05-141-52/+53
* avfilter/f_loop: fix looping for aloopPaul B Mahol2023-05-141-1/+5
* avfilter/f_loop: add time option, for loop start in secondsPaul B Mahol2023-05-141-40/+49
* lavfi/vf_libplacebo: add frame_mixer optionNiklas Haas2023-05-141-6/+11
* lavfi/vf_libplacebo: allow fps conversionNiklas Haas2023-05-141-7/+31
* lavfi/vf_libplacebo: switch to activate()Niklas Haas2023-05-141-33/+80
* lavfi/vf_libplacebo: switch to pl_queue-based designNiklas Haas2023-05-141-70/+144
* lavfi/vf_libplacebo: split and refactor logicNiklas Haas2023-05-141-79/+93
* lavfi/vf_libplacebo: update render params on demandNiklas Haas2023-05-141-102/+126
* avfilter/setpts: add command supportOleg2023-05-141-17/+56
* avfilter/vf_waveform: add input optionPaul B Mahol2023-05-141-1/+5
* avfilter/avfiltergraph: remove no longer valid commentPaul B Mahol2023-05-141-1/+0
* avfilter/formats: fix format negotiation when multiple channel_layouts are pr...James Almer2023-05-132-10/+31
* lavfi/vf_libplacebo: allow operation without avhwdeviceNiklas Haas2023-05-131-42/+45
* avfilter/af_asetrate: extend query_formats()Paul B Mahol2023-05-131-1/+11
* avfilter/avfiltergraph: fix check for negative returnPaul B Mahol2023-05-131-2/+4
* avfilter/ccfifo: constify some parametersJames Almer2023-05-122-4/+4
* avfilter/af_loudnorm: simplify query_formats even morePaul B Mahol2023-05-121-11/+9
* avfilter/ccfifo: remove unnecessary context allocationsJames Almer2023-05-1211-86/+81
* avfilter/af_surround: scale output gain for non-default overlapPaul B Mahol2023-05-121-2/+20
* avfilter/af_surround: cache constant rdft_size inside loopsPaul B Mahol2023-05-121-6/+12
* avfilter/af_surround: reduce double usagePaul B Mahol2023-05-111-27/+27
* avfilter/avf_showwaves: zero whole allocated chunkPaul B Mahol2023-05-111-1/+1
* avfilter/vf_yadif_cuda: fix buildTimo Rothenpieler2023-05-111-2/+2
* avfilter/vf_ccrepack: Add new filter to repack CEA-708 side dataDevin Heitmueller2023-05-113-0/+104
* avfilter/tinterlace: Properly preserve CEA-708 closed captionsDevin Heitmueller2023-05-112-0/+13
* avfilter/yadif: Properly preserve CEA-708 closed captionsDevin Heitmueller2023-05-115-0/+32
* avfilter/vf_fps: properly preserve CEA-708 captionsDevin Heitmueller2023-05-111-1/+10
* avfilter/ccfifo: Properly handle CEA-708 captions through framerate conversionDevin Heitmueller2023-05-113-0/+335
* avfilter/vsrc_testsrc: mark zoneplate as full rangePaul B Mahol2023-05-101-0/+1
* avfilter/af_pan: free input frame once unneededPaul B Mahol2023-05-101-2/+1
* avfilter/af_join: fix leak on errorPaul B Mahol2023-05-101-1/+1
* avfilter/af_pan: fix leaks on error casePaul B Mahol2023-05-101-1/+4
* avfilter/src_avsynctest: add support for commandsPaul B Mahol2023-05-101-6/+11
* avfilter/src_avsynctest: fix beep amplitude scalingPaul B Mahol2023-05-101-3/+4
* avfilter/vf_varblur: add float format supportPaul B Mahol2023-05-091-17/+28
* avfilter/vf_estdif: simplify finding minimum scorePaul B Mahol2023-05-091-17/+13
* avfilter/vf_estdif: remove float usagePaul B Mahol2023-05-091-10/+10
* avfilter/vf_estdif: fix recently introduced regressionPaul B Mahol2023-05-091-1/+1
* avfilter: add zoneplate video test sourcePaul B Mahol2023-05-094-2/+201
* avfilter/asrc_anoisesrc: improve velvet noise outputPaul B Mahol2023-05-091-10/+15
* avfilter/vf_feedback: fix artifacts with subsampled chromaPaul B Mahol2023-05-091-4/+4
* avfilter/vf_mpdecimate: Add option to keep the first N similar frames before ...Thilo Borgmann2023-05-082-3/+18
* avfilter/vf_morpho: add slice threading supportPaul B Mahol2023-05-081-99/+158
* avfilter/vf_morpho: remove unused function's argumentPaul B Mahol2023-05-081-3/+3
* avfilter/vf_morpho: move structure processing in separate loopPaul B Mahol2023-05-081-17/+22