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
Age
Commit message (
Expand
)
Author
2019-04-30
service/audren_u: Handle variadic command buffers in GetWorkBufferSize()
Lioncash
2019-04-30
service/audren_u: Handle version 2 of performance frame info in GetWorkBuffer...
Lioncash
2019-04-30
service/audren_u: Clean up work buffer calculations
Lioncash
2019-04-27
service/audctl: Update documentation comments to be relative to 8.0.0
Lioncash
2019-04-18
service/audctl: Implement GetTargetVolumeMin() and GetTargetVolumeMax()
Lioncash
2019-04-11
service: Update service function tables
Lioncash
2019-04-05
Merge pull request #2334 from lioncash/override
bunnei
2019-04-04
hle/service: Resolve unused variable warnings
Lioncash
2019-04-04
core: Add missing override specifiers where applicable
Lioncash
2019-03-11
hwopus: Leverage multistream API for decoding regular Opus packets
Lioncash
2019-03-10
Merge pull request #2207 from lioncash/hwopus
bunnei
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-03-07
service/audio/audout_u: Only actually stop the audio stream in StopAudioOut i...
Lioncash
2019-03-06
hle/service/audio/audout_u: Correct lack of return in failure case of AppendA...
Lioncash
2019-03-05
hle/service/audio: Extract audio error codes to a header
Lioncash
2019-03-01
Merge pull request #2180 from lioncash/audren
bunnei
2019-03-01
service/audio/audren_u: Implement OpenAudioRendererAuto
Lioncash
2019-03-01
service/audio: Provide an implementation of ExecuteAudioRendererRendering
Lioncash
2019-02-27
audio_core/audio_renderer: Name previously unknown parameters of AudioRendere...
Lioncash
2019-02-15
core_timing: Convert core timing into a class
Lioncash
2019-02-01
Merge pull request #2073 from lioncash/opus
bunnei
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
2019-01-29
service/audio: Update function tables
Lioncash
2018-12-03
Merge pull request #1803 from DarkLordZach/k-able-event
bunnei
2018-12-01
service/audio/audout_u: Amend constructor initialization list order
Lioncash
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
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-22
audout_u: Add support for multiple IAudioOut streams.
bunnei
2018-11-16
hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.
bunnei
2018-11-14
service/audren_u: Forward RequestUpdateAuto through the same function as Requ...
Lioncash
2018-11-13
hle/audren_u: Implement Get/SetRenderingTimeLimit
Lioncash
2018-11-02
Fixed incorrect hwopus assert
David Marcec
2018-10-19
audio: Update service function tables
Lioncash
2018-10-11
HwOpus, Implemented DecodeInterleavedWithPerformance
David Marcec
2018-09-27
Merge pull request #1394 from lioncash/stream
bunnei
2018-09-25
service: Add missing headers inclusions where applicable
Lioncash
2018-09-23
stream: Preserve enum class type in GetState()
Lioncash
2018-09-23
Added audren:u#GetAudioRendererState
David Marcec
2018-09-19
Removed the use of rp.MakeBuilder
David Marcec
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
[prev]
[next]