[pulseaudio-commits] Changes to 'refs/tags/v1.1'

Colin Guthrie colin at kemper.freedesktop.org
Thu Oct 20 06:34:46 PDT 2011


Tag 'v1.1' created by Colin Guthrie <colin at mageia.org> at 2011-10-20 14:12 -0700

PulseAudio 1.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk6gHikACgkQCoRSYD8tmNhSRwCgvSNoK3e5yunSszDZK+1uForO
kEIAn3Mp8xQnEJ6QaC7S5leKxeesA0b5
=nd/K
-----END PGP SIGNATURE-----

Changes since v1.0:
Arun Raghavan (12):
      extended: Fix doxygen comment style typos
      sink,source: Avoid unnecessary call to pa_rtclock_now()
      alsa: Give compressed formats preference over PCM
      alsa: Better error handling in mixer rtpoll callback
      echo-cancel: Fail if loaded between a sink and its monitor
      alsa: Make mixer error handling more robust still
      echo-cancel: Don't crash if adjust_time = 0
      echo-cancel: Close debug files on module unload
      filter-apply: Move sink/source unlink callbacks before m-s-r
      build-sys: Drop libsamplerate from pulsecommon deps
      native: Fix Solaris build
      solaris: Use real_volume for set/get volume

Colin Guthrie (5):
      libpulse: Always return a three part version number in API calls.
      build-sys: Provide a simple CMake Config setup (similar to pkgconfig)
      Update LICENSE.
      conf: Use .nofail when loading module-jackdbus-detect
      build-sys: bump soname

Daniel Mack (2):
      osx: don't build the once-test binary on OS X
      osx: module_bonjour_publish needs to be linked against libprotocol-native.la

David Henningsson (3):
      module-jackdbus-detect: Avoid double-free of modargs
      source-output: Do not use unset channel map in pa_source_output_new
      Fix deferred volume not being applied if sink is closed

Maarten Bosmans (3):
      Make pulse build with clang again
      doc: Add some more doxygen tags to existing comments
      tests: Fix calculation of memblock size in resampler-test

Sudarshan Bisht (1):
      null-sink: Set latency range at the time of initialization of module.

Tanu Kaskinen (2):
      sink: Move updating the requested latency after the rewind request when finishing a stream move.
      daemon: Don't treat it as a fatal error if we can't connect to the session bus

---
 LICENSE                                      |   31 +++++++++++++++------
 Makefile.am                                  |    3 ++
 PulseAudioConfig.cmake.in                    |   12 ++++++++
 PulseAudioConfigVersion.cmake.in             |   11 +++++++
 configure.ac                                 |   13 ++++++++-
 src/Makefile.am                              |   12 +++++---
 src/daemon/default.pa.in                     |    2 +
 src/daemon/main.c                            |   12 ++++----
 src/daemon/server-lookup.c                   |    2 -
 src/modules/alsa/alsa-mixer.c                |   39 ++++++++++++++++++++++-----
 src/modules/alsa/alsa-sink.c                 |   22 +++++++++++++--
 src/modules/alsa/alsa-source.c               |    8 ++++-
 src/modules/echo-cancel/module-echo-cancel.c |   18 +++++++++++-
 src/modules/jack/module-jackdbus-detect.c    |    2 -
 src/modules/module-filter-apply.c            |    4 +-
 src/modules/module-null-sink.c               |    2 +
 src/modules/module-solaris.c                 |    4 +-
 src/pulse/channelmap.h                       |   36 ++++++++++++------------
 src/pulse/context.c                          |    2 -
 src/pulse/context.h                          |    2 -
 src/pulse/format.h                           |   10 +++---
 src/pulse/stream.h                           |    2 -
 src/pulse/version.h.in                       |    2 -
 src/pulsecore/sink.c                         |   37 +++++++++++++++++++------
 src/pulsecore/socket-server.c                |    9 ++++++
 src/pulsecore/source-output.c                |    3 +-
 src/pulsecore/source.c                       |    8 +++--
 src/pulsecore/svolume_mmx.c                  |    4 +-
 src/pulsecore/svolume_sse.c                  |    4 +-
 src/tests/resampler-test.c                   |   12 +-------
 30 files changed, 234 insertions(+), 94 deletions(-)
---


More information about the pulseaudio-commits mailing list