summaryrefslogtreecommitdiff
path: root/libavcodec/qsvdec_mpeg2.c
Commit message (Collapse)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* lavc: AV-prefix a few left out capabilitiesVittorio Giovara2015-10-15
|
* qsvdec: list supported pixel formatsAnton Khirnov2015-09-28
| | | | This is useful for detecting QSV-enabled decoders.
* qsvdec_mpeg2: drop an incorrect commentAnton Khirnov2015-07-27
| | | | It got copypasted from the h264 decoder, but it does not apply to mpeg2.
* qsvdec_*: add missing CODEC_CAP_DR1Anton Khirnov2015-07-27
|
* lavc: add Intel libmfx-based MPEG2 decoder.Anton Khirnov2015-07-25