summaryrefslogtreecommitdiff
path: root/src/video_core/command_classes/codecs/vp9.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* VideoCore: Refactor syncing.Gravatar Fernando Sahmkow2022-10-061-946/+0
* codecs/vp9: Use u8 for norm and map lutsGravatar Morph2022-05-131-4/+4
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* codes: Rename ComposeFrameHeader to ComposeFrameGravatar ameerj2021-11-121-1/+1
* codecs: Add VP8 codec classGravatar ameerj2021-11-121-2/+1
* vp9_types: Remove unused Vp9PictureInfo membersGravatar ameerj2021-08-251-0/+1
* vp9: Ensure the first frame is completeGravatar ameerj2021-08-081-2/+2
* vp9: Cleanup unused variablesGravatar ameerj2021-08-061-42/+15
* vp9: Fix reference frame refreshesGravatar ameerj2021-08-061-47/+30
* Slightly refactor NVDEC and codecs for readability and safetyGravatar Kelebek12021-07-011-2/+2
* vp9: Avoid memcpy with null pointersGravatar lat9nq2021-04-051-7/+9
* video_core: Resolve more variable shadowing scenarios pt.2Gravatar Lioncash2020-12-051-20/+20
* video_core: Resolve more variable shadowing scenariosGravatar Lioncash2020-12-041-1/+1
* vp9/vic: Resolve pessimizing movesGravatar Lioncash2020-12-031-10/+10
* Address PR feedbackGravatar ameerj2020-11-261-1/+1
* Queue decoded frames, cleanup decodersGravatar ameerj2020-11-251-192/+141
* nvdec: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-11-021-1/+1
* vp9: Mark functions with [[nodiscard]] where applicableGravatar Lioncash2020-10-291-4/+4
* vp9: Make some member functions internally linkedGravatar Lioncash2020-10-291-48/+54
* Merge pull request #4837 from lioncash/nvdec-2Gravatar bunnei2020-10-291-20/+44
|\
| * vp9: std::move buffer within ComposeFrameHeader()Gravatar Lioncash2020-10-271-1/+1
| * vp9: Remove dead codeGravatar Lioncash2020-10-271-6/+0
| * vp9: Join declarations with assignmentsGravatar Lioncash2020-10-271-7/+8
| * vp9: Remove pessimizing movesGravatar Lioncash2020-10-271-2/+2
| * vp9: Resolve variable shadowingGravatar Lioncash2020-10-271-4/+4
| * nvdec: Tidy up header includesGravatar Lioncash2020-10-271-1/+30
* | Merge pull request #4848 from ReinUsesLisp/type-limitsGravatar LC2020-10-281-1/+1
|\ \
| * | video_core: Enforce -Werror=type-limitsGravatar ReinUsesLisp2020-10-281-1/+1
| |/
* / video_core: Enforce -Wredundant-move and -Wpessimizing-moveGravatar ReinUsesLisp2020-10-281-1/+1
|/
* video_core: NVDEC ImplementationGravatar ameerj2020-10-261-0/+1010