summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix a couple of compiler warningsLennart Poettering2007-09-047-10/+11
* if available, use native gcc atomicity builtinsLennart Poettering2007-09-041-9/+84
* add a few missing files for make distLennart Poettering2007-09-041-2/+2
* drop initial libtool_lock() call since this is a debian-specific borkageLennart Poettering2007-09-041-1/+0
* initialize libltdl for multi-thread supportLennart Poettering2007-09-041-2/+38
* When in PA_STREAM_AUTO_TIMING_UPDATE mode, delay completion of initialization...Lennart Poettering2007-09-041-20/+45
* actually add source code of module-default-device-restoreLennart Poettering2007-09-031-0/+103
* add a new module module-default-device-restore which automatically saves and ...Lennart Poettering2007-09-032-0/+11
* header file cleanupLennart Poettering2007-09-031-2/+1
* only list supported resampling methods when --dump-resample-methods is executedLennart Poettering2007-09-031-3/+3
* add new API function pa_resample_method_supported() which tests whether a res...Lennart Poettering2007-09-032-0/+24
* make libpulse-core a noinst lib, because it does not have yet a stable API an...Lennart Poettering2007-09-021-15/+18
* Allow compilation without libsamplerate; based on patch from Marc-Andre Lurea...Lennart Poettering2007-09-023-8/+21
* fix dbus version check for dbus_watch_get_unix_fd()Lennart Poettering2007-09-021-1/+1
* make argument to pa_memchunk_will_need() constLennart Poettering2007-09-022-3/+3
* fix build for dbus < 1.1.1, re #126, patch from Marc-Andre LureauLennart Poettering2007-09-021-1/+11
* Don't set RLIMIT_MEMBLOCK to 0 on startup. Retain 4 pagesLennart Poettering2007-09-023-5/+8
* make use of pa_memchunk_will_need() before handing sample cache audio to the ...Lennart Poettering2007-09-021-0/+2
* add new pa_memchunk_will_need() API, similar to pa_memblock_will_need()Lennart Poettering2007-09-022-0/+22
* add new API pa_memblock_will_need() and make use of PA_PAGE_SIZE macroLennart Poettering2007-09-022-13/+21
* add new pa_will_need() API for paging in memoryLennart Poettering2007-09-022-0/+72
* make use of new PA_PAGE_SIZE macroLennart Poettering2007-09-021-1/+1
* make use of new memory page alignment macros, reindentLennart Poettering2007-09-021-36/+33
* add a couple of macros for memory page alignmentLennart Poettering2007-09-021-1/+25
* add pa_channel_position_to_pretty_string() to headerLennart Poettering2007-08-311-0/+3
* add pa_channel_position_to_pretty_string() for usage in pavucontrol/pavumeterLennart Poettering2007-08-311-3/+73
* make sure that we make include paths absolute before calling chdir()Lennart Poettering2007-08-311-2/+5
* minor reformattingLennart Poettering2007-08-311-2/+2
* add two new functions pa_make_path_absolute()/pa_getcwd()Lennart Poettering2007-08-312-0/+36
* replace a pa_assert() by an pa_assert_se()Lennart Poettering2007-08-311-1/+1
* - fix suspend handlingLennart Poettering2007-08-311-23/+38
* port module-combine to new coreLennart Poettering2007-08-302-182/+938
* Lots of assorted minor cleanups and fixes:Lennart Poettering2007-08-3026-372/+702
* reorder initialization of pa_core variablesLennart Poettering2007-08-301-7/+6
* modernize and make use of a static flist for allocating idxset entriesLennart Poettering2007-08-301-53/+76
* move queue processing code into pa_thread_mqLennart Poettering2007-08-302-0/+27
* add new function pa_memblock_ref_is_one()Lennart Poettering2007-08-302-0/+13
* fix pa_memchunk_make_writable(), make memchunk functions return the memchunk ...Lennart Poettering2007-08-302-6/+11
* add an assert()Lennart Poettering2007-08-301-1/+1
* add pa_timespec_reset()Lennart Poettering2007-08-302-0/+8
* make passing a code pointer to pa_asyncmsgq_get() optionalLennart Poettering2007-08-301-3/+3
* add new PA_SINK_CAN_SUSPEND/PA_SOURCE_CAN_SUSPEND flagLennart Poettering2007-08-301-2/+4
* drop check for gid < 500, since this isn't really a security improvement, re:...Lennart Poettering2007-08-261-1/+1
* Add option --dump-resample-methods to list available resampler implementationsLennart Poettering2007-08-253-4/+20
* make floating point speex resampler the defaultLennart Poettering2007-08-251-7/+2
* enable -ffast-math for gccLennart Poettering2007-08-251-10/+15
* lower suspend timeout to 1sLennart Poettering2007-08-251-1/+1
* include ffmpeg resampler in buildLennart Poettering2007-08-251-2/+8
* make ffmpeg resampler actually workLennart Poettering2007-08-251-19/+81
* add makefiles to speex/ and ffmpeg/ to easy compilation from emacsLennart Poettering2007-08-246-12/+117