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
/
core
/
hle
/
service
/
audio
/
hwopus.cpp
Age
Commit message (
Expand
)
Author
2024-02-20
audio: split IHardwarweOpusDecoder, move IHardwareOpusDecoderManager
Liam
2023-12-24
service: fetch objects from the client handle table
Liam
2023-09-16
Reimplement HardwareOpus
Kelebek1
2023-08-30
hwopus: Implement GetWorkBufferSizeExEx
FearlessTobi
2023-08-27
hwopus: Implement OpenHardwareOpusDecoderForMultiStreamEx and DecodeInterleav...
FearlessTobi
2023-06-30
general: Use ScratchBuffer where possible
Morph
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-24
core: Update service function tables to 16.0.0+
Narr the Reg
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2022-12-28
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-11-23
service: Make use of buffer element count helpers
Lioncash
2022-09-17
core: implement HwOpus GetWorkBufferSizeForMultiStreamEx
FengChen
2022-07-22
Project Andio
Kelebek1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-12-02
general: Replace high_resolution_clock with steady_clock
Morph
2021-10-07
service: Reduce header include overhead
Morph
2021-06-26
hle: service: hwopus: OpenHardwareOpusDecoderEx: Remove unused buffer size.
bunnei
2021-06-24
hle: service: hwopus: Implement GetWorkBufferSizeEx and OpenHardwareOpusDecod...
bunnei
2021-06-02
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-04-07
hwopus: Update to 12.x
Morph
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-08-03
ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...
David
2020-02-11
update hwopus DecodeInterleaved for FW 7.0.0+
makigumo
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-03-11
hwopus: Leverage multistream API for decoding regular Opus packets
Lioncash
2019-03-07
service/audio/hwopus: Move decoder state to its own class
Lioncash
2019-03-07
service/audio/hwopus: Provide a name for the second word of OpusPacketHeader
Lioncash
2019-03-07
service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoder...
Lioncash
2019-03-07
service/audio/hwopus: Enclose internals in an anonymous namespace
Lioncash
2019-01-30
hwopus: Implement DecodeInterleaved
Lioncash
2019-01-29
hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeI...
Lioncash
2019-01-29
hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64*
Lioncash
2019-01-29
hwopus: Mark local variables as const where applicable
Lioncash
2019-01-29
hwopus: Fill in the rest of the unknown service function names
Lioncash
2018-11-26
Fixed hwopus compile error
David Marcec
2018-11-26
Improved error messages in AM, HwOpus and NvMap
David Marcec
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-16
hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.
bunnei
2018-11-02
Fixed incorrect hwopus assert
David Marcec
2018-10-11
HwOpus, Implemented DecodeInterleavedWithPerformance
David Marcec
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-11
service/audio: Replace includes with forward declarations where applicable
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
[next]