summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-06-22capture: Add the passthrough format negotiation to capture streams.Colin Guthrie16-103/+392
2011-06-22def: Add some flags for source outputs.Colin Guthrie1-1/+28
2011-06-22introspect: Clear out memory properly on error.Colin Guthrie1-42/+40
2011-06-22alsa-sink: Some trivial tidyupsColin Guthrie4-17/+20
2011-06-22bluetooth-discover: Remove remaining ifdef NOKIAs.Tanu Kaskinen1-12/+3
2011-06-22build-sys: module-equalizer-sink needs dbus.Colin Guthrie1-0/+5
2011-06-22Merge remote-tracking branch 'mkbosmans/merge/build-sys'Colin Guthrie1-0/+5
2011-06-22SSE/MMX: Fix problem with highpitched noise on i386David Henningsson2-4/+20
2011-06-20build-sys: Reset CFLAGS after DBUS checkMaarten Bosmans1-0/+5
2011-06-19stream: Simplify passing of formats in extended APIArun Raghavan3-11/+14
2011-06-19stream: Fix a couple of format_info leaksArun Raghavan1-1/+4
2011-06-19protocol-native: Don't leak formatsArun Raghavan1-3/+16
2011-06-18Disable check for pthreads on win32Fritz Elfert1-1/+3
2011-06-14protocol-native: Use original requested latency on stream movesArun Raghavan1-4/+12
2011-06-13echo-cancel: More preprocessing fixesArun Raghavan1-2/+6
2011-06-13echo-cancel: Fix preprocessor initialisationArun Raghavan1-1/+1
2011-06-12win32: define WIN32_LEAN_AND_MEANMaarten Bosmans1-0/+1
2011-06-12gitignore: Add connect-stress, extended-test and format-test.Tanu Kaskinen1-0/+3
2011-06-12tests: Update extended API testArun Raghavan1-3/+3
2011-06-08combine: Fix a crash on shutdown if the module is loaded outside of our control.Colin Guthrie1-5/+7
2011-06-06device-manager: Free a hook slot to prevent segv on unloadColin Guthrie1-0/+3
2011-06-06pulsecore: Add a couple pa_asserts() on pa_tagstruct* calls.Colin Guthrie1-0/+2
2011-06-02module-combine-sink: Check running flag before rendering in null modeForest Bond1-0/+4
2011-06-02module-combine-sink: Initialize smoother in paused stateForest Bond1-6/+9
2011-06-02module-combine-sink: Initialize smoother with offset pa_rtclock_now()Forest Bond1-1/+1
2011-06-02streams: Fix the actual resampler method shown in debug messages.Colin Guthrie2-0/+2
2011-05-30osx: pass -headerpad_max_install_names to the linker, tooDaniel Mack1-1/+1
2011-05-30alsa-mixer: Fix the assumption that volume is always positiveLu Guanqun1-1/+5
2011-05-28echo-cancel: Fix a crash is speex cleanupArun Raghavan1-1/+2
2011-05-28echo-cancel: Fix echo suppression, add some knobsBart Cerneels2-3/+36
2011-05-28echo-cancel: Speex preprocessor has to run *after* the AEC.Bart Cerneels1-3/+4
2011-05-24echo-cancel: Add speex preprocessingArun Raghavan2-3/+64
2011-05-20format: Fix channel map handlingArun Raghavan2-7/+9
2011-05-20echo-cancel: Remove extraneous debug messageArun Raghavan1-1/+0
2011-05-16echo-cancel: Don't overpad variableArun Raghavan1-1/+1
2011-05-16build-sys: Link libpulse directly to libdbus-1 if neededSjoerd Simons1-1/+6
2011-05-16protocol-native: Fix memory leaks introduced in protocol 21 (passthrough supp...Colin Guthrie1-26/+30
2011-05-16sink-input: Fix memory leak of proplist when sending format-changed eventsColin Guthrie1-0/+1
2011-05-15loopback: Add a modarg for disabling remixing.Tanu Kaskinen1-5/+13
2011-05-15bluetooth: Fix early return styling and add missing return valueColin Guthrie1-5/+6
2011-05-15suspend-on-idle: Trigger mempool vacuumingJyri Sarha1-1/+40
2011-05-15protocol-native: Stop auto timing updates if connected to suspended sink or s...Jyri Sarha1-4/+24
2011-05-15tests: Fix resampler-test.Colin Guthrie1-4/+3
2011-05-15Merge branch 'passthrough'Colin Guthrie45-198/+1758
2011-05-15module-tunnel: Update for recent protocol changesArun Raghavan1-0/+59
2011-05-15format: Add some convenience API for setting propertiesArun Raghavan3-3/+38
2011-05-15format: Extend properties to handle lists/rangesArun Raghavan6-22/+383
2011-05-15sink-input: Provide more information to client when format is lostArun Raghavan2-1/+13
2011-05-15format: Add correct sample spec conversion for E-AC3Arun Raghavan1-0/+3
2011-05-15format: Export pa_format_info_is_compatible in APIArun Raghavan4-2/+11