[Pkg-mpd-commits] [pkg-mpd] branch upstream updated (7f280bb -> 45d0248)

Florian Schlichting fsfs at alioth.debian.org
Thu Nov 7 22:36:37 UTC 2013


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

fsfs pushed a change to branch upstream
in repository pkg-mpd.

      from  7f280bb   Imported Upstream version 0.18
       new  45d0248   Imported Upstream version 0.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:
 Makefile.am                            |    5 +
 Makefile.in                            |   10 +-
 NEWS                                   |   28 +++
 configure                              |   36 +--
 configure.ac                           |    4 +-
 doc/doxygen.conf                       |    2 +-
 doc/mpd.1                              |    4 +-
 doc/mpd.conf.5                         |   19 +-
 doc/mpdconf.example                    |   39 +---
 doc/protocol.xml                       |    5 +-
 doc/user.xml                           |   29 ++-
 src/AvahiPoll.cxx                      |    4 +
 src/ClientRead.cxx                     |   14 +-
 src/ConfigGlobal.cxx                   |    1 +
 src/DecoderAPI.cxx                     |    4 -
 src/DecoderControl.cxx                 |   13 ++
 src/DecoderControl.hxx                 |   14 +-
 src/DecoderInternal.cxx                |    5 +
 src/DecoderInternal.hxx                |    2 +
 src/InotifySource.cxx                  |    1 +
 src/Log.cxx                            |   12 +
 src/Log.hxx                            |   31 +++
 src/Main.cxx                           |   16 +-
 src/OutputControl.cxx                  |    5 +-
 src/OutputInit.cxx                     |   16 +-
 src/OutputInternal.hxx                 |   15 ++
 src/OutputThread.cxx                   |   10 +-
 src/PlayerThread.cxx                   |   20 +-
 src/UpdateArchive.cxx                  |    4 +-
 src/UpdateContainer.cxx                |    4 +-
 src/UpdateRemove.cxx                   |    2 +-
 src/UpdateSong.cxx                     |    8 +-
 src/ZeroconfAvahi.cxx                  |   16 +-
 src/ZeroconfGlue.cxx                   |    4 +-
 src/command/CommandResult.hxx          |    6 +
 src/command/OtherCommands.cxx          |    2 +-
 src/decoder/DsfDecoderPlugin.cxx       |    4 +-
 src/decoder/FaadDecoderPlugin.cxx      |   14 +-
 src/decoder/FfmpegDecoderPlugin.cxx    |    4 +-
 src/event/FullyBufferedSocket.cxx      |   54 ++---
 src/event/FullyBufferedSocket.hxx      |   16 +-
 src/event/Loop.cxx                     |    9 +-
 src/event/Loop.hxx                     |    7 +
 src/event/ServerSocket.cxx             |   28 ++-
 src/event/ServerSocket.hxx             |    4 +-
 src/event/SocketMonitor.cxx            |   13 ++
 src/event/SocketMonitor.hxx            |    5 +
 src/filter/AutoConvertFilterPlugin.cxx |    4 +-
 src/input/CdioParanoiaInputPlugin.cxx  |   28 ++-
 src/input/CurlInputPlugin.cxx          |  379 +++++++++++++++++---------------
 src/output/AlsaOutputPlugin.cxx        |   18 +-
 src/output/JackOutputPlugin.cxx        |    2 +-
 src/pcm/dsd2pcm/dsd2pcm.hpp            |   39 ++++
 src/pcm/dsd2pcm/noiseshape.hpp         |   43 ++++
 src/playlist/PlsPlaylistPlugin.cxx     |    1 -
 src/system/ByteOrder.hxx               |    4 +-
 src/system/FatalError.cxx              |    1 +
 src/system/Resolver.cxx                |   22 +-
 test/test_archive.cxx                  |    1 +
 test/test_archive_bzip2.sh             |   10 +
 test/test_archive_iso9660.sh           |   10 +
 test/test_archive_zzip.sh              |   10 +
 test/test_byte_reverse.cxx             |    1 +
 test/test_mixramp.cxx                  |   15 +-
 test/test_pcm_main.cxx                 |    2 +
 test/test_util.cxx                     |    1 +
 66 files changed, 778 insertions(+), 381 deletions(-)
 create mode 100644 src/pcm/dsd2pcm/dsd2pcm.hpp
 create mode 100644 src/pcm/dsd2pcm/noiseshape.hpp
 create mode 100755 test/test_archive_bzip2.sh
 create mode 100755 test/test_archive_iso9660.sh
 create mode 100755 test/test_archive_zzip.sh

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



More information about the Pkg-mpd-commits mailing list