summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * build-sys: Use AX_CHECK_DEFINE macro from autoconf archiveMaarten Bosmans2011-06-203-16/+95
| * build-sys: Use AX_TLS macro from autoconf archiveMaarten Bosmans2011-06-203-18/+79
| * build-sys: Move acx_lirc.m4 contents to configure.acMaarten Bosmans2011-06-202-7/+8
| * build-sys: Move some stuff around in configure.acMaarten Bosmans2011-06-201-53/+52
| * build-sys: Clean up configure.acMaarten Bosmans2011-06-201-77/+76
| * build-sys: Define PA_CFLAGS at right timeMaarten Bosmans2011-06-201-2/+2
| * build-sys: Reset CFLAGS after DBUS checkMaarten Bosmans2011-06-202-4/+9
| * build-sys: Consolidate host_os handlingMaarten Bosmans2011-06-201-71/+73
| * build-sys: Remove unnecessary AC_SUBST callsMaarten Bosmans2011-06-201-23/+0
* | SSE/MMX: Fix problem with highpitched noise on i386David Henningsson2011-06-222-4/+20
* | stream: Simplify passing of formats in extended APIArun Raghavan2011-06-193-11/+14
* | stream: Fix a couple of format_info leaksArun Raghavan2011-06-191-1/+4
* | protocol-native: Don't leak formatsArun Raghavan2011-06-191-3/+16
|/
* Disable check for pthreads on win32Fritz Elfert2011-06-182-2/+6
* protocol-native: Use original requested latency on stream movesArun Raghavan2011-06-141-4/+12
* echo-cancel: More preprocessing fixesArun Raghavan2011-06-131-2/+6
* echo-cancel: Fix preprocessor initialisationArun Raghavan2011-06-131-1/+1
* win32: define WIN32_LEAN_AND_MEANMaarten Bosmans2011-06-122-0/+4
* gitignore: Add connect-stress, extended-test and format-test.Tanu Kaskinen2011-06-121-0/+3
* tests: Update extended API testArun Raghavan2011-06-121-3/+3
* combine: Fix a crash on shutdown if the module is loaded outside of our control.Colin Guthrie2011-06-081-5/+7
* device-manager: Free a hook slot to prevent segv on unloadColin Guthrie2011-06-061-0/+3
* pulsecore: Add a couple pa_asserts() on pa_tagstruct* calls.Colin Guthrie2011-06-061-0/+2
* module-combine-sink: Check running flag before rendering in null modeForest Bond2011-06-021-0/+4
* module-combine-sink: Initialize smoother in paused stateForest Bond2011-06-021-6/+9
* module-combine-sink: Initialize smoother with offset pa_rtclock_now()Forest Bond2011-06-021-1/+1
* streams: Fix the actual resampler method shown in debug messages.Colin Guthrie2011-06-022-0/+2
* osx: pass -headerpad_max_install_names to the linker, tooDaniel Mack2011-05-301-1/+1
* alsa-mixer: Fix the assumption that volume is always positiveLu Guanqun2011-05-301-1/+5
* echo-cancel: Fix a crash is speex cleanupArun Raghavan2011-05-281-1/+2
* echo-cancel: Fix echo suppression, add some knobsBart Cerneels2011-05-282-3/+36
* echo-cancel: Speex preprocessor has to run *after* the AEC.Bart Cerneels2011-05-281-3/+4
* echo-cancel: Add speex preprocessingArun Raghavan2011-05-242-3/+64
* format: Fix channel map handlingArun Raghavan2011-05-202-7/+9
* echo-cancel: Remove extraneous debug messageArun Raghavan2011-05-201-1/+0
* echo-cancel: Don't overpad variableArun Raghavan2011-05-161-1/+1
* build-sys: Link libpulse directly to libdbus-1 if neededSjoerd Simons2011-05-161-1/+6
* protocol-native: Fix memory leaks introduced in protocol 21 (passthrough supp...Colin Guthrie2011-05-161-26/+30
* sink-input: Fix memory leak of proplist when sending format-changed eventsColin Guthrie2011-05-161-0/+1
* loopback: Add a modarg for disabling remixing.Tanu Kaskinen2011-05-151-5/+13
* bluetooth: Fix early return styling and add missing return valueColin Guthrie2011-05-151-5/+6
* suspend-on-idle: Trigger mempool vacuumingJyri Sarha2011-05-151-1/+40
* protocol-native: Stop auto timing updates if connected to suspended sink or s...Jyri Sarha2011-05-151-4/+24
* i18n: Fix POTFILESColin Guthrie2011-05-151-0/+2
* tests: Fix resampler-test.Colin Guthrie2011-05-151-4/+3
* Merge branch 'passthrough'Colin Guthrie2011-05-1549-200/+1795
|\
| * module-tunnel: Update for recent protocol changesArun Raghavan2011-05-151-0/+59
| * doxygen: generate documentation for format.hArun Raghavan2011-05-151-1/+1
| * format: Add some convenience API for setting propertiesArun Raghavan2011-05-153-3/+38
| * format: Extend properties to handle lists/rangesArun Raghavan2011-05-157-22/+389