summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/vp9.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash1-1/+1
2020-11-25Queue decoded frames, cleanup decodersameerj1-3/+4
2020-11-02nvdec: Make use of [[nodiscard]] where applicableLioncash1-1/+1
2020-10-30vp9: Be explicit with copy and move operatorsLioncash1-0/+18
2020-10-30vp9: Mark functions with [[nodiscard]] where applicableLioncash1-9/+9
2020-10-30vp9: Provide a default initializer for "hidden" memberLioncash1-1/+1
2020-10-30vp9: Make some member functions internally linkedLioncash1-10/+0
2020-10-27nvdec: Tidy up header includesLioncash1-30/+2
2020-10-27video_core: NVDEC Implementationameerj1-0/+216