| Commit message (Expand) | Author | Age | Files | Lines |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -9/+9 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avfilter: Remove unnecessary formats.h inclusions | Andreas Rheinhardt | 2023-08-07 | 1 | -3/+0 |
* | avfilter/scale_cuda: add support for rgb32/bgr32 conversions | Philip Langdale | 2023-06-16 | 1 | -0/+2 |
* | avfilter/vf_scale_cuda: Store format in filter, remove query function | Andreas Rheinhardt | 2021-10-05 | 1 | -10/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+2 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Combine get_(audio|video)_buffer into union | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avfilter/scale_cuda: add support for pixel format conversion | Timo Rothenpieler | 2021-06-25 | 1 | -186/+165 |
* | avfilter/scale_cuda: combine separate CUDA sources | Timo Rothenpieler | 2021-06-24 | 1 | -13/+2 |
* | avfilter: compress CUDA PTX code if possible | Timo Rothenpieler | 2021-06-22 | 1 | -8/+16 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/scale_cuda: fix pitch calculation for >8 bit formats | Timo Rothenpieler | 2020-11-05 | 1 | -2/+4 |
* | avfilter/scale_cuda: simplify linesize calculation | Timo Rothenpieler | 2020-11-04 | 1 | -17/+19 |
* | avfilter/scale_cuda: add support for RGB formats | Timo Rothenpieler | 2020-11-04 | 1 | -0/+9 |
* | avfilter/scale_cuda: expose optional algorithm parameter | Timo Rothenpieler | 2020-11-04 | 1 | -4/+11 |
* | avfilter/scale_cuda: add lanczos algorithm | Timo Rothenpieler | 2020-11-04 | 1 | -0/+8 |
* | avfilter/scale_cuda: add nearest neighbour algorithm | Timo Rothenpieler | 2020-11-03 | 1 | -0/+8 |
* | avfilter/scale_cuda: code cleanup | Timo Rothenpieler | 2020-11-03 | 1 | -60/+58 |
* | avfilter/scale_cuda: add bicubic interpolation | Timo Rothenpieler | 2020-11-03 | 1 | -34/+79 |
* | avfilter/vf_scale_cuda: unload cuModule on uninit | leozhang | 2020-10-12 | 1 | -0/+10 |
* | avfilter: rename scale.c,h to scale_eval | Gyan Doshi | 2019-12-10 | 1 | -1/+1 |
* | avfilter/scale.c: factorize ff_scale_eval_dimensions | Gyan Doshi | 2019-12-08 | 1 | -0/+11 |
* | avfilter/vf_scale_cuda: reset frame size after acquiring from hwframe | Josh Allmann | 2019-05-24 | 1 | -0/+3 |
* | avfilter/vf_scale_cuda: Simplify output plane addressing | Philip Langdale | 2019-05-15 | 1 | -11/+11 |
* | avfilter/vf_scale_cuda: Add support for YUV444P16 | Philip Langdale | 2019-05-15 | 1 | -1/+16 |
* | avfilter/vf_scale_cuda: Fix incorrect scaling of > 8bit content | Philip Langdale | 2019-05-15 | 1 | -1/+1 |
* | avfilter/vf_scale_cuda: Switch to using ffnvcodec | Philip Langdale | 2019-02-27 | 1 | -77/+91 |
* | avutil/hwcontext_cuda: Define and use common CHECK_CU() | Philip Langdale | 2018-11-14 | 1 | -49/+43 |
* | avfilter/*_cuda: don't include internal header | Timo Rothenpieler | 2018-10-21 | 1 | -1/+1 |
* | avfilter/scale_cuda: add CUDA scale filter | Yogender Gupta | 2017-05-15 | 1 | -0/+556 |