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-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
2013-11-07
Re-plumb window handle to the dsound backend.
Shawn Hoffman
2013-11-03
Run code through the advanced tool 'sed' to remove trailing whitespace.
comex
2013-11-03
Run code through clang-modernize -loop-convert to create range-based for loop...
comex
2013-10-26
Update to VS2013 and a slew of build-related updates. Notes:
Shawn Hoffman
2013-10-19
Remove some more includes.
Lioncash
2013-10-19
Remove some unnecessary includes as well as simplifying exisiting ones if pos...
Lioncash
2013-10-17
Basic precompiled header support for Linux/OS X. Shaves 20-30% off full rebu...
comex
2013-10-14
Revert "Remove some unnecessary includes."
Lioncash
2013-10-14
Remove some unnecessary includes.
Lioncash
2013-09-01
A bunch of trivial changes to fix clang warnings.
comex
2013-07-11
fix AudioCommon::Mixer Buffer indices
degasus
2013-07-05
Fix most ARM warnings
Ryan Houdek
2013-06-23
Merge in JP's change to fix audio stuttering with OpenAL.
Ryan Houdek
2013-06-22
fixed uninitialzed audio_size variable in WaveFileWriter
Jordan Cristiano
2013-06-22
DSBCAPS_GLOBALFOCUS allows sound to still play when the application is in the...
Jordan Cristiano
2013-06-22
added new license header to missed audio source files
Jordan Cristiano
[next]