index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
audio
/
hwopus.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)
David
2020-08-03
1
-1
/
+1
*
update hwopus DecodeInterleaved for FW 7.0.0+
makigumo
2020-02-11
1
-2
/
+4
*
service: Resolve sign conversion errors
Lioncash
2019-11-12
1
-2
/
+2
*
hwopus: Leverage multistream API for decoding regular Opus packets
Lioncash
2019-03-11
1
-34
/
+48
*
service/audio/hwopus: Move decoder state to its own class
Lioncash
2019-03-07
1
-50
/
+85
*
service/audio/hwopus: Provide a name for the second word of OpusPacketHeader
Lioncash
2019-03-07
1
-2
/
+4
*
service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoderManager
Lioncash
2019-03-07
1
-17
/
+17
*
service/audio/hwopus: Enclose internals in an anonymous namespace
Lioncash
2019-03-07
1
-2
/
+3
*
hwopus: Implement DecodeInterleaved
Lioncash
2019-01-30
1
-4
/
+35
*
hwopus: Deduplicate the decoding code within DecodeInterleavedOld and DecodeInterleavedWithPerfOld
Lioncash
2019-01-30
1
-19
/
+14
*
hwopus: Replace std::optional<std::reference_wrapper<u64>> with u64*
Lioncash
2019-01-30
1
-9
/
+6
*
hwopus: Mark local variables as const where applicable
Lioncash
2019-01-30
1
-8
/
+16
*
hwopus: Fill in the rest of the unknown service function names
Lioncash
2019-01-30
1
-9
/
+11
*
Fixed hwopus compile error
David Marcec
2018-11-26
1
-1
/
+1
*
Improved error messages in AM, HwOpus and NvMap
David Marcec
2018-11-26
1
-8
/
+16
*
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
1
-7
/
+25
*
hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.
bunnei
2018-11-17
1
-1
/
+1
*
Fixed incorrect hwopus assert
David Marcec
2018-11-02
1
-1
/
+1
*
HwOpus, Implemented DecodeInterleavedWithPerformance
David Marcec
2018-10-11
1
-3
/
+34
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-3
/
+3
*
service/audio: Replace includes with forward declarations where applicable
Lioncash
2018-09-12
1
-0
/
+5
*
hle/service: Default constructors and destructors in the cpp file where applicable
Lioncash
2018-09-11
1
-0
/
+2
*
Implemented various hwopus functions (#853)
David
2018-07-31
1
-5
/
+130
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-1
/
+1
*
Service/Audio: add hwopus service, stub GetWorkBufferSize function
mailwl
2018-06-25
1
-0
/
+29