]> code.delx.au - pulseaudio/shortlog
pulseaudio
2007-08-15 Lennart Poetteringfix an awful race condition when handling data requests
2007-08-15 Lennart Poetteringdon't fail if no pa is srunning
2007-08-15 Lennart Poetteringadd new tool pasuspender which temporarily suspends...
2007-08-15 Lennart Poetteringset CLOEXEC on more fds
2007-08-15 Lennart Poetteringadd new commands suspend-source, suspend-sink
2007-08-15 Lennart Poetteringadd protocol support for muting sink inputs and suspend...
2007-08-15 Lennart Poetteringbump protocol revision and soname of libpulse
2007-08-15 Lennart Poetteringuse pa_source_suspend_all/pa_sink_suspend_all for suspe...
2007-08-15 Lennart Poetteringfix muting for sink inputs
2007-08-15 Lennart Poetteringactually mute sinks when asked for i, add new function...
2007-08-15 Lennart Poetteringactually mute sinks when asked for i, add new function...
2007-08-13 Lennart Poetteringload module-x11-xsmp from a /etc/xdg/autostart file...
2007-08-13 Lennart Poetteringadd load-module and unload-module commands to pactl
2007-08-13 Lennart Poetteringa couple of build fixes
2007-08-12 Lennart Poetteringdeactivate module-x11-xsmp by default, due to a deadloc...
2007-08-12 Lennart Poettering64 bit fixes and minor gcc shut ups
2007-08-12 Lennart Poetteringyet another new glibc build fix
2007-08-12 Lennart Poetteringbuild fix for newer glibc
2007-08-12 Lennart Poetteringmake make distcheck pass
2007-08-12 Lennart Poetteringmake make dist work
2007-08-12 Lennart Poetteringship full libltdl tree in SVN to make sure we can build...
2007-08-12 Lennart Poetteringbump soname and stuff for fedora pre-release
2007-08-11 Lennart PoetteringResurrect ability to move streams between sinks
2007-08-11 Lennart Poetteringadd comments describing the context these functions...
2007-08-11 Lennart Poetteringmodernize pa_play_memblockq() and add a new function...
2007-08-11 Lennart Poetteringminor cleanup
2007-08-11 Lennart Poetteringfix latency reporting for oss and alsa modules
2007-08-11 Lennart Poetteringminor modernizations
2007-08-11 Lennart Poetteringhook into move operations for resuming/suspending devic...
2007-08-11 Lennart PoetteringAdd 'via DMA' to sink/source description if device...
2007-08-11 Lennart Poetteringrestore the ability move record streams between sources
2007-08-11 Lennart Poetteringuse single array for storing pa_core hook lists, add...
2007-08-11 Lennart Poetteringport oss driver to make use of the default fragment...
2007-08-11 Lennart Poetteringmake sure that the device access event sound is only...
2007-08-11 Lennart Poetteringdeal with messages properly which are recieved after...
2007-08-11 Lennart Poetteringfix module-hal when no api= argument is specified
2007-08-11 Lennart Poetteringadd proper refcounting to pa_asyncmsgq objects, to...
2007-08-11 Lennart Poetteringallow destruction of pa_fdsem object that are still...
2007-08-11 Lennart Poetteringmodify alsa drivers to make use of new global fragment...
2007-08-11 Lennart Poetteringfix default device naming and fix api selection code
2007-08-11 Lennart Poetteringmodernization
2007-08-11 Lennart Poetteringallow setting the default sample and fragment settings...
2007-08-11 Lennart Poetteringadd default fragment settings variables to pa_core
2007-08-11 Lennart Poetteringmove pstream item allocation to pa_flist
2007-08-10 Lennart Poetteringmake revoke/release thread safe in the native protocol
2007-08-10 Lennart Poetteringadd callbacks for the revoke/release stuff, so that...
2007-08-10 Lennart Poetteringif no thread-mq is attached to the current thread,...
2007-08-10 Lennart Poetteringmake use of pa_thread_mq everywhere
2007-08-10 Lennart Poetteringminor update
2007-08-10 Lennart PoetteringWrap two pa_asyncmsq in a new pa_thread_mq object for...
2007-08-10 Lennart Poetteringupdate thread test to use pa_once instead of pa_once_t
2007-08-10 Lennart PoetteringRename pa_once_t to pa_once
2007-08-10 Lennart Poetteringmove pa_queue to an implementation based on pa_flist
2007-08-10 Lennart Poetteringdo not acces playback pa_messagq from main thread
2007-08-10 Lennart Poetteringminor cleanliness fixes
2007-08-10 Lennart Poetteringfix closing of fds in gconf module
2007-08-10 Lennart Poettering* drop redundant pa_core argument from module initializ...
2007-08-10 Lennart Poetteringfix minor memory leakage
2007-08-10 Lennart Poetteringavoid duplicate loading of modules
2007-08-10 Lennart Poetteringhandle ACLAdded messages for previously unknown devices...
2007-08-10 Lennart PoetteringAvoid a race condition when one PA instance gets HAL...
2007-08-09 Lennart PoetteringAdd X11 XSMP module for hooking into the X11 session...
2007-08-09 Lennart Poetteringmodernize
2007-08-09 Lennart Poetteringdon't assume that sink/source is already unregistered...
2007-08-09 Lennart Poetteringplay ACL event sound only when gained access, not when...
2007-08-09 Lennart Poetterings/login.wav/startup3.wav
2007-08-09 Lennart Poetteringupdate default configuration
2007-08-09 Lennart Poetteringprotect memimpors with a recursive mutex to avoid deadl...
2007-08-09 Lennart Poetteringforgot to actually add the new suspend-on-idle module...
2007-08-09 Lennart Poetteringadd new module-suspend-on-idle module which suspends...
2007-08-09 Lennart Poetteringif we get access to a device we don't know yet, add...
2007-08-09 Lennart Poetteringadd a couple of additional hooks for modules to use
2007-08-09 Lennart Poetteringdon't hit an assert when we cannot resume a device
2007-08-09 Lennart Poetteringby default, store esd socket in /tmp/.esd-`id -u`/socke...
2007-08-09 Lennart Poetteringlisten for HAL ACL events; play an event sound on hw...
2007-08-09 Lennart Poetteringadd new function pa_scache_play_item_by_name
2007-08-09 Lennart Poetteringfix bug in handling of defer events
2007-08-08 Lennart Poetteringmodernize module-hal-detect.c and check for ALSA pcm_cl...
2007-08-08 Lennart Poetteringmodernize dbus-util.c
2007-08-08 Lennart Poetteringbe more verbose when device does not support sampling...
2007-08-08 Lennart PoetteringRemove warning when client is too slow to handle our...
2007-08-08 Lennart Poetteringproperly reinitialize pollfd array after resume
2007-08-08 Lennart Poetteringproperly reinitialize pollfd array after resume
2007-08-08 Lennart Poetteringdon't print error on socket read/write failure
2007-08-07 Lennart Poetteringreinitialize sw params after resume
2007-08-07 Lennart Poetteringadd global suspend command to cli
2007-08-06 Lennart Poetteringport esound protocol to new lock-free core
2007-08-06 Lennart Poetteringminor fixes and cleanups
2007-08-06 Lennart Poetteringfix playback status querying
2007-08-06 Lennart Poetteringfix a memory leak
2007-08-06 Lennart Poetteringfix playback over native protocol
2007-08-06 Lennart Poetteringinitialize 'length' properly
2007-08-05 Lennart Poetteringmake sure to handle disconnecting our own connection...
2007-08-05 Lennart Poetteringminor optimization for cacheing in of samples by using...
2007-08-05 Lennart Poetteringuse posix_fadvise to avoid page faults when reading...
2007-08-05 Lennart Poetteringplay memchunks completely
2007-08-05 Lennart Poetteringinitialize method pointers properly
2007-08-05 Lennart Poetteringfollow rename of pstream_close() to pstream_unlink()
2007-08-05 Lennart Poetteringtypesafe casts
2007-08-05 Lennart PoetteringModernize pstream.[ch], reintroduce defer event to...
next