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-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
2018-09-11
service/audio: Replace includes with forward declarations where applicable
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-13
audout_u: Correct IAudioOut initializer list order
Lioncash
2018-08-12
Merge pull request #1035 from ogniK5377/audio-dev-revision-info
bunnei
2018-08-12
GetAudioDeviceServiceWithRevisionInfo
David Marcec
2018-08-12
Pushed the requested sample rate instead of our fixed sample rate
David Marcec
2018-08-12
Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRende...
David Marcec
2018-08-06
Service/Audio: audout_a.cpp: remove pragma once
mailwl
2018-08-05
Merge pull request #925 from bunnei/audren
bunnei
2018-08-04
audio_core: Implement audren_u audio playback.
bunnei
2018-08-04
audio_core: Use s16 where possible for audio samples.
bunnei
2018-08-04
audio_core: Port codec code from Citra for ADPCM decoding.
bunnei
2018-08-04
service: Remove redundant #pragma once directives
Lioncash
2018-08-04
audio_core: Streams need unique names for CoreTiming.
bunnei
2018-07-31
Merge pull request #880 from lioncash/audio
bunnei
2018-07-31
service/audio: Add missing services
Lioncash
2018-07-31
audout_u: Remove std::move in OpenAudioOutImpl()
Lioncash
2018-07-30
audio_core: Move to audout_u impl.
bunnei
2018-07-30
Implemented various hwopus functions (#853)
David
2018-07-27
audout: Implement IAudioOut interface with AudioCore.
bunnei
2018-07-24
core_timing: Split off utility functions into core_timing_util
MerryMage
2018-07-19
audren_u: Use a std::array instead of std::string for holding the audio inter...
Lioncash
2018-07-19
audout_u: Use a std::array instead of std::string for holding the audio inter...
Lioncash
[prev]
[next]