This is an automated email from the git hooks/post-receive script.

psi29a-guest pushed a change to branch upstream
in repository openal-soft.

      from  9fb5066   New upstream version 1.18.0
       new  f652d5d   New upstream version 1.18.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Alc/ALc.c                      | 256 ++++++-----
 Alc/ALu.c                      | 274 +++++-------
 Alc/backends/base.c            | 154 -------
 Alc/backends/base.h            |   3 +-
 Alc/backends/jack.c            |  10 +-
 Alc/backends/mmdevapi.c        |  45 +-
 Alc/backends/oss.c             |  16 +-
 Alc/backends/pulseaudio.c      |  19 +-
 Alc/backends/qsa.c             | 248 +++++++++--
 Alc/backends/wave.c            |   5 +-
 Alc/bformatdec.c               |  39 ++
 Alc/bformatdec.h               |  12 +
 Alc/converter.c                |  46 +-
 Alc/converter.h                |   1 +
 Alc/effects/chorus.c           | 128 +++---
 Alc/effects/flanger.c          | 127 +++---
 Alc/effects/modulator.c        |   2 +-
 Alc/effects/reverb.c           | 111 ++---
 Alc/helpers.c                  |  36 +-
 Alc/hrtf.c                     | 108 ++---
 Alc/hrtf.h                     |   4 -
 Alc/mastering.c                |   2 +-
 Alc/mixer.c                    |  34 +-
 Alc/panning.c                  |  16 +-
 CMakeLists.txt                 | 250 +++++++----
 ChangeLog                      |  34 ++
 OpenAL32/Include/alListener.h  |   2 +-
 OpenAL32/Include/alMain.h      |  71 +--
 OpenAL32/Include/alu.h         |   4 +-
 OpenAL32/alAuxEffectSlot.c     |   7 +-
 OpenAL32/alSource.c            |  12 +-
 alsoftrc.sample                |  13 +-
 appveyor.yml                   |   2 +-
 cmake/FindOSS.cmake            |  14 +-
 common/math_defs.h             |  13 +-
 common/threads.c               |   6 +-
 config.h.in                    |   6 +
 examples/alffplay.cpp          |  35 +-
 examples/alrecord.c            | 386 +++++++++++++++++
 examples/altonegen.c           |  69 ++-
 hrtf/default-44100.mhr         | Bin 53853 -> 53853 bytes
 hrtf/default-48000.mhr         | Bin 53853 -> 53853 bytes
 presets/itu5.1-nocenter.ambdec |  46 ++
 router/al.c                    | 132 ++++++
 router/alc.c                   | 956 +++++++++++++++++++++++++++++++++++++++++
 router/router.c                | 512 ++++++++++++++++++++++
 router/router.h                | 196 +++++++++
 utils/makehrtf.c               | 134 +++---
 48 files changed, 3503 insertions(+), 1093 deletions(-)
 create mode 100644 examples/alrecord.c
 create mode 100644 presets/itu5.1-nocenter.ambdec
 create mode 100644 router/al.c
 create mode 100644 router/alc.c
 create mode 100644 router/router.c
 create mode 100644 router/router.h

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-games/openal-soft.git

_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to