summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Copy resampler from ffmpeg into our sourcesLennart Poettering2007-08-243-0/+396
* make speex resampler the defaultLennart Poettering2007-08-231-1/+1
* 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
* a couple of modernizations; parse RE sample types properlyLennart Poettering2007-08-231-28/+38
* add a small speex wrapper so that we can include both the fp and the fixed-po...Lennart Poettering2007-08-231-0/+48
* build speex resampler tiwce, once for fixed point, one for floating pointLennart Poettering2007-08-231-1/+20
* add a copy of the speex resampler to our sourcesLennart Poettering2007-08-234-0/+1745
* fix minor typoLennart Poettering2007-08-221-1/+1
* port remaining sinks to pa_rtpollLennart Poettering2007-08-224-340/+306
* minor cleanupsLennart Poettering2007-08-221-29/+14
* support absolute, relative and periodic timers in pa_rtpollLennart Poettering2007-08-223-18/+102
* port alsa driver to make use of new pa_rtpoll objectLennart Poettering2007-08-221-140/+142
* reverse hrtimer check, add missing #includeLennart Poettering2007-08-221-1/+2
* add convenience functions to hook up pa_fdsem and pa_asyncmsgq to an pa_rtpol...Lennart Poettering2007-08-222-2/+91
* add missing includeLennart Poettering2007-08-221-0/+1