aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow prepending backend names with - to remove them from the available devicesChris Robinson2010-06-052-9/+23
* Improve error recovery when capturing from ALSAChris Robinson2010-06-051-10/+31
* Read capture data from ALSA when querying the available sample countChris Robinson2010-06-051-74/+66
* Improve locking when calling the backend capture APIChris Robinson2010-06-051-15/+9
* Don't attempt to look for more samples from Pulse after a disconnectChris Robinson2010-06-051-6/+2
* Read PulseAudio's capture data into the ring buffer when querying the sample ...Chris Robinson2010-06-041-44/+18
* Don't overwrite data when the ring buffer overflowsChris Robinson2010-06-041-12/+18
* Use a UIntMap for the DatabuffersChris Robinson2010-06-033-70/+52
* Skip mixing after checking looping validityChris Robinson2010-06-031-3/+4
* Increase the temp buffer sizes to construct device names withChris Robinson2010-05-314-4/+4
* Fix Pulse mainloop handling for device probingChris Robinson2010-05-311-3/+1
* Update device naming to be more apparent about the device being usedChris Robinson2010-05-317-24/+19
* Always add the default PulseAudio device when probingChris Robinson2010-05-301-12/+15
* List all available PulseAudio sourcesChris Robinson2010-05-301-17/+98
* Probe and expose all available PulseAudio sinks for the enumerate_all extensionChris Robinson2010-05-301-23/+134
* Add a separate function to create/connect a pulseaudio contextChris Robinson2010-05-301-37/+41
* Pass the threaded main loop object to context/stream_state_callbackChris Robinson2010-05-301-9/+7
* Don't unload libs when they're not neededChris Robinson2010-05-284-96/+28
* Watch for changes to the PulseAudio sink deviceChris Robinson2010-05-281-0/+17
* Add a Null Output deviceChris Robinson2010-05-285-2/+183
* Avoid constantly loading and unloading PortAudioChris Robinson2010-05-281-14/+11
* Connect a pulse stream on device open, to make sure the device isn't suspendedChris Robinson2010-05-271-71/+98
* Update head dampening after a device resetChris Robinson2010-05-261-8/+10
* Add a function to get the frame size from a formatChris Robinson2010-05-2411-27/+18
* Better watch for invalid values in alBufferSubDataEXTChris Robinson2010-05-241-3/+3
* Reduce the mixing buffer sizeChris Robinson2010-05-241-2/+2
* Make error checking consistent in alBuffer.cChris Robinson2010-05-241-170/+108
* Fix alBufferiv error handlingChris Robinson2010-05-241-7/+5
* Increment pointer when readChris Robinson2010-05-241-6/+4
* Pass the number of blocks to ConvertDataIMA4Chris Robinson2010-05-241-9/+9
* Be careful of integer overflows when allocating buffer storageChris Robinson2010-05-241-15/+43
* Cleanup some variables and namesChris Robinson2010-05-241-12/+11
* Reorder some error checks and watch for negative buffer sizesChris Robinson2010-05-241-12/+8
* Don't bother storing the loop points in the sourceChris Robinson2010-05-243-10/+4
* Be big endian safe with the IMA4 decoderChris Robinson2010-05-221-5/+14
* Use the ALSOFT_LOGFILE env var to specify the output for AL_PRINTChris Robinson2010-05-211-1/+19
* Loop points should be specified in sample offsetsChris Robinson2010-05-212-31/+27
* Add mono and stereo channel masks for DSound outputChris Robinson2010-05-211-0/+3
* Add an empty efx-creative.h headerChris Robinson2010-05-212-0/+4
* Consistency fixChris Robinson2010-05-191-5/+4
* Use unsigned types when finding the source offsetsChris Robinson2010-05-191-9/+5
* A couple formatting fixesChris Robinson2010-05-191-3/+2
* Use a map for the filter listChris Robinson2010-05-185-63/+47
* Use a map for the effects listChris Robinson2010-05-185-62/+46
* Improve compatbility with latest AL_EXT_buffer_sub_data specChris Robinson2010-05-181-81/+76
* Define ARGSTACK and CALLSTACK only when needed for testing shared libsChris Robinson2010-05-161-2/+5
* Always look for winmm under WindowsChris Robinson2010-05-161-0/+8
* Change inline -> __inline for MSVCChris Robinson2010-05-162-9/+9
* Use the loop start when filling in padding data for looping sourcesChris Robinson2010-05-131-1/+1
* Pay attention to the source loop pointsChris Robinson2010-05-131-3/+19