summaryrefslogtreecommitdiffstats
path: root/src/video_core/command_classes/codecs/vp9.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Slightly refactor NVDEC and codecs for readability and safetyKelebek12021-07-011-2/+2
* vp9: Avoid memcpy with null pointerslat9nq2021-04-051-7/+9
* video_core: Resolve more variable shadowing scenarios pt.2Lioncash2020-12-051-20/+20
* video_core: Resolve more variable shadowing scenariosLioncash2020-12-041-1/+1
* vp9/vic: Resolve pessimizing movesLioncash2020-12-031-10/+10
* Address PR feedbackameerj2020-11-261-1/+1
* Queue decoded frames, cleanup decodersameerj2020-11-251-192/+141
* nvdec: Make use of [[nodiscard]] where applicableLioncash2020-11-021-1/+1
* vp9: Mark functions with [[nodiscard]] where applicableLioncash2020-10-301-4/+4
* vp9: Make some member functions internally linkedLioncash2020-10-301-48/+54
* Merge pull request #4837 from lioncash/nvdec-2bunnei2020-10-291-20/+44
|\
| * vp9: std::move buffer within ComposeFrameHeader()Lioncash2020-10-271-1/+1
| * vp9: Remove dead codeLioncash2020-10-271-6/+0
| * vp9: Join declarations with assignmentsLioncash2020-10-271-7/+8
| * vp9: Remove pessimizing movesLioncash2020-10-271-2/+2
| * vp9: Resolve variable shadowingLioncash2020-10-271-4/+4
| * nvdec: Tidy up header includesLioncash2020-10-271-1/+30
* | Merge pull request #4848 from ReinUsesLisp/type-limitsLC2020-10-281-1/+1
|\ \
| * | video_core: Enforce -Werror=type-limitsReinUsesLisp2020-10-281-1/+1
| |/
* / video_core: Enforce -Wredundant-move and -Wpessimizing-moveReinUsesLisp2020-10-281-1/+1
|/
* video_core: NVDEC Implementationameerj2020-10-271-0/+1010