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
/
vic.cpp
Age
Commit message (
Expand
)
Author
2022-10-06
VideoCore: Refactor syncing.
Fernando Sahmkow
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-10-10
vic: Use the minimum of surface/frame dimensions when writing the final frame...
ameerj
2021-10-09
vic: Allow surface to be higher than frame
Valeri
2021-10-08
vic: Avoid memory corruption when multiple streams with different dimensions ...
ameerj
2021-10-07
vic: Refactor frame writing methods
ameerj
2021-10-07
vic: Implement RGBX frame format
ameerj
2021-08-09
vic: Specify sws_scale height stride.
ameerj
2021-08-03
nvdec: Implement VA-API hardware video acceleration (#6713)
yzct12345
2021-07-15
Merge pull request #6525 from ameerj/nvdec-fixes
Fernando S
2021-07-15
vic: Fix dimension compuation of YUV frames
ameerj
2021-06-28
video_core: Remove #pragma warning directives for external headers
Morph
2021-06-26
codec,vic: Disable warnings in ffmpeg headers
ReinUsesLisp
2021-02-13
rebase, fix name shadowing, more const
ameerj
2021-02-13
streamline cdma_pusher/command_classes
ameerj
2021-02-13
nvdec cleanup
ameerj
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-01-02
general: Fix various spelling errors
Morph
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-07
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-03
vp9/vic: Resolve pessimizing moves
Lioncash
2020-11-25
Queue decoded frames, cleanup decoders
ameerj
2020-10-27
nvdec: Tidy up header includes
Lioncash
2020-10-26
video_core: NVDEC Implementation
ameerj