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
/
OpenALStream.cpp
Age
Commit message (
Expand
)
Author
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-12-28
Updated SoundTouch library to 1.9.2
skidau
2015-09-28
Fix building with PCH disabled.
Rohit Nirmal
2015-09-26
Common: Remove other Common prefixed headers from Common.h
Lioncash
2015-09-11
Added X-Fi check and convert surround FLOAT to SHORT when it is detected
LAGonauta
2015-06-27
Merge pull request #2659 from Armada651/openal-conv
Jules Blok
2015-06-25
OpenALStream: Fix sample conversion.
Jules Blok
2015-06-12
Options: merge SCoreStartupParameter into SConfig
degasus
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-05-10
AudioCommon: Migrate threadData to OpenALStream and AOSoundStream
Lioncash
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-01-23
Merge pull request #1917 from adamdmoss/no-lfe
skidau
2015-01-19
Audio: Drop the LFE/subwoofer channel from the decoded surround
Adam D. Moss
2015-01-12
Minor consistency changes
Stevoisiak
2015-01-07
OpenAL: Fix volume of sample conversion
Adam Moss
2014-09-09
Kill Core::g_CoreStartupParameter.
Rachel Bryk
2014-09-02
Merge pull request #930 from skidau/openal-seq-ms
Lioncash
2014-09-01
msvc: remove some remnants of SDL and DSound from projects and general cleanup.
Shawn Hoffman
2014-09-01
Removed the auto setting of SEQUENCE_MS because the synchronised audio code h...
skid
2014-08-16
Common: Get rid of StdConditionVariable, StdMutex, and StdThread.
Lioncash
2014-08-02
AudioCommon: Get rid of some unnecessary mem_fn calls
Lioncash
2014-07-14
Correct the function casing for DPL2Decoder
Lioncash
2014-07-13
Fix warnings unearthed by #579
Tillmann Karras
2014-04-14
Common: Move the Event class to a separate file, and add tests for it. Fix in...
Pierre Bourdon
2014-04-01
Replace use of the deprecated mem_fun function with mem_fn.
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 -loop-convert
Tillmann Karras
2014-02-28
Various changes suggested by cppcheck
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-13
Disable framerate correction for OpenAL
degasus
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre