summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/h264.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-13codes: Rename ComposeFrameHeader to ComposeFrameameerj1-2/+2
2021-10-10h264: Use max allowed max_num_ref_frames when using CPU decodingFeng Chen1-1/+6
2021-08-16h264: Lower max_num_ref_framesameerj1-1/+2
2021-07-01Slightly refactor NVDEC and codecs for readability and safetyKelebek11-106/+101
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