index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libao2
/
ao_pulse.c
Commit message (
Expand
)
Author
Age
*
Add a missing const, fixes a compiler warning.
reimar
2009-12-18
*
Allow pulseaudio to restore the previous volume on init instead of forcing to
reimar
2009-12-18
*
Get rid of global volume variable, it is only used for temporary values.
reimar
2009-12-18
*
Disable pause-hack from PulseAudio 0.9.15 on, it should be fixed.
reimar
2009-04-09
*
Split oversized of "argument" onto a separate line.
reimar
2009-04-09
*
Also lock the mainloop when doing adjusting the volume for PulseAudio.
reimar
2009-04-09
*
Make sure waitop always unlocks the mainloop even if the operation could not
reimar
2009-04-09
*
Make ao_info_t structs const.
reimar
2009-03-06
*
Work around a PulseAudio bug that causes MPlayer to hang after unpausing.
reimar
2009-02-19
*
Use standard license headers with standard formatting.
diego
2008-05-14
*
Avoid dependency on newer pulseaudio version.
reimar
2008-05-07
*
Add support for 32 bit format to ao_pulse.
reimar
2008-05-01
*
Make ao_pulse fall back to s16le format instead of just failing.
reimar
2008-05-01
*
pa_stream_write reportedly needs locking of the main loop
reimar
2007-12-15
*
Fix indentation
reimar
2007-12-15
*
Remove pointless pa_stream_trigger call
reimar
2007-12-15
*
Documentation for waitop function
reimar
2007-12-15
*
Remove idiotic check that would always be false
reimar
2007-11-03
*
Change parsing to allow host == NULL and sink != NULL
reimar
2007-11-03
*
Simplify argument "parsing"
reimar
2007-11-03
*
Make sink variable local, it is only used in one place
reimar
2007-11-03
*
Add missing ao_pulse.c
reimar
2007-10-18