aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/command_classes
AgeCommit message (Expand)Author
2021-07-15Merge pull request #6525 from ameerj/nvdec-fixesFernando S
2021-07-15vic: Fix dimension compuation of YUV framesameerj
2021-07-05Merge pull request #6537 from Morph1984/warningsbunnei
2021-07-01Slightly refactor NVDEC and codecs for readability and safetyKelebek1
2021-06-28video_core: Remove #pragma warning directives for external headersMorph
2021-06-26codec,vic: Disable warnings in ffmpeg headersReinUsesLisp
2021-04-05vp9: Avoid memcpy with null pointerslat9nq
2021-02-13 rebase, fix name shadowing, more constameerj
2021-02-13 streamline cdma_pusher/command_classesameerj
2021-02-13 streamline cdma_pusher/command_classesameerj
2021-02-13nvdec cleanupameerj
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp
2021-01-15common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash
2021-01-07remove inaccurate referenceAmeer J
2021-01-07fix for nvdec disabled, cleanup host1xameerj
2021-01-07nvdec syncpt incorporationameerj
2021-01-02general: Fix various spelling errorsMorph
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash
2020-12-05Merge pull request #5124 from lioncash/video-shadowbunnei
2020-12-04codec: Remove deprecated usage of AVCodecContext::refcounted_framesLioncash
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash
2020-12-03vp9/vic: Resolve pessimizing movesLioncash
2020-12-02Merge pull request #5002 from ameerj/nvdec-frameskipbunnei
2020-11-26codec: Fix `pragma GCC diagnostic pop` missing corresponding pushcomex
2020-11-26Limit queue size to 10 framesameerj
2020-11-26Address PR feedbackameerj
2020-11-25Queue decoded frames, cleanup decodersameerj
2020-11-02nvdec: Make use of [[nodiscard]] where applicableLioncash
2020-10-29vp9: Be explicit with copy and move operatorsLioncash
2020-10-29vp9: Mark functions with [[nodiscard]] where applicableLioncash
2020-10-29vp9: Provide a default initializer for "hidden" memberLioncash
2020-10-29vp9: Make some member functions internally linkedLioncash
2020-10-29Merge pull request #4837 from lioncash/nvdec-2bunnei
2020-10-28Merge pull request #4838 from lioncash/syncmgrbunnei
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-27sync_manager: Amend parameter order of calls to SyncptIncr constructorLioncash
2020-10-27h264: Make WriteUe take a u32Lioncash
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