summaryrefslogtreecommitdiff
path: root/libavfilter/vf_overlay_cuda.c
Commit message (Expand)AuthorAgeFilesLines
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-201-6/+18
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-1/+2
* avfilter/vf_overlay_cuda: Store format in filter, remove query funcAndreas Rheinhardt2021-10-051-13/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-3/+1
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: compress CUDA PTX code if possibleTimo Rothenpieler2021-06-221-3/+5
* avfilter/overlay_cuda: support expression of x y positionSteven Liu2021-06-101-9/+144
* avfilter/overlay_cuda: add hsub and vsub compute x and y positionsSteven Liu2021-06-071-0/+8
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/overlay_cuda: check av_buffer_ref resultTimo Rothenpieler2021-04-111-0/+4
* avfilter/overlay_cuda: hold explicit reference to hw_device_ctxTimo Rothenpieler2021-04-111-1/+7
* avfilter/overlay_cuda: fix framesync with embedded PGS subtitlenyanmisaka2021-03-251-1/+4
* avfilter: add vf_overlay_cudaYaroslav Pogrebnyak2020-03-281-0/+438