aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/hwcontext_cuda.c
Commit message (Collapse)AuthorAgeFilesLines
* avutil/hwcontext_cuda: fix YUV420P cuda_get_bufferMarton Balint2018-05-151-3/+4
| | | | | | Regression since ece068a771ac3f725e854c681ecbef08e792addc. Signed-off-by: Marton Balint <cus@passwd.hu>
* avutil/hwcontext_cuda: use generic size and pointer assignment functionsTimo Rothenpieler2018-05-101-67/+15
|
* avutil/hwcontext_cuda: add support for nvenc rgb formatsTimo Rothenpieler2018-05-101-0/+11
|
* avutil/hwcontext_cuda: explicitly synchronize cuMemcpy callsTimo Rothenpieler2018-05-101-3/+15
|
* avutil/hwcontext_cuda: add CUstream in cuda hwctxTimo Rothenpieler2018-05-101-0/+3
|
* compat/cuda: Pass a logging context to load functionsMark Thompson2017-11-201-1/+1
| | | | Reviewed-by: Timo Rothenpieler <timo@rothenpieler.org>
* hwcontext_cuda : Support YUV444P16 formatYogender Gupta2017-08-031-1/+7
| | | | Signed-off-by: Philip Langdale <philipl@overt.org>
* hwcontext_cuda: implement frames_get_constraintswm42017-01-231-0/+26
| | | | Copied and modified from hwcontext_qsv.c.
* avutil/hwcontext_cuda: check for missing pixel formatTimo Rothenpieler2016-11-301-0/+3
|
* libavutil/hwcontext_cuda: Support P010 and P016 formatsPhilip Langdale2016-11-221-1/+14
| | | | | CUVID is now capable of returning 10bit and 12bit decoded content in P010/P016. Let's support transfering those formats.
* avutil/hwcontext_cuda: use dynamically loaded CUDATimo Rothenpieler2016-11-221-24/+75
|
* avutil/hwcontext_cuda: align allocated framesTimo Rothenpieler2016-10-031-15/+20
|
* avutil/hwcontext_cuda: use proper synchronization flagTimo Rothenpieler2016-09-291-1/+1
|
* Merge commit '2e219b491bcc0845248345fdad31231b081e06d1'Hendrik Leppkes2016-06-261-0/+44
|\ | | | | | | | | | | | | * commit '2e219b491bcc0845248345fdad31231b081e06d1': hwcontext_cuda: implement device creation Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * hwcontext_cuda: implement device creationAnton Khirnov2016-05-261-0/+44
| |
* | Merge commit 'ad884d100259e55cb51a4239cd8a4fd5154c2073'Derek Buitenhuis2016-02-241-4/+4
|/ | | | | | | * commit 'ad884d100259e55cb51a4239cd8a4fd5154c2073': hwcontext: add a CUDA implementation Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* hwcontext: add a CUDA implementationAnton Khirnov2016-02-141-0/+270