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.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
2022-04-01
Merge pull request #8066 from ameerj/gpu-decode-fixes
Fernando S
2022-03-21
codec: Plug GPU decoder memory leak
ameerj
2022-03-21
codec: Disable HW_FRAMES method check on Windows
ameerj
2022-03-19
video_core: Reduce unused includes
ameerj
2021-12-18
video_core/codecs: re-enable VAAPI/VDPAU on BSDs after 72aa418b0b41
Jan Beich
2021-12-15
video_core/codecs: (re-spin) refactor ffmpeg searching and handling
liushuyu
2021-12-15
Revert "video_core/codecs: refactor ffmpeg searching and handling in cmake"
bunnei
2021-12-13
CI: fix CI on Linux
liushuyu
2021-12-13
video_core/codecs: skip decoders that use hw frames ...
liushuyu
2021-12-02
video_core/codecs: more fixes for VAAPI detection ...
liushuyu
2021-12-02
video_core/codec: address comments
liushuyu
2021-12-02
video_core/codecs: more robust ffmpeg hwdecoder selection logic
liushuyu
2021-11-24
video_core/codec: address comments
liushuyu
2021-11-24
video_core/codecs: fix multiple decoding issues on Linux ...
liushuyu
2021-11-12
codes: Rename ComposeFrameHeader to ComposeFrame
ameerj
2021-11-12
vp8: Implement header composition
ameerj
2021-11-12
codecs: Add VP8 codec class
ameerj
2021-08-16
configure_graphics: Add GPU nvdec decoding as an option
ameerj
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
codec: Replace deprecated av_init_packet usage
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-01
Slightly refactor NVDEC and codecs for readability and safety
Kelebek1
2021-02-13
nvdec cleanup
ameerj
2020-12-07
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-12-04
codec: Remove deprecated usage of AVCodecContext::refcounted_frames
Lioncash
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-10-27
nvdec: Tidy up header includes
Lioncash
2020-10-26
video_core: NVDEC Implementation
ameerj