index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Alc
/
pulseaudio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update PulseAudio using period-sized chunks
Chris Robinson
2010-07-17
1
-32
/
+86
*
Use a 100ms capture buffer minimum for PulseAudio, with 50ms fragments
Chris Robinson
2010-07-04
1
-3
/
+5
*
Prevent multiple PulseAudio devices from getting the same name
Chris Robinson
2010-06-09
1
-6
/
+36
*
Don't attempt to look for more samples from Pulse after a disconnect
Chris Robinson
2010-06-05
1
-6
/
+2
*
Read PulseAudio's capture data into the ring buffer when querying the sample ...
Chris Robinson
2010-06-04
1
-44
/
+18
*
Increase the temp buffer sizes to construct device names with
Chris Robinson
2010-05-31
1
-1
/
+1
*
Fix Pulse mainloop handling for device probing
Chris Robinson
2010-05-31
1
-3
/
+1
*
Update device naming to be more apparent about the device being used
Chris Robinson
2010-05-31
1
-4
/
+4
*
Always add the default PulseAudio device when probing
Chris Robinson
2010-05-30
1
-12
/
+15
*
List all available PulseAudio sources
Chris Robinson
2010-05-30
1
-17
/
+98
*
Probe and expose all available PulseAudio sinks for the enumerate_all extension
Chris Robinson
2010-05-30
1
-23
/
+134
*
Add a separate function to create/connect a pulseaudio context
Chris Robinson
2010-05-30
1
-37
/
+41
*
Pass the threaded main loop object to context/stream_state_callback
Chris Robinson
2010-05-30
1
-9
/
+7
*
Don't unload libs when they're not needed
Chris Robinson
2010-05-28
1
-29
/
+10
*
Watch for changes to the PulseAudio sink device
Chris Robinson
2010-05-28
1
-0
/
+17
*
Connect a pulse stream on device open, to make sure the device isn't suspended
Chris Robinson
2010-05-27
1
-71
/
+98
*
Add a function to get the frame size from a format
Chris Robinson
2010-05-24
1
-4
/
+2
*
Change inline -> __inline for MSVC
Chris Robinson
2010-05-16
1
-2
/
+2
*
Disable PulseAudio's write callback when disconnecting
Chris Robinson
2010-04-17
1
-0
/
+1
*
Set the buffer length for Pulse when opening the device
Chris Robinson
2010-03-14
1
-4
/
+10
*
Pulse's buffer size is not a good measurement for the update size
Chris Robinson
2010-03-14
1
-2
/
+4
*
Limit PulseAudio's buffer size to the requested length
Chris Robinson
2010-03-11
1
-1
/
+2
*
Silence some warnings
Chris Robinson
2010-02-16
1
-2
/
+2
*
Avoid using periods with PulseAudio, and add an option to specify its buffer ...
Chris Robinson
2010-02-07
1
-12
/
+10
*
Make sure all requested data gets written to PulseAudio
Chris Robinson
2010-01-24
1
-5
/
+7
*
Use pa_channel_map_superset only when available with PulseAudio 0.9.15
Chris Robinson
2010-01-22
1
-4
/
+13
*
Suppress connection refused errors
Chris Robinson
2010-01-08
1
-2
/
+3
*
Adjust PulseAudio's capture latency
Chris Robinson
2009-12-30
1
-1
/
+3
*
Store ALC errors with the device when possible
Chris Robinson
2009-12-28
1
-1
/
+1
*
Add a function to check if a config option is set to a non-empty value
Chris Robinson
2009-12-28
1
-2
/
+2
*
Add an option to spawn a PulseAudio server on request
Chris Robinson
2009-12-28
1
-1
/
+6
*
Be more lenient in signaling the mainloop
Chris Robinson
2009-12-28
1
-10
/
+7
*
Try to find a compatible format from Pulse's default sink
Chris Robinson
2009-12-27
1
-3
/
+90
*
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
[next]