index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
AudioCommon
Age
Commit message (
Expand
)
Author
2014-07-07
Revert "Don't add segfault handler in interpreter mode"
Pierre Bourdon
2014-07-05
enum CPUState: rename CPU_* to STATE_*
Tillmann Karras
2014-07-04
Reorder class initializer lists
Tillmann Karras
2014-06-26
Merge pull request #259 from magumagu/dtk-rewrite
Lioncash
2014-06-26
AudioCommon: restore support for DTK volume setting.
magumagu
2014-06-24
Remove the 32-bit config platform from the VS solution and projects
Lioncash
2014-06-15
Audio mixer: fix a couple compiler warnings.
magumagu
2014-06-15
Audio mixer: remove check for ratio > 1.0.
magumagu
2014-06-14
Rewrite handling of DTK (streaming) audio.
magumagu
2014-05-31
Revert "DSound: use DSound notifications to produce sound."
magumagu
2014-05-29
Remove the min/max functions in CommonFuncs.
Lioncash
2014-05-23
Merge pull request #256 from magumagu/dsound-notify
shuffle2
2014-04-30
Add set/get functions for IsFramelimiterTempDisabled
degasus
2014-04-30
Add a hotkey for disabling the framelimit.
degasus
2014-04-14
Common: Move the Event class to a separate file, and add tests for it. Fix in...
Pierre Bourdon
2014-04-09
DSound: use DSound notifications to produce sound.
magumagu
2014-04-01
Replace use of the deprecated mem_fun function with mem_fn.
lioncash
2014-03-30
Merge pull request #220 from magumagu/audio-handling-cleanup-v2
Pierre Bourdon
2014-03-29
Move audio handling out of DSP emulation.
magumagu
2014-03-29
Delete AudioCommon::UseJIT().
magumagu
2014-03-29
Move mixer construction to AudioCommon.cpp.
magumagu
2014-03-29
Move UDSPControl structure into DSP.h .
magumagu
2014-03-29
Remove all trailing whitespaces from our codebase.
Pierre Bourdon
2014-03-26
Delete a bunch of old audio HLE cruft.
magumagu
2014-03-18
Remove usesMixer function from the sound streams.
lioncash
2014-03-18
Mark the audio streams as final.
lioncash
2014-03-14
Kill off some usages of c_str.
Lioncash
2014-03-11
Fixes spacing for "for", "while", "switch" and "if"
Matthew Parlane
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-09
clang-modernize -add-override
Tillmann Karras
2014-03-09
clang-modernize -loop-convert
Tillmann Karras
2014-02-28
Various changes suggested by cppcheck
Tillmann Karras
2014-02-28
Fix various warnings reported by clang
Tillmann Karras
2014-02-20
Fix more header sorting issues in AudioCommon/ (now check-includes clean).
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-02-16
Fix some vertical alignments
Lioncash
2014-02-13
Disable framerate correction for OpenAL
degasus
2014-02-11
change AI sampling rate based on framelimit
degasus
2014-02-11
controll the interpolation frac by the fifo size
degasus
2014-02-11
audiocommon: sync mixer by fifo instead of estimate values
degasus
2014-02-11
audiocommon: remove 1:1 interpolation
degasus
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2014-02-07
Atomic Stores / Loads
degasus
2014-02-07
Pulseaudio: rewrite the pa backend with the async api
degasus
2014-02-05
Change the modified parameter in the Clamp function to be a pointer.
Lioncash
2014-02-04
Introduce a generic clamp function to clean up some similarly duplicated code.
Lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre
2013-12-31
Convert all vcxproj files to UNIX line endings
Jasper St. Pierre
2013-12-11
Minor const-correctness for some functions in FifoPlayer and some AudioCommon...
Lioncash
[next]