index
:
jogamp/openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Unnamed repository; edit this file 'description' to name the repository.
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
*
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
*
Store copies of the device names in the individual backends
Chris Robinson
2009-08-27
1
-5
/
+5
*
Add a method to deinitialize backends
Chris Robinson
2009-08-26
1
-0
/
+4
*
Define PATH_MAX if it isn't already
Chris Robinson
2009-08-19
1
-0
/
+4
*
Support 32-bit float output
Chris Robinson
2009-08-15
1
-0
/
+3
*
Calculate the buffer size and frame size when needed
Chris Robinson
2009-08-14
1
-10
/
+15
*
Remove unnecessary function parameters
Chris Robinson
2009-08-13
1
-8
/
+5
*
Create PulseAudio's playback stream when the AL context is created
Chris Robinson
2009-08-13
1
-130
/
+210
*
Allow delaying playback start until context creation, and don't use UpdateSiz...
Chris Robinson
2009-08-13
1
-2
/
+18
[next]