| Commit message (Expand) | Author | Age | Files | Lines |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -5/+5 |
* | lavu/frame: deprecate AVFrame.pkt_{pos,size} | Anton Khirnov | 2023-03-20 | 1 | -6/+18 |
* | avfilter: use ff_inlink_make_frame_writable() | Paul B Mahol | 2023-02-12 | 1 | -1/+2 |
* | avfilter/vf_overlay_cuda: Store format in filter, remove query func | Andreas Rheinhardt | 2021-10-05 | 1 | -13/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -3/+1 |
* | Remove unnecessary mem.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: compress CUDA PTX code if possible | Timo Rothenpieler | 2021-06-22 | 1 | -3/+5 |
* | avfilter/overlay_cuda: support expression of x y position | Steven Liu | 2021-06-10 | 1 | -9/+144 |
* | avfilter/overlay_cuda: add hsub and vsub compute x and y positions | Steven Liu | 2021-06-07 | 1 | -0/+8 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/overlay_cuda: check av_buffer_ref result | Timo Rothenpieler | 2021-04-11 | 1 | -0/+4 |
* | avfilter/overlay_cuda: hold explicit reference to hw_device_ctx | Timo Rothenpieler | 2021-04-11 | 1 | -1/+7 |
* | avfilter/overlay_cuda: fix framesync with embedded PGS subtitle | nyanmisaka | 2021-03-25 | 1 | -1/+4 |
* | avfilter: add vf_overlay_cuda | Yaroslav Pogrebnyak | 2020-03-28 | 1 | -0/+438 |