| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/vf_libplacebo: allow pos_w to depend on pos_h | Niklas Haas | 2023-06-20 | 1 | -0/+4 |
* | lavfi/vf_libplacebo: add nb_inputs option | Niklas Haas | 2023-06-20 | 1 | -11/+14 |
* | lavfi/vf_libplacebo: set time_base/frame_rate dynamically | Niklas Haas | 2023-06-20 | 1 | -0/+15 |
* | lavfi/vf_libplacebo: also skip cache if in FPS == out FPS | Niklas Haas | 2023-06-20 | 1 | -1/+1 |
* | lavfi/vf_libplacebo: skip cache selectively per-input | Niklas Haas | 2023-06-20 | 1 | -5/+2 |
* | lavfi/vf_libplacebo: set format list for all inputs | Niklas Haas | 2023-06-20 | 1 | -1/+2 |
* | lavfi/vf_libplacebo: add in_idx variable | Niklas Haas | 2023-06-20 | 1 | -2/+7 |
* | lavfi/vf_libplacebo: make input-dependent vars dynamic | Niklas Haas | 2023-06-20 | 1 | -5/+5 |
* | lavfi/vf_libplacebo: generalize frame update to multiple inputs | Niklas Haas | 2023-06-20 | 1 | -18/+34 |
* | lavfi/vf_libplacebo: only drain actually used PTS | Niklas Haas | 2023-06-20 | 1 | -2/+8 |
* | lavfi/vf_libplacebo: determine PTS of next frame from any input | Niklas Haas | 2023-06-20 | 1 | -13/+20 |
* | lavfi/vf_libplacebo: handle multiple inputs | Niklas Haas | 2023-06-20 | 1 | -3/+5 |
* | lavfi/vf_libplacebo: support blending multiple inputs | Niklas Haas | 2023-06-20 | 1 | -4/+20 |
* | lavfi/vf_libplacebo: keep track of latest status globally | Niklas Haas | 2023-06-20 | 1 | -2/+9 |
* | lavfi/vf_libplacebo: replace s->input by dynamic array | Niklas Haas | 2023-06-20 | 1 | -5/+15 |
* | lavfi/vf_libplacebo: use correct link in update_crops() | Niklas Haas | 2023-06-20 | 1 | -8/+7 |
* | lavfi/vf_libplacebo: factor out ref frame logic | Niklas Haas | 2023-06-20 | 1 | -14/+15 |
* | lavif/vf_libplacebo: remove pl_frame_mix from output_frame_mix | Niklas Haas | 2023-06-20 | 1 | -12/+11 |
* | lavfi/vf_libplacebo: move temporary vars into per-input struct | Niklas Haas | 2023-06-20 | 1 | -6/+5 |
* | lavfi/vf_libplacebo: cosmetic | Niklas Haas | 2023-06-20 | 1 | -12/+12 |
* | lavfi/vf_libplacebo: move input handling to separate function | Niklas Haas | 2023-06-20 | 1 | -16/+29 |
* | lavfi/vf_libplacebo: move input-specific state to struct | Niklas Haas | 2023-06-20 | 1 | -28/+52 |
* | lavfi/vf_libplacebo: drop redundant case | Niklas Haas | 2023-06-20 | 1 | -3/+0 |
* | lavfi/qsvvpp: use the right picture struct for vpp initilaization | Haihao Xiang | 2023-06-20 | 1 | -2/+19 |
* | lavfi/qsvvpp: postpone vpp session initialization | Haihao Xiang | 2023-06-20 | 2 | -7/+32 |
* | lavfi/qsvvpp: store a copy of the sequence parameters | Haihao Xiang | 2023-06-20 | 2 | -17/+32 |
* | lavfi/qsvvpp: check the parameters before initializing vpp session | Haihao Xiang | 2023-06-20 | 1 | -0/+8 |
* | lavfi/qsvvpp: copy metadata fields from src to dst | Haihao Xiang | 2023-06-20 | 1 | -2/+14 |
* | lavfi/qsvvpp: track the runtime version in vpp context | Haihao Xiang | 2023-06-20 | 2 | -0/+8 |
* | avfilter/vf_drawtext: use flags type of option for text_align | Paul B Mahol | 2023-06-19 | 1 | -36/+29 |
* | avfilter/vf_drawtext: add support for commands | yethie | 2023-06-19 | 1 | -22/+60 |
* | avfilter/vf_drawtext: add y_align option | yethie | 2023-06-19 | 1 | -11/+36 |
* | avfilter/vf_drawtext: implement text alignment | yethie | 2023-06-19 | 1 | -1/+50 |
* | avfilter/vf_drawtext: add expression variables to control font ascent/descent | yethie | 2023-06-19 | 1 | -0/+12 |
* | avfilter/vf_drawtext: add options for size of the background box | yethie | 2023-06-19 | 1 | -6/+16 |
* | avfilter/vf_drawtext: extend boxborderw option | yethie | 2023-06-19 | 1 | -3/+38 |
* | avfilter/vf_drawtext: improve glyph shaping and positioning | yethie | 2023-06-19 | 1 | -276/+583 |
* | avfilter/vf_drawtext: cosmetics | yethie | 2023-06-19 | 1 | -45/+44 |
* | avfilter/vf_displace: add support for commands | Paul B Mahol | 2023-06-18 | 1 | -1/+2 |
* | avfilter/vf_displace: add slice threading support | Paul B Mahol | 2023-06-18 | 1 | -43/+66 |
* | avfilter/af_drmeter: misc cleanups | Paul B Mahol | 2023-06-18 | 1 | -27/+27 |
* | avfilter/af_drmeter: fix error in picking 2nd peak | Paul B Mahol | 2023-06-18 | 1 | -1/+1 |
* | avfilter/af_afade: stop using ff_outlink_get_status on inputs | Paul B Mahol | 2023-06-17 | 1 | -17/+25 |
* | avfilter/af_apad: switch to activate | Paul B Mahol | 2023-06-17 | 1 | -34/+71 |
* | avfilter/vf_xfade: add reveal transitions | Paul B Mahol | 2023-06-17 | 1 | -0/+80 |
* | avfilter/vf_xfade: add cover transitions | Paul B Mahol | 2023-06-17 | 1 | -0/+80 |
* | avfilter/vf_bwdif_cuda: CUDA accelerated bwdif deinterlacer | Philip Langdale | 2023-06-16 | 4 | -0/+687 |
* | avfilter/scale_cuda: add support for rgb32/bgr32 conversions | Philip Langdale | 2023-06-16 | 3 | -32/+123 |
* | avfilter/buffersrc: stop passing AV_NOPTS_VALUE on EOF | Paul B Mahol | 2023-06-16 | 1 | -1/+4 |
* | lavfi/graphparser: be more verbose when filtergraph parsing fails | Anton Khirnov | 2023-06-16 | 1 | -1/+35 |