summaryrefslogtreecommitdiff
path: root/libavfilter/vf_scale_cuda.c
Commit message (Expand)AuthorAge
* avfilter/vf_scale_cuda: Store format in filter, remove query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Combine get_(audio|video)_buffer into unionAndreas Rheinhardt2021-08-17
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter/scale_cuda: add support for pixel format conversionTimo Rothenpieler2021-06-25
* avfilter/scale_cuda: combine separate CUDA sourcesTimo Rothenpieler2021-06-24
* avfilter: compress CUDA PTX code if possibleTimo Rothenpieler2021-06-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/scale_cuda: fix pitch calculation for >8 bit formatsTimo Rothenpieler2020-11-05
* avfilter/scale_cuda: simplify linesize calculationTimo Rothenpieler2020-11-04
* avfilter/scale_cuda: add support for RGB formatsTimo Rothenpieler2020-11-04
* avfilter/scale_cuda: expose optional algorithm parameterTimo Rothenpieler2020-11-04
* avfilter/scale_cuda: add lanczos algorithmTimo Rothenpieler2020-11-04
* avfilter/scale_cuda: add nearest neighbour algorithmTimo Rothenpieler2020-11-03
* avfilter/scale_cuda: code cleanupTimo Rothenpieler2020-11-03
* avfilter/scale_cuda: add bicubic interpolationTimo Rothenpieler2020-11-03
* avfilter/vf_scale_cuda: unload cuModule on uninitleozhang2020-10-12
* avfilter: rename scale.c,h to scale_evalGyan Doshi2019-12-10
* avfilter/scale.c: factorize ff_scale_eval_dimensionsGyan Doshi2019-12-08
* avfilter/vf_scale_cuda: reset frame size after acquiring from hwframeJosh Allmann2019-05-24
* avfilter/vf_scale_cuda: Simplify output plane addressingPhilip Langdale2019-05-15
* avfilter/vf_scale_cuda: Add support for YUV444P16Philip Langdale2019-05-15
* avfilter/vf_scale_cuda: Fix incorrect scaling of > 8bit contentPhilip Langdale2019-05-15
* avfilter/vf_scale_cuda: Switch to using ffnvcodecPhilip Langdale2019-02-27
* avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale2018-11-14
* avfilter/*_cuda: don't include internal headerTimo Rothenpieler2018-10-21
* avfilter/scale_cuda: add CUDA scale filterYogender Gupta2017-05-15