index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
command_classes
/
codecs
/
vp9.cpp
Age
Commit message (
Expand
)
Author
2022-05-13
codecs/vp9: Use u8 for norm and map luts
Morph
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-12
codes: Rename ComposeFrameHeader to ComposeFrame
ameerj
2021-11-12
codecs: Add VP8 codec class
ameerj
2021-08-25
vp9_types: Remove unused Vp9PictureInfo members
ameerj
2021-08-08
vp9: Ensure the first frame is complete
ameerj
2021-08-06
vp9: Cleanup unused variables
ameerj
2021-08-06
vp9: Fix reference frame refreshes
ameerj
2021-07-01
Slightly refactor NVDEC and codecs for readability and safety
Kelebek1
2021-04-05
vp9: Avoid memcpy with null pointers
lat9nq
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.2
Lioncash
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-12-03
vp9/vic: Resolve pessimizing moves
Lioncash
2020-11-26
Address PR feedback
ameerj
2020-11-25
Queue decoded frames, cleanup decoders
ameerj
2020-11-02
nvdec: Make use of [[nodiscard]] where applicable
Lioncash
2020-10-29
vp9: Mark functions with [[nodiscard]] where applicable
Lioncash
2020-10-29
vp9: Make some member functions internally linked
Lioncash
2020-10-29
Merge pull request #4837 from lioncash/nvdec-2
bunnei
2020-10-28
Merge pull request #4848 from ReinUsesLisp/type-limits
LC
2020-10-28
video_core: Enforce -Wredundant-move and -Wpessimizing-move
ReinUsesLisp
2020-10-28
video_core: Enforce -Werror=type-limits
ReinUsesLisp
2020-10-27
vp9: std::move buffer within ComposeFrameHeader()
Lioncash
2020-10-27
vp9: Remove dead code
Lioncash
2020-10-27
vp9: Join declarations with assignments
Lioncash
2020-10-27
vp9: Remove pessimizing moves
Lioncash
2020-10-27
vp9: Resolve variable shadowing
Lioncash
2020-10-27
nvdec: Tidy up header includes
Lioncash
2020-10-26
video_core: NVDEC Implementation
ameerj