summaryrefslogtreecommitdiffstats
path: root/libavcodec/nvdec_mjpeg.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/nvdec: Explicitly mark codecs that support 444 output formatsPhilip Langdale2019-02-161-1/+1
| | | | | | | | | With the introduction of HEVC 444 support, we technically have two codecs that can handle 444 - HEVC and MJPEG. In the case of MJPEG, it can decode, but can only output one of the semi-planar formats. That means we need additional logic to decide whether to use a 444 output format or not.
* avcodec/nvdec: Implement mjpeg nvdec hwaccelPhilip Langdale2018-02-211-0/+86
OpenPOWER on IntegriCloud