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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-10-06
NVDRV: Further refactors and eliminate old code.
Fernando Sahmkow
1
-29
/
+0
2022-10-06
VideoCore: Refactor syncing.
Fernando Sahmkow
17
-3011
/
+0
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2
-2
/
+2
2022-05-13
codecs/vp9: Use u8 for norm and map luts
Morph
1
-4
/
+4
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
4
-76
/
+8
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
14
-42
/
+28
2022-03-21
codec: Plug GPU decoder memory leak
ameerj
1
-0
/
+2
2022-03-21
codec: Disable HW_FRAMES method check on Windows
ameerj
1
-14
/
+19
2022-03-19
video_core: Reduce unused includes
ameerj
5
-6
/
+1
2022-01-20
video_core: constify AVCodec for ffmpeg >= 5.0
Jan Beich
1
-1
/
+1
2021-12-18
video_core/codecs: re-enable VAAPI/VDPAU on BSDs after 72aa418b0b41
Jan Beich
1
-1
/
+1
2021-12-15
video_core/codecs: (re-spin) refactor ffmpeg searching and handling
liushuyu
1
-0
/
+6
2021-12-15
Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake"
bunnei
1
-6
/
+0
2021-12-13
CI: fix CI on Linux
liushuyu
1
-3
/
+0
2021-12-13
video_core/codecs: skip decoders that use hw frames ...
liushuyu
1
-0
/
+9
2021-12-02
video_core/codecs: more fixes for VAAPI detection ...
liushuyu
1
-63
/
+25
2021-12-02
video_core/codec: address comments
liushuyu
1
-8
/
+12
2021-12-02
video_core/codecs: more robust ffmpeg hwdecoder selection logic
liushuyu
1
-10
/
+27
2021-11-24
video_core/codec: address comments
liushuyu
1
-17
/
+11
2021-11-24
video_core/codecs: fix multiple decoding issues on Linux ...
liushuyu
1
-2
/
+47
2021-11-12
codes: Rename ComposeFrameHeader to ComposeFrame
ameerj
7
-14
/
+14
2021-11-12
vp8: Implement header composition
ameerj
4
-6
/
+90
2021-11-12
codecs: Add VP8 codec class
ameerj
8
-20
/
+88
2021-10-10
vic: Use the minimum of surface/frame dimensions when writing the final frame...
ameerj
1
-16
/
+15
2021-10-10
h264: Use max allowed max_num_ref_frames when using CPU decoding
Feng Chen
1
-1
/
+6
2021-10-09
vic: Allow surface to be higher than frame
Valeri
1
-2
/
+3
2021-10-08
vic: Avoid memory corruption when multiple streams with different dimensions ...
ameerj
1
-0
/
+9
2021-10-07
vic: Refactor frame writing methods
ameerj
2
-138
/
+146
2021-10-07
vic: Implement RGBX frame format
ameerj
2
-3
/
+15
2021-09-11
codec: Add missing <string_view> include
Morph
1
-0
/
+1
2021-08-25
vp9_types: Minor refactor of VP9 info structs.
ameerj
1
-32
/
+29
2021-08-25
vp9_types: Remove unused Vp9PictureInfo members
ameerj
2
-24
/
+1
2021-08-16
h264: Lower max_num_ref_frames
ameerj
1
-1
/
+2
2021-08-16
configure_graphics: Add GPU nvdec decoding as an option
ameerj
1
-1
/
+5
2021-08-16
codec: Improve libav memory alloc and cleanup
ameerj
2
-14
/
+19
2021-08-16
codec: Fallback to CPU decoding if no compatible GPU format is found
ameerj
2
-22
/
+32
2021-08-12
codec: Replace deprecated av_init_packet usage
ameerj
1
-9
/
+13
2021-08-12
nvdec: Implement GPU accelerated decoding for all platforms
ameerj
2
-70
/
+92
2021-08-09
vic: Specify sws_scale height stride.
ameerj
1
-3
/
+2
2021-08-08
vp9: Ensure the first frame is complete
ameerj
2
-3
/
+3
2021-08-07
nvdec: Better logging for unimplemented codecs
ameerj
1
-1
/
+1
2021-08-06
vp9: Cleanup unused variables
ameerj
3
-58
/
+17
2021-08-06
vp9: Fix reference frame refreshes
ameerj
2
-48
/
+31
2021-08-03
nvdec: Implement VA-API hardware video acceleration (#6713)
yzct12345
4
-72
/
+170
2021-07-15
vic: Fix dimension compuation of YUV frames
ameerj
1
-11
/
+10
2021-07-01
Slightly refactor NVDEC and codecs for readability and safety
Kelebek1
9
-354
/
+521
2021-06-28
video_core: Remove #pragma warning directives for external headers
Morph
2
-15
/
+0
2021-06-26
codec,vic: Disable warnings in ffmpeg headers
ReinUsesLisp
2
-4
/
+29
2021-04-05
vp9: Avoid memcpy with null pointers
lat9nq
1
-7
/
+9
2021-02-13
rebase, fix name shadowing, more const
ameerj
1
-5
/
+5
[next]