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
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
2018-07-30
Implemented various hwopus functions (#853)
David
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-25
Service/Audio: add hwopus service, stub GetWorkBufferSize function
mailwl