summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-05-02core: Add extended stream API to support compressed formatsArun Raghavan23-80/+330
2011-05-02sink: Extend API for compressed formats supportArun Raghavan2-0/+58
2011-05-02format: Add some properties and internal APIArun Raghavan3-0/+104
2011-05-02core: Add a pa_format_info structureArun Raghavan7-1/+204
2011-05-02sample: Use PA_SAMPLE_INVALID instead of numeric valueArun Raghavan1-1/+1
2011-05-02sink: Trivial typo fixArun Raghavan1-7/+7
2011-05-02sink-input: Don't resample passthrough inputsPierre-Louis Bossart1-12/+14
2011-05-02filter-apply: Mark modules as being autoloadedArun Raghavan5-11/+28
2011-04-30Make connect-stress test compile for win32Maarten Bosmans1-3/+3
2011-04-30combine: Rename module-combine to module-combine-sink.Colin Guthrie3-1352/+1429
2011-04-30bluetooth: Only close SCO if status has changedLuiz Augusto von Dentz1-5/+5
2011-04-30bluetooth: Fix using pointer-pointer when appending an array as variantLuiz Augusto von Dentz1-4/+2
2011-04-30bluetooth: Fix not updating sample spec when using Media APILuiz Augusto von Dentz1-0/+13
2011-04-30x11: More XCB fixes.Arnaud Fontaine1-13/+25
2011-04-29dbus: Fix the order of freeing stuff when unloading module-dbus-protocol.Tanu Kaskinen1-3/+9
2011-04-29dbus: Fix connection idxset freeing when unloading the module.Tanu Kaskinen1-13/+8
2011-04-29match: Support for both merging and replacing proplist updates.Tanu Kaskinen1-37/+60
2011-04-28core: Drop empty gaps in the memblockq when playing data from it.Antti-Ville Jansson1-5/+8
2011-04-28stream-restore: Enable database dumping if DEBUG_VOLUME is defined.Tanu Kaskinen1-2/+2
2011-04-28module-null-source: New null-source moduleMarc-André Lureau2-0/+300
2011-04-28x11: Fix build errors with newest xcb-util.Maciej Grela1-9/+17
2011-04-23filter-heuristics: Match roles correctlyArun Raghavan1-2/+23
2011-04-23echo-cancel: Play nice with module-filter-*Arun Raghavan1-2/+14
2011-04-23filters: Handle filters on sources as wellArun Raghavan2-77/+283
2011-04-23filters: Handle stream moves properlyArun Raghavan3-16/+79
2011-04-23filter-heuristics: Only apply AEC if we're not already on a phone sinkArun Raghavan1-2/+5
2011-04-23test: Make the connect-stress less likely to bail out due to >32 streams.Colin Guthrie1-1/+9
2011-04-23protocol-dbus: Fix some memory management bugs.Tanu Kaskinen1-6/+6
2011-04-23match: Match rule earlier, in SINK_INPUT_NEWMarc-André Lureau1-22/+13
2011-04-23match: Don't double free in case of missing table fileMarc-André Lureau1-1/+0
2011-04-23module-coreaudio-device: Fix two build warningsDaniel Mack1-2/+2
2011-04-23module-coreaudio-device: Set the thread name to device nameDaniel Mack1-1/+1
2011-04-23module-coreaudio-device: Dispatch sink/source state messages from main loopDaniel Mack1-38/+50
2011-04-23thread-posix: Use pthread_(get|set)name_np() if availableDaniel Mack1-0/+9
2011-04-23pulsecore:: Define _POSIX_C_SOURCE locally for rtclock on OSXDaniel Mack1-0/+4
2011-04-23util: Implement pa_get_binary_name() for Mac OS XDaniel Mack1-0/+26
2011-04-23module-coreaudio-detect: Add 'ioproc_frames' parameterDaniel Mack1-3/+20
2011-04-21memblockq: decode unset chunks as NULL chunks againLennart Poettering3-1/+13
2011-04-20filter-apply: Make housekeeping optionalArun Raghavan1-0/+14
2011-04-20filter: Move the proplist defines into the central place and document them.Colin Guthrie3-6/+6
2011-04-19tests: improve resampler testMarc-André Lureau1-10/+197
2011-04-19interpol-test: remove unused include getopt.hMarc-André Lureau1-1/+0
2011-04-18volume: Get more data from volume testsArun Raghavan4-57/+147
2011-04-18stream-restore: Check for readability before reading volumeArun Raghavan1-1/+1
2011-04-18pa_poll(): Simplify detection of invalid fds in select() emulation modeDaniel Mack1-2/+27
2011-04-18sink-input: Check flat volume with pa_sink_flat_volume_enabled().Tanu Kaskinen1-2/+2
2011-04-18filter-heuristics: New module that applies some basic heuristics regarding fi...Colin Guthrie2-2/+125
2011-04-18filter-apply: New module to automatically load filter sinks (and move streams...Colin Guthrie2-2/+408
2011-04-18equalizer: Use sink_master as the module argument rather than just master.Colin Guthrie1-3/+3
2011-04-05bluetooth-device: fix rounding errors caused by few bt volume stepsJuho Hämäläinen1-11/+36