summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sink-input: Check flat volume with pa_sink_flat_volume_enabled().Tanu Kaskinen2011-04-181-2/+2
* filter-heuristics: New module that applies some basic heuristics regarding fi...Colin Guthrie2011-04-182-2/+125
* filter-apply: New module to automatically load filter sinks (and move streams...Colin Guthrie2011-04-182-2/+408
* 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
* doc: Fix typoColin Guthrie2011-04-051-1/+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-032-2/+195
* tests: add a connection stress testDaniel Mack2011-04-012-2/+207
* 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
* vala: ChannelMap has no destroy function.Sean McNamara2011-03-311-1/+1
* bluetooth: Pull a2dp-codecs.h from BlueZArun Raghavan2011-03-315-39/+125
* 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
* pactl: Add short output format for list actionMaarten Bosmans2011-03-291-9/+79
* pactl: Separate stat and info actionsMaarten Bosmans2011-03-291-2/+9
* pactl: Add subcommands to the list commandMaarten Bosmans2011-03-291-14/+53
* pactl: Accept more volume specification formatsMaarten Bosmans2011-03-291-58/+171
* sink-input: Add volume_writable to pa_sink_input.Tanu Kaskinen2011-03-299-47/+27
* .gitignore: add `.tarball-version`Paul Menzel2011-03-291-0/+1
* 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-283-10/+26
* .gitignore: Add ChangeLog to the ignore list.Tanu Kaskinen2011-03-281-0/+1
* vala: Fix path error in the last commit.Colin Guthrie2011-03-261-1/+1
* vala: move GLibMainLoop class into separate file to fix linker errorsAlexander Kurtz2011-03-264-12/+20
* bluetooth: Fix a double-free-esque error introduced in 8f3ef04bColin Guthrie2011-03-261-2/+0
* dbus: Do not refcnt the core.Colin Guthrie2011-03-253-7/+3
* daemon: Fix regression introduced in f1d1447e.Colin Guthrie2011-03-251-3/+43
* daemon: Fix some more error paths in the double forking.Colin Guthrie2011-03-251-1/+8
* build: Bump Orc dependency to 0.4.11Arun Raghavan2011-03-251-1/+1
* vala: delegate FreeCb does not have a target.Sean McNamara2011-03-251-1/+1
* po: Remove files no longer in the tree (and which didn't have any translation...Colin Guthrie2011-03-241-2/+0
* vala: Some bugfixes for the vala bindingsAlexander Kurtz2011-03-243-5/+7
* daemon: Fix regression with --start introduced with the double fork in 8e94f653Colin Guthrie2011-03-241-9/+42
* log: Correct bad function implementationVincent Becker2011-03-241-17/+15
* 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-244-21/+10
* win32: Simplify dl_search_path codeMaarten Bosmans2011-03-241-13/+6
* Merge remote-tracking branch 'zonique/osx'Colin Guthrie2011-03-246-5/+60
|\
| * osx: add routines for real-time thread schedulingDaniel Mack2011-03-211-1/+37