summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/vp9_types.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vp9_types: Minor refactor of VP9 info structs.ameerj2021-08-261-32/+29
* vp9_types: Remove unused Vp9PictureInfo membersameerj2021-08-261-24/+0
* vp9: Ensure the first frame is completeameerj2021-08-081-1/+1
* vp9: Cleanup unused variablesameerj2021-08-071-6/+0
* Slightly refactor NVDEC and codecs for readability and safetyKelebek12021-07-011-134/+173
* Address PR feedbackameerj2020-11-261-22/+22
* Queue decoded frames, cleanup decodersameerj2020-11-251-109/+45
* nvdec: Make use of [[nodiscard]] where applicableLioncash2020-11-021-3/+2
* nvdec: Tidy up header includesLioncash2020-10-271-4/+2
* video_core: NVDEC Implementationameerj2020-10-271-0/+369