aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/qsvdec_mpeg2.c
Commit message (Collapse)AuthorAgeFilesLines
* qsv: Add VC-1 decoderMark Thompson2016-11-141-179/+0
| | | | | It uses the same code as the MPEG-2 decoder, so the file is renamed to contain all "other" (that is, not H.26[45]) codecs.
* qsvdec: support getting the session from an AVHWFramesContextAnton Khirnov2016-06-211-2/+0
|
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* lavc: AV-prefix a few left out capabilitiesVittorio Giovara2015-10-151-1/+1
|
* qsvdec: list supported pixel formatsAnton Khirnov2015-09-281-0/+3
| | | | This is useful for detecting QSV-enabled decoders.
* qsvdec_mpeg2: drop an incorrect commentAnton Khirnov2015-07-271-1/+0
| | | | It got copypasted from the h264 decoder, but it does not apply to mpeg2.
* qsvdec_*: add missing CODEC_CAP_DR1Anton Khirnov2015-07-271-1/+1
|
* lavc: add Intel libmfx-based MPEG2 decoder.Anton Khirnov2015-07-251-0/+179