aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for AL_EXT_DOUBLEChris Robinson2010-03-131-2/+2
|
* Add support for AL_EXT_MULAW_MCFORMATSChris Robinson2010-03-131-3/+3
|
* Protect some capture calls with a mutexChris Robinson2010-03-091-0/+12
|
* Build device lists only when neededChris Robinson2010-03-091-8/+0
|
* Keep UpdateSize updated when apps request a frequencyChris Robinson2010-02-241-0/+3
|
* Constify some globalsChris Robinson2010-02-151-6/+8
|
* Avoid probing for devices on lib initializationChris Robinson2010-02-101-6/+17
|
* Fix retrieval of the current global context when changing itChris Robinson2010-02-081-1/+6
|
* al_print doesn't need to be inlineChris Robinson2010-01-121-0/+24
|
* Add helpful values to the resampler enumChris Robinson2010-01-111-3/+3
|
* Add an option for point resamplingChris Robinson2010-01-111-0/+7
|
* Promote AL_EXT_source_distance_model to completeChris Robinson2010-01-091-1/+1
|
* Make sure the device handle is valid when getting the device errorChris Robinson2010-01-091-1/+1
|
* Hold the default context extensions globallyChris Robinson2010-01-091-1/+8
|
* Reduce some indentationChris Robinson2010-01-081-134/+100
|
* Try the PulseAudio backend firstChris Robinson2010-01-081-3/+3
|
* Properly retrieve device-inspecific errorsChris Robinson2009-12-281-0/+5
|
* Store ALC errors with the device when possibleChris Robinson2009-12-281-66/+65
|
* Add a function to check if a config option is set to a non-empty valueChris Robinson2009-12-281-5/+7
|
* Enforce a lower bound playback frequency of 8khzChris Robinson2009-12-281-4/+4
|
* Update panning for existing AL contexts when creating a new oneChris Robinson2009-12-261-2/+2
|
* Don't render mono as stereoChris Robinson2009-12-211-2/+4
|
* Track whether a context is suspended or notChris Robinson2009-12-091-4/+9
|
* Add a head-dampening optionChris Robinson2009-12-081-0/+9
| | | | | This simulates occlusion of the player's head for sounds coming from behind, when outputing to mono or stereo
* Move default channel order setting out of the headerChris Robinson2009-12-071-0/+79
|
* Add an option for real-time priority mixingChris Robinson2009-12-011-0/+38
| | | | Default to disable for now, as a safety precaution
* Update AL_EXTX_source_distance_model to require explicit enablingChris Robinson2009-11-271-0/+1
| | | | The in-progress spec has been updated to reflect this
* Mark sources for updating when a new context is made from the deviceChris Robinson2009-11-251-0/+1
|
* Allow unlisted backends to stay available when the drivers list ends with ,Chris Robinson2009-11-221-6/+19
|
* Properly free the device nameChris Robinson2009-10-311-1/+3
|
* Remove the Frequency field from the contextChris Robinson2009-10-201-3/+0
|
* Make sure the context is properly locked while updating slots and sendsChris Robinson2009-10-201-4/+8
|
* Allow creating multiple contexts on a deviceChris Robinson2009-10-201-3/+4
|
* Make sure the effect slots and source sends are properly updatedChris Robinson2009-10-201-0/+37
| | | | | Slots need to be updated due to possible frequency changes, and source sends need to be updated in case some active sends were disabled
* Store a device's contexts in a dynamic arrayChris Robinson2009-10-201-9/+43
|
* Rename SetALCError for consistencyChris Robinson2009-10-071-53/+53
|
* Report disconnect if the device fails to resetChris Robinson2009-09-271-1/+2
|
* Condense some local variablesChris Robinson2009-09-241-18/+15
|
* Parse the attribute list and reset the device before creating the contextChris Robinson2009-09-241-95/+93
|
* Properly flip the backend entries when sorting the device listChris Robinson2009-09-221-10/+6
|
* Fix reset condition checkChris Robinson2009-09-221-1/+1
|
* (Re)allocate and clear the stereo-to-binaural filter as neededChris Robinson2009-09-211-3/+10
|
* Reinitialize the stereo-to-binaural filter after resetting the deviceChris Robinson2009-09-211-9/+9
|
* Properly set the number of sends requested by the appChris Robinson2009-09-211-3/+3
|
* Store the number of periods in the device instead of the buffer sizeChris Robinson2009-09-161-4/+12
| | | | Also keep all the fields in sync
* Remove unnecessary parameters, and rename methodsChris Robinson2009-09-161-2/+2
|
* Make a GetConfigValueBool function and use itChris Robinson2009-09-151-5/+1
|
* Move the stereo-to-binaural filter to the deviceChris Robinson2009-09-151-13/+17
|
* Initialize OpenAL with a constructor call instead of first-useChris Robinson2009-09-121-133/+107
|
* Get rid of deinit code duplicationChris Robinson2009-09-121-16/+8
|