Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hwcontext_cuda: implement frames_get_constraints | wm4 | 2017-01-23 | 1 | -0/+26 |
| | | | | Copied and modified from hwcontext_qsv.c. | ||||
* | 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 |
| | | | | | 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 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 |
|\ | | | | | | | | | | | | | * commit '2e219b491bcc0845248345fdad31231b081e06d1': hwcontext_cuda: implement device creation Merged-by: Hendrik Leppkes <[email protected]> | ||||
| * | hwcontext_cuda: implement device creation | Anton Khirnov | 2016-05-26 | 1 | -0/+44 |
| | | |||||
* | | Merge commit 'ad884d100259e55cb51a4239cd8a4fd5154c2073' | Derek Buitenhuis | 2016-02-24 | 1 | -4/+4 |
|/ | | | | | | | * commit 'ad884d100259e55cb51a4239cd8a4fd5154c2073': hwcontext: add a CUDA implementation Merged-by: Derek Buitenhuis <[email protected]> | ||||
* | hwcontext: add a CUDA implementation | Anton Khirnov | 2016-02-14 | 1 | -0/+270 |