summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * core: Factor out passthrough checks into their own functionsArun Raghavan2011-05-024-17/+41
| * format: Add a type for DTSArun Raghavan2011-05-022-0/+4
| * introspect: Get format of sink inputArun Raghavan2011-05-024-2/+11
| * introspect: Get formats for sinksArun Raghavan2011-05-024-1/+60
| * stream: Add API to get a stream's pa_format_infoArun Raghavan2011-05-023-0/+14
| * format: Add some convenience functions for printingArun Raghavan2011-05-023-0/+51
| * format: Const-ify some parametersArun Raghavan2011-05-022-4/+4
| * alsa: Reconfigure sink sample rate for passthrough inputsArun Raghavan2011-05-021-0/+52
| * core: Suspend monitor when a sink enters passthrough modeArun Raghavan2011-05-023-1/+18
| * sink: Trivial typo fix in commentArun Raghavan2011-05-021-1/+1
| * alsa-mixer: Remove passthrough profilesArun Raghavan2011-05-023-28/+1
| * core: Fix some FIXMEs for the extended APIArun Raghavan2011-05-022-10/+26
| * sink-input: Kill passthrough streams if moving to an unsupported sinkArun Raghavan2011-05-023-0/+33
| * sink: Fix leak in pa_sink_check_formats()Arun Raghavan2011-05-021-1/+4
| * format: Avoid some code duplicationArun Raghavan2011-05-024-14/+12
| * sink-input: Don't assert on bad formatsArun Raghavan2011-05-023-17/+21
| * sink-input: Return NOTSUPPORTED if format negotiation failsArun Raghavan2011-05-021-1/+1
| * sink-input: Minor cleanupsArun Raghavan2011-05-021-5/+5