summaryrefslogtreecommitdiff
path: root/ffmpeg_vdpau.c
Commit message (Collapse)AuthorAge
* Merge commit 'f72db3f2f3a8c83a4f5dede8fa03434b2bf676c6'Hendrik Leppkes2016-06-26
| | | | | | | * commit 'f72db3f2f3a8c83a4f5dede8fa03434b2bf676c6': avconv_vdpau: use the hwcontext device creation API Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
* Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4'Clément Bœsch2016-06-21
| | | | | | | * commit '0f40c9098498ad90dbbd2380eb4269015e84bde4': Drop pointless assert.h #includes Merged-by: Clément Bœsch <clement@stupeflix.com>
* ffmpeg_vdpau: Free ctx on error pathMichael Niedermayer2016-03-03
| | | | | | Fixes CID1355118 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* ffmpeg_vdpau: Remove unused variableMichael Niedermayer2016-02-28
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Merge commit 'bd49be885e9ad6bae599c54473ba2fa2957eb140'Derek Buitenhuis2016-02-17
| | | | | | | | * commit 'bd49be885e9ad6bae599c54473ba2fa2957eb140': avconv_vdpau: use the hwcontext API to simplify code Tested-by: wm4 Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* ffmpeg_vdpau: Ignore decoder's max supported levelPhilip Langdale2015-08-16
| | | | | | The h264 decoder reports 4.1 as its maximum level, but it will decode 5.1 4K video just fine. In practice, the published level limits in vdpau do not communicate anything that's actually useful.
* Merge commit '1f9237f2ac46dfbed1bfa1f4f0f1314c2a1d62ec'Michael Niedermayer2014-12-27
| | | | | | | * commit '1f9237f2ac46dfbed1bfa1f4f0f1314c2a1d62ec': avconv_vdpau: allocate video surface of VDPAU-specified size Merged-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '8de1d67967a9f9e22c66cb0c1e518ae4f30d07dd'Michael Niedermayer2014-10-06
| | | | | | | * commit '8de1d67967a9f9e22c66cb0c1e518ae4f30d07dd': avconv_vdpau: update to new VDPAU interface Merged-by: Michael Niedermayer <michaelni@gmx.at>
* ffmpeg: add vdpau_old to allow continued testing of the older (but not ↵Michael Niedermayer2014-10-06
| | | | | | oldest) API Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '7671dd7cd7d51bbd637cc46d8f104a141bc355ea'Michael Niedermayer2013-11-23
* commit '7671dd7cd7d51bbd637cc46d8f104a141bc355ea': avconv: add support for VDPAU decoding Conflicts: Changelog Makefile configure ffmpeg.h Merged-by: Michael Niedermayer <michaelni@gmx.at>