summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/h264.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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