summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-22esound,streams: Fix some crashes.Colin Guthrie3-9/+14
2011-06-22pactl: Add a set-source-output-volume commandArun Raghavan1-1/+48
2011-06-22source-output: Trivial code moveArun Raghavan1-52/+52
2011-06-22capture: Remove support for synchronised capture streams.Colin Guthrie3-86/+2
2011-06-22alsa-mixer: select nearest alsa volume step in sync-volume modeJuho Hämäläinen4-14/+76
2011-06-22alsa-mixer: When setting hw volume, always round up with playback and down wi...Colin Guthrie1-1/+3
2011-06-22streams: Tidy up includesColin Guthrie2-2/+2
2011-06-22alsa: Remove unneeded includeColin Guthrie1-1/+0
2011-06-22introspect: Get format of source outputColin Guthrie5-3/+20
2011-06-22capture: Implement per-stream volume control for capture streams.Colin Guthrie21-210/+1971
2011-06-22introspect: Get formats for sourcesColin Guthrie5-18/+82
2011-06-22capture: Add the passthrough format negotiation to capture streams.Colin Guthrie18-104/+406
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 Guthrie9-615/+675
2011-06-22SSE/MMX: Fix problem with highpitched noise on i386David Henningsson2-4/+20
2011-06-21build-sys: Use AX_PTHREAD macro from autoconf archiveMaarten Bosmans3-366/+303
2011-06-20build-sys: Use AX_CHECK_DEFINE macro from autoconf archiveMaarten Bosmans3-16/+95
2011-06-20build-sys: Use AX_TLS macro from autoconf archiveMaarten Bosmans3-18/+79
2011-06-20build-sys: Move acx_lirc.m4 contents to configure.acMaarten Bosmans2-7/+8
2011-06-20build-sys: Move some stuff around in configure.acMaarten Bosmans1-53/+52
2011-06-20build-sys: Clean up configure.acMaarten Bosmans1-77/+76
2011-06-20build-sys: Define PA_CFLAGS at right timeMaarten Bosmans1-2/+2
2011-06-20build-sys: Reset CFLAGS after DBUS checkMaarten Bosmans2-4/+9
2011-06-20build-sys: Consolidate host_os handlingMaarten Bosmans1-71/+73
2011-06-20build-sys: Remove unnecessary AC_SUBST callsMaarten Bosmans1-23/+0
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 Elfert2-2/+6
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 Bosmans2-0/+4
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