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
Age
Commit message (
Expand
)
Author
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-07-05
Merge pull request #6537 from Morph1984/warnings
bunnei
2021-07-01
Slightly refactor NVDEC and codecs for readability and safety
Kelebek1
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-04-05
vp9: Avoid memcpy with null pointers
lat9nq
2021-02-13
rebase, fix name shadowing, more const
ameerj
2021-02-13
streamline cdma_pusher/command_classes
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-15
common/bit_util: Replace CLZ/CTZ operations with standardized ones
Lioncash
2021-01-07
remove inaccurate reference
Ameer J
2021-01-07
fix for nvdec disabled, cleanup host1x
ameerj
2021-01-07
nvdec syncpt incorporation
ameerj
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-05
video_core: Resolve more variable shadowing scenarios pt.2
Lioncash
2020-12-05
Merge pull request #5124 from lioncash/video-shadow
bunnei
2020-12-04
codec: Remove deprecated usage of AVCodecContext::refcounted_frames
Lioncash
2020-12-04
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-12-03
vp9/vic: Resolve pessimizing moves
Lioncash
2020-12-02
Merge pull request #5002 from ameerj/nvdec-frameskip
bunnei
2020-11-26
codec: Fix `pragma GCC diagnostic pop` missing corresponding push
comex
2020-11-26
Limit queue size to 10 frames
ameerj
2020-11-26
Address PR feedback
ameerj
2020-11-25
Queue decoded frames, cleanup decoders
ameerj
2020-11-02
nvdec: Make use of [[nodiscard]] where applicable
Lioncash
2020-10-29
vp9: Be explicit with copy and move operators
Lioncash
2020-10-29
vp9: Mark functions with [[nodiscard]] where applicable
Lioncash
2020-10-29
vp9: Provide a default initializer for "hidden" member
Lioncash
2020-10-29
vp9: Make some member functions internally linked
Lioncash
2020-10-29
Merge pull request #4837 from lioncash/nvdec-2
bunnei
2020-10-28
Merge pull request #4838 from lioncash/syncmgr
bunnei
2020-10-28
Merge pull request #4848 from ReinUsesLisp/type-limits
LC
2020-10-28
video_core: Enforce -Wredundant-move and -Wpessimizing-move
ReinUsesLisp
2020-10-28
video_core: Enforce -Werror=type-limits
ReinUsesLisp
2020-10-27
sync_manager: Amend parameter order of calls to SyncptIncr constructor
Lioncash
2020-10-27
h264: Make WriteUe take a u32
Lioncash
2020-10-27
vp9: std::move buffer within ComposeFrameHeader()
Lioncash
2020-10-27
vp9: Remove dead code
Lioncash
2020-10-27
vp9: Join declarations with assignments
Lioncash
2020-10-27
vp9: Remove pessimizing moves
Lioncash
2020-10-27
vp9: Resolve variable shadowing
Lioncash
2020-10-27
nvdec: Tidy up header includes
Lioncash
2020-10-26
video_core: NVDEC Implementation
ameerj
[prev]