summaryrefslogtreecommitdiff
path: root/src/audio_out/audio_pulse_out.c
AgeCommit message (Expand)Author
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-14Make sure that muting/unmuting the audio without setting the volume does not ...Diego 'Flameeyes' Pettenò
2008-04-11Test for pulseaudio 0.9.7 to determine which muting method to use.Darren Salt
2008-04-11Remove an unnecessary volume scale conversion.Darren Salt
2008-04-04Updated PulseAudio driver (fixup)Lennart Poettering
2008-04-01Updated PulseAudio driverLennart Poettering
2008-02-15Don't unlock unconditionally the mainloop on failure.Diego 'Flameeyes' Pettenò
2007-12-10Simplify Pulse plugin reverting some of today's changes and going back from t...Diego 'Flameeyes' Pettenò
2007-12-10Backport the PulseAudio plugin from 1.2 branch.Diego 'Flameeyes' Pettenò
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-04-01Try to improve response when the plugin can't connect to PulseAudio. Unfortun...Diego 'Flameeyes' Pettenò
2007-03-31Set the volume of the stream to 100% by default.Diego 'Flameeyes' Pettenò
2007-03-31Lock/Unlock on opening.Diego 'Flameeyes' Pettenò
2007-03-31Implement AO_PROP_MUTE_VOL (both set and get), and cleanup the setter and get...Diego 'Flameeyes' Pettenò
2007-03-31Add a mutex on all PulseAudio operations, PA is thread-safe by itself, but xi...Diego 'Flameeyes' Pettenò
2007-03-17Use the Native Endian variants for 16 and 32 bit samples.Diego 'Flameeyes' Pettenò
2007-02-03Remove a debug output.Diego 'Flameeyes' Pettenò
2007-02-03Remove the state callbacks, it's simpler to just wait a bit for the connectio...Diego 'Flameeyes' Pettenò
2007-02-03Restructure the plugin a bit: create the mainloop and the context immediately...Diego 'Flameeyes' Pettenò
2007-02-02Replace assert() calls with _x_assert().Diego 'Flameeyes' Pettenò
2007-02-02We don't need to lock anymore as we're using the threaded mainloop, that alre...Diego 'Flameeyes' Pettenò
2007-02-02Make use of threaded mainloop rather than calling it manually, this makes xin...Diego 'Flameeyes' Pettenò
2006-11-10Allow PulseAudio to receive 4.0, 4.1, 5.0 and 5.1 audio.Diego 'Flameeyes' Pettenò
2006-10-13Use __progname to pass the client name to pulseaudio, this way xine, Amarok a...Diego 'Flameeyes' Pettenò
2006-09-08update latency querying to the new apiMiguel Freitas
2006-07-16malloc cleanups (based on a patch from Chris Brien).Darren Salt
2006-07-11Start implementing a pulseaudio output plugin, based on the previous polypaud...Diego 'Flameeyes' Pettenò