summaryrefslogtreecommitdiff
path: root/src/audio_out/audio_pulse_out.c
AgeCommit message (Expand)Author
2013-09-13Copyright year update by hg log infoTorsten Jager
2012-12-22pulse audio: support for digital AC3 passthruMatti Lehtimäki
2012-04-27Added missing constPetri Hintukainen
2012-01-18Merge from 1.1Petri Hintukainen
2012-01-16Removed write-only variables and unused codePetri Hintukainen
2010-09-23Merge from 1.1.Darren Salt
2010-08-21Pulseaudio volume control feedback (stream end)Günter Merz
2010-08-18Pulseaudio volume control feedbackGünter Merz
2010-07-19Merge from 1.1.Darren Salt
2010-07-08Set default volume value at init time (pulseaudio)Lorenzo Desole
2009-08-05Merge from 1.1.Darren Salt
2009-05-28Fix a recently-added POSIX incompatibility.Marc Dequènes (Duck)
2008-12-15Merge from 1.1; update PO files; make buildable.Diego E. 'Flameeyes' Pettenò
2008-10-17Replace configure test for PulseAudio version by cpp testMatthias Ringwald
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-15Merge from 1.1.Darren Salt
2008-04-14Make sure that muting/unmuting the audio without setting the volume does not ...Diego 'Flameeyes' Pettenò
2008-04-11Merge from 1.1.Darren Salt
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-04Merge from 1.1.Darren Salt
2008-04-04Updated PulseAudio driver (fixup)Lennart Poettering
2008-04-02Merge from 1.1.Darren Salt
2008-04-01Updated PulseAudio driverLennart Poettering
2008-02-29Merge from 1.1.Darren Salt
2008-02-15Don't unlock unconditionally the mainloop on failure.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-11Bump the interface version for audio output plugins.Diego 'Flameeyes' Pettenò
2007-12-11Use N_() rather than _(), passing the string just once to gettext().Diego 'Flameeyes' Pettenò
2007-12-11Leave to the plugin the call to gettext exactly as before.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