summaryrefslogtreecommitdiff
path: root/libavcodec/hwaccels.h
Commit message (Collapse)AuthorAge
* avcodec/nvdec: Implement mjpeg nvdec hwaccelPhilip Langdale2018-02-21
|
* vaapi: Add MJPEG decode hwaccelMark Thompson2018-02-21
|
* avcodec/nvdec: Implement vp8 hwaccelPhilip Langdale2017-11-26
|
* vaapi: Add VP8 decode hwaccelMark Thompson2017-11-26
|
* lavc: Mark all AVHWAccel structures as constMark Thompson2017-11-26
|
* lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-26
This includes a pointer to the associated hwaccel for decoders using hwaccels - these will be used later to implement the hwaccel setup without needing a global list. Also added is a new file listing all hwaccels as external declarations - this will be used later to generate the hwaccel list at configure time.