aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio/hwopus.cpp
AgeCommit message (Expand)Author
2020-02-11update hwopus DecodeInterleaved for FW 7.0.0+makigumo
2019-11-12service: Resolve sign conversion errorsLioncash
2019-03-11hwopus: Leverage multistream API for decoding regular Opus packetsLioncash
2019-03-07service/audio/hwopus: Move decoder state to its own classLioncash
2019-03-07service/audio/hwopus: Provide a name for the second word of OpusPacketHeaderLioncash
2019-03-07service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoder...Lioncash
2019-03-07service/audio/hwopus: Enclose internals in an anonymous namespaceLioncash
2019-01-30hwopus: Implement DecodeInterleavedLioncash
2019-01-29hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeI...Lioncash
2019-01-29hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64*Lioncash
2019-01-29hwopus: Mark local variables as const where applicableLioncash
2019-01-29hwopus: Fill in the rest of the unknown service function namesLioncash
2018-11-26Fixed hwopus compile errorDavid Marcec
2018-11-26Improved error messages in AM, HwOpus and NvMapDavid Marcec
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-16hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.bunnei
2018-11-02Fixed incorrect hwopus assertDavid Marcec
2018-10-11HwOpus, Implemented DecodeInterleavedWithPerformanceDavid Marcec
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-11service/audio: Replace includes with forward declarations where applicableLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-07-30Implemented various hwopus functions (#853)David
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-25Service/Audio: add hwopus service, stub GetWorkBufferSize functionmailwl