aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
Commit message (Expand)AuthorAgeFilesLines
* ALC_EXT_thread_local_context is now completeChris Robinson2010-03-291-2/+2
* Remove a couple unnecessary linesChris Robinson2010-03-261-2/+0
* Use unsigned types for mono and stereo source count hintsChris Robinson2010-03-251-15/+14
* Fix comparison checkChris Robinson2010-03-241-1/+1
* Fix alcGetEnumValue error handlingChris Robinson2010-03-241-7/+7
* Constify and properly type some variables and struct membersChris Robinson2010-03-241-62/+67
* Use a global handle to store the process-wide contextChris Robinson2010-03-231-26/+8
* Rename alcMakeCurrent to alcSetThreadContextChris Robinson2010-03-231-3/+3
* Mark extension functions with AL_API/ALC_APIChris Robinson2010-03-231-2/+2
* Reduce some indentationChris Robinson2010-03-191-264/+254
* Simplify removing the context handle from the device's context arrayChris Robinson2010-03-191-2/+1
* Don't use deprecated macrosChris Robinson2010-03-191-22/+22
* Use size_t where appropriateChris Robinson2010-03-181-4/+4
* Use a separate list for NULL-device extensionsChris Robinson2010-03-171-2/+8
* The enums are the same as with mcforamts, so advertise AL_EXT_MULAW tooChris Robinson2010-03-171-2/+3
* Rename some struct members for consistencyChris Robinson2010-03-161-4/+4
* 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
* 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
* Update AL_EXTX_source_distance_model to require explicit enablingChris Robinson2009-11-271-0/+1
* 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