| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/nvdec: make explicit copy of frames unless user requested otherwise | Timo Rothenpieler | 2022-12-10 | 1 | -2/+11 |
* | avcodec/nvdec: Use av_buffer_replace() where appropriate | Andreas Rheinhardt | 2022-08-08 | 1 | -5/+2 |
* | avcodec/nvdec: Check av_buffer_ref() | Andreas Rheinhardt | 2022-08-08 | 1 | -2/+5 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec: use the buffer_size_t typedef where required | James Almer | 2021-03-10 | 1 | -2/+2 |
* | avcodec/nvdec: Add support for decoding monochrome av1 | Philip Langdale | 2020-12-06 | 1 | -0/+3 |
* | avcodec/nvdec: add av1 hwaccel | Timo Rothenpieler | 2020-11-11 | 1 | -0/+4 |
* | avcodec/nvdec: add support for separate reference frame | Timo Rothenpieler | 2020-11-11 | 1 | -2/+38 |
* | nvdec: attach real hw_frames to post-processed frames | Timo Rothenpieler | 2020-03-28 | 1 | -17/+75 |
* | avcodec/nvdec: Explicitly mark codecs that support 444 output formats | Philip Langdale | 2019-02-16 | 1 | -3/+4 |
* | avcodec/nvdec: Add support for decoding HEVC 4:4:4 content | Philip Langdale | 2019-02-16 | 1 | -8/+34 |
* | avutil/hwcontext_cuda: Define and use common CHECK_CU() | Philip Langdale | 2018-11-14 | 1 | -53/+39 |
* | avcodec/nvdec: Increase frame pool size to help deinterlacing | Philip Langdale | 2018-11-02 | 1 | -1/+5 |
* | avcodec/nvdec: Push the context before destroying the decoder | Philip Langdale | 2018-10-24 | 1 | -1/+5 |
* | avcodec/nvdec: pass CUstream in vpp parameters | Timo Rothenpieler | 2018-05-10 | 1 | -1/+6 |
* | avcodec/nvdec: avoid needless copy of output frame | Timo Rothenpieler | 2018-05-10 | 1 | -23/+73 |
* | avcodec/nvdec: Implement mjpeg nvdec hwaccel | Philip Langdale | 2018-02-21 | 1 | -0/+1 |
* | avcodec/nvdec: Fix capability check with old drivers. | Jacob Trimble | 2017-12-08 | 1 | -0/+12 |
* | avcodec/nvdec: Implement vp8 hwaccel | Philip Langdale | 2017-11-26 | 1 | -0/+1 |
* | avcodec/nvdec: Round up odd width/height values | Philip Langdale | 2017-11-24 | 1 | -2/+2 |
* | compat/cuda: Pass a logging context to load functions | Mark Thompson | 2017-11-20 | 1 | -1/+1 |
* | avcodec: Implement mpeg4 nvdec hwaccel | Philip Langdale | 2017-11-20 | 1 | -0/+1 |
* | avcodec: Implement mpeg1 nvdec hwaccel | Philip Langdale | 2017-11-20 | 1 | -0/+1 |
* | avcodec: Refactor common nvdec hwaccel logic | Philip Langdale | 2017-11-20 | 1 | -0/+46 |
* | avcodec: Implement mpeg2 nvdec hwaccel | Philip Langdale | 2017-11-18 | 1 | -5/+6 |
* | avcodec: Implement vc1 nvdec hwaccel | Philip Langdale | 2017-11-14 | 1 | -0/+2 |
* | avcodec/nvdec: fix return value on error | Timo Rothenpieler | 2017-11-13 | 1 | -1/+3 |
* | avcodec/nvdec: warn about thread count if applicable | Timo Rothenpieler | 2017-11-13 | 1 | -1/+8 |
* | avcodec: implement vp9 nvdec hwaccel | Timo Rothenpieler | 2017-11-13 | 1 | -0/+1 |
* | avcodec/nvdec: add support for 12 bit formats | Timo Rothenpieler | 2017-11-12 | 1 | -2/+14 |
* | avcodec/nvdec: check hardware capabilities | Timo Rothenpieler | 2017-11-12 | 1 | -0/+56 |
* | avcodec/nvdec: don't add thread buffer twice | Timo Rothenpieler | 2017-11-12 | 1 | -3/+0 |
* | nvdec: add frames_params support | wm4 | 2017-11-11 | 1 | -31/+43 |
* | avcodec/nvdec: fix copyright headers | James Almer | 2017-11-10 | 1 | -5/+5 |
* | Merge commit 'b90fdb2c7199cc8b0e8d994fafba1fb4dc181d88' | James Almer | 2017-11-10 | 1 | -0/+1 |
* | h264dec: add a NVDEC hwaccel | Anton Khirnov | 2017-11-10 | 1 | -0/+431 |