[pulseaudio-commits] Changes to 'refs/tags/v2.0'

Arun Raghavan arun at kemper.freedesktop.org
Fri May 11 08:08:31 PDT 2012


Tag 'v2.0' created by Arun Raghavan <arun.raghavan at collabora.co.uk> at 2012-05-11 14:22 -0700

PulseAudio 2.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)

iQEcBAABAgAGBQJPrRKDAAoJEBjVq3EIiMl376YH/ig3jkZOWn5BUllZYt4OEVvO
vJOUs4g+APX+ub7++NrjCAjgVkPvwndrEqCqsOUb3YIy9HEUzmE3jyp4HHuzXisb
w8eFVK7mF8eUujTC+YEfESHVlj6pdjMQ4ZtRvWnSelpPbCfYf2uNh1rxiw786srB
RCXzeQygbsnzCoCZsNELbH/xlY3ZbEhSjuqPlPwUHmePkkbtpu4e1nTxaXt8q7/7
qEdgzT/faj+jp5nQ5zbMgZ0t5hF8vUNCwhfvrymNGLv2KY2xHCbxaJVSSIO26AQg
TZrEZIggLwuIalzdP8Q0sevhfe3Yj6JzPI8/Qbykjq6zEwt35z/zWGiZiiaJ+HA=
=aQ6c
-----END PGP SIGNATURE-----

Changes since v1.99.1:
Arun Raghavan (5):
      protocol-native: Reinstate assert that was incorrectly removed
      protocol-native: Remove redundant asserts
      stream: Fix sample spec initialisation for extended API
      bluetooth: Fix crash due to usage of pa_bool_t instead of dbus_bool_t
      build-sys: Bump soname

Colin Guthrie (5):
      core-util: Attempt to make runtime paths smaller to avoid 108 char limit.
      Revert "resamplers: Optimize trivial resampler"
      man: Document the cli inteface a little.
      cli: Allow source-output volumes/mute to be set via CLI
      alsa: Add the DTS/DCA mapping to extra-hdmi.conf too.

David Henningsson (13):
      protocol-native: Protect against clients trying to set a NULL port
      module-loopback: Never call adjust_rates after teardown
      module-switch-on-port-available: Do not switch profile if current port is available
      pactl: show availability information for "list cards"
      build-sys: padsp target should not be phony
      alsa-mixer: Show HDMI ports for older Nvidia cards
      alsa-mixer: Fix a small issue when detecting required-any
      Fix input device for M-audio fasttrack pro
      sink-input/source-output: Prevent filter sink/source cycles
      module-loopback: Reset process_msg callbacks in teardown
      alsa-sink/source: Really set volumes on port change
      alsa-sink/source: Make sure volumes are synchronised after fast user switching
      sink/source.h: Clarify set_port comment

Deng Zhenrong (1):
      fix compilation warning via PRI prefix

Frédéric Dalleau (1):
      loopback: Fix crash on error during init

Lennart Poettering (1):
      systemd: complement module-console-kit with module-systemd-login

Maarten Lankhorst (1):
      module-jack-sink/source: Set fixed latency correctly on creation

Paul Menzel (2):
      doc: Add entry for correct spelling
      Correct spelling of PulseAudio

Peter Meerwald (6):
      dbus: Fix dbus argument type in iface-stream.c handle_move().
      build: Fix spelling in src/Makefile.am.
      echo-cancel: Upper/lowercase in comment.
      core: Fix comments.
      pulse: Clarify proplist doxygen documentation.
      pulse: Fix warning in introspect.h; minor rewording and punctuation.

Pino Toscano (1):
      libpulse: Cope with systems not implementing SA_NOCLDWAIT

Tanu Kaskinen (17):
      bluetooth: Remove unused variable.
      dbus: Check method call signatures.
      dbus: Fix device latency querying.
      padsp: Fix a double-free bug.
      sample-util: Remove redundant check from pa_volume_memchunk.
      device-manager: Fix a memory leak.
      alsa: Fix SND_MIXER_SCHN_LAST related stuff.
      dbus: Add an assertion to get rid of a warning from Coverity.
      device-manager: Add an assertion to get rid of a warning from Coverity.
      dbus: Add assertions to get rid of warnings from Coverity.
      echo-cancel: Drop the correct amount of samples when skipping.
      echo-cancel: Fix memblockq length check.
      echo-cancel: Clarify function call contexts.
      resampler: Use pa_xnew0() to avoid manual zeroing.
      resampler: Use more descriptive buffer names.
      resampler: Add support for resamplers that consume less data than asked.
      alsa: Add support for sound cards with 4-channel input.

