[Pkg-mpd-commits] [pkg-mpd] 03/05: Merge tag 'upstream/0.18.12'
Florian Schlichting
fsfs at moszumanska.debian.org
Sun Aug 3 21:54:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
fsfs pushed a commit to branch master
in repository pkg-mpd.
commit eb250f9ffdf970e4b5690f81b040e5a05aeae9a6
Merge: 295b937 3832f02
Author: Florian Schlichting <fsfs at debian.org>
Date: Sun Aug 3 22:33:45 2014 +0200
Merge tag 'upstream/0.18.12'
Upstream version 0.18.12
Makefile.am | 3 +
Makefile.in | 98 +++++++------
NEWS | 14 ++
configure | 20 +--
configure.ac | 2 +-
doc/doxygen.conf | 2 +-
src/{DatabaseSelection.cxx => BulkEdit.hxx} | 38 ++---
src/DatabaseSelection.cxx | 12 ++
src/DatabaseSelection.hxx | 9 ++
src/DecoderAPI.cxx | 34 +++++
src/DecoderAPI.hxx | 19 +++
src/DecoderBuffer.cxx | 18 +++
src/DecoderBuffer.hxx | 18 +++
src/Playlist.cxx | 10 +-
src/Playlist.hxx | 19 ++-
src/PlaylistControl.cxx | 2 +-
src/PlaylistEdit.cxx | 35 +++++
src/SongFilter.cxx | 10 ++
src/SongFilter.hxx | 11 ++
src/command/DatabaseCommands.cxx | 3 +
src/command/PlaylistCommands.cxx | 3 +
src/command/QueueCommands.cxx | 8 +-
src/db/ProxyDatabasePlugin.cxx | 27 +++-
src/decoder/AudiofileDecoderPlugin.cxx | 46 +++++--
src/decoder/DsdLib.cxx | 10 +-
src/decoder/DsdLib.hxx | 4 -
src/decoder/DsdiffDecoderPlugin.cxx | 46 +++----
src/decoder/DsfDecoderPlugin.cxx | 11 +-
src/decoder/FaadDecoderPlugin.cxx | 199 ++++++++++++++-------------
src/decoder/MadDecoderPlugin.cxx | 29 +---
src/decoder/OpusDecoderPlugin.cxx | 1 +
src/decoder/SndfileDecoderPlugin.cxx | 55 ++++----
src/output/HttpdClient.cxx | 1 +
src/playlist/PlsPlaylistPlugin.cxx | 1 +
test/{run_decoder.cxx => FakeDecoderAPI.cxx} | 155 ++++++---------------
test/dump_playlist.cxx | 83 -----------
test/read_tags.cxx | 75 +---------
test/run_decoder.cxx | 34 +++++
38 files changed, 601 insertions(+), 564 deletions(-)
--
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