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
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-14
1
-1
/
+1
*
codecs/vp9: Use u8 for norm and map luts
Morph
2022-05-13
1
-4
/
+4
*
chore: add missing SPDX tags
Andrea Pappacoda
2022-04-28
2
-38
/
+4
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
7
-21
/
+14
*
Merge pull request #8066 from ameerj/gpu-decode-fixes
Fernando S
2022-04-01
1
-14
/
+21
|
\
|
*
codec: Plug GPU decoder memory leak
ameerj
2022-03-22
1
-0
/
+2
|
*
codec: Disable HW_FRAMES method check on Windows
ameerj
2022-03-22
1
-14
/
+19
*
|
video_core: Reduce unused includes
ameerj
2022-03-19
4
-4
/
+1
|
/
*
video_core: constify AVCodec for ffmpeg >= 5.0
Jan Beich
2022-01-20
1
-1
/
+1
*
video_core/codecs: re-enable VAAPI/VDPAU on BSDs after 72aa418b0b41
Jan Beich
2021-12-18
1
-1
/
+1
*
video_core/codecs: (re-spin) refactor ffmpeg searching and handling
liushuyu
2021-12-16
1
-0
/
+6
*
Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake"
bunnei
2021-12-15
1
-6
/
+0
*
CI: fix CI on Linux
liushuyu
2021-12-14
1
-3
/
+0
*
video_core/codecs: skip decoders that use hw frames ...
liushuyu
2021-12-14
1
-0
/
+9
*
video_core/codecs: more fixes for VAAPI detection ...
liushuyu
2021-12-03
1
-63
/
+25
*
video_core/codec: address comments
liushuyu
2021-12-03
1
-8
/
+12
*
video_core/codecs: more robust ffmpeg hwdecoder selection logic
liushuyu
2021-12-03
1
-10
/
+27
*
video_core/codec: address comments
liushuyu
2021-11-25
1
-17
/
+11
*
video_core/codecs: fix multiple decoding issues on Linux ...
liushuyu
2021-11-25
1
-2
/
+47
*
codes: Rename ComposeFrameHeader to ComposeFrame
ameerj
2021-11-13
7
-14
/
+14
*
vp8: Implement header composition
ameerj
2021-11-13
3
-5
/
+84
*
codecs: Add VP8 codec class
ameerj
2021-11-13
6
-17
/
+84
*
h264: Use max allowed max_num_ref_frames when using CPU decoding
Feng Chen
2021-10-10
1
-1
/
+6
*
codec: Add missing <string_view> include
Morph
2021-09-11
1
-0
/
+1
*
Merge pull request #6846 from ameerj/nvdec-gpu-decode
Fernando S
2021-09-11
3
-95
/
+141
|
\
|
*
h264: Lower max_num_ref_frames
ameerj
2021-08-16
1
-1
/
+2
|
*
configure_graphics: Add GPU nvdec decoding as an option
ameerj
2021-08-16
1
-1
/
+5
|
*
codec: Improve libav memory alloc and cleanup
ameerj
2021-08-16
2
-14
/
+19
|
*
codec: Fallback to CPU decoding if no compatible GPU format is found
ameerj
2021-08-16
2
-22
/
+32
|
*
codec: Replace deprecated av_init_packet usage
ameerj
2021-08-12
1
-9
/
+13
|
*
nvdec: Implement GPU accelerated decoding for all platforms
ameerj
2021-08-12
2
-70
/
+92
*
|
vp9_types: Minor refactor of VP9 info structs.
ameerj
2021-08-26
1
-32
/
+29
*
|
vp9_types: Remove unused Vp9PictureInfo members
ameerj
2021-08-26
2
-24
/
+1
|
/
*
vp9: Ensure the first frame is complete
ameerj
2021-08-08
2
-3
/
+3
*
Merge pull request #6799 from ameerj/vp9-fixes
bunnei
2021-08-07
3
-106
/
+48
|
\
|
*
vp9: Cleanup unused variables
ameerj
2021-08-07
3
-58
/
+17
|
*
vp9: Fix reference frame refreshes
ameerj
2021-08-07
2
-48
/
+31
*
|
nvdec: Implement VA-API hardware video acceleration (#6713)
yzct12345
2021-08-04
2
-35
/
+113
|
/
*
Merge pull request #6537 from Morph1984/warnings
bunnei
2021-07-06
1
-8
/
+0
|
\
|
*
video_core: Remove #pragma warning directives for external headers
Morph
2021-06-28
1
-8
/
+0
*
|
Slightly refactor NVDEC and codecs for readability and safety
Kelebek1
2021-07-01
6
-310
/
+437
|
/
*
codec,vic: Disable warnings in ffmpeg headers
ReinUsesLisp
2021-06-26
1
-0
/
+8
*
vp9: Avoid memcpy with null pointers
lat9nq
2021-04-05
1
-7
/
+9
*
nvdec cleanup
ameerj
2021-02-13
1
-3
/
+4
*
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2021-01-15
1
-2
/
+2
*
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