]> code.delx.au - pulseaudio/shortlog
pulseaudio
2007-09-24 Lennart Poetteringdrop the PA_SOURCE_CAN_SUSPEND and PA_SINK_CAN_SUSPEND...
2007-09-23 Lennart Poetteringinstead of using the mixer ioctl()s on the dsp fd,...
2007-09-23 Lennart Poetteringuse O_NOFOLLOW when creating lock files, too
2007-09-23 Lennart Poetteringuse O_NOFOLLOW when creating PID file, to avoid symlink...
2007-09-23 Tanu KaskinenAdded an assertion for the case when the sink programme...
2007-09-23 Tanu KaskinenComment typo fix.
2007-09-22 Tanu KaskinenFix the assignment of control values by using the right...
2007-09-22 Tanu KaskinenCorrect the parameter positions with the pa_cvolume_set...
2007-09-22 Lennart Poetteringminor optimization
2007-09-22 Lennart Poetteringinclude the name of the master sink in the name for...
2007-09-22 Lennart Poetteringprefix by order macros with PA_
2007-09-22 Lennart Poetteringrework a couple of sample type converters, to actually...
2007-09-22 Lennart Poettering- rework volume adjustment code to not require fp
2007-09-22 Lennart Poetteringfix selection of working format
2007-09-22 Lennart Poetteringmake use of byte swap builtins of gcc if they are available
2007-09-22 Lennart Poetteringadd test program for the resampler
2007-09-21 Lennart Poetteringallow _unlink() functions to be called as many times...
2007-09-21 Lennart Poetteringclamp sample data to -1 .. 1, before passing it to...
2007-09-21 Lennart Poetteringadd CLAMP macro
2007-09-20 Lennart Poetteringdon't segfault when the master changes
2007-09-20 Lennart Poetteringproperly detach/attach when moving sink inputs
2007-09-20 Lennart Poetteringrework module-combine again
2007-09-20 Lennart Poetteringmaintain the attach status in a boolean variable 'attac...
2007-09-19 Lennart Poetteringrender new data always in the master sink's thread...
2007-09-19 Lennart Poetteringmake sure we initialize thread private data before...
2007-09-19 Lennart Poetteringfix trivial typo
2007-09-19 Lennart Poetteringfix check for lrintf, make resample2.c again identical...
2007-09-19 Lennart Poetteringmake O_CLOEXEC, O_NONBLOCK and socket low latency fd...
2007-09-19 Lennart Poetteringcopy free_cb into a temporary variable first, to avoid...
2007-09-18 Lennart Poetteringfall back to plughw:, if hw: doesn't work, in the alsa...
2007-09-18 Lennart Poetteringproperly release memblock always abd as soon as possible
2007-09-18 Lennart Poetteringmake use of pa_bool_t on a few places where applicable...
2007-09-18 Lennart Poetteringlower SO_PRIORITY priority to 6, since this is the...
2007-09-18 Lennart Poetteringmake rtp send socket low delay
2007-09-18 Lennart Poetteringadd new pa_socket_udp_low_delay() API
2007-09-18 Lennart Poetteringadd two missing header file inclusions
2007-09-18 Lennart Poetteringbug fixes for module-rtp-recv
2007-09-18 Lennart Poetteringmake sure we don't call pa_source_post() for a monitor...
2007-09-18 Lennart PoetteringIf PTHREAD_PRIO_INHERIT mutexes are not available fall...
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...
next