profile/ivi/pulseaudio.git
2007-10-07 Lennart Poetteringadd missing poll.h inclusion
2007-10-07 Lennart Poetteringadd missing poll.h inclusion
2007-10-07 Lennart Poetteringadd missing poll.h inclusion
2007-10-07 Lennart Poetterings/timespec/timeval
2007-10-07 Lennart Poetteringfix build
2007-10-07 Lennart Poetteringadd new API function pa_timeval_store()
2007-10-07 Lennart PoetteringFix build; change return value of pa_rtclock_hrtimer...
2007-10-04 Lennart Poetteringfix poll.h check, bad boy ossman broke
2007-10-03 Pierre OssmanDon't call pa_rtsig_configure() when we lack the necess...
2007-10-03 Pierre Ossmanmodule_ladspa used libltdl so make sure it links agains...
2007-10-03 Pierre OssmanPlatform dependent semaphore implementation for Windows.
2007-10-03 Pierre OssmanAssorted minor Windows compatibility fixes for recent...
2007-10-03 Pierre OssmanAdd stubs when RT signals aren't available.
2007-10-03 Pierre OssmanAdapt rtpoll and friends to Windows by replacing timesp...
2007-10-03 Pierre OssmanReplace all references to sys/poll.h with poll.h as...
2007-10-01 Lennart Poetteringupdate native protocol to make use of pa_memblockq_pop_...
2007-10-01 Lennart PoetteringMove request size handling into pa_memblockq, function...
2007-10-01 Lennart PoetteringFix race condition between IO thread creation and pa_si...
2007-10-01 Lennart Poetteringfix trivial typo
2007-10-01 Lennart Poetteringfix silence initializer for alaw and ulaw
2007-09-30 Tanu KaskinenFixed PA_GCC_CONST definition.
2007-09-28 Pierre OssmanUpdate module-solaris to new structure.
2007-09-28 Lennart Poetteringtreat timer_enabled like a real, grown-up boolean variable
2007-09-28 Lennart Poetteringrework module-combine once again. We now run the data...
2007-09-28 Lennart PoetteringMove the poll() call outside the #ifdef checking for...
2007-09-28 Lennart Poetteringuse the full range of RTSIGS for our stuff
2007-09-28 Lennart PoetteringAllocate rtsigs from back to front, to avoid clashes...
2007-09-28 Lennart Poetteringonly do IO if we are RUNNING or IDLE, but not when...
2007-09-28 Pierre OssmanIncorrectly used str2sig() instead of sig2str().
2007-09-28 Lennart Poetteringdon't free silence memblocks that don't exist
2007-09-28 Lennart Poetteringspeed up semaphore allocation with an flist
2007-09-26 Lennart PoetteringUse Linux eventfd() if kernel supports it
2007-09-26 Lennart Poetteringfix build with compilers that lack __thread
2007-09-25 Lennart Poetteringmake sure when can shutdown PA cleanly without segfault
2007-09-25 Lennart Poetteringwork around newest open() magic in fedora glibc
2007-09-25 Lennart Poetteringfix make dist
2007-09-24 Lennart Poetteringfix suspending in module-combine.c
2007-09-24 Lennart Poettering* decouple suspending of monitor sources and their...
2007-09-24 Lennart Poetteringonly post data into the monitor source when it is not...
2007-09-24 Lennart Poettering* add new state changed hook for streams
2007-09-24 Lennart Poetteringfix IDLE vs. RUNNING state handling of sinks/sources...
2007-09-24 Lennart Poetteringrework zeroconf service publishing, to use synchronous...
2007-09-24 Lennart Poetteringadd hooks for name/description changes of sinks/source...
2007-09-24 Lennart Poetteringfix stream corking: ignore pa_sink_input() when we...
2007-09-24 Lennart Poetteringdon't count streams using the monitor source in pa_sink...
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
next