| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | A NULL Pulse context won't have a valid error code | Chris Robinson | 2009-12-26 | 1 | -2/+1 |
* | Wait for the buffer attrib update from pulse to finish | Chris Robinson | 2009-12-26 | 1 | -1/+4 |
* | Consolidate pulse capture failure path | Chris Robinson | 2009-12-26 | 1 | -24/+14 |
* | Make sure a proper channel map is set for pulse capture | Chris Robinson | 2009-12-26 | 1 | -1/+11 |
* | Clean up some loading checks | Chris Robinson | 2009-12-26 | 1 | -10/+9 |
* | Shorten a long line | Chris Robinson | 2009-12-26 | 1 | -1/+5 |
* | Capture as much as possible directly from PulseAudio | Chris Robinson | 2009-12-25 | 1 | -36/+84 |
* | Add missing newline | Chris Robinson | 2009-12-25 | 1 | -1/+1 |
* | Undefine no longer needed macro | Chris Robinson | 2009-12-25 | 1 | -0/+1 |
* | Only use pa_stream_set_buffer_attr_callback when available (0.9.15+) | Chris Robinson | 2009-12-25 | 1 | -3/+10 |
* | Use pa_stream_begin_write when available for "zero-copy" writing | Chris Robinson | 2009-12-25 | 1 | -2/+36 |
* | Use a 64-bit value to scale potentially-large numbers | Chris Robinson | 2009-12-24 | 1 | -1/+1 |
* | Use the Pulse server-specified playback rate by default | Chris Robinson | 2009-12-24 | 1 | -1/+28 |
* | Use pa_xmalloc instead of pa_xmalloc0 | Chris Robinson | 2009-12-24 | 1 | -4/+6 |
* | Update pulse capture ring buffer in 25ms chunks | Chris Robinson | 2009-12-24 | 1 | -1/+2 |
* | Don't force latency adjustment with PulseAudio | Chris Robinson | 2009-12-23 | 1 | -1/+1 |
* | Don't wait to accept stream connections | Chris Robinson | 2009-12-03 | 1 | -6/+4 |
* | Don't signal on synchronous changes and don't wait to accept context changes | Chris Robinson | 2009-12-02 | 1 | -6/+0 |
* | Use a channel-map to specify the output device channel order | Chris Robinson | 2009-12-02 | 1 | -28/+1 |
* | Properly accept PulseAudio's mainloop signal on connection failure | Chris Robinson | 2009-12-01 | 1 | -7/+7 |
* | Fix retrieved update size from pulseaudio | Chris Robinson | 2009-12-01 | 1 | -1/+1 |
* | Accept a signal only when the pulseaudio stream/context is ready | Chris Robinson | 2009-12-01 | 1 | -9/+25 |
* | Don't complain if the length given by pulse isn't an exact multiple of the pe... | Chris Robinson | 2009-12-01 | 1 | -2/+2 |
* | Properly lock the device when setting it disconnected | Chris Robinson | 2009-11-01 | 1 | -4/+0 |
* | Watch for stream and context failures from pulse, and report disconnects | Chris Robinson | 2009-10-31 | 1 | -3/+30 |
* | Fix length calculation for pulse | Chris Robinson | 2009-10-31 | 1 | -1/+1 |
* | Set a proper channel map for PulseAudio | Chris Robinson | 2009-10-31 | 1 | -1/+41 |
* | Mix all updates PulseAudio requests | Chris Robinson | 2009-10-31 | 1 | -5/+7 |
* | Watch for buffer attribute changes from PulseAudio | Chris Robinson | 2009-10-31 | 1 | -6/+21 |
* | Use signals to watch for state changes | Chris Robinson | 2009-10-31 | 1 | -12/+42 |
* | Properly free the device name | Chris Robinson | 2009-10-31 | 1 | -3/+1 |
* | Rename SetALCError for consistency | Chris Robinson | 2009-10-07 | 1 | -1/+1 |
* | Add missing ) in pulseaudio backend | Chris Robinson | 2009-10-02 | 1 | -1/+1 |
* | Load backend libs on-demand | Chris Robinson | 2009-09-27 | 1 | -95/+130 |
* | Remove the state callbacks and watch for changes synchronously | Chris Robinson | 2009-09-24 | 1 | -60/+20 |
* | Get rid of unnecessary messages from pulseaudio | Chris Robinson | 2009-09-23 | 1 | -27/+15 |
* | Properly clean up the pulse device | Chris Robinson | 2009-09-23 | 1 | -18/+1 |
* | Silence unused parameter warning | Chris Robinson | 2009-09-23 | 1 | -0/+1 |
* | Attempt to reload backend libs when probing, if they didn't initially load | Chris Robinson | 2009-09-23 | 1 | -3/+3 |
* | Update in properly-sized chunks for PulseAudio | Chris Robinson | 2009-09-23 | 1 | -9/+18 |
* | Return imediately if trying to set an unknown format | Chris Robinson | 2009-09-21 | 1 | -2/+2 |
* | Support floating point capture for backends that can handle it | Chris Robinson | 2009-09-21 | 1 | -0/+3 |
* | Store the number of periods in the device instead of the buffer size | Chris Robinson | 2009-09-16 | 1 | -6/+2 |
* | Remove unnecessary parameters, and rename methods | Chris Robinson | 2009-09-16 | 1 | -6/+4 |
* | Pass the device to aluMixData | Chris Robinson | 2009-09-15 | 1 | -4/+1 |
* | Pass the frame count to aluMixData | Chris Robinson | 2009-09-15 | 1 | -1/+2 |
* | Remove unnecessary vars and rework device name checks | Chris Robinson | 2009-08-27 | 1 | -12/+22 |
* | Rebuild device lists when retrieving them | Chris Robinson | 2009-08-27 | 1 | -7/+18 |
* | Close some libs when deinitializing | Chris Robinson | 2009-08-27 | 1 | -0/+6 |
* | Store a copy of the device name in the device | Chris Robinson | 2009-08-27 | 1 | -3/+3 |