summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs (unfollow)
Commit message (Expand)AuthorFilesLines
2021-08-08vp9: Ensure the first frame is completeameerj2-3/+3
2021-08-07vp9: Cleanup unused variablesameerj3-58/+17
2021-08-07vp9: Fix reference frame refreshesameerj2-48/+31
2021-08-04nvdec: Implement VA-API hardware video acceleration (#6713)yzct123452-35/+113
2021-07-01Slightly refactor NVDEC and codecs for readability and safetyKelebek16-310/+437
2021-06-28video_core: Remove #pragma warning directives for external headersMorph1-8/+0
2021-06-26codec,vic: Disable warnings in ffmpeg headersReinUsesLisp1-0/+8
2021-04-05vp9: Avoid memcpy with null pointerslat9nq1-7/+9
2021-02-13nvdec cleanupameerj1-3/+4
2021-02-05Address reviewer commentslat9nq1-1/+1
2021-02-05CMake: Implement YUZU_USE_BUNDLED_FFMPEGlat9nq1-1/+1
2021-01-15common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash1-2/+2
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash1-2/+2
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash1-20/+20
2020-12-04codec: Remove deprecated usage of AVCodecContext::refcounted_framesLioncash1-1/+0
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash2-2/+2
2020-12-03vp9/vic: Resolve pessimizing movesLioncash1-10/+10
2020-11-26codec: Fix `pragma GCC diagnostic pop` missing corresponding pushcomex1-0/+1
2020-11-26Limit queue size to 10 framesameerj1-0/+4
2020-11-26Address PR feedbackameerj4-32/+33
2020-11-25Queue decoded frames, cleanup decodersameerj7-321/+220
2020-11-02nvdec: Make use of [[nodiscard]] where applicableLioncash6-14/+14
2020-10-30vp9: Be explicit with copy and move operatorsLioncash1-0/+18
2020-10-30vp9: Mark functions with [[nodiscard]] where applicableLioncash2-13/+13
2020-10-30vp9: Provide a default initializer for "hidden" memberLioncash1-1/+1
2020-10-30vp9: Make some member functions internally linkedLioncash2-58/+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-27h264: Make WriteUe take a u32Lioncash2-7/+8
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 includesLioncash7-49/+50
2020-10-27video_core: NVDEC Implementationameerj7-0/+2183