aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/command_classes/codecs/h264.cpp
AgeCommit message (Expand)Author
2021-07-01Slightly refactor NVDEC and codecs for readability and safetyKelebek1
2021-01-15common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash
2020-11-25Queue decoded frames, cleanup decodersameerj
2020-11-02nvdec: Make use of [[nodiscard]] where applicableLioncash
2020-10-27h264: Make WriteUe take a u32Lioncash
2020-10-27nvdec: Tidy up header includesLioncash
2020-10-26video_core: NVDEC Implementationameerj