profile/ivi/pulseaudio.git
2007-10-27 Lennart Poetteringadd missing pa_smoother destructor
2007-10-27 Lennart Poetteringadd pa_rtclock_usec() API
2007-10-27 Lennart Poetteringadd pa_timeval_load() API
2007-10-26 Lennart Poetteringhide smoother test
2007-10-25 Tanu KaskinenAdd "support" for plugins that have control output...
2007-10-25 Tanu KaskinenA couple of comment typo fixes.
2007-10-24 Lennart Poetteringfix alsa mmap initialization bogosity, discovered by...
2007-10-23 Lennart Poetteringadd better time interpolator: use linear regression...
2007-10-23 Lennart Poetteringadd definition of PA_USEC_PER_MSEC
2007-10-23 Lennart Poetteringproperly copy error string
2007-10-22 Lennart Poetteringalso port over JACK source to new core
2007-10-22 Lennart Poetteringenable jack sink in Makefile
2007-10-22 Lennart PoetteringPort JACK sink module over from old core
2007-10-22 Lennart Poetteringminor fixup
2007-10-22 Lennart Poetteringadd interleaving/deinterleaving APIs
2007-10-17 Lennart PoetteringProperly handle if ALSA sends us an POLLERR event,...
2007-10-15 Lennart Poetteringfix url
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...
next