Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples/qsvdec: free the lavc decoder before closing MFX/VAAPI | Anton Khirnov | 2015-09-28 | 1 | -4/+4 |
| | | | | lavc expects MFX to still be in a usable state on close. | ||||
* | examples/qsvdec: do not free the surfaces in the frame_free() callback | Anton Khirnov | 2015-09-28 | 1 | -9/+12 |
| | | | | | Even though libmfx might not need them anymore, avcodec might still access the surfaces. So free them separately at the end. | ||||
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Vittorio Giovara <[email protected]> | ||||
* | Add a QSV decoding example. | Anton Khirnov | 2015-02-28 | 1 | -0/+484 |