Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-23examples/qsvdec: convert to the new decoding APIAnton Khirnov
2016-11-23examples/qsvdec: switch to the hwcontext APIAnton Khirnov
The code now does not depend on VA and will work on windows as well.
2016-02-24examples/qsvdec: convert to codecparAnton Khirnov
2015-09-28examples/qsvdec: free the lavc decoder before closing MFX/VAAPIAnton Khirnov
lavc expects MFX to still be in a usable state on close.
2015-09-28examples/qsvdec: do not free the surfaces in the frame_free() callbackAnton Khirnov
Even though libmfx might not need them anymore, avcodec might still access the surfaces. So free them separately at the end.
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-02-28Add a QSV decoding example.Anton Khirnov