summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/vp9.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-02nvdec: Make use of [[nodiscard]] where applicableLioncash1-1/+1
2020-10-30vp9: Mark functions with [[nodiscard]] where applicableLioncash1-4/+4
2020-10-30vp9: Make some member functions internally linkedLioncash1-48/+54
2020-10-28video_core: Enforce -Wredundant-move and -Wpessimizing-moveReinUsesLisp1-1/+1
2020-10-28video_core: Enforce -Werror=type-limitsReinUsesLisp1-1/+1
2020-10-27vp9: std::move buffer within ComposeFrameHeader()Lioncash1-1/+1
2020-10-27vp9: Remove dead codeLioncash1-6/+0
2020-10-27vp9: Join declarations with assignmentsLioncash1-7/+8
2020-10-27vp9: Remove pessimizing movesLioncash1-2/+2
2020-10-27vp9: Resolve variable shadowingLioncash1-4/+4
2020-10-27nvdec: Tidy up header includesLioncash1-1/+30
2020-10-27video_core: NVDEC Implementationameerj1-0/+1010