]> code.delx.au - pulseaudio/shortlog
pulseaudio
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
2007-09-02 Lennart Poetteringmake libpulse-core a noinst lib, because it does not...
2007-09-02 Lennart Poetteringadd missing configure.ac part of the libsamplerate...
2007-09-02 Lennart PoetteringAllow compilation without libsamplerate; based on patch...
2007-09-02 Lennart Poetteringfix dbus version check for dbus_watch_get_unix_fd()
2007-09-02 Lennart Poetteringmake argument to pa_memchunk_will_need() const
2007-09-02 Lennart Poetteringfix build for dbus < 1.1.1, re #126, patch from Marc...
2007-09-02 Lennart PoetteringDon't set RLIMIT_MEMBLOCK to 0 on startup. Retain 4...
2007-09-02 Lennart Poetteringmake use of pa_memchunk_will_need() before handing...
2007-09-02 Lennart Poetteringadd new pa_memchunk_will_need() API, similar to pa_memb...
2007-09-02 Lennart Poetteringadd new API pa_memblock_will_need() and make use of...
2007-09-02 Lennart Poetteringadd new pa_will_need() API for paging in memory
2007-09-02 Lennart Poetteringmake use of new PA_PAGE_SIZE macro
2007-09-02 Lennart Poetteringmake use of new memory page alignment macros, reindent
2007-09-02 Lennart Poetteringadd a couple of macros for memory page alignment
2007-08-31 Lennart Poetteringadd pa_channel_position_to_pretty_string() to header
2007-08-31 Lennart Poetteringadd pa_channel_position_to_pretty_string() for usage...
2007-08-31 Lennart Poetteringmake sure that we make include paths absolute before...
2007-08-31 Lennart Poetteringminor reformatting
2007-08-31 Lennart Poetteringadd two new functions pa_make_path_absolute()/pa_getcwd()
2007-08-31 Lennart Poetteringreplace a pa_assert() by an pa_assert_se()
2007-08-31 Lennart Poettering- fix suspend handling
2007-08-30 Lennart Poetteringport module-combine to new core
2007-08-30 Lennart PoetteringLots of assorted minor cleanups and fixes:
2007-08-30 Lennart Poetteringreorder initialization of pa_core variables
2007-08-30 Lennart Poetteringmodernize and make use of a static flist for allocating...
2007-08-30 Lennart Poetteringmove queue processing code into pa_thread_mq
2007-08-30 Lennart Poetteringadd new function pa_memblock_ref_is_one()
2007-08-30 Lennart Poetteringfix pa_memchunk_make_writable(), make memchunk function...
2007-08-30 Lennart Poetteringadd an assert()
2007-08-30 Lennart Poetteringadd pa_timespec_reset()
2007-08-30 Lennart Poetteringmake passing a code pointer to pa_asyncmsgq_get() optional
2007-08-30 Lennart Poetteringadd new PA_SINK_CAN_SUSPEND/PA_SOURCE_CAN_SUSPEND flag
2007-08-26 Lennart Poetteringdrop check for gid < 500, since this isn't really a...
2007-08-25 Lennart PoetteringAdd option --dump-resample-methods to list available...
2007-08-25 Lennart Poetteringmake floating point speex resampler the default
2007-08-25 Lennart Poetteringenable -ffast-math for gcc
2007-08-25 Lennart Poetteringlower suspend timeout to 1s
2007-08-25 Lennart Poetteringinclude ffmpeg resampler in build
2007-08-25 Lennart Poetteringmake ffmpeg resampler actually work
2007-08-24 Lennart Poetteringadd makefiles to speex/ and ffmpeg/ to easy compilation...
2007-08-24 Lennart PoetteringCopy resampler from ffmpeg into our sources
2007-08-23 Lennart Poetteringmake speex resampler the default
2007-08-23 Lennart Poetteringbig resampler rework: support integer-only resampling...
2007-08-23 Lennart Poetteringfix a bad memory access when destructing pa_memimports
2007-08-23 Lennart Poetteringa couple of modernizations; parse RE sample types properly
2007-08-23 Lennart Poetteringadd a small speex wrapper so that we can include both...
2007-08-23 Lennart Poetteringbuild speex resampler tiwce, once for fixed point,...
2007-08-23 Lennart Poetteringadd a copy of the speex resampler to our sources
2007-08-22 Lennart Poetteringfix minor typo
2007-08-22 Lennart Poetteringport remaining sinks to pa_rtpoll
2007-08-22 Lennart Poetteringminor cleanups
2007-08-22 Lennart Poetteringsupport absolute, relative and periodic timers in pa_rtpoll
2007-08-22 Lennart Poetteringport alsa driver to make use of new pa_rtpoll object
2007-08-22 Lennart Poetteringreverse hrtimer check, add missing #include
2007-08-22 Lennart Poetteringadd convenience functions to hook up pa_fdsem and pa_as...
2007-08-22 Lennart Poetteringadd missing include
2007-08-22 Lennart Poetteringmake pa_make_power_of_two() and pa_is_power_of_two...
2007-08-22 Lennart Poetteringadd missing #include
2007-08-22 Lennart Poetteringadd message about hrtimers, and initialize pa_core...
2007-08-22 Lennart Poetteringhide rtpoll-test from svn
2007-08-22 Lennart Poetteringcheck pa_core::high_priority before becoming rt thread
2007-08-22 Lennart Poetteringadd new option to pa_core stating whether we are runnin...
2007-08-22 Lennart Poetteringadd check for ppoll()
2007-08-22 Lennart Poetteringadd rtpoll, rtclock, rtsig to Makefile
2007-08-22 Lennart Poetteringadd test program for pa_rtpoll
2007-08-22 Lennart Poetteringadd new realtime event loop abstraction which precise...
2007-08-22 Lennart Poetteringadd facility for managing realtime signals
2007-08-22 Lennart Poetteringadd monotonic clock abstraction pa_rtclock
next