aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/vf_libplacebo: allow pos_w to depend on pos_hNiklas Haas2023-06-201-0/+4
* lavfi/vf_libplacebo: add nb_inputs optionNiklas Haas2023-06-201-11/+14
* lavfi/vf_libplacebo: set time_base/frame_rate dynamicallyNiklas Haas2023-06-201-0/+15
* lavfi/vf_libplacebo: also skip cache if in FPS == out FPSNiklas Haas2023-06-201-1/+1
* lavfi/vf_libplacebo: skip cache selectively per-inputNiklas Haas2023-06-201-5/+2
* lavfi/vf_libplacebo: set format list for all inputsNiklas Haas2023-06-201-1/+2
* lavfi/vf_libplacebo: add in_idx variableNiklas Haas2023-06-201-2/+7
* lavfi/vf_libplacebo: make input-dependent vars dynamicNiklas Haas2023-06-201-5/+5
* lavfi/vf_libplacebo: generalize frame update to multiple inputsNiklas Haas2023-06-201-18/+34
* lavfi/vf_libplacebo: only drain actually used PTSNiklas Haas2023-06-201-2/+8
* lavfi/vf_libplacebo: determine PTS of next frame from any inputNiklas Haas2023-06-201-13/+20
* lavfi/vf_libplacebo: handle multiple inputsNiklas Haas2023-06-201-3/+5
* lavfi/vf_libplacebo: support blending multiple inputsNiklas Haas2023-06-201-4/+20
* lavfi/vf_libplacebo: keep track of latest status globallyNiklas Haas2023-06-201-2/+9
* lavfi/vf_libplacebo: replace s->input by dynamic arrayNiklas Haas2023-06-201-5/+15
* lavfi/vf_libplacebo: use correct link in update_crops()Niklas Haas2023-06-201-8/+7
* lavfi/vf_libplacebo: factor out ref frame logicNiklas Haas2023-06-201-14/+15
* lavif/vf_libplacebo: remove pl_frame_mix from output_frame_mixNiklas Haas2023-06-201-12/+11
* lavfi/vf_libplacebo: move temporary vars into per-input structNiklas Haas2023-06-201-6/+5
* lavfi/vf_libplacebo: cosmeticNiklas Haas2023-06-201-12/+12
* lavfi/vf_libplacebo: move input handling to separate functionNiklas Haas2023-06-201-16/+29
* lavfi/vf_libplacebo: move input-specific state to structNiklas Haas2023-06-201-28/+52
* lavfi/vf_libplacebo: drop redundant caseNiklas Haas2023-06-201-3/+0
* lavfi/qsvvpp: use the right picture struct for vpp initilaizationHaihao Xiang2023-06-201-2/+19
* lavfi/qsvvpp: postpone vpp session initializationHaihao Xiang2023-06-202-7/+32
* lavfi/qsvvpp: store a copy of the sequence parametersHaihao Xiang2023-06-202-17/+32
* lavfi/qsvvpp: check the parameters before initializing vpp sessionHaihao Xiang2023-06-201-0/+8
* lavfi/qsvvpp: copy metadata fields from src to dstHaihao Xiang2023-06-201-2/+14
* lavfi/qsvvpp: track the runtime version in vpp contextHaihao Xiang2023-06-202-0/+8
* avfilter/vf_drawtext: use flags type of option for text_alignPaul B Mahol2023-06-191-36/+29
* avfilter/vf_drawtext: add support for commandsyethie2023-06-191-22/+60
* avfilter/vf_drawtext: add y_align optionyethie2023-06-191-11/+36
* avfilter/vf_drawtext: implement text alignmentyethie2023-06-191-1/+50
* avfilter/vf_drawtext: add expression variables to control font ascent/descentyethie2023-06-191-0/+12
* avfilter/vf_drawtext: add options for size of the background boxyethie2023-06-191-6/+16
* avfilter/vf_drawtext: extend boxborderw optionyethie2023-06-191-3/+38
* avfilter/vf_drawtext: improve glyph shaping and positioningyethie2023-06-191-276/+583
* avfilter/vf_drawtext: cosmeticsyethie2023-06-191-45/+44
* avfilter/vf_displace: add support for commandsPaul B Mahol2023-06-181-1/+2
* avfilter/vf_displace: add slice threading supportPaul B Mahol2023-06-181-43/+66
* avfilter/af_drmeter: misc cleanupsPaul B Mahol2023-06-181-27/+27
* avfilter/af_drmeter: fix error in picking 2nd peakPaul B Mahol2023-06-181-1/+1
* avfilter/af_afade: stop using ff_outlink_get_status on inputsPaul B Mahol2023-06-171-17/+25
* avfilter/af_apad: switch to activatePaul B Mahol2023-06-171-34/+71
* avfilter/vf_xfade: add reveal transitionsPaul B Mahol2023-06-171-0/+80
* avfilter/vf_xfade: add cover transitionsPaul B Mahol2023-06-171-0/+80
* avfilter/vf_bwdif_cuda: CUDA accelerated bwdif deinterlacerPhilip Langdale2023-06-164-0/+687
* avfilter/scale_cuda: add support for rgb32/bgr32 conversionsPhilip Langdale2023-06-163-32/+123
* avfilter/buffersrc: stop passing AV_NOPTS_VALUE on EOFPaul B Mahol2023-06-161-1/+4
* lavfi/graphparser: be more verbose when filtergraph parsing failsAnton Khirnov2023-06-161-1/+35