| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/hwcontext_cuda: declare support for rgb32/bgr32 | Philip Langdale | 2023-06-15 | 1 | -0/+2 |
* | avutil/hwcontext_cuda: fix compilation without Vulkan after last commit | James Almer | 2022-11-12 | 1 | -0/+2 |
* | avutil/hwcontext_cuda: fix mixed declarations and code warning | James Almer | 2022-11-12 | 1 | -1/+2 |
* | avutil/hwcontext_cuda: return more useful error codes from init functions | Timo Rothenpieler | 2021-11-22 | 1 | -7/+11 |
* | avutil/hwcontext_cuda: add option to use primary device context | Timo Rothenpieler | 2021-11-22 | 1 | -0/+24 |
* | hwcontext_vulkan: dynamically load functions | Lynne | 2021-04-30 | 1 | -1/+4 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil: use the buffer_size_t typedef where required | James Almer | 2021-03-10 | 1 | -1/+1 |
* | avutil/hwcontext_cuda: fix edge case with non-even frame heights | Timo Rothenpieler | 2020-11-04 | 1 | -1/+1 |
* | avutil/hwcontext_cuda: query correct alignment from device | Timo Rothenpieler | 2020-11-04 | 1 | -6/+23 |
* | avutil/hwcontext_cuda: increase CUDA frame alignment to 512 | Timo Rothenpieler | 2020-11-03 | 1 | -1/+1 |
* | hwcontext: add av_hwdevice_ctx_create_derived_opts | Lynne | 2020-05-23 | 1 | -1/+1 |
* | avutil/hwcontext_cuda: Only handle CUDA hardware frames | Timo Rothenpieler | 2020-04-06 | 1 | -0/+4 |
* | avutil/hwcontext_cuda: combine transfer functions | Timo Rothenpieler | 2020-03-19 | 1 | -55/+23 |
* | avutil/hwcontext_cuda: add YUVA420P pixel format | Yaroslav Pogrebnyak | 2020-03-19 | 1 | -1/+2 |
* | lavu/hwcontext_cuda: refactor context initialisation | Philip Langdale | 2020-02-04 | 1 | -64/+50 |
* | lavu: add Vulkan hwcontext code | Lynne | 2020-02-04 | 1 | -0/+132 |
* | avutil/hwcontext_cuda: allow using primary CUDA device context | Oleg Dobkin | 2019-11-26 | 1 | -10/+39 |
* | avutil/hcontext_cuda: Remove unnecessary stream synchronisation | Philip Langdale | 2019-03-30 | 1 | -4/+0 |
* | avutil/hwcontext_cuda: Define and use common CHECK_CU() | Philip Langdale | 2018-11-14 | 1 | -78/+70 |
* | avutil/hwcontext_cuda: fix YUV420P cuda_get_buffer | Marton Balint | 2018-05-15 | 1 | -3/+4 |
* | avutil/hwcontext_cuda: use generic size and pointer assignment functions | Timo Rothenpieler | 2018-05-10 | 1 | -67/+15 |
* | avutil/hwcontext_cuda: add support for nvenc rgb formats | Timo Rothenpieler | 2018-05-10 | 1 | -0/+11 |
* | avutil/hwcontext_cuda: explicitly synchronize cuMemcpy calls | Timo Rothenpieler | 2018-05-10 | 1 | -3/+15 |
* | avutil/hwcontext_cuda: add CUstream in cuda hwctx | Timo Rothenpieler | 2018-05-10 | 1 | -0/+3 |
* | compat/cuda: Pass a logging context to load functions | Mark Thompson | 2017-11-20 | 1 | -1/+1 |
* | hwcontext_cuda : Support YUV444P16 format | Yogender Gupta | 2017-08-03 | 1 | -1/+7 |
* | hwcontext_cuda: implement frames_get_constraints | wm4 | 2017-01-23 | 1 | -0/+26 |
* | avutil/hwcontext_cuda: check for missing pixel format | Timo Rothenpieler | 2016-11-30 | 1 | -0/+3 |
* | libavutil/hwcontext_cuda: Support P010 and P016 formats | Philip Langdale | 2016-11-22 | 1 | -1/+14 |
* | avutil/hwcontext_cuda: use dynamically loaded CUDA | Timo Rothenpieler | 2016-11-22 | 1 | -24/+75 |
* | avutil/hwcontext_cuda: align allocated frames | Timo Rothenpieler | 2016-10-03 | 1 | -15/+20 |
* | avutil/hwcontext_cuda: use proper synchronization flag | Timo Rothenpieler | 2016-09-29 | 1 | -1/+1 |
* | Merge commit '2e219b491bcc0845248345fdad31231b081e06d1' | Hendrik Leppkes | 2016-06-26 | 1 | -0/+44 |
|\ |
|
| * | hwcontext_cuda: implement device creation | Anton Khirnov | 2016-05-26 | 1 | -0/+44 |
* | | Merge commit 'ad884d100259e55cb51a4239cd8a4fd5154c2073' | Derek Buitenhuis | 2016-02-24 | 1 | -4/+4 |
|/ |
|
* | hwcontext: add a CUDA implementation | Anton Khirnov | 2016-02-14 | 1 | -0/+270 |