summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_cuda.c
Commit message (Expand)AuthorAge
* avutil/hwcontext_cuda: return more useful error codes from init functionsTimo Rothenpieler2021-11-22
* avutil/hwcontext_cuda: add option to use primary device contextTimo Rothenpieler2021-11-22
* hwcontext_vulkan: dynamically load functionsLynne2021-04-30
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avutil: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avutil/hwcontext_cuda: fix edge case with non-even frame heightsTimo Rothenpieler2020-11-04
* avutil/hwcontext_cuda: query correct alignment from deviceTimo Rothenpieler2020-11-04
* avutil/hwcontext_cuda: increase CUDA frame alignment to 512Timo Rothenpieler2020-11-03
* hwcontext: add av_hwdevice_ctx_create_derived_optsLynne2020-05-23
* avutil/hwcontext_cuda: Only handle CUDA hardware framesTimo Rothenpieler2020-04-06
* avutil/hwcontext_cuda: combine transfer functionsTimo Rothenpieler2020-03-19
* avutil/hwcontext_cuda: add YUVA420P pixel formatYaroslav Pogrebnyak2020-03-19
* lavu/hwcontext_cuda: refactor context initialisationPhilip Langdale2020-02-04
* lavu: add Vulkan hwcontext codeLynne2020-02-04
* avutil/hwcontext_cuda: allow using primary CUDA device contextOleg Dobkin2019-11-26
* avutil/hcontext_cuda: Remove unnecessary stream synchronisationPhilip Langdale2019-03-30
* avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale2018-11-14
* avutil/hwcontext_cuda: fix YUV420P cuda_get_bufferMarton Balint2018-05-15
* avutil/hwcontext_cuda: use generic size and pointer assignment functionsTimo Rothenpieler2018-05-10
* avutil/hwcontext_cuda: add support for nvenc rgb formatsTimo Rothenpieler2018-05-10
* avutil/hwcontext_cuda: explicitly synchronize cuMemcpy callsTimo Rothenpieler2018-05-10
* avutil/hwcontext_cuda: add CUstream in cuda hwctxTimo Rothenpieler2018-05-10
* compat/cuda: Pass a logging context to load functionsMark Thompson2017-11-20
* hwcontext_cuda : Support YUV444P16 formatYogender Gupta2017-08-03
* hwcontext_cuda: implement frames_get_constraintswm42017-01-23
* avutil/hwcontext_cuda: check for missing pixel formatTimo Rothenpieler2016-11-30
* libavutil/hwcontext_cuda: Support P010 and P016 formatsPhilip Langdale2016-11-22
* avutil/hwcontext_cuda: use dynamically loaded CUDATimo Rothenpieler2016-11-22
* avutil/hwcontext_cuda: align allocated framesTimo Rothenpieler2016-10-03
* avutil/hwcontext_cuda: use proper synchronization flagTimo Rothenpieler2016-09-29
* Merge commit '2e219b491bcc0845248345fdad31231b081e06d1'Hendrik Leppkes2016-06-26
|\
| * hwcontext_cuda: implement device creationAnton Khirnov2016-05-26
* | Merge commit 'ad884d100259e55cb51a4239cd8a4fd5154c2073'Derek Buitenhuis2016-02-24
|/
* hwcontext: add a CUDA implementationAnton Khirnov2016-02-14