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