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
/
codecs
/
codec.h
Age
Commit message (
Expand
)
Author
2021-11-12
codecs: Add VP8 codec class
ameerj
2021-09-11
codec: Add missing <string_view> include
Morph
2021-08-16
codec: Improve libav memory alloc and cleanup
ameerj
2021-08-16
codec: Fallback to CPU decoding if no compatible GPU format is found
ameerj
2021-08-12
nvdec: Implement GPU accelerated decoding for all platforms
ameerj
2021-08-03
nvdec: Implement VA-API hardware video acceleration (#6713)
yzct12345
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
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
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-27
nvdec: Tidy up header includes
Lioncash
2020-10-26
video_core: NVDEC Implementation
ameerj