aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/command_classes/codecs/vp9.cpp
AgeCommit message (Expand)Author
2022-10-06VideoCore: Refactor syncing.Fernando Sahmkow
2022-05-13codecs/vp9: Use u8 for norm and map lutsMorph
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-12codes: Rename ComposeFrameHeader to ComposeFrameameerj
2021-11-12codecs: Add VP8 codec classameerj
2021-08-25vp9_types: Remove unused Vp9PictureInfo membersameerj
2021-08-08vp9: Ensure the first frame is completeameerj
2021-08-06vp9: Cleanup unused variablesameerj
2021-08-06vp9: Fix reference frame refreshesameerj
2021-07-01Slightly refactor NVDEC and codecs for readability and safetyKelebek1
2021-04-05vp9: Avoid memcpy with null pointerslat9nq
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash
2020-12-03vp9/vic: Resolve pessimizing movesLioncash
2020-11-26Address PR feedbackameerj
2020-11-25Queue decoded frames, cleanup decodersameerj
2020-11-02nvdec: Make use of [[nodiscard]] where applicableLioncash
2020-10-29vp9: Mark functions with [[nodiscard]] where applicableLioncash
2020-10-29vp9: Make some member functions internally linkedLioncash
2020-10-29Merge pull request #4837 from lioncash/nvdec-2bunnei
2020-10-28Merge pull request #4848 from ReinUsesLisp/type-limitsLC
2020-10-28video_core: Enforce -Wredundant-move and -Wpessimizing-moveReinUsesLisp
2020-10-28video_core: Enforce -Werror=type-limitsReinUsesLisp
2020-10-27vp9: std::move buffer within ComposeFrameHeader()Lioncash
2020-10-27vp9: Remove dead codeLioncash
2020-10-27vp9: Join declarations with assignmentsLioncash
2020-10-27vp9: Remove pessimizing movesLioncash
2020-10-27vp9: Resolve variable shadowingLioncash
2020-10-27nvdec: Tidy up header includesLioncash
2020-10-26video_core: NVDEC Implementationameerj