summaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* match: Match rule earlier, in SINK_INPUT_NEWMarc-André Lureau2011-04-231-22/+13
* match: Don't double free in case of missing table fileMarc-André Lureau2011-04-231-1/+0
* module-coreaudio-device: Fix two build warningsDaniel Mack2011-04-231-2/+2
* module-coreaudio-device: Set the thread name to device nameDaniel Mack2011-04-231-1/+1
* module-coreaudio-device: Dispatch sink/source state messages from main loopDaniel Mack2011-04-231-38/+50
* module-coreaudio-detect: Add 'ioproc_frames' parameterDaniel Mack2011-04-231-3/+20
* filter-apply: Make housekeeping optionalArun Raghavan2011-04-201-0/+14
* filter: Move the proplist defines into the central place and document them.Colin Guthrie2011-04-202-6/+0
* stream-restore: Check for readability before reading volumeArun Raghavan2011-04-181-1/+1
* filter-heuristics: New module that applies some basic heuristics regarding fi...Colin Guthrie2011-04-181-0/+117
* filter-apply: New module to automatically load filter sinks (and move streams...Colin Guthrie2011-04-181-0/+400
* equalizer: Use sink_master as the module argument rather than just master.Colin Guthrie2011-04-181-3/+3
* bluetooth-device: fix rounding errors caused by few bt volume stepsJuho Hämäläinen2011-04-051-11/+36
* stream-restore: add version to new entry.Harri Mähönen2011-04-051-0/+1
* alsa: Fix log output to inform about positive base volumes correctly.Tanu Kaskinen2011-04-042-8/+2
* bluetooth: drop data every 500ms on oor conditionMarc-André Lureau2011-04-041-11/+14
* switch-on-connect: Add a new module to allow for hotplugged devices to be use...Michael Terry2011-04-031-0/+187
* bluetooth: Fix HSP volume handling.Tanu Kaskinen2011-04-011-32/+69
* bluetooth: restore original sco_{sink, src}->set_volume when unloadingMarc-André Lureau2011-04-011-0/+6
* bluetooth: fix set_volume_cb on sco over pcmMarc-André Lureau2011-04-011-9/+50
* bluetooth: use sco_sink/source to start with right stateMarc-André Lureau2011-04-011-16/+23
* bluetooth: Drop all "#ifdef NOKIA" directives.Tanu Kaskinen2011-04-011-49/+8
* bluetooth: Pull a2dp-codecs.h from BlueZArun Raghavan2011-03-314-38/+122
* alsa-mixer: Check that the kernel driver returns consistent limits with both ...Tanu Kaskinen2011-03-301-0/+37
* alsa-mixer: Make sure that SND_MIXER_SCHN_UNKNOWN isn't used when indexing e-...Tanu Kaskinen2011-03-301-2/+11
* alsa-mixer: Make probing elements with more than two volume channels fail.Tanu Kaskinen2011-03-301-0/+16
* sink-input: Add volume_writable to pa_sink_input.Tanu Kaskinen2011-03-292-8/+8
* bluetooth: run `make update-sbc` to pull in build fix for thumb modePaul Menzel2011-03-292-3/+3
* module-jack-sink/source: protect against null return in jack_get_portsDavid Henningsson2011-03-282-10/+16
* cork-on-phone: Handle sink-inputs with NULL sinksArun Raghavan2011-03-281-0/+3
* alsa-mixer: Get rid of a compiler warning.Tanu Kaskinen2011-03-281-2/+2
* bluetooth: Fix a double-free-esque error introduced in 8f3ef04bColin Guthrie2011-03-261-2/+0
* dbus: Do not refcnt the core.Colin Guthrie2011-03-252-4/+2
* bluetooth: Get rid of warnings about unused stuff when building against a D-B...Tanu Kaskinen2011-03-241-0/+10
* bluetooth: Don't log an error if an endpoint type is disabled.Tanu Kaskinen2011-03-242-12/+23
* Move compile-time checks around pa_run_from_build_tree to core-utilMaarten Bosmans2011-03-241-8/+4
* Merge remote-tracking branch 'zonique/osx'Colin Guthrie2011-03-243-1/+3
|\
| * osx: re-order module locationsDaniel Mack2011-03-213-0/+0
| * module-coreaudio-detect: fix variable assignment in pa__done()Daniel Mack2011-03-211-1/+3
* | echo-cancel: Fix warning/typoColin Guthrie2011-03-201-1/+1
* | tunnel: Remove bogus `{`Paul Menzel2011-03-201-2/+2
* | tunnel: Fix tunnel streams with recent serversColin Guthrie2011-03-201-0/+8
* | bluetooth: Run 'make update-sbc'Colin Guthrie2011-03-2013-25/+52
* | alsa-mixer: Refactoring: merge element_mute_volume(), element_zero_volume() a...Tanu Kaskinen2011-03-201-67/+35
* | alsa-mixer: Implement constant volume.Tanu Kaskinen2011-03-203-12/+59
* | Get rid of some warningsMaarten Bosmans2011-03-206-20/+16
* | Get rid of some warnings: -Wunsafe-loop-optimizationsMaarten Bosmans2011-03-201-7/+7
* | Get rid of some warnings: -Wunused-resultMaarten Bosmans2011-03-201-4/+4
* | Merge remote-tracking branch 'mkbosmans/mingw32-build'Colin Guthrie2011-03-209-52/+98
|\ \ | |/ |/|
| * module-waveout: Fix record/playback argsMaarten Bosmans2011-03-191-8/+12