index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
command_classes
/
codecs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-07
1
-2
/
+2
*
video_core: Resolve more variable shadowing scenarios pt.2
Lioncash
2020-12-05
1
-20
/
+20
*
Merge pull request #5124 from lioncash/video-shadow
bunnei
2020-12-05
2
-2
/
+2
|
\
|
*
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-12-04
2
-2
/
+2
*
|
codec: Remove deprecated usage of AVCodecContext::refcounted_frames
Lioncash
2020-12-04
1
-1
/
+0
|
/
*
vp9/vic: Resolve pessimizing moves
Lioncash
2020-12-03
1
-10
/
+10
*
Merge pull request #5002 from ameerj/nvdec-frameskip
bunnei
2020-12-03
7
-323
/
+227
|
\
|
*
Limit queue size to 10 frames
ameerj
2020-11-26
1
-0
/
+4
|
*
Address PR feedback
ameerj
2020-11-26
4
-32
/
+33
|
*
Queue decoded frames, cleanup decoders
ameerj
2020-11-25
7
-321
/
+220
*
|
codec: Fix `pragma GCC diagnostic pop` missing corresponding push
comex
2020-11-26
1
-0
/
+1
|
/
*
nvdec: Make use of [[nodiscard]] where applicable
Lioncash
2020-11-02
6
-14
/
+14
*
vp9: Be explicit with copy and move operators
Lioncash
2020-10-30
1
-0
/
+18
*
vp9: Mark functions with [[nodiscard]] where applicable
Lioncash
2020-10-30
2
-13
/
+13
*
vp9: Provide a default initializer for "hidden" member
Lioncash
2020-10-30
1
-1
/
+1
*
vp9: Make some member functions internally linked
Lioncash
2020-10-30
2
-58
/
+54
*
Merge pull request #4837 from lioncash/nvdec-2
bunnei
2020-10-29
7
-75
/
+72
|
\
|
*
h264: Make WriteUe take a u32
Lioncash
2020-10-27
2
-7
/
+8
|
*
vp9: std::move buffer within ComposeFrameHeader()
Lioncash
2020-10-27
1
-1
/
+1
|
*
vp9: Remove dead code
Lioncash
2020-10-27
1
-6
/
+0
|
*
vp9: Join declarations with assignments
Lioncash
2020-10-27
1
-7
/
+8
|
*
vp9: Remove pessimizing moves
Lioncash
2020-10-27
1
-2
/
+2
|
*
vp9: Resolve variable shadowing
Lioncash
2020-10-27
1
-4
/
+4
|
*
nvdec: Tidy up header includes
Lioncash
2020-10-27
7
-49
/
+50
*
|
Merge pull request #4848 from ReinUsesLisp/type-limits
LC
2020-10-28
1
-1
/
+1
|
\
\
|
*
|
video_core: Enforce -Werror=type-limits
ReinUsesLisp
2020-10-28
1
-1
/
+1
|
|
/
*
/
video_core: Enforce -Wredundant-move and -Wpessimizing-move
ReinUsesLisp
2020-10-28
1
-1
/
+1
|
/
*
video_core: NVDEC Implementation
ameerj
2020-10-27
7
-0
/
+2183