]> code.delx.au - pulseaudio/shortlog
pulseaudio
2007-09-18 Lennart Poetteringport module-rtp-send.c to lock-free core
2007-09-18 Lennart Poetteringactually close the alsa device before we try to reopen...
2007-09-18 Pierre Ossmanstrtof() is a rather recent addition to C. Fall back...
2007-09-18 Pierre OssmanNSIG seems to be more common than _NSIG.
2007-09-18 Pierre OssmanEmulate lrintf with simple truncation if it isn't avail...
2007-09-18 Pierre OssmanMake sure the header file is only included on linux...
2007-09-18 Pierre OssmanNSIG is not defined by neither C99 nor POSIX so we...
2007-09-17 Lennart Poetteringadd LADSPA sink than can be piggy-backed ontop of anoth...
2007-09-17 Lennart Poetteringprint a message when we fall back on plughw
2007-09-17 Lennart Poetteringadd a locale-independant pa_atof() implementation
2007-09-17 Lennart Poetteringhide sig2str-test
2007-09-17 Lennart Poetteringfall back to plughw: if hw: doesn't work
2007-09-17 Lennart PoetteringRename pa_strsignal() to pa_sig2str(), since we return...
2007-09-17 Lennart Poetteringdrop a couple of WARNING prefixes in log messages,...
2007-09-17 Lennart Poetteringonce.c is no longer POSIX specific. Since it is now...
2007-09-17 Lennart Poetteringon Linu disable lazy binding altogether
2007-09-17 Lennart Poetteringadd missing initialization
2007-09-17 Lennart PoetteringAdd a special ltdl .so loader that avoids lazy frelocat...
2007-09-17 Lennart Poetteringuse priority inheritance on mutexes where applicable
2007-09-16 Lennart Poetteringadd proper boolean type pa_bool_t
2007-09-16 Lennart Poetteringuse gcc const and pure function attributes wherever...
2007-09-16 Lennart Poetteringadd a new module module-remap-sink which can be used...
2007-09-16 Lennart Poetteringadd a "length" argument to the seek functions, as an...
2007-09-16 Lennart Poetteringsplit memblocks into multiples of the mempool tile...
2007-09-16 Lennart Poetteringadd new API pa_mempool_block_size_max() to query the...
2007-09-16 Lennart Poettering* add a new resampler "copy" which is does not change...
2007-09-16 Lennart Poetteringproperly define MAX/MIN macros
2007-09-16 Lennart Poetteringadd missing header file changes for frame alignment...
2007-09-16 Lennart Poetteringbe a little bit more elaborate on the reason why we...
2007-09-16 Lennart Poetteringadd frame alignment APIs; don't require memory to be...
2007-09-15 Lennart Poetteringtrivial typo
2007-09-15 Lennart Poetteringcount corked streams per sink/source and make pa_sink_u...
2007-09-14 Lennart PoetteringMove attaching/detaching from a pa_rtpoll into pa_sink...
2007-09-14 Lennart Poetteringsimplify rt loops a bit by moving more code into pa_rtp...
2007-09-14 Lennart Poetteringexplicitly destory TLS data before destroying TLS
2007-09-14 Lennart Poetteringadd two new macros PA_ONCE_BEGIN and PA_ONCE_END which...
2007-09-14 Lennart Poetteringcall dbus_shutdown() before exiting, to make valgrind...
2007-09-14 Lennart Poetteringfix two typos in reference count handling
2007-09-14 Lennart Poetteringmake newer gcc shut up
2007-09-12 Lennart Poetteringextend rtpoll API to allow registration of arbitray...
2007-09-12 Lennart Poetteringadd missing config.h inclusion
2007-09-12 Lennart Poetteringreindent, and s/assert/pa_assert/g
2007-09-12 Lennart Poetteringchange pa_modargs_get_channel_map() to take an extra...
2007-09-12 Lennart Poetteringadd new pa_pipe_close() API to close two fds at the...
2007-09-12 Lennart Poetteringconsolidate close() calls to pa_close(), and make sure...
2007-09-11 Lennart Poetteringon systems where we know that POSIX shm is mapped to...
2007-09-11 Lennart Poetteringremaining s/assert/pa_assert/ and refcnt.h modernizations
2007-09-11 Lennart PoetteringRework core-error.c on top of PA_STATIC_TLS_DECLARE...
2007-09-11 Lennart Poetteringexplcitly initialize tls memory to NULL
2007-09-11 Lennart Poetteringmore modernizations, s/assert/pa_assert/g
2007-09-11 Lennart Poetteringfinish modernizations in pulse/, s/assert/pa_assert/g
2007-09-11 Lennart PoetteringMore s/assert/pa_assert/ modernizations
2007-09-11 Lennart Poetteringadd 'wait' parameter to pa_rtpoll_run(), if zero pa_rtp...
2007-09-11 Lennart Poetteringport client libs to refcnt.h
2007-09-11 Lennart Poetteringadd globally defined PA_PATH_SEP macro, replacing priva...
2007-09-11 Lennart Poetteringadd missing config.h includes
2007-09-11 Lennart PoetteringInstead of including config.h from header files, check...
2007-09-11 Lennart Poetteringmore s/assert/pa_assert/ modernizations
2007-09-10 Lennart Poetteringunify static TLS support, make use of gcc __thread...
2007-09-10 Lennart Poetterings/assert/pa_assert/ modernizations
2007-09-10 Lennart Poetteringadd new API pa_threaded_mainloop_in_thread(), update...
2007-09-10 Lennart Poetteringsimple modernizations: s/assert/pa_assert
2007-09-10 Lennart Poetteringmake sure we send each memblock only once when recordin...
2007-09-10 Lennart Poetteringminor cleanup
2007-09-10 Lennart Poetteringmake the memchunk writeable before silencing it
2007-09-10 Lennart Poetteringbeef up comment
2007-09-10 Lennart Poetteringmake sure that the device volume is properly read befor...
2007-09-10 Lennart Poetteringadd pulseaudio logo with text
2007-09-10 Lennart Poetteringupdate todo file a little
2007-09-10 Lennart Poetteringhide a couple of files
2007-09-10 Lennart Poetteringdocument that the native amd64 atomic ops implementatio...
2007-09-10 Lennart Poetteringdon't call pa_source_process_msg() for PA_SOURCE_MESSAG...
2007-09-10 Pierre Ossmanposix_madvise and posix_fadvise aren't present on all...
2007-09-10 Pierre OssmanRemove mkdir_p again...
2007-09-10 Pierre OssmanTIOCINQ isn't present on all systems.
2007-09-10 Pierre OssmanMonotonic clock is optional so treat is as such.
2007-09-10 Pierre OssmanPOSIX realtime clock functions are in time.h so make...
2007-09-09 Tanu KaskinenChanged PA_SAMPLE_S16_NE to PA_SAMPLE_S16NE in the...
2007-09-06 Lennart Poetteringfix an assert when runnig module-oss in record only...
2007-09-06 Lennart Poetteringinstall libpulsecore again, since libtool otherwise...
2007-09-06 Lennart Poetteringfix copynpaste error
2007-09-06 Lennart Poetteringdowngrade realtime group membership warning to 'info...
2007-09-06 Lennart Poetteringupdate default config:
2007-09-06 Lennart Poetteringexplicitly test for the availability of dbus_watch_get_...
2007-09-04 Lennart Poetteringupdate libltdl copy
2007-09-04 Lennart Poetteringadd native amd64 atomic int implementation
2007-09-04 Lennart Poetteringdetect whether gcc atomic builtins are available
2007-09-04 Lennart Poetteringfix a couple of compiler warnings
2007-09-04 Lennart Poetteringif available, use native gcc atomicity builtins
2007-09-04 Lennart Poetteringcreate config.rpath to fix build on fedora
2007-09-04 Lennart Poetteringadd a few missing files for make dist
2007-09-04 Lennart Poetteringdrop initial libtool_lock() call since this is a debian...
2007-09-04 Lennart Poetteringinitialize libltdl for multi-thread support
2007-09-04 Lennart PoetteringWhen in PA_STREAM_AUTO_TIMING_UPDATE mode, delay comple...
2007-09-03 Lennart Poetteringactually add source code of module-default-device-restore
2007-09-03 Lennart Poetteringadd a new module module-default-device-restore which...
2007-09-03 Lennart Poetteringheader file cleanup
2007-09-03 Lennart Poetteringonly list supported resampling methods when --dump...
2007-09-03 Lennart Poetteringadd new API function pa_resample_method_supported(...
2007-09-03 Lennart Poetteringactually define HAVE_LIBSAMPLERATE with AC_DEFINE
next