summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
Commit message (Expand)AuthorAgeFilesLines
* remaining s/assert/pa_assert/ and refcnt.h modernizationsLennart Poettering2007-09-1145-672/+911
* Rework core-error.c on top of PA_STATIC_TLS_DECLARE, the windows specific par...Lennart Poettering2007-09-111-154/+26
* explcitly initialize tls memory to NULLLennart Poettering2007-09-111-1/+1
* more modernizations, s/assert/pa_assert/gLennart Poettering2007-09-119-189/+387
* add 'wait' parameter to pa_rtpoll_run(), if zero pa_rtpoll_runn will only upd...Lennart Poettering2007-09-112-3/+9
* add globally defined PA_PATH_SEP macro, replacing private per-file macrosLennart Poettering2007-09-112-5/+11
* add missing config.h includesLennart Poettering2007-09-113-0/+12
* Instead of including config.h from header files, check whether PACKAGE is def...Lennart Poettering2007-09-115-9/+13
* unify static TLS support, make use of gcc __thread attribute if availableLennart Poettering2007-09-105-29/+44
* make sure we send each memblock only once when recording, not twiceLennart Poettering2007-09-101-2/+1
* minor cleanupLennart Poettering2007-09-102-2/+1
* make the memchunk writeable before silencing itLennart Poettering2007-09-101-0/+1
* beef up commentLennart Poettering2007-09-101-1/+3
* document that the native amd64 atomic ops implementation is incompleteLennart Poettering2007-09-101-0/+2
* posix_madvise and posix_fadvise aren't present on all systems.Pierre Ossman2007-09-103-3/+9
* Monotonic clock is optional so treat is as such.Pierre Ossman2007-09-101-1/+5
* POSIX realtime clock functions are in time.h so make sure to include it.Pierre Ossman2007-09-101-0/+1
* fix an assert when runnig module-oss in record only-mode. optimize allocation...Lennart Poettering2007-09-061-9/+22
* fix copynpaste errorLennart Poettering2007-09-061-1/+1
* update default config:Lennart Poettering2007-09-061-0/+1
* add native amd64 atomic int implementationLennart Poettering2007-09-041-4/+83
* fix a couple of compiler warningsLennart Poettering2007-09-043-4/+5
* if available, use native gcc atomicity builtinsLennart Poettering2007-09-041-9/+84
* add new API function pa_resample_method_supported() which tests whether a res...Lennart Poettering2007-09-032-0/+24
* Allow compilation without libsamplerate; based on patch from Marc-Andre Lurea...Lennart Poettering2007-09-023-8/+21
* make argument to pa_memchunk_will_need() constLennart Poettering2007-09-022-3/+3
* 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 memory page alignment macros, reindentLennart Poettering2007-09-021-36/+33
* add a couple of macros for memory page alignmentLennart Poettering2007-09-021-1/+25
* minor reformattingLennart Poettering2007-08-311-2/+2
* add two new functions pa_make_path_absolute()/pa_getcwd()Lennart Poettering2007-08-312-0/+36
* Lots of assorted minor cleanups and fixes:Lennart Poettering2007-08-3017-139/+483
* 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
* make floating point speex resampler the defaultLennart Poettering2007-08-251-7/+2
* enable -ffast-math for gccLennart Poettering2007-08-251-10/+15
* 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
* Copy resampler from ffmpeg into our sourcesLennart Poettering2007-08-243-0/+396
* big resampler rework: support integer-only resampling, support speex resamplerLennart Poettering2007-08-238-430/+711
* fix a bad memory access when destructing pa_memimportsLennart Poettering2007-08-231-3/+4
* add a small speex wrapper so that we can include both the fp and the fixed-po...Lennart Poettering2007-08-231-0/+48