summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/vp9.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-13codes: Rename ComposeFrameHeader to ComposeFrameameerj1-1/+1
2021-11-13codecs: Add VP8 codec classameerj1-2/+1
2021-08-26vp9_types: Remove unused Vp9PictureInfo membersameerj1-0/+1
2021-08-08vp9: Ensure the first frame is completeameerj1-2/+2
2021-08-07vp9: Cleanup unused variablesameerj1-42/+15
2021-08-07vp9: Fix reference frame refreshesameerj1-47/+30
2021-07-01Slightly refactor NVDEC and codecs for readability and safetyKelebek11-2/+2
2021-04-05vp9: Avoid memcpy with null pointerslat9nq1-7/+9
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash1-20/+20
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash1-1/+1
2020-12-03vp9/vic: Resolve pessimizing movesLioncash1-10/+10
2020-11-26Address PR feedbackameerj1-1/+1
2020-11-25Queue decoded frames, cleanup decodersameerj1-192/+141
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