aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
Commit message (Expand)AuthorAgeFilesLines
...
* Make LOWPASSFREQREF a float valueChris Robinson2014-05-112-2/+2
* Store the filter reference frequency in the sourceChris Robinson2014-05-111-12/+20
* Update the source send target gains properlyChris Robinson2014-05-111-4/+4
* Use a struct to store the source's direct gain/gainhf propertiesChris Robinson2014-05-111-6/+6
* Update the output buffer pointer in the Write_* methodsChris Robinson2014-05-101-15/+11
* Add a couple constsChris Robinson2014-05-101-2/+2
* Store the current buffer queue item, rather than played buffer countChris Robinson2014-05-102-23/+12
* Avoid checking the previous buffer multiple timesChris Robinson2014-05-101-9/+9
* Move RWLock and UIntMap implementations to commonChris Robinson2014-05-073-244/+0
* Use standard types for the RWLockChris Robinson2014-05-072-12/+12
* Move atomic method definitions to a separate common sourceChris Robinson2014-05-061-7/+0
* Move threads.c to a separate source dirChris Robinson2014-05-061-531/+0
* Move some headers to include/Chris Robinson2014-05-062-162/+0
* Use gettimeofday if clock_gettime isn't availableChris Robinson2014-05-061-5/+11
* Add a cast to silence an MSVC warningChris Robinson2014-05-041-2/+3
* Trace skipped info sub-chunksChris Robinson2014-05-041-0/+2
* Use ALuint for the amount to skipChris Robinson2014-05-041-1/+1
* Don't use the next power of two when duplicating config valuesChris Robinson2014-05-041-1/+1
* Remove unnecessary ifdefsChris Robinson2014-05-042-4/+0
* Always use the current gains when mixingChris Robinson2014-05-043-17/+22
* Better pack HRTF mixing propertiesChris Robinson2014-05-032-56/+51
* Clamp the current and target gain lower bound to epsilonChris Robinson2014-05-031-10/+10
* Make sure all gain steps are applied with the SSE and Neon mixersChris Robinson2014-05-032-44/+22
* Revert e9aee578a797c694655538cd0a00ad6c0bf6d5dcChris Robinson2014-05-021-2/+2
* Iniitialize some mmdevapi backend fields in the constructorChris Robinson2014-05-021-0/+23
* Use a backup in case pthread_mutex_timedlock isn't availableChris Robinson2014-05-011-1/+23
* Use ALboolean for al_string_empty's return typeChris Robinson2014-04-302-2/+2
* Add a helper VECTOR_FOR_EACH macroChris Robinson2014-04-306-55/+49
* Use _mm_set_ps() to set an __m128 instead of {}Chris Robinson2014-04-261-2/+2
* Convert the mmdevapi backend to the new backend APIChris Robinson2014-04-253-394/+511
* Use a vector for mmdevapi device listsChris Robinson2014-04-241-93/+77
* More device list cleanup cleanupChris Robinson2014-04-242-40/+25
* Use a helper function to clear PulseAudio device listsChris Robinson2014-04-241-36/+20
* Use a helper method to clear winmm device listsChris Robinson2014-04-241-20/+15
* Avoid using superfluous LP* typesChris Robinson2014-04-231-10/+10
* Use a RefCount for counting committed winmm buffersChris Robinson2014-04-231-7/+7
* Avoid forward-declaring backend vtablesChris Robinson2014-04-234-42/+44
* Avoid using assert() in createBackendChris Robinson2014-04-232-14/+20
* Properly handle HAVE_DYNLOAD in the dsound backendChris Robinson2014-04-221-1/+7
* Avoid some superfluous typesChris Robinson2014-04-221-8/+8
* Use a helper to return mmdevapi message thread responsesChris Robinson2014-04-221-16/+15
* Avoid dereferencing a NULL pointerChris Robinson2014-04-211-2/+2
* Use a vector to store the ALSA device listsChris Robinson2014-04-211-96/+82
* Use al_string for ALSA's device mapChris Robinson2014-04-211-21/+26
* Trace the device name being opened in ALSA and PulseAudioChris Robinson2014-04-212-0/+4
* Use the althrd methods in winmmChris Robinson2014-04-211-78/+15
* Use the stored format block align instead of calculating itChris Robinson2014-04-201-7/+4
* Use a vector for the PulseAudio DevMapsChris Robinson2014-04-201-76/+82
* Use an al_string in the PulseAudio backend instead of char*Chris Robinson2014-04-201-44/+63
* Convert the DSound backend to the new APIChris Robinson2014-04-193-221/+293