index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
command_classes
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-13
2
-2
/
+2
*
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
4
-76
/
+8
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
14
-42
/
+28
*
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-21
1
-0
/
+2
|
*
codec: Disable HW_FRAMES method check on Windows
ameerj
2022-03-21
1
-14
/
+19
*
|
video_core: Reduce unused includes
ameerj
2022-03-19
5
-6
/
+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-15
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-13
1
-3
/
+0
*
video_core/codecs: skip decoders that use hw frames ...
liushuyu
2021-12-13
1
-0
/
+9
*
video_core/codecs: more fixes for VAAPI detection ...
liushuyu
2021-12-02
1
-63
/
+25
*
video_core/codec: address comments
liushuyu
2021-12-02
1
-8
/
+12
*
video_core/codecs: more robust ffmpeg hwdecoder selection logic
liushuyu
2021-12-02
1
-10
/
+27
*
video_core/codec: address comments
liushuyu
2021-11-24
1
-17
/
+11
*
video_core/codecs: fix multiple decoding issues on Linux ...
liushuyu
2021-11-24
1
-2
/
+47
*
codes: Rename ComposeFrameHeader to ComposeFrame
ameerj
2021-11-12
7
-14
/
+14
*
vp8: Implement header composition
ameerj
2021-11-12
4
-6
/
+90
*
codecs: Add VP8 codec class
ameerj
2021-11-12
8
-20
/
+88
*
Merge pull request #7157 from ameerj/vic-surface-size
Morph
2021-10-13
1
-16
/
+15
|
\
|
*
vic: Use the minimum of surface/frame dimensions when writing the final frame...
ameerj
2021-10-10
1
-16
/
+15
*
|
Merge pull request #7109 from vonchenplus/fix_h264_max__reference_num_error
Ameer J
2021-10-12
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
h264: Use max allowed max_num_ref_frames when using CPU decoding
Feng Chen
2021-10-10
1
-1
/
+6
*
|
vic: Allow surface to be higher than frame
Valeri
2021-10-09
1
-2
/
+3
*
|
vic: Avoid memory corruption when multiple streams with different dimensions ...
ameerj
2021-10-08
1
-0
/
+9
*
|
vic: Refactor frame writing methods
ameerj
2021-10-07
2
-138
/
+146
*
|
vic: Implement RGBX frame format
ameerj
2021-10-07
2
-3
/
+15
|
/
*
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-25
1
-32
/
+29
*
|
vp9_types: Remove unused Vp9PictureInfo members
ameerj
2021-08-25
2
-24
/
+1
*
|
Merge pull request #6838 from ameerj/sws-align
bunnei
2021-08-12
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
vic: Specify sws_scale height stride.
ameerj
2021-08-09
1
-3
/
+2
*
|
vp9: Ensure the first frame is complete
ameerj
2021-08-08
2
-3
/
+3
|
/
*
nvdec: Better logging for unimplemented codecs
ameerj
2021-08-07
1
-1
/
+1
*
Merge pull request #6799 from ameerj/vp9-fixes
bunnei
2021-08-06
3
-106
/
+48
|
\
|
*
vp9: Cleanup unused variables
ameerj
2021-08-06
3
-58
/
+17
|
*
vp9: Fix reference frame refreshes
ameerj
2021-08-06
2
-48
/
+31
*
|
nvdec: Implement VA-API hardware video acceleration (#6713)
yzct12345
2021-08-03
4
-72
/
+170
|
/
*
Merge pull request #6525 from ameerj/nvdec-fixes
Fernando S
2021-07-15
1
-11
/
+10
|
\
|
*
vic: Fix dimension compuation of YUV frames
ameerj
2021-07-15
1
-11
/
+10
[next]