summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/h264.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* codes: Rename ComposeFrameHeader to ComposeFrameameerj2021-11-131-2/+2
* h264: Use max allowed max_num_ref_frames when using CPU decodingFeng Chen2021-10-101-1/+6
* h264: Lower max_num_ref_framesameerj2021-08-161-1/+2
* Slightly refactor NVDEC and codecs for readability and safetyKelebek12021-07-011-106/+101
* common/bit_util: Replace CLZ/CTZ operations with standardized onesLioncash2021-01-151-2/+2
* Queue decoded frames, cleanup decodersameerj2020-11-251-1/+1
* nvdec: Make use of [[nodiscard]] where applicableLioncash2020-11-021-1/+2
* h264: Make WriteUe take a u32Lioncash2020-10-271-6/+7
* nvdec: Tidy up header includesLioncash2020-10-271-0/+15
* video_core: NVDEC Implementationameerj2020-10-271-0/+276