summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/hwopus.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: implement HwOpus GetWorkBufferSizeForMultiStreamExFengChen2022-09-161-1/+27
* Project AndioKelebek12022-07-221-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* general: Replace high_resolution_clock with steady_clockMorph2021-12-021-2/+2
* service: Reduce header include overheadMorph2021-10-071-1/+0
* hle: service: hwopus: OpenHardwareOpusDecoderEx: Remove unused buffer size.bunnei2021-06-261-1/+30
* hle: service: hwopus: Implement GetWorkBufferSizeEx and OpenHardwareOpusDecoderEx.bunnei2021-06-251-4/+12
* general: Replace RESULT_UNKNOWN with ResultUnknownMorph2021-06-021-2/+2
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-3/+3
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-4/+4
* hwopus: Update to 12.xMorph2021-04-071-0/+4
* service: Eliminate usages of the global system instanceLioncash2020-11-271-4/+5
* Revert "core: Fix clang build"bunnei2020-10-211-15/+14
* core: Fix clang buildLioncash2020-10-181-14/+15
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David2020-08-031-1/+1
* update hwopus DecodeInterleaved for FW 7.0.0+makigumo2020-02-111-2/+4
* service: Resolve sign conversion errorsLioncash2019-11-121-2/+2
* hwopus: Leverage multistream API for decoding regular Opus packetsLioncash2019-03-111-34/+48
* service/audio/hwopus: Move decoder state to its own classLioncash2019-03-071-50/+85
* service/audio/hwopus: Provide a name for the second word of OpusPacketHeaderLioncash2019-03-071-2/+4
* service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoderManagerLioncash2019-03-071-17/+17
* service/audio/hwopus: Enclose internals in an anonymous namespaceLioncash2019-03-071-2/+3
* hwopus: Implement DecodeInterleavedLioncash2019-01-301-4/+35
* hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeInterleavedWithPerfOldLioncash2019-01-301-19/+14
* hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64*Lioncash2019-01-301-9/+6
* hwopus: Mark local variables as const where applicableLioncash2019-01-301-8/+16
* hwopus: Fill in the rest of the unknown service function namesLioncash2019-01-301-9/+11
* Fixed hwopus compile errorDavid Marcec2018-11-261-1/+1
* Improved error messages in AM, HwOpus and NvMapDavid Marcec2018-11-261-8/+16
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-7/+25
* hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.bunnei2018-11-171-1/+1
* Fixed incorrect hwopus assertDavid Marcec2018-11-021-1/+1
* HwOpus, Implemented DecodeInterleavedWithPerformanceDavid Marcec2018-10-111-3/+34
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-3/+3
* service/audio: Replace includes with forward declarations where applicableLioncash2018-09-121-0/+5
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* Implemented various hwopus functions (#853)David2018-07-311-5/+130
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
* Service/Audio: add hwopus service, stub GetWorkBufferSize functionmailwl2018-06-251-0/+29