summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| | * | actually define HAVE_LIBSAMPLERATE with AC_DEFINELennart Poettering2007-09-031-0/+4
| | * | make libpulse-core a noinst lib, because it does not have yet a stable API an...Lennart Poettering2007-09-021-15/+18
| | * | add missing configure.ac part of the libsamplerate patch from r1753, re #125Lennart Poettering2007-09-021-6/+37
| | * | 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-252-11/+16
| | * | 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