poljar (1):
      pacmd: Added --help and --version options.

---
 README                                                        |    3 
 configure.ac                                                  |   21 
 man/Makefile.am                                               |    3 
 man/default.pa.5.xml.in                                       |    9 
 man/pacmd.1.xml.in                                            |   11 
 man/pactl.1.xml.in                                            |    7 
 man/pulse-cli-syntax.5.xml.in                                 |  335 +++++++++
 man/pulse-daemon.conf.5.xml.in                                |    2 
 src/Makefile.am                                               |   19 
 src/daemon/default.pa.in                                      |    3 
 src/modules/alsa/alsa-mixer.c                                 |   13 
 src/modules/alsa/alsa-mixer.h                                 |    2 
 src/modules/alsa/alsa-sink.c                                  |   19 
 src/modules/alsa/alsa-source.c                                |   19 
 src/modules/alsa/mixer/paths/hdmi-output-0.conf               |    2 
 src/modules/alsa/mixer/paths/hdmi-output-1.conf               |    2 
 src/modules/alsa/mixer/paths/hdmi-output-2.conf               |    2 
 src/modules/alsa/mixer/paths/hdmi-output-3.conf               |    2 
 src/modules/alsa/mixer/profile-sets/default.conf              |   11 
 src/modules/alsa/mixer/profile-sets/extra-hdmi.conf           |    6 
 src/modules/alsa/mixer/profile-sets/maudio-fasttrack-pro.conf |    4 
 src/modules/alsa/module-alsa-card.c                           |    4 
 src/modules/bluetooth/bluetooth-util.c                        |    6 
 src/modules/bluetooth/module-bluetooth-device.c               |    3 
 src/modules/dbus/iface-core.c                                 |    2 
 src/modules/dbus/iface-device.c                               |   10 
 src/modules/dbus/iface-stream.c                               |    2 
 src/modules/echo-cancel/module-echo-cancel.c                  |  171 ++--
 src/modules/jack/module-jack-sink.c                           |    9 
 src/modules/jack/module-jack-source.c                         |    9 
 src/modules/module-console-kit.c                              |   12 
 src/modules/module-device-manager.c                           |    4 
 src/modules/module-equalizer-sink.c                           |    2 
 src/modules/module-loopback.c                                 |   15 
 src/modules/module-switch-on-port-available.c                 |   24 
 src/modules/module-systemd-login.c                            |  243 ++++++
 src/pulse/context.c                                           |    4 
 src/pulse/introspect.h                                        |  100 +-
 src/pulse/proplist.h                                          |    6 
 src/pulse/stream.c                                            |    2 
 src/pulsecore/cli-command.c                                   |  142 +++-
 src/pulsecore/core-util.c                                     |   21 
 src/pulsecore/memblock.c                                      |    4 
 src/pulsecore/memchunk.h                                      |    2 
 src/pulsecore/protocol-dbus.c                                 |   11 
 src/pulsecore/protocol-native.c                               |    5 
 src/pulsecore/resampler.c                                     |  352 +++++-----
 src/pulsecore/sample-util.c                                   |    6 
 src/pulsecore/sink-input.c                                    |   17 
 src/pulsecore/sink.c                                          |   30 
 src/pulsecore/sink.h                                          |    6 
 src/pulsecore/source-output.c                                 |   17 
 src/pulsecore/source.c                                        |   30 
 src/pulsecore/source.h                                        |    7 
 src/utils/pacmd.c                                             |  102 ++
 src/utils/pactl.c                                             |    4 
 src/utils/padsp.c                                             |    1 
 57 files changed, 1479 insertions(+), 401 deletions(-)
---


More information about the pulseaudio-commits mailing list