summaryrefslogtreecommitdiff
path: root/libavfilter/vf_scale_cuda.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_scale_cuda: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-10/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+2
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/internal: Combine get_(audio|video)_buffer into unionAndreas Rheinhardt2021-08-171-1/+1
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter/scale_cuda: add support for pixel format conversionTimo Rothenpieler2021-06-251-186/+165
* avfilter/scale_cuda: combine separate CUDA sourcesTimo Rothenpieler2021-06-241-13/+2
* avfilter: compress CUDA PTX code if possibleTimo Rothenpieler2021-06-221-8/+16
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/scale_cuda: fix pitch calculation for >8 bit formatsTimo Rothenpieler2020-11-051-2/+4
* avfilter/scale_cuda: simplify linesize calculationTimo Rothenpieler2020-11-041-17/+19
* avfilter/scale_cuda: add support for RGB formatsTimo Rothenpieler2020-11-041-0/+9
* avfilter/scale_cuda: expose optional algorithm parameterTimo Rothenpieler2020-11-041-4/+11
* avfilter/scale_cuda: add lanczos algorithmTimo Rothenpieler2020-11-041-0/+8
* avfilter/scale_cuda: add nearest neighbour algorithmTimo Rothenpieler2020-11-031-0/+8
* avfilter/scale_cuda: code cleanupTimo Rothenpieler2020-11-031-60/+58
* avfilter/scale_cuda: add bicubic interpolationTimo Rothenpieler2020-11-031-34/+79
* avfilter/vf_scale_cuda: unload cuModule on uninitleozhang2020-10-121-0/+10
* avfilter: rename scale.c,h to scale_evalGyan Doshi2019-12-101-1/+1
* avfilter/scale.c: factorize ff_scale_eval_dimensionsGyan Doshi2019-12-081-0/+11
* avfilter/vf_scale_cuda: reset frame size after acquiring from hwframeJosh Allmann2019-05-241-0/+3
* avfilter/vf_scale_cuda: Simplify output plane addressingPhilip Langdale2019-05-151-11/+11
* avfilter/vf_scale_cuda: Add support for YUV444P16Philip Langdale2019-05-151-1/+16
* avfilter/vf_scale_cuda: Fix incorrect scaling of > 8bit contentPhilip Langdale2019-05-151-1/+1
* avfilter/vf_scale_cuda: Switch to using ffnvcodecPhilip Langdale2019-02-271-77/+91
* avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale2018-11-141-49/+43
* avfilter/*_cuda: don't include internal headerTimo Rothenpieler2018-10-211-1/+1
* avfilter/scale_cuda: add CUDA scale filterYogender Gupta2017-05-151-0/+556