summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/h264.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-15common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash1-2/+2
2020-11-25Queue decoded frames, cleanup decodersameerj1-1/+1
2020-11-02nvdec: Make use of [[nodiscard]] where applicableLioncash1-1/+2
2020-10-27h264: Make WriteUe take a u32Lioncash1-6/+7
2020-10-27nvdec: Tidy up header includesLioncash1-0/+15
2020-10-27video_core: NVDEC Implementationameerj1-0/+276