aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't return unsupported effects from alGetEnumValueChris Robinson2010-03-171-0/+5
* The enums are the same as with mcforamts, so advertise AL_EXT_MULAW tooChris Robinson2010-03-172-2/+5
* Remove unnecessary assertChris Robinson2010-03-171-2/+0
* GetSourceOffset can't failChris Robinson2010-03-171-27/+12
* Handle source offsets for muLaw formatsChris Robinson2010-03-171-11/+31
* Allow selecting databuffer 0Chris Robinson2010-03-171-1/+2
* clock_gettime is available only when _POSIX_TIMERS is greater than 0Chris Robinson2010-03-171-1/+1
* Remove unnecessary stop callChris Robinson2010-03-161-2/+0
* Remove unused variableChris Robinson2010-03-161-3/+0
* Remove unneeded checksChris Robinson2010-03-162-21/+25
* Get rid of more alIs* callsChris Robinson2010-03-163-137/+151
* Effect and filter ID 0 is validChris Robinson2010-03-162-6/+9
* Avoid some alIs* calls while under the context lockChris Robinson2010-03-164-140/+147
* Pass the context to alSetErrorChris Robinson2010-03-1613-416/+402
* Use alext.h for extension definitionsChris Robinson2010-03-162-11/+0
* Rename some struct members for consistencyChris Robinson2010-03-169-52/+52
* Avoid dereferencing a NULL buffer when unqueueing buffer 0Chris Robinson2010-03-151-3/+7
* Print an error when realloc failsChris Robinson2010-03-151-0/+1
* Set the buffer length for Pulse when opening the deviceChris Robinson2010-03-141-4/+10
* Pulse's buffer size is not a good measurement for the update sizeChris Robinson2010-03-141-2/+4
* Reduce the mixing buffers to the next power of twoChris Robinson2010-03-141-1/+1
* Remove duplication of setting source anglesChris Robinson2010-03-141-20/+2
* Add support for AL_EXT_DOUBLEChris Robinson2010-03-134-2/+17
* Add support for AL_EXT_MULAW_MCFORMATSChris Robinson2010-03-133-3/+172
* Add AL_EXT_MULAW_MCFORMATS tokens to alext.hChris Robinson2010-03-131-0/+11
* Rewrite openal-infoChris Robinson2010-03-131-191/+223
* Limit PulseAudio's buffer size to the requested lengthChris Robinson2010-03-111-1/+2
* Fix the retrieval of the RW offsets using the correct functionsChris Robinson2010-03-102-31/+31
* Remove a couple incorrect commentsChris Robinson2010-03-102-10/+0
* Remove duplicate copyright noticeChris Robinson2010-03-091-483/+0
* Protect some capture calls with a mutexChris Robinson2010-03-091-0/+12
* Add EFX types and enums to alext.hChris Robinson2010-03-096-199/+727
* Build device lists only when neededChris Robinson2010-03-094-43/+64
* Probe physical devices separately from appending them to the device listChris Robinson2010-03-093-157/+143
* Use powf when availableChris Robinson2010-03-075-53/+61
* Remove unused source param count macroChris Robinson2010-03-071-2/+0
* Keep UpdateSize updated when apps request a frequencyChris Robinson2010-02-242-0/+7
* Silence some warningsChris Robinson2010-02-161-2/+2
* Better handle run-time linkingChris Robinson2010-02-161-8/+8
* Properly check for functions in Win32 shared libsChris Robinson2010-02-163-8/+111
* Constify some globalsChris Robinson2010-02-151-6/+8
* Avoid probing for devices on lib initializationChris Robinson2010-02-101-6/+17
* Set ALSA playback buffer and period size based on timeChris Robinson2010-02-081-9/+13
* Fix retrieval of the current global context when changing itChris Robinson2010-02-081-1/+6
* Always disable ALSA's resampler for playbackChris Robinson2010-02-081-2/+1
* Improve source write offset calculationsChris Robinson2010-02-071-9/+19
* Avoid using periods with PulseAudio, and add an option to specify its buffer ...Chris Robinson2010-02-072-12/+20
* Enable the WinMM backend only if the lib check succeedsChris Robinson2010-02-051-4/+4
* Disable ALSA's resampler when no specific output rate is requestedChris Robinson2010-02-051-0/+8
* Make sure all requested data gets written to PulseAudioChris Robinson2010-01-241-5/+7