]> code.delx.au - pulseaudio/shortlog
pulseaudio
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
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
next