aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/pulseaudio.c
Commit message (Expand)AuthorAgeFilesLines
* Undefine no longer needed macroChris Robinson2009-12-251-0/+1
* Only use pa_stream_set_buffer_attr_callback when available (0.9.15+)Chris Robinson2009-12-251-3/+10
* Use pa_stream_begin_write when available for "zero-copy" writingChris Robinson2009-12-251-2/+36
* Use a 64-bit value to scale potentially-large numbersChris Robinson2009-12-241-1/+1
* Use the Pulse server-specified playback rate by defaultChris Robinson2009-12-241-1/+28
* Use pa_xmalloc instead of pa_xmalloc0Chris Robinson2009-12-241-4/+6
* Update pulse capture ring buffer in 25ms chunksChris Robinson2009-12-241-1/+2
* Don't force latency adjustment with PulseAudioChris Robinson2009-12-231-1/+1
* Don't wait to accept stream connectionsChris Robinson2009-12-031-6/+4
* Don't signal on synchronous changes and don't wait to accept context changesChris Robinson2009-12-021-6/+0
* Use a channel-map to specify the output device channel orderChris Robinson2009-12-021-28/+1
* Properly accept PulseAudio's mainloop signal on connection failureChris Robinson2009-12-011-7/+7
* Fix retrieved update size from pulseaudioChris Robinson2009-12-011-1/+1
* Accept a signal only when the pulseaudio stream/context is readyChris Robinson2009-12-011-9/+25
* Don't complain if the length given by pulse isn't an exact multiple of the pe...Chris Robinson2009-12-011-2/+2
* Properly lock the device when setting it disconnectedChris Robinson2009-11-011-4/+0
* Watch for stream and context failures from pulse, and report disconnectsChris Robinson2009-10-311-3/+30
* Fix length calculation for pulseChris Robinson2009-10-311-1/+1
* Set a proper channel map for PulseAudioChris Robinson2009-10-311-1/+41
* Mix all updates PulseAudio requestsChris Robinson2009-10-311-5/+7
* Watch for buffer attribute changes from PulseAudioChris Robinson2009-10-311-6/+21
* Use signals to watch for state changesChris Robinson2009-10-311-12/+42
* Properly free the device nameChris Robinson2009-10-311-3/+1
* Rename SetALCError for consistencyChris Robinson2009-10-071-1/+1
* Add missing ) in pulseaudio backendChris Robinson2009-10-021-1/+1
* Load backend libs on-demandChris Robinson2009-09-271-95/+130
* Remove the state callbacks and watch for changes synchronouslyChris Robinson2009-09-241-60/+20
* Get rid of unnecessary messages from pulseaudioChris Robinson2009-09-231-27/+15
* Properly clean up the pulse deviceChris Robinson2009-09-231-18/+1
* Silence unused parameter warningChris Robinson2009-09-231-0/+1
* Attempt to reload backend libs when probing, if they didn't initially loadChris Robinson2009-09-231-3/+3
* Update in properly-sized chunks for PulseAudioChris Robinson2009-09-231-9/+18
* Return imediately if trying to set an unknown formatChris Robinson2009-09-211-2/+2
* Support floating point capture for backends that can handle itChris Robinson2009-09-211-0/+3
* Store the number of periods in the device instead of the buffer sizeChris Robinson2009-09-161-6/+2
* Remove unnecessary parameters, and rename methodsChris Robinson2009-09-161-6/+4
* Pass the device to aluMixDataChris Robinson2009-09-151-4/+1
* Pass the frame count to aluMixDataChris Robinson2009-09-151-1/+2
* Remove unnecessary vars and rework device name checksChris Robinson2009-08-271-12/+22
* Rebuild device lists when retrieving themChris Robinson2009-08-271-7/+18
* Close some libs when deinitializingChris Robinson2009-08-271-0/+6
* Store a copy of the device name in the deviceChris Robinson2009-08-271-3/+3
* Store copies of the device names in the individual backendsChris Robinson2009-08-271-5/+5
* Add a method to deinitialize backendsChris Robinson2009-08-261-0/+4
* Define PATH_MAX if it isn't alreadyChris Robinson2009-08-191-0/+4
* Support 32-bit float outputChris Robinson2009-08-151-0/+3
* Calculate the buffer size and frame size when neededChris Robinson2009-08-141-10/+15
* Remove unnecessary function parametersChris Robinson2009-08-131-8/+5
* Create PulseAudio's playback stream when the AL context is createdChris Robinson2009-08-131-130/+210
* Allow delaying playback start until context creation, and don't use UpdateSiz...Chris Robinson2009-08-131-2/+18