summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/vp9.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: Resolve more variable shadowing scenariosLioncash2020-12-041-1/+1
* Queue decoded frames, cleanup decodersameerj2020-11-251-3/+4
* nvdec: Make use of [[nodiscard]] where applicableLioncash2020-11-021-1/+1
* vp9: Be explicit with copy and move operatorsLioncash2020-10-301-0/+18
* vp9: Mark functions with [[nodiscard]] where applicableLioncash2020-10-301-9/+9
* vp9: Provide a default initializer for "hidden" memberLioncash2020-10-301-1/+1
* vp9: Make some member functions internally linkedLioncash2020-10-301-10/+0
* nvdec: Tidy up header includesLioncash2020-10-271-30/+2
* video_core: NVDEC Implementationameerj2020-10-271-0/+216