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
*
Reimplement HardwareOpus
Kelebek1
2023-09-16
1
-318
/
+404
*
hwopus: Implement GetWorkBufferSizeExEx
FearlessTobi
2023-08-30
1
-1
/
+5
*
hwopus: Implement OpenHardwareOpusDecoderForMultiStreamEx and DecodeInterleavedForMultiStream
FearlessTobi
2023-08-27
1
-2
/
+47
*
general: Use ScratchBuffer where possible
Morph
2023-07-01
1
-4
/
+5
*
Remove memory allocations in some hot paths
Kelebek1
2023-06-22
1
-4
/
+5
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-11
/
+11
*
core: Update service function tables to 16.0.0+
Narr the Reg
2023-02-25
1
-0
/
+2
*
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-03
1
-1
/
+1
*
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
liamwhite
2023-02-02
1
-1
/
+1
*
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-29
1
-2
/
+2
*
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-12-25
1
-3
/
+3
*
service: Make use of buffer element count helpers
Lioncash
2022-11-23
1
-1
/
+1
*
core: implement HwOpus GetWorkBufferSizeForMultiStreamEx
FengChen
2022-09-16
1
-1
/
+27
*
Project Andio
Kelebek1
2022-07-22
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
general: Replace high_resolution_clock with steady_clock
Morph
2021-12-02
1
-2
/
+2
*
service: Reduce header include overhead
Morph
2021-10-07
1
-1
/
+0
*
hle: service: hwopus: OpenHardwareOpusDecoderEx: Remove unused buffer size.
bunnei
2021-06-26
1
-1
/
+30
*
hle: service: hwopus: Implement GetWorkBufferSizeEx and OpenHardwareOpusDecoderEx.
bunnei
2021-06-25
1
-4
/
+12
*
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
1
-2
/
+2
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-3
/
+3
*
core: Make variable shadowing a compile-time error
Lioncash
2021-05-16
1
-4
/
+4
*
hwopus: Update to 12.x
Morph
2021-04-07
1
-0
/
+4
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
1
-4
/
+5
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-15
/
+14
*
core: Fix clang build
Lioncash
2020-10-18
1
-14
/
+15
*
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