]> code.delx.au - pulseaudio/shortlog
pulseaudio
2007-03-01 Pierre OssmanHandle when ALSA tweaks our sample spec so much that...
2007-03-01 Pierre OssmanAdd some debugging output from sample cache subsystem.
2007-02-14 Pierre OssmanAdd a wrapper around close() to work around Windows...
2007-02-14 Pierre OssmanAllow a formatted string in the validation warning.
2007-02-14 Pierre OssmanPrefix log lines with a character indicating level.
2007-02-13 Pierre OssmanAdd copyright notices to all relevant files. (based...
2007-02-12 Pierre OssmanMake sure we get proper host identifiers.
2007-02-12 Pierre OssmanAllow specification of device number.
2007-02-05 Pierre OssmanDon't abort config loading when the user specific canno...
2007-01-19 Pierre OssmanMake sure we report success for SNDCTL_DSP_SETDUPLEX.
2007-01-04 Pierre OssmanReport IO error on ioctl() when we're in a fatal error...
2007-01-04 Pierre OssmanFree stream objects when they've been invalidated.
2007-01-04 Pierre OssmanFix error messages for failure connecting streams.
2007-01-04 Pierre OssmanHuge trailing whitespace cleanup. Let's keep the tree...
2006-12-04 Pierre OssmanFix silly copy-and-paste error. (closes #45)
2006-11-24 Pierre OssmanFix incorrect assert.
2006-11-10 Pierre OssmanAdd atomic.h as a dependency at relevant places.
2006-11-10 Pierre OssmanMake sure we package version.h.in.
2006-11-09 Pierre OssmanYet again try to fix the creation of necessary director...
2006-11-08 Pierre OssmanSupport reversed endian floats. (closes #28) (closes...
2006-11-08 Pierre OssmanCheck correct variable for return value. Closes #37.
2006-11-06 Pierre OssmanFix some missing line breaks.
2006-11-06 Pierre OssmanRevert r1404 and keep it on a development branch until...
2006-11-06 Pierre OssmanThe OSS spec is unclear what should happen when a reset...
2006-11-06 Pierre OssmanHandle when threaded mainloop is freed before it is...
2006-09-26 Lennart Poetteringrework memory block management to be thread-safe and...
2006-09-26 Lennart Poetteringupgrade refcnt.h to make use of our new pa_atomic_xxx...
2006-09-26 Lennart Poetteringadd asynchronous inter-thread notification API
2006-09-20 Lennart Poetteringenable module-hal-detect in the default configuration...
2006-09-20 Lennart Poetteringrename default realtime group from "realtime" to "pulse...
2006-09-19 Pierre OssmanRevert r1398 as it broke the srcdir != builddir patch...
2006-09-19 Pierre OssmanNo need to create these dirs as they're part of the...
2006-09-14 Pierre OssmanStop using x86-isms and use ISO C (oversized shifts...
2006-09-14 Pierre OssmanFix debug output for SNDCTL_DSP_SETFRAGMENT.
2006-09-11 Pierre OssmanFix up build structure for platform dependent modules...
2006-09-11 Pierre OssmanUse platform independent sleep.
2006-09-11 Pierre OssmanFix typo.
2006-09-09 Lennart Poetteringignore flist-test in the correct dir
2006-09-09 Lennart Poetteringignore flist-test
2006-09-09 Lennart Poetteringupdate Makefile
2006-09-09 Lennart Poetteringmake pa_mutex_new() and pa_cond_new() succeed in all...
2006-09-09 Lennart Poetteringadd pa_once testing code
2006-09-09 Lennart Poetteringrework pa_once once again, because the once function...
2006-09-09 Lennart Poetteringupdate for newer APIs: replace direct usage of libatomi...
2006-09-09 Lennart Poetteringimplement trival pa_once API based on atomic operations
2006-09-09 Lennart Poetteringadd static initializer PA_ATOMIC_INIT()
2006-09-09 Lennart Poetteringadd a test program for the free list
2006-09-09 Lennart Poetteringimplement a simple lock-free free list
2006-09-08 Lennart Poetteringadd a tiny wrapper around libatomic_ops: pa_atomic_int_...
2006-09-07 Lennart Poetteringdon't maintain a list of allocated mempool slots, we...
2006-09-07 Lennart Poetteringmake pa_stream thread-safe: use new refcounting system...
2006-09-07 Lennart Poetteringadd missing channel names (fixes a segfault when parsin...
2006-09-07 Lennart Poetteringfix alsa-sink example
2006-09-06 Lennart Poetteringdon't hit an assert in the client if posix shm is not...
2006-09-06 Lennart Poetteringfix indentation
2006-09-06 Lennart Poetteringfix a bogus debug line
2006-09-06 Lennart Poetteringimplement a few more ioctl()s, including a subset of...
2006-09-04 Lennart Poetteringremove yet another occurence of pthread_yield() by...
2006-09-04 Lennart Poetteringadd accessor functions for the userdata attached to...
2006-09-04 Lennart Poetteringfix pa_thread_is_running() for foreign threads; fix...
2006-09-04 Lennart Poetteringport the threaded mainloop to our new abstract mutex...
2006-09-04 Lennart Poetteringmake pa_thread_self() return a sensible pointer on...
2006-09-02 Lennart Poetteringadd missing g_type_init()
2006-09-02 Lennart Poetteringrework handling of srcdir != builddir (patch from Flame...
2006-09-02 Lennart Poetteringinclude PTRHEAD_LIBS in pkg-config file (patch from...
2006-09-02 Lennart Poetteringupdate acx_pthread.m4
2006-09-02 Lennart Poetteringallow building when srcdir != builddir (patch from...
2006-09-02 Lennart Poetteringfix a few autoconf warnings (patch by Flameeyes)
2006-09-02 Lennart Poetteringfix esdcompat for non-gnu systems
2006-09-02 Lennart Poetteringmake esdcompat executable
2006-09-02 Lennart PoetteringMerge FreeBSD compatibility patch (from Flameeyes)
2006-09-01 Pierre OssmanFix call to pa_mutex_new().
2006-09-01 Pierre OssmanAdd pthread_once() equivalent support.
2006-09-01 Pierre OssmanThread implementation for Win32.
2006-09-01 Lennart Poetteringfix a race condition with stream connection vs. latency...
2006-08-31 Pierre OssmanMake sure libatomic_ops.a isn't included in win32 build...
2006-08-31 Pierre OssmanAlso wrap yield functionality so that it can be platfor...
2006-08-31 Lennart Poetteringwork around bug in firefox which apparently misuses...
2006-08-31 Lennart Poetteringdefine AO_REQUIRE_CAS in the Makefile instead of each...
2006-08-31 Lennart Poetteringupdate todo
2006-08-30 Lennart Poetteringfix handling of "running" variable
2006-08-30 Pierre OssmanAdd AO_REQUIRE_CAS as we do.
2006-08-30 Pierre OssmanMake sure the libatomic_ops lib is included.
2006-08-30 Pierre OssmanRemove check for libatomic_ops library as some systems...
2006-08-30 Pierre OssmanWe need to have a callback when changing volume or...
2006-08-29 Lennart Poetteringadd a threading primitive API
2006-08-29 Lennart Poetteringmake pa_mempool_stat thread-safe/lock-free
2006-08-29 Lennart Poetteringmodify memory block reference counting to use the new...
2006-08-29 Lennart Poetteringadd lock-free reference counting macros, based on libat...
2006-08-29 Lennart Poetteringadd libatomic-ops to hard dependencies
2006-08-28 Lennart Poetteringfix an misdesigned assert()
2006-08-28 Pierre OssmanAdd PulseAudio logo to tree.
2006-08-28 Pierre Ossmanupdate todo
2006-08-27 Lennart Poetteringincrease operation timeout
2006-08-26 Lennart Poetteringbump version and sonames
2006-08-26 Lennart Poetteringfix module-combine when used on top of a tunnel sink
2006-08-25 Lennart Poetteringupdate module-tunnel to latest protocol
2006-08-25 Lennart Poetteringactivate HAL in the default config
2006-08-24 Pierre OssmanAdd missing header.
2006-08-23 Lennart Poetteringfix handling of "mtu" module argument (patch by "theBear")
next