index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libao2
/
ao_pulse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a missing const, fixes a compiler warning.
reimar
2009-12-18
1
-1
/
+1
*
Allow pulseaudio to restore the previous volume on init instead of forcing to
reimar
2009-12-18
1
-4
/
+1
*
Get rid of global volume variable, it is only used for temporary values.
reimar
2009-12-18
1
-5
/
+7
*
Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed.
reimar
2009-04-09
1
-3
/
+3
*
Split oversized of "argument" onto a separate line.
reimar
2009-04-09
1
-1
/
+2
*
Also lock the mainloop when doing adjusting the volume for PulseAudio.
reimar
2009-04-09
1
-0
/
+3
*
Make sure waitop always unlocks the mainloop even if the operation could not
reimar
2009-04-09
1
-1
/
+4
*
Make ao_info_t structs const.
reimar
2009-03-06
1
-1
/
+1
*
Work around a PulseAudio bug that causes MPlayer to hang after unpausing.
reimar
2009-02-19
1
-0
/
+18
*
Use standard license headers with standard formatting.
diego
2008-05-14
1
-3
/
+4
*
Avoid dependency on newer pulseaudio version.
reimar
2008-05-07
1
-0
/
+4
*
Add support for 32 bit format to ao_pulse.
reimar
2008-05-01
1
-0
/
+2
*
Make ao_pulse fall back to s16le format instead of just failing.
reimar
2008-05-01
1
-4
/
+5
*
pa_stream_write reportedly needs locking of the main loop
reimar
2007-12-15
1
-1
/
+3
*
Fix indentation
reimar
2007-12-15
1
-4
/
+4
*
Remove pointless pa_stream_trigger call
reimar
2007-12-15
1
-10
/
+0
*
Documentation for waitop function
reimar
2007-12-15
1
-0
/
+6
*
Remove idiotic check that would always be false
reimar
2007-11-03
1
-1
/
+1
*
Change parsing to allow host == NULL and sink != NULL
reimar
2007-11-03
1
-4
/
+6
*
Simplify argument "parsing"
reimar
2007-11-03
1
-4
/
+2
*
Make sink variable local, it is only used in one place
reimar
2007-11-03
1
-3
/
+1
*
Add missing ao_pulse.c
reimar
2007-10-18
1
-0
/
+382