summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* alsa-sink: Some trivial tidyupsColin Guthrie2011-06-224-17/+20
* bluetooth-discover: Remove remaining ifdef NOKIAs.Tanu Kaskinen2011-06-221-12/+3
* build-sys: module-equalizer-sink needs dbus.Colin Guthrie2011-06-221-0/+5
* Merge remote-tracking branch 'mkbosmans/merge/build-sys'Colin Guthrie2011-06-221-0/+5
|\
| * build-sys: Reset CFLAGS after DBUS checkMaarten Bosmans2011-06-201-0/+5
* | 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-181-1/+3
* 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-121-0/+1
* 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
* tests: Fix resampler-test.Colin Guthrie2011-05-151-4/+3
* Merge branch 'passthrough'Colin Guthrie2011-05-1545-198/+1758
|\
| * module-tunnel: Update for recent protocol changesArun Raghavan2011-05-151-0/+59
| * format: Add some convenience API for setting propertiesArun Raghavan2011-05-153-3/+38
| * format: Extend properties to handle lists/rangesArun Raghavan2011-05-156-22/+383
| * sink-input: Provide more information to client when format is lostArun Raghavan2011-05-152-1/+13
| * format: Add correct sample spec conversion for E-AC3Arun Raghavan2011-05-151-0/+3
| * format: Export pa_format_info_is_compatible in APIArun Raghavan2011-05-154-2/+11
| * sink-input: Add a format-lost eventArun Raghavan2011-05-152-1/+9
| * sink-input: Don't restore volume for passthrough streamsArun Raghavan2011-05-151-0/+6
| * sink-input: Don't print an error if a passthrough connection failsArun Raghavan2011-05-151-1/+2