summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: Add a trivial test for the extended APIArun Raghavan2011-05-022-0/+203
* sink: Remove PASSTHROUGH flagArun Raghavan2011-05-025-59/+40
* format: Add convenience API to check if a format is PCM or notArun Raghavan2011-05-023-0/+8
* core: Add extended stream API to support compressed formatsArun Raghavan2011-05-0223-80/+330
* sink: Extend API for compressed formats supportArun Raghavan2011-05-022-0/+58
* format: Add some properties and internal APIArun Raghavan2011-05-023-0/+104
* core: Add a pa_format_info structureArun Raghavan2011-05-027-1/+204
* sample: Use PA_SAMPLE_INVALID instead of numeric valueArun Raghavan2011-05-021-1/+1
* sink: Trivial typo fixArun Raghavan2011-05-021-7/+7
* sink-input: Don't resample passthrough inputsPierre-Louis Bossart2011-05-021-12/+14
* filter-apply: Mark modules as being autoloadedArun Raghavan2011-05-025-11/+28
* Make connect-stress test compile for win32Maarten Bosmans2011-04-301-3/+3
* combine: Rename module-combine to module-combine-sink.Colin Guthrie2011-04-303-1352/+1429
* bluetooth: Only close SCO if status has changedLuiz Augusto von Dentz2011-04-301-5/+5
* bluetooth: Fix using pointer-pointer when appending an array as variantLuiz Augusto von Dentz2011-04-301-4/+2
* bluetooth: Fix not updating sample spec when using Media APILuiz Augusto von Dentz2011-04-301-0/+13
* x11: More XCB fixes.Arnaud Fontaine2011-04-301-13/+25
* dbus: Fix the order of freeing stuff when unloading module-dbus-protocol.Tanu Kaskinen2011-04-291-3/+9
* dbus: Fix connection idxset freeing when unloading the module.Tanu Kaskinen2011-04-291-13/+8
* match: Support for both merging and replacing proplist updates.Tanu Kaskinen2011-04-291-37/+60
* core: Drop empty gaps in the memblockq when playing data from it.Antti-Ville Jansson2011-04-281-5/+8
* stream-restore: Enable database dumping if DEBUG_VOLUME is defined.Tanu Kaskinen2011-04-281-2/+2
* module-null-source: New null-source moduleMarc-André Lureau2011-04-282-0/+300
* x11: Fix build errors with newest xcb-util.Maciej Grela2011-04-281-9/+17
* filter-heuristics: Match roles correctlyArun Raghavan2011-04-231-2/+23
* echo-cancel: Play nice with module-filter-*Arun Raghavan2011-04-231-2/+14
* filters: Handle filters on sources as wellArun Raghavan2011-04-232-77/+283
* filters: Handle stream moves properlyArun Raghavan2011-04-233-16/+79
* filter-heuristics: Only apply AEC if we're not already on a phone sinkArun Raghavan2011-04-231-2/+5
* test: Make the connect-stress less likely to bail out due to >32 streams.Colin Guthrie2011-04-231-1/+9
* protocol-dbus: Fix some memory management bugs.Tanu Kaskinen2011-04-231-6/+6
* match: Match rule earlier, in SINK_INPUT_NEWMarc-André Lureau2011-04-231-22/+13