summaryrefslogtreecommitdiff
path: root/libavutil/hwcontext_vdpau.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avutil: use the buffer_size_t typedef where requiredJames Almer2021-03-101-1/+1
* avutil/hwcontext_vdpau: Correctly initialise pixfmtsPhilip Langdale2020-07-121-21/+21
* avcodec/hevcdec: Add VDPAU to list of supported formatsManojGuptaBonda2020-07-091-2/+19
* avutil/hwcontext_vdpau: Map 444 pix fmts to new VdpYCbCr typesManojGuptaBonda2019-05-051-4/+14
* hwcontext_vdpau: implement av_hwdevice_get_hwframe_constraints()wm42018-01-151-16/+39
* Merge commit '09a145b3c837273b1379321e44386a3233156e75'Clément Bœsch2017-03-201-25/+13
|\
| * hwcontext_vdpau: Remove duplicate definition of GET_CALLBACKMark Thompson2016-09-141-24/+13
* | hwcontext_vdpau: Fix missing subscriptsMark Thompson2017-01-171-2/+2
* | avutil/hwcontext_vdpau: Fix warning: "GET_CALLBACK" redefinedMichael Niedermayer2016-10-101-0/+1
* | Merge commit '38392b2af815898b8716826c4e29d95c04fb2647'Hendrik Leppkes2016-06-261-0/+81
|\ \ | |/
| * hwcontext_vdpau: implement device creationAnton Khirnov2016-05-261-0/+81
* | Merge commit 'a001ce31bc2bcf875a39b5fb22dae49120293b42'Derek Buitenhuis2016-02-171-4/+4
|/
* hwcontext: add a VDPAU implementationAnton Khirnov2016-02-141-0/+408