[Pkg-mpd-commits] [pkg-mpd] 02/09: Merge tag 'upstream/0.20.4'

Florian Schlichting fsfs at moszumanska.debian.org
Tue Feb 14 21:44:25 UTC 2017


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

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit c359188189dd9de1036b42f8adc3d55619781a5f
Merge: fcbe953 1f46b45
Author: Florian Schlichting <fsfs at debian.org>
Date:   Mon Feb 13 23:05:21 2017 +0100

    Merge tag 'upstream/0.20.4'
    
    Upstream version 0.20.4

 AUTHORS                                            |     5 +-
 INSTALL                                            |     3 -
 Makefile.am                                        |   701 +-
 Makefile.in                                        |  4723 +++++---
 NEWS                                               |   117 +
 README                                             |    17 -
 README.md                                          |    28 +
 aclocal.m4                                         |     6 +-
 android/build.py                                   |   482 +-
 android/src/Bridge.java                            |     2 +-
 android/src/Loader.java                            |     2 +-
 android/src/Main.java                              |     2 +-
 build/config.guess                                 |    28 +-
 build/config.sub                                   |    22 +-
 config.h.in                                        |   257 +-
 configure                                          | 11541 ++++++++++---------
 configure.ac                                       |   911 +-
 doc/developer.xml                                  |    53 +-
 doc/doxygen.conf                                   |  2495 ++--
 doc/doxygen.conf.in                                |  2495 ++--
 doc/mpd.1                                          |     2 +-
 doc/mpd.conf.5                                     |    11 -
 doc/mpdconf.example                                |    57 +-
 doc/protocol.xml                                   |    75 +-
 doc/user.xml                                       |  1376 ++-
 m4/ax_append_compile_flags.m4                      |     8 +-
 m4/ax_append_flag.m4                               |    30 +-
 m4/ax_append_link_flags.m4                         |     8 +-
 m4/ax_boost_base.m4                                |    17 +-
 m4/ax_check_compile_flag.m4                        |     6 +-
 m4/ax_check_link_flag.m4                           |     7 +-
 m4/ax_cxx_compile_stdcxx.m4                        |   564 +
 m4/ax_cxx_compile_stdcxx_0x.m4                     |   107 -
 m4/ax_cxx_compile_stdcxx_14.m4                     |    34 +
 m4/ax_pthread.m4                                   |   385 +-
 m4/faad.m4                                         |    73 -
 m4/mpd_auto.m4                                     |   199 +-
 m4/mpd_define_conditional.m4                       |     8 +
 m4/mpd_func.m4                                     |     2 +-
 m4/mpd_with_flags.m4                               |    23 +
 m4/pkg.m4                                          |   217 +-
 m4/pretty_print.m4                                 |    12 +-
 m4/ucred.m4                                        |     2 +-
 src/AudioConfig.cxx                                |    52 -
 src/AudioConfig.hxx                                |    31 -
 src/AudioFormat.cxx                                |    53 +-
 src/AudioFormat.hxx                                |   153 +-
 src/AudioParser.cxx                                |   146 +-
 src/AudioParser.hxx                                |    19 +-
 src/BulkEdit.hxx                                   |     2 +-
 src/CheckAudioFormat.cxx                           |    72 +-
 src/CheckAudioFormat.hxx                           |    30 +-
 src/Chrono.hxx                                     |    21 +-
 src/CommandLine.cxx                                |   193 +-
 src/CommandLine.hxx                                |     9 +-
 src/Compiler.h                                     |    28 +-
 src/CrossFade.cxx                                  |   140 -
 src/CrossFade.hxx                                  |    72 -
 src/DetachedSong.cxx                               |     2 +-
 src/DetachedSong.hxx                               |    35 +-
 src/GlobalEvents.cxx                               |    96 -
 src/GlobalEvents.hxx                               |    64 -
 src/IOThread.cxx                                   |    11 +-
 src/IOThread.hxx                                   |    12 +-
 src/IcyMetaDataParser.cxx                          |     5 +-
 src/IcyMetaDataParser.hxx                          |     2 +-
 src/Idle.cxx                                       |    59 +-
 src/Idle.hxx                                       |    64 +-
 src/IdleFlags.cxx                                  |    67 +
 src/IdleFlags.hxx                                  |    84 +
 src/Instance.cxx                                   |    48 +-
 src/Instance.hxx                                   |    73 +-
 src/Listen.cxx                                     |    79 +-
 src/Listen.hxx                                     |    10 +-
 src/LocateUri.cxx                                  |   110 +
 src/LocateUri.hxx                                  |    93 +
 src/Log.cxx                                        |    78 +-
 src/Log.hxx                                        |    23 +-
 src/LogBackend.cxx                                 |    38 +-
 src/LogBackend.hxx                                 |     9 +-
 src/LogInit.cxx                                    |    90 +-
 src/LogInit.hxx                                    |    19 +-
 src/LogLevel.hxx                                   |     2 +-
 src/LogV.hxx                                       |     2 +-
 src/Main.cxx                                       |   384 +-
 src/Main.hxx                                       |     6 +-
 src/Mapper.cxx                                     |    22 +-
 src/Mapper.hxx                                     |    10 +-
 src/MixRampInfo.hxx                                |     2 +-
 src/MusicBuffer.cxx                                |     9 +-
 src/MusicBuffer.hxx                                |     2 +-
 src/MusicChunk.cxx                                 |     2 +-
 src/MusicChunk.hxx                                 |    28 +-
 src/MusicPipe.cxx                                  |     8 +-
 src/MusicPipe.hxx                                  |    21 +-
 src/Partition.cxx                                  |    90 +-
 src/Partition.hxx                                  |   139 +-
 src/Permission.cxx                                 |    10 +-
 src/Permission.hxx                                 |     8 +-
 src/PlayerControl.cxx                              |   267 -
 src/PlayerControl.hxx                              |   463 -
 src/PlayerListener.hxx                             |    36 -
 src/PlayerThread.cxx                               |  1213 --
 src/PlayerThread.hxx                               |    45 -
 src/PlaylistDatabase.cxx                           |    29 +-
 src/PlaylistDatabase.hxx                           |    11 +-
 src/PlaylistError.cxx                              |     2 +-
 src/PlaylistError.hxx                              |    37 +-
 src/PlaylistFile.cxx                               |   406 +-
 src/PlaylistFile.hxx                               |    49 +-
 src/PlaylistGlobal.cxx                             |    48 -
 src/PlaylistGlobal.hxx                             |    26 -
 src/PlaylistPrint.cxx                              |   103 +-
 src/PlaylistPrint.hxx                              |    52 +-
 src/PlaylistSave.cxx                               |    74 +-
 src/PlaylistSave.hxx                               |    17 +-
 src/PluginUnavailable.hxx                          |    36 +
 src/ReplayGainConfig.cxx                           |   148 -
 src/ReplayGainConfig.hxx                           |    35 +-
 src/ReplayGainGlobal.cxx                           |    75 +
 src/ReplayGainGlobal.hxx                           |    30 +
 src/ReplayGainInfo.cxx                             |    19 +-
 src/ReplayGainInfo.hxx                             |    38 +-
 src/ReplayGainMode.cxx                             |    63 +
 src/ReplayGainMode.hxx                             |    49 +
 src/SongFilter.cxx                                 |    69 +-
 src/SongFilter.hxx                                 |    17 +-
 src/SongLoader.cxx                                 |    93 +-
 src/SongLoader.hxx                                 |    17 +-
 src/SongPrint.cxx                                  |    86 +-
 src/SongPrint.hxx                                  |    17 +-
 src/SongSave.cxx                                   |    18 +-
 src/SongSave.hxx                                   |    10 +-
 src/SongUpdate.cxx                                 |   132 +-
 src/StateFile.cxx                                  |    44 +-
 src/StateFile.hxx                                  |    17 +-
 src/Stats.cxx                                      |    75 +-
 src/Stats.hxx                                      |     9 +-
 src/TagArchive.cxx                                 |    54 +
 src/TagArchive.hxx                                 |    53 +
 src/TagFile.cxx                                    |    56 +-
 src/TagFile.hxx                                    |    18 +-
 src/TagPrint.cxx                                   |    40 +-
 src/TagPrint.hxx                                   |    13 +-
 src/TagSave.cxx                                    |     2 +-
 src/TagSave.hxx                                    |     2 +-
 src/TagStream.cxx                                  |    60 +-
 src/TagStream.hxx                                  |    23 +-
 src/TimePrint.cxx                                  |     8 +-
 src/TimePrint.hxx                                  |     6 +-
 src/android/Context.cxx                            |     2 +-
 src/android/Context.hxx                            |     2 +-
 src/android/Environment.cxx                        |     2 +-
 src/android/Environment.hxx                        |     2 +-
 src/archive/ArchiveDomain.cxx                      |     2 +-
 src/archive/ArchiveDomain.hxx                      |     2 +-
 src/archive/ArchiveFile.hxx                        |     8 +-
 src/archive/ArchiveList.cxx                        |    10 +-
 src/archive/ArchiveList.hxx                        |     8 +-
 src/archive/ArchiveLookup.cxx                      |     2 +-
 src/archive/ArchiveLookup.hxx                      |     2 +-
 src/archive/ArchivePlugin.cxx                      |    12 +-
 src/archive/ArchivePlugin.hxx                      |    15 +-
 src/archive/ArchiveVisitor.hxx                     |     2 +-
 src/archive/plugins/Bzip2ArchivePlugin.cxx         |   108 +-
 src/archive/plugins/Bzip2ArchivePlugin.hxx         |     2 +-
 src/archive/plugins/Iso9660ArchivePlugin.cxx       |    49 +-
 src/archive/plugins/Iso9660ArchivePlugin.hxx       |     2 +-
 src/archive/plugins/ZzipArchivePlugin.cxx          |    57 +-
 src/archive/plugins/ZzipArchivePlugin.hxx          |     2 +-
 src/check.h                                        |     2 +-
 src/client/Client.cxx                              |    12 +-
 src/client/Client.hxx                              |    40 +-
 src/client/ClientEvent.cxx                         |     9 +-
 src/client/ClientExpire.cxx                        |     4 +-
 src/client/ClientFile.cxx                          |    35 +-
 src/client/ClientGlobal.cxx                        |    14 +-
 src/client/ClientIdle.cxx                          |     4 +-
 src/client/ClientInternal.hxx                      |     6 +-
 src/client/ClientList.cxx                          |     7 +-
 src/client/ClientList.hxx                          |     4 +-
 src/client/ClientMessage.cxx                       |     2 +-
 src/client/ClientMessage.hxx                       |     6 +-
 src/client/ClientNew.cxx                           |    14 +-
 src/client/ClientProcess.cxx                       |    13 +-
 src/client/ClientRead.cxx                          |     6 +-
 src/client/ClientSubscribe.cxx                     |     7 +-
 src/client/ClientWrite.cxx                         |    27 +-
 src/client/Response.cxx                            |    72 +
 src/client/Response.hxx                            |    65 +
 src/command/AllCommands.cxx                        |   216 +-
 src/command/AllCommands.hxx                        |     8 +-
 src/command/CommandError.cxx                       |   145 +-
 src/command/CommandError.hxx                       |    15 +-
 src/command/CommandListBuilder.cxx                 |     3 +-
 src/command/CommandListBuilder.hxx                 |     5 +-
 src/command/CommandResult.hxx                      |     2 +-
 src/command/DatabaseCommands.cxx                   |   192 +-
 src/command/DatabaseCommands.hxx                   |    26 +-
 src/command/FileCommands.cxx                       |   188 +-
 src/command/FileCommands.hxx                       |     9 +-
 src/command/MessageCommands.cxx                    |    66 +-
 src/command/MessageCommands.hxx                    |    14 +-
 src/command/NeighborCommands.cxx                   |    23 +-
 src/command/NeighborCommands.hxx                   |     6 +-
 src/command/OtherCommands.cxx                      |   350 +-
 src/command/OtherCommands.hxx                      |    36 +-
 src/command/OutputCommands.cxx                     |    42 +-
 src/command/OutputCommands.hxx                     |    12 +-
 src/command/PlayerCommands.cxx                     |   314 +-
 src/command/PlayerCommands.hxx                     |    46 +-
 src/command/PlaylistCommands.cxx                   |   188 +-
 src/command/PlaylistCommands.hxx                   |    31 +-
 src/command/QueueCommands.cxx                      |   378 +-
 src/command/QueueCommands.hxx                      |    44 +-
 src/command/Request.hxx                            |   117 +
 src/command/StickerCommands.cxx                    |   151 +-
 src/command/StickerCommands.hxx                    |     6 +-
 src/command/StorageCommands.cxx                    |   144 +-
 src/command/StorageCommands.hxx                    |    14 +-
 src/command/TagCommands.cxx                        |    45 +-
 src/command/TagCommands.hxx                        |     8 +-
 src/config/Block.cxx                               |   140 +
 src/config/Block.hxx                               |   129 +
 src/config/ConfigData.cxx                          |   159 -
 src/config/ConfigData.hxx                          |   134 -
 src/config/ConfigDefaults.hxx                      |     2 +-
 src/config/ConfigError.cxx                         |     2 +-
 src/config/ConfigError.hxx                         |     2 +-
 src/config/ConfigFile.cxx                          |   308 +-
 src/config/ConfigFile.hxx                          |     7 +-
 src/config/ConfigGlobal.cxx                        |    82 +-
 src/config/ConfigGlobal.hxx                        |    69 +-
 src/config/ConfigOption.hxx                        |   142 +-
 src/config/ConfigParser.cxx                        |    10 +-
 src/config/ConfigParser.hxx                        |     2 +-
 src/config/ConfigPath.cxx                          |    48 +-
 src/config/ConfigPath.hxx                          |     8 +-
 src/config/ConfigTemplates.cxx                     |   162 +-
 src/config/ConfigTemplates.hxx                     |    15 +-
 src/config/Data.cxx                                |    37 +
 src/config/Data.hxx                                |    37 +
 src/config/Param.cxx                               |    45 +
 src/config/Param.hxx                               |    78 +
 src/db/Configured.cxx                              |    63 +-
 src/db/Configured.hxx                              |    12 +-
 src/db/Count.cxx                                   |    52 +-
 src/db/Count.hxx                                   |    15 +-
 src/db/DatabaseError.cxx                           |    24 -
 src/db/DatabaseError.hxx                           |    24 +-
 src/db/DatabaseGlue.cxx                            |    27 +-
 src/db/DatabaseGlue.hxx                            |    11 +-
 src/db/DatabaseListener.hxx                        |     4 +-
 src/db/DatabaseLock.cxx                            |     2 +-
 src/db/DatabaseLock.hxx                            |    29 +-
 src/db/DatabasePlaylist.cxx                        |    21 +-
 src/db/DatabasePlaylist.hxx                        |     8 +-
 src/db/DatabasePlugin.hxx                          |    10 +-
 src/db/DatabasePrint.cxx                           |   169 +-
 src/db/DatabasePrint.hxx                           |    31 +-
 src/db/DatabaseQueue.cxx                           |    28 +-
 src/db/DatabaseQueue.hxx                           |     8 +-
 src/db/DatabaseSong.cxx                            |    10 +-
 src/db/DatabaseSong.hxx                            |     7 +-
 src/db/Helpers.cxx                                 |    17 +-
 src/db/Helpers.hxx                                 |     8 +-
 src/db/Interface.hxx                               |    57 +-
 src/db/LightDirectory.hxx                          |     2 +-
 src/db/LightSong.cxx                               |     2 +-
 src/db/LightSong.hxx                               |     2 +-
 src/db/PlaylistInfo.hxx                            |     2 +-
 src/db/PlaylistVector.cxx                          |     2 +-
 src/db/PlaylistVector.hxx                          |     2 +-
 src/db/Registry.cxx                                |     6 +-
 src/db/Registry.hxx                                |     2 +-
 src/db/Selection.cxx                               |     9 +-
 src/db/Selection.hxx                               |     2 +-
 src/db/Stats.hxx                                   |     2 +-
 src/db/UniqueTags.cxx                              |    22 +-
 src/db/UniqueTags.hxx                              |    13 +-
 src/db/Uri.hxx                                     |     2 +-
 src/db/Visitor.hxx                                 |    13 +-
 src/db/plugins/LazyDatabase.cxx                    |   108 -
 src/db/plugins/LazyDatabase.hxx                    |    69 -
 src/db/plugins/ProxyDatabasePlugin.cxx             |   434 +-
 src/db/plugins/ProxyDatabasePlugin.hxx             |     2 +-
 src/db/plugins/simple/DatabaseSave.cxx             |   108 +-
 src/db/plugins/simple/DatabaseSave.hxx             |    10 +-
 src/db/plugins/simple/Directory.cxx                |    58 +-
 src/db/plugins/simple/Directory.hxx                |    15 +-
 src/db/plugins/simple/DirectorySave.cxx            |   113 +-
 src/db/plugins/simple/DirectorySave.hxx            |    10 +-
 src/db/plugins/simple/Mount.cxx                    |    40 +-
 src/db/plugins/simple/Mount.hxx                    |     8 +-
 src/db/plugins/simple/PrefixedLightSong.hxx        |     2 +-
 src/db/plugins/simple/SimpleDatabasePlugin.cxx     |   360 +-
 src/db/plugins/simple/SimpleDatabasePlugin.hxx     |    60 +-
 src/db/plugins/simple/Song.cxx                     |     3 +-
 src/db/plugins/simple/Song.hxx                     |    13 +-
 src/db/plugins/simple/SongSort.cxx                 |     2 +-
 src/db/plugins/simple/SongSort.hxx                 |     4 +-
 src/db/plugins/upnp/ContentDirectoryService.cxx    |   169 +-
 src/db/plugins/upnp/Directory.cxx                  |    91 +-
 src/db/plugins/upnp/Directory.hxx                  |     9 +-
 src/db/plugins/upnp/Object.cxx                     |     2 +-
 src/db/plugins/upnp/Object.hxx                     |    29 +-
 src/db/plugins/upnp/Tags.cxx                       |     2 +-
 src/db/plugins/upnp/Tags.hxx                       |     2 +-
 src/db/plugins/upnp/UpnpDatabasePlugin.cxx         |   444 +-
 src/db/plugins/upnp/UpnpDatabasePlugin.hxx         |     2 +-
 src/db/update/Archive.cxx                          |    91 +-
 src/db/update/Container.cxx                        |    79 +-
 src/db/update/Editor.cxx                           |    21 +-
 src/db/update/Editor.hxx                           |     3 +-
 src/db/update/ExcludeList.cxx                      |    65 +-
 src/db/update/ExcludeList.hxx                      |    47 +-
 src/db/update/InotifyDomain.cxx                    |     2 +-
 src/db/update/InotifyDomain.hxx                    |     2 +-
 src/db/update/InotifyQueue.cxx                     |    22 +-
 src/db/update/InotifyQueue.hxx                     |     2 +-
 src/db/update/InotifySource.cxx                    |    41 +-
 src/db/update/InotifySource.hxx                    |    34 +-
 src/db/update/InotifyUpdate.cxx                    |    51 +-
 src/db/update/InotifyUpdate.hxx                    |     4 +-
 src/db/update/Queue.cxx                            |     2 +-
 src/db/update/Queue.hxx                            |     2 +-
 src/db/update/Remove.cxx                           |    55 +-
 src/db/update/Remove.hxx                           |    16 +-
 src/db/update/Service.cxx                          |    43 +-
 src/db/update/Service.hxx                          |    12 +-
 src/db/update/UpdateDomain.cxx                     |     2 +-
 src/db/update/UpdateDomain.hxx                     |     2 +-
 src/db/update/UpdateIO.cxx                         |    59 +-
 src/db/update/UpdateIO.hxx                         |     8 +-
 src/db/update/UpdateSong.cxx                       |    21 +-
 src/db/update/Walk.cxx                             |   126 +-
 src/db/update/Walk.hxx                             |    39 +-
 src/decoder/Bridge.cxx                             |   612 +
 src/decoder/Bridge.hxx                             |   176 +
 src/decoder/Client.hxx                             |   171 +
 src/decoder/DecoderAPI.cxx                         |   595 +-
 src/decoder/DecoderAPI.hxx                         |   166 +-
 src/decoder/DecoderBuffer.cxx                      |     8 +-
 src/decoder/DecoderBuffer.hxx                      |    12 +-
 src/decoder/DecoderCommand.hxx                     |     2 +-
 src/decoder/DecoderControl.cxx                     |    65 +-
 src/decoder/DecoderControl.hxx                     |   119 +-
 src/decoder/DecoderError.cxx                       |     2 +-
 src/decoder/DecoderError.hxx                       |     2 +-
 src/decoder/DecoderInternal.cxx                    |   104 -
 src/decoder/DecoderInternal.hxx                    |   126 -
 src/decoder/DecoderList.cxx                        |    37 +-
 src/decoder/DecoderList.hxx                        |     8 +-
 src/decoder/DecoderPlugin.cxx                      |     8 +-
 src/decoder/DecoderPlugin.hxx                      |    64 +-
 src/decoder/DecoderPrint.cxx                       |    16 +-
 src/decoder/DecoderPrint.hxx                       |     6 +-
 src/decoder/DecoderThread.cxx                      |   471 +-
 src/decoder/DecoderThread.hxx                      |     2 +-
 src/decoder/Reader.cxx                             |    28 +
 src/decoder/Reader.hxx                             |    54 +
 src/decoder/plugins/AdPlugDecoderPlugin.cxx        |    32 +-
 src/decoder/plugins/AdPlugDecoderPlugin.h          |     2 +-
 src/decoder/plugins/AudiofileDecoderPlugin.cxx     |    58 +-
 src/decoder/plugins/AudiofileDecoderPlugin.hxx     |     2 +-
 src/decoder/plugins/DsdLib.cxx                     |    66 +-
 src/decoder/plugins/DsdLib.hxx                     |    14 +-
 src/decoder/plugins/DsdiffDecoderPlugin.cxx        |   123 +-
 src/decoder/plugins/DsdiffDecoderPlugin.hxx        |     2 +-
 src/decoder/plugins/DsfDecoderPlugin.cxx           |    72 +-
 src/decoder/plugins/DsfDecoderPlugin.hxx           |     2 +-
 src/decoder/plugins/FaadDecoderPlugin.cxx          |    72 +-
 src/decoder/plugins/FaadDecoderPlugin.hxx          |     2 +-
 src/decoder/plugins/FfmpegDecoderPlugin.cxx        |   323 +-
 src/decoder/plugins/FfmpegDecoderPlugin.hxx        |     2 +-
 src/decoder/plugins/FfmpegIo.cxx                   |    57 +-
 src/decoder/plugins/FfmpegIo.hxx                   |    17 +-
 src/decoder/plugins/FfmpegMetaData.cxx             |    18 +-
 src/decoder/plugins/FfmpegMetaData.hxx             |    16 +-
 src/decoder/plugins/FlacCommon.cxx                 |   174 +-
 src/decoder/plugins/FlacCommon.hxx                 |    66 +-
 src/decoder/plugins/FlacDecoderPlugin.cxx          |   111 +-
 src/decoder/plugins/FlacDecoderPlugin.h            |     2 +-
 src/decoder/plugins/FlacDomain.cxx                 |     2 +-
 src/decoder/plugins/FlacDomain.hxx                 |     2 +-
 src/decoder/plugins/FlacIOHandle.cxx               |    43 +-
 src/decoder/plugins/FlacIOHandle.hxx               |     2 +-
 src/decoder/plugins/FlacInput.cxx                  |    31 +-
 src/decoder/plugins/FlacInput.hxx                  |    18 +-
 src/decoder/plugins/FlacMetadata.cxx               |    23 +-
 src/decoder/plugins/FlacMetadata.hxx               |    10 +-
 src/decoder/plugins/FlacPcm.cxx                    |   131 +-
 src/decoder/plugins/FlacPcm.hxx                    |    34 +-
 src/decoder/plugins/FlacStreamDecoder.hxx          |    71 +
 src/decoder/plugins/FluidsynthDecoderPlugin.cxx    |    30 +-
 src/decoder/plugins/FluidsynthDecoderPlugin.hxx    |     2 +-
 src/decoder/plugins/GmeDecoderPlugin.cxx           |   322 +-
 src/decoder/plugins/GmeDecoderPlugin.hxx           |     2 +-
 src/decoder/plugins/MadDecoderPlugin.cxx           |   174 +-
 src/decoder/plugins/MadDecoderPlugin.hxx           |     2 +-
 src/decoder/plugins/MikmodDecoderPlugin.cxx        |    23 +-
 src/decoder/plugins/MikmodDecoderPlugin.hxx        |     2 +-
 src/decoder/plugins/ModplugDecoderPlugin.cxx       |    41 +-
 src/decoder/plugins/ModplugDecoderPlugin.hxx       |     2 +-
 src/decoder/plugins/MpcdecDecoderPlugin.cxx        |    85 +-
 src/decoder/plugins/MpcdecDecoderPlugin.hxx        |     2 +-
 src/decoder/plugins/Mpg123DecoderPlugin.cxx        |    54 +-
 src/decoder/plugins/Mpg123DecoderPlugin.hxx        |     2 +-
 src/decoder/plugins/OggCodec.cxx                   |     6 +-
 src/decoder/plugins/OggCodec.hxx                   |     6 +-
 src/decoder/plugins/OggDecoder.cxx                 |    88 +
 src/decoder/plugins/OggDecoder.hxx                 |    62 +
 src/decoder/plugins/OggFind.cxx                    |    70 -
 src/decoder/plugins/OggFind.hxx                    |    57 -
 src/decoder/plugins/OggSyncState.hxx               |    78 -
 src/decoder/plugins/OggUtil.cxx                    |   118 -
 src/decoder/plugins/OggUtil.hxx                    |    87 -
 src/decoder/plugins/OpusDecoderPlugin.cxx          |   449 +-
 src/decoder/plugins/OpusDecoderPlugin.h            |     2 +-
 src/decoder/plugins/OpusDomain.cxx                 |     2 +-
 src/decoder/plugins/OpusDomain.hxx                 |     2 +-
 src/decoder/plugins/OpusHead.cxx                   |     2 +-
 src/decoder/plugins/OpusHead.hxx                   |     2 +-
 src/decoder/plugins/OpusReader.hxx                 |     2 +-
 src/decoder/plugins/OpusTags.cxx                   |    14 +-
 src/decoder/plugins/OpusTags.hxx                   |     5 +-
 src/decoder/plugins/PcmDecoderPlugin.cxx           |   126 +-
 src/decoder/plugins/PcmDecoderPlugin.hxx           |     2 +-
 src/decoder/plugins/SidplayDecoderPlugin.cxx       |   169 +-
 src/decoder/plugins/SidplayDecoderPlugin.hxx       |     2 +-
 src/decoder/plugins/SndfileDecoderPlugin.cxx       |    58 +-
 src/decoder/plugins/SndfileDecoderPlugin.hxx       |     2 +-
 src/decoder/plugins/VorbisComments.cxx             |   114 -
 src/decoder/plugins/VorbisComments.hxx             |    39 -
 src/decoder/plugins/VorbisDecoderPlugin.cxx        |   521 +-
 src/decoder/plugins/VorbisDecoderPlugin.h          |     2 +-
 src/decoder/plugins/VorbisDomain.cxx               |     2 +-
 src/decoder/plugins/VorbisDomain.hxx               |     2 +-
 src/decoder/plugins/WavpackDecoderPlugin.cxx       |   640 +-
 src/decoder/plugins/WavpackDecoderPlugin.hxx       |     2 +-
 src/decoder/plugins/WildmidiDecoderPlugin.cxx      |    31 +-
 src/decoder/plugins/WildmidiDecoderPlugin.hxx      |     2 +-
 src/decoder/plugins/XiphTags.cxx                   |    33 -
 src/decoder/plugins/XiphTags.hxx                   |    28 -
 src/encoder/EncoderAPI.hxx                         |     5 +-
 src/encoder/EncoderInterface.hxx                   |   142 +
 src/encoder/EncoderList.cxx                        |    12 +-
 src/encoder/EncoderList.hxx                        |     2 +-
 src/encoder/EncoderPlugin.hxx                      |   295 +-
 src/encoder/ToOutputStream.cxx                     |    40 +
 src/encoder/ToOutputStream.hxx                     |    31 +
 src/encoder/plugins/FlacEncoderPlugin.cxx          |   282 +-
 src/encoder/plugins/FlacEncoderPlugin.hxx          |     2 +-
 src/encoder/plugins/LameEncoderPlugin.cxx          |   275 +-
 src/encoder/plugins/LameEncoderPlugin.hxx          |     2 +-
 src/encoder/plugins/NullEncoderPlugin.cxx          |    92 +-
 src/encoder/plugins/NullEncoderPlugin.hxx          |     2 +-
 src/encoder/plugins/OggEncoder.hxx                 |    71 +
 src/encoder/plugins/OggSerial.cxx                  |    43 -
 src/encoder/plugins/OggSerial.hxx                  |    29 -
 src/encoder/plugins/OggStream.hxx                  |   128 -
 src/encoder/plugins/OpusEncoderPlugin.cxx          |   389 +-
 src/encoder/plugins/OpusEncoderPlugin.hxx          |     2 +-
 src/encoder/plugins/ShineEncoderPlugin.cxx         |   244 +-
 src/encoder/plugins/ShineEncoderPlugin.hxx         |     2 +-
 src/encoder/plugins/TwolameEncoderPlugin.cxx       |   299 +-
 src/encoder/plugins/TwolameEncoderPlugin.hxx       |     2 +-
 src/encoder/plugins/VorbisEncoderPlugin.cxx        |   362 +-
 src/encoder/plugins/VorbisEncoderPlugin.hxx        |     2 +-
 src/encoder/plugins/WaveEncoderPlugin.cxx          |   133 +-
 src/encoder/plugins/WaveEncoderPlugin.hxx          |     2 +-
 src/event/BufferedSocket.cxx                       |    15 +-
 src/event/BufferedSocket.hxx                       |     7 +-
 src/event/Call.cxx                                 |    15 +-
 src/event/Call.hxx                                 |     2 +-
 src/event/DeferredCall.hxx                         |    50 +
 src/event/DeferredMonitor.cxx                      |     2 +-
 src/event/DeferredMonitor.hxx                      |     2 +-
 src/event/FullyBufferedSocket.cxx                  |    20 +-
 src/event/FullyBufferedSocket.hxx                  |     2 +-
 src/event/IdleMonitor.cxx                          |     2 +-
 src/event/IdleMonitor.hxx                          |     2 +-
 src/event/Loop.cxx                                 |    45 +-
 src/event/Loop.hxx                                 |    35 +-
 src/event/MaskMonitor.cxx                          |    36 +
 src/event/MaskMonitor.hxx                          |    55 +
 src/event/MultiSocketMonitor.cxx                   |     8 +-
 src/event/MultiSocketMonitor.hxx                   |     6 +-
 src/event/PollGroup.hxx                            |     2 +-
 src/event/PollGroupEPoll.hxx                       |     2 +-
 src/event/PollGroupPoll.cxx                        |     2 +-
 src/event/PollGroupPoll.hxx                        |     2 +-
 src/event/PollGroupWinSelect.cxx                   |     2 +-
 src/event/PollGroupWinSelect.hxx                   |     2 +-
 src/event/PollResultGeneric.hxx                    |     2 +-
 src/event/ServerSocket.cxx                         |   217 +-
 src/event/ServerSocket.hxx                         |    54 +-
 src/event/SignalMonitor.cxx                        |    17 +-
 src/event/SignalMonitor.hxx                        |    13 +-
 src/event/SocketMonitor.cxx                        |     3 +-
 src/event/SocketMonitor.hxx                        |     2 +-
 src/event/TimeoutMonitor.cxx                       |    15 +-
 src/event/TimeoutMonitor.hxx                       |     7 +-
 src/event/WakeFD.hxx                               |     2 +-
 src/filter/FilterConfig.cxx                        |    41 +-
 src/filter/FilterConfig.hxx                        |    14 +-
 src/filter/FilterInternal.hxx                      |    61 +-
 src/filter/FilterPlugin.cxx                        |    40 +-
 src/filter/FilterPlugin.hxx                        |    35 +-
 src/filter/FilterRegistry.cxx                      |     7 +-
 src/filter/FilterRegistry.hxx                      |    19 +-
 src/filter/Observer.cxx                            |   112 +
 src/filter/Observer.hxx                            |    47 +
 src/filter/plugins/AutoConvertFilterPlugin.cxx     |   107 +-
 src/filter/plugins/AutoConvertFilterPlugin.hxx     |     8 +-
 src/filter/plugins/ChainFilterPlugin.cxx           |   138 +-
 src/filter/plugins/ChainFilterPlugin.hxx           |    11 +-
 src/filter/plugins/ConvertFilterPlugin.cxx         |   113 +-
 src/filter/plugins/ConvertFilterPlugin.hxx         |    14 +-
 src/filter/plugins/NormalizeFilterPlugin.cxx       |    49 +-
 src/filter/plugins/NullFilterPlugin.cxx            |    28 +-
 src/filter/plugins/ReplayGainFilterPlugin.cxx      |   141 +-
 src/filter/plugins/ReplayGainFilterPlugin.hxx      |    20 +-
 src/filter/plugins/RouteFilterPlugin.cxx           |   168 +-
 src/filter/plugins/VolumeFilterPlugin.cxx          |    48 +-
 src/filter/plugins/VolumeFilterPlugin.hxx          |     2 +-
 src/fs/AllocatedPath.cxx                           |    72 +-
 src/fs/AllocatedPath.hxx                           |    68 +-
 src/fs/Charset.cxx                                 |   140 +-
 src/fs/Charset.hxx                                 |    31 +-
 src/fs/CheckFile.cxx                               |    51 +-
 src/fs/CheckFile.hxx                               |     2 +-
 src/fs/Config.cxx                                  |    42 +-
 src/fs/Config.hxx                                  |     7 +-
 src/fs/DirectoryReader.cxx                         |    42 +
 src/fs/DirectoryReader.hxx                         |    97 +-
 src/fs/Domain.cxx                                  |     2 +-
 src/fs/Domain.hxx                                  |     2 +-
 src/fs/FileInfo.hxx                                |   145 +
 src/fs/FileSystem.cxx                              |    49 +-
 src/fs/FileSystem.hxx                              |   124 +-
 src/fs/Glob.hxx                                    |    68 +
 src/fs/Limits.hxx                                  |     2 +-
 src/fs/NarrowPath.hxx                              |    71 +
 src/fs/Path.cxx                                    |    21 +-
 src/fs/Path.hxx                                    |    50 +-
 src/fs/Path2.cxx                                   |     2 +-
 src/fs/StandardDirectory.cxx                       |    37 +-
 src/fs/StandardDirectory.hxx                       |     2 +-
 src/fs/Traits.cxx                                  |    60 +-
 src/fs/Traits.hxx                                  |    95 +-
 src/fs/io/AutoGunzipReader.cxx                     |    36 +-
 src/fs/io/AutoGunzipReader.hxx                     |    16 +-
 src/fs/io/BufferedOutputStream.cxx                 |   111 +-
 src/fs/io/BufferedOutputStream.hxx                 |    57 +-
 src/fs/io/BufferedReader.cxx                       |    62 +-
 src/fs/io/BufferedReader.hxx                       |    58 +-
 src/fs/io/FileOutputStream.cxx                     |   247 +-
 src/fs/io/FileOutputStream.hxx                     |    99 +-
 src/fs/io/FileReader.cxx                           |   112 +-
 src/fs/io/FileReader.hxx                           |    73 +-
 src/fs/io/GunzipReader.cxx                         |    38 +-
 src/fs/io/GunzipReader.hxx                         |    25 +-
 src/fs/io/GzipOutputStream.cxx                     |    53 +-
 src/fs/io/GzipOutputStream.hxx                     |    23 +-
 src/fs/io/OutputStream.hxx                         |    10 +-
 src/fs/io/PeekReader.cxx                           |    10 +-
 src/fs/io/PeekReader.hxx                           |    14 +-
 src/fs/io/Reader.hxx                               |     8 +-
 src/fs/io/StdioOutputStream.hxx                    |     9 +-
 src/fs/io/TextFile.cxx                             |    34 +-
 src/fs/io/TextFile.hxx                             |    24 +-
 src/haiku/App_MusicPD                              |   Bin 0 -> 46028 bytes
 src/input/AsyncInputStream.cxx                     |   110 +-
 src/input/AsyncInputStream.hxx                     |    45 +-
 src/input/Domain.cxx                               |     2 +-
 src/input/Domain.hxx                               |     2 +-
 src/input/IcyInputStream.cxx                       |     8 +-
 src/input/IcyInputStream.hxx                       |     4 +-
 src/input/Init.cxx                                 |    62 +-
 src/input/Init.hxx                                 |    15 +-
 src/input/InputPlugin.hxx                          |    42 +-
 src/input/InputStream.cxx                          |    75 +-
 src/input/InputStream.hxx                          |    87 +-
 src/input/LocalOpen.cxx                            |    32 +-
 src/input/LocalOpen.hxx                            |    11 +-
 src/input/Offset.hxx                               |     2 +-
 src/input/Open.cxx                                 |    52 +-
 src/input/ProxyInputStream.cxx                     |    22 +-
 src/input/ProxyInputStream.hxx                     |     8 +-
 src/input/Ptr.hxx                                  |    29 +
 src/input/Reader.cxx                               |    31 +
 src/input/Reader.hxx                               |    45 +
 src/input/Registry.cxx                             |    10 +-
 src/input/Registry.hxx                             |     2 +-
 src/input/TextInputStream.cxx                      |    24 +-
 src/input/TextInputStream.hxx                      |    19 +-
 src/input/ThreadInputStream.cxx                    |    77 +-
 src/input/ThreadInputStream.hxx                    |    36 +-
 src/input/plugins/AlsaInputPlugin.cxx              |   404 +-
 src/input/plugins/AlsaInputPlugin.hxx              |     2 +-
 src/input/plugins/ArchiveInputPlugin.cxx           |    37 +-
 src/input/plugins/ArchiveInputPlugin.hxx           |    10 +-
 src/input/plugins/CdioParanoiaInputPlugin.cxx      |    98 +-
 src/input/plugins/CdioParanoiaInputPlugin.hxx      |     2 +-
 src/input/plugins/CurlInputPlugin.cxx              |   780 +-
 src/input/plugins/CurlInputPlugin.hxx              |     2 +-
 src/input/plugins/FfmpegInputPlugin.cxx            |    53 +-
 src/input/plugins/FfmpegInputPlugin.hxx            |     2 +-
 src/input/plugins/FileInputPlugin.cxx              |    93 +-
 src/input/plugins/FileInputPlugin.hxx              |    11 +-
 src/input/plugins/MmsInputPlugin.cxx               |    38 +-
 src/input/plugins/MmsInputPlugin.hxx               |     2 +-
 src/input/plugins/NfsInputPlugin.cxx               |   101 +-
 src/input/plugins/NfsInputPlugin.hxx               |     2 +-
 src/input/plugins/RewindInputPlugin.cxx            |    19 +-
 src/input/plugins/RewindInputPlugin.hxx            |     2 +-
 src/input/plugins/SmbclientInputPlugin.cxx         |    72 +-
 src/input/plugins/SmbclientInputPlugin.hxx         |     2 +-
 src/java/Class.hxx                                 |     2 +-
 src/java/Exception.hxx                             |     2 +-
 src/java/File.cxx                                  |     2 +-
 src/java/File.hxx                                  |     2 +-
 src/java/Global.cxx                                |     2 +-
 src/java/Global.hxx                                |     2 +-
 src/java/Object.hxx                                |     2 +-
 src/java/Ref.hxx                                   |     2 +-
 src/java/String.cxx                                |     2 +-
 src/java/String.hxx                                |     2 +-
 src/lib/curl/Easy.hxx                              |    91 +
 src/lib/curl/Global.cxx                            |   272 +
 src/lib/curl/Global.hxx                            |    92 +
 src/lib/curl/Handler.hxx                           |    48 +
 src/lib/curl/Multi.hxx                             |    91 +
 src/lib/curl/Request.cxx                           |   257 +
 src/lib/curl/Request.hxx                           |   149 +
 src/lib/curl/Slist.hxx                             |    76 +
 src/lib/curl/Version.cxx                           |    39 +
 src/lib/curl/Version.hxx                           |    39 +
 src/lib/expat/ExpatParser.cxx                      |    47 +-
 src/lib/expat/ExpatParser.hxx                      |    51 +-
 src/lib/expat/StreamExpatParser.cxx                |    39 +
 src/lib/ffmpeg/Buffer.hxx                          |     3 +-
 src/lib/ffmpeg/Domain.cxx                          |     2 +-
 src/lib/ffmpeg/Domain.hxx                          |     2 +-
 src/lib/ffmpeg/Error.cxx                           |    17 +-
 src/lib/ffmpeg/Error.hxx                           |    12 +-
 src/lib/ffmpeg/Init.cxx                            |     2 +-
 src/lib/ffmpeg/Init.hxx                            |     2 +-
 src/lib/ffmpeg/LogCallback.cxx                     |     2 +-
 src/lib/ffmpeg/LogCallback.hxx                     |     2 +-
 src/lib/ffmpeg/LogError.cxx                        |     2 +-
 src/lib/ffmpeg/LogError.hxx                        |     2 +-
 src/lib/ffmpeg/Time.hxx                            |     8 +-
 src/lib/icu/Collate.cxx                            |   213 +-
 src/lib/icu/Collate.hxx                            |    15 +-
 src/lib/icu/Converter.cxx                          |   162 +
 src/lib/icu/Converter.hxx                          |    98 +
 src/lib/icu/Error.cxx                              |    24 -
 src/lib/icu/Error.hxx                              |    29 -
 src/lib/icu/Init.cxx                               |    19 +-
 src/lib/icu/Init.hxx                               |    10 +-
 src/lib/icu/Util.cxx                               |    76 +
 src/lib/icu/Util.hxx                               |    47 +
 src/lib/icu/Win32.cxx                              |    61 +
 src/lib/icu/Win32.hxx                              |    44 +
 src/lib/nfs/Base.cxx                               |     2 +-
 src/lib/nfs/Base.hxx                               |     2 +-
 src/lib/nfs/Blocking.cxx                           |    41 +-
 src/lib/nfs/Blocking.hxx                           |    29 +-
 src/lib/nfs/Callback.hxx                           |    18 +-
 src/lib/nfs/Cancellable.hxx                        |     2 +-
 src/lib/nfs/Connection.cxx                         |   231 +-
 src/lib/nfs/Connection.hxx                         |    58 +-
 src/lib/nfs/Domain.cxx                             |    24 -
 src/lib/nfs/Domain.hxx                             |    27 -
 src/lib/nfs/FileReader.cxx                         |    71 +-
 src/lib/nfs/FileReader.hxx                         |    66 +-
 src/lib/nfs/Glue.cxx                               |     2 +-
 src/lib/nfs/Glue.hxx                               |     2 +-
 src/lib/nfs/Lease.hxx                              |     8 +-
 src/lib/nfs/Manager.cxx                            |    15 +-
 src/lib/nfs/Manager.hxx                            |     4 +-
 src/lib/pulse/Domain.cxx                           |    24 +
 src/lib/pulse/Domain.hxx                           |    27 +
 src/lib/pulse/Error.cxx                            |    32 +
 src/lib/pulse/Error.hxx                            |    30 +
 src/lib/pulse/LockGuard.hxx                        |    46 +
 src/lib/pulse/LogError.cxx                         |    33 +
 src/lib/pulse/LogError.hxx                         |    28 +
 src/lib/smbclient/Domain.cxx                       |     2 +-
 src/lib/smbclient/Domain.hxx                       |     2 +-
 src/lib/smbclient/Init.cxx                         |    18 +-
 src/lib/smbclient/Init.hxx                         |    12 +-
 src/lib/smbclient/Mutex.cxx                        |     2 +-
 src/lib/smbclient/Mutex.hxx                        |     2 +-
 src/lib/sqlite/Error.cxx                           |    36 +
 src/lib/sqlite/Error.hxx                           |    40 +
 src/lib/sqlite/Util.hxx                            |   161 +
 src/lib/upnp/Action.hxx                            |     2 +-
 src/lib/upnp/Callback.hxx                          |     2 +-
 src/lib/upnp/ClientInit.cxx                        |    59 +-
 src/lib/upnp/ClientInit.hxx                        |     8 +-
 src/lib/upnp/ContentDirectoryService.cxx           |    64 +-
 src/lib/upnp/ContentDirectoryService.hxx           |    38 +-
 src/lib/upnp/Device.cxx                            |    16 +-
 src/lib/upnp/Device.hxx                            |     7 +-
 src/lib/upnp/Discovery.cxx                         |   151 +-
 src/lib/upnp/Discovery.hxx                         |    56 +-
 src/lib/upnp/Domain.cxx                            |    23 -
 src/lib/upnp/Domain.hxx                            |    27 -
 src/lib/upnp/Init.cxx                              |    35 +-
 src/lib/upnp/Init.hxx                              |     8 +-
 src/lib/upnp/UniqueIxml.hxx                        |    40 +
 src/lib/upnp/Util.cxx                              |    13 +-
 src/lib/upnp/Util.hxx                              |     5 +-
 src/lib/upnp/WorkQueue.hxx                         |    39 +-
 src/lib/upnp/ixmlwrap.cxx                          |    25 +-
 src/lib/xiph/OggFind.cxx                           |    76 +
 src/lib/xiph/OggFind.hxx                           |    57 +
 src/lib/xiph/OggPacket.cxx                         |    35 +
 src/lib/xiph/OggPacket.hxx                         |    37 +
 src/lib/xiph/OggPage.hxx                           |    51 +
 src/lib/xiph/OggSerial.cxx                         |    46 +
 src/lib/xiph/OggSerial.hxx                         |    29 +
 src/lib/xiph/OggStreamState.hxx                    |    94 +
 src/lib/xiph/OggSyncState.cxx                      |    99 +
 src/lib/xiph/OggSyncState.hxx                      |    67 +
 src/lib/xiph/OggVisitor.cxx                        |   101 +
 src/lib/xiph/OggVisitor.hxx                        |    70 +
 src/lib/xiph/VorbisComment.hxx                     |    58 +
 src/lib/xiph/VorbisComments.cxx                    |   110 +
 src/lib/xiph/VorbisComments.hxx                    |    39 +
 src/lib/xiph/XiphTags.cxx                          |    32 +
 src/lib/xiph/XiphTags.hxx                          |    28 +
 src/lib/zlib/Domain.cxx                            |    24 -
 src/lib/zlib/Domain.hxx                            |    27 -
 src/lib/zlib/Error.cxx                             |    29 +
 src/lib/zlib/Error.hxx                             |    38 +
 src/ls.cxx                                         |    23 +-
 src/ls.hxx                                         |     6 +-
 src/mixer/Listener.hxx                             |     2 +-
 src/mixer/MixerAll.cxx                             |    41 +-
 src/mixer/MixerControl.cxx                         |    64 +-
 src/mixer/MixerControl.hxx                         |    32 +-
 src/mixer/MixerInternal.hxx                        |    19 +-
 src/mixer/MixerList.hxx                            |     4 +-
 src/mixer/MixerPlugin.hxx                          |    14 +-
 src/mixer/MixerType.cxx                            |    14 +-
 src/mixer/MixerType.hxx                            |    25 +-
 src/mixer/Volume.cxx                               |    10 +-
 src/mixer/Volume.hxx                               |     4 +-
 src/mixer/plugins/AlsaMixerPlugin.cxx              |   188 +-
 src/mixer/plugins/HaikuMixerPlugin.cxx             |    73 +
 src/mixer/plugins/NullMixerPlugin.cxx              |    64 +
 src/mixer/plugins/OssMixerPlugin.cxx               |   111 +-
 src/mixer/plugins/PulseMixerPlugin.cxx             |    71 +-
 src/mixer/plugins/PulseMixerPlugin.hxx             |     2 +-
 src/mixer/plugins/RoarMixerPlugin.cxx              |    20 +-
 src/mixer/plugins/SoftwareMixerPlugin.cxx          |    76 +-
 src/mixer/plugins/SoftwareMixerPlugin.hxx          |    12 +-
 src/mixer/plugins/WinmmMixerPlugin.cxx             |    40 +-
 src/mixer/plugins/volume_mapping.c                 |   180 +
 src/mixer/plugins/volume_mapping.h                 |    17 +
 src/neighbor/Explorer.hxx                          |     7 +-
 src/neighbor/Glue.cxx                              |    65 +-
 src/neighbor/Glue.hxx                              |    11 +-
 src/neighbor/Info.hxx                              |     2 +-
 src/neighbor/Listener.hxx                          |     2 +-
 src/neighbor/NeighborPlugin.hxx                    |     8 +-
 src/neighbor/Registry.cxx                          |     4 +-
 src/neighbor/Registry.hxx                          |     2 +-
 src/neighbor/plugins/SmbclientNeighborPlugin.cxx   |    26 +-
 src/neighbor/plugins/SmbclientNeighborPlugin.hxx   |     2 +-
 src/neighbor/plugins/UpnpNeighborPlugin.cxx        |    34 +-
 src/neighbor/plugins/UpnpNeighborPlugin.hxx        |     2 +-
 src/net/AllocatedSocketAddress.cxx                 |    84 +
 src/net/AllocatedSocketAddress.hxx                 |   150 +
 src/net/Features.hxx                               |    27 +
 src/net/Resolver.cxx                               |    91 +
 src/net/Resolver.hxx                               |    44 +
 src/net/SocketAddress.cxx                          |    38 +
 src/net/SocketAddress.hxx                          |   103 +
 src/net/SocketError.cxx                            |    62 +
 src/net/SocketError.hxx                            |   120 +
 src/net/SocketUtil.cxx                             |    75 +
 src/net/SocketUtil.hxx                             |    54 +
 src/net/StaticSocketAddress.cxx                    |    43 +
 src/net/StaticSocketAddress.hxx                    |   104 +
 src/net/ToString.cxx                               |   152 +
 src/net/ToString.hxx                               |    48 +
 src/notify.cxx                                     |     8 +-
 src/notify.hxx                                     |     9 +-
 src/open.h                                         |     2 +-
 src/output/Client.hxx                              |    47 +
 src/output/Domain.cxx                              |     2 +-
 src/output/Domain.hxx                              |     2 +-
 src/output/Finish.cxx                              |    10 +-
 src/output/Init.cxx                                |   263 +-
 src/output/Internal.cxx                            |    30 +
 src/output/Internal.hxx                            |   305 +-
 src/output/MultipleOutputs.cxx                     |   226 +-
 src/output/MultipleOutputs.hxx                     |    54 +-
 src/output/OutputAPI.hxx                           |     4 +-
 src/output/OutputCommand.cxx                       |    11 +-
 src/output/OutputCommand.hxx                       |     2 +-
 src/output/OutputControl.cxx                       |   119 +-
 src/output/OutputPlugin.cxx                        |    34 +-
 src/output/OutputPlugin.hxx                        |    76 +-
 src/output/OutputPrint.cxx                         |    15 +-
 src/output/OutputPrint.hxx                         |     6 +-
 src/output/OutputState.cxx                         |    14 +-
 src/output/OutputState.hxx                         |     4 +-
 src/output/OutputThread.cxx                        |   635 +-
 src/output/Registry.cxx                            |    22 +-
 src/output/Registry.hxx                            |     2 +-
 src/output/SharedPipeConsumer.cxx                  |    58 +
 src/output/SharedPipeConsumer.hxx                  |    97 +
 src/output/Source.cxx                              |   247 +
 src/output/Source.hxx                              |   209 +
 src/output/Timer.cxx                               |    29 +-
 src/output/Timer.hxx                               |    21 +-
 src/output/Wrapper.hxx                             |    99 +
 src/output/plugins/AlsaOutputPlugin.cxx            |   835 +-
 src/output/plugins/AlsaOutputPlugin.hxx            |     2 +-
 src/output/plugins/AoOutputPlugin.cxx              |   128 +-
 src/output/plugins/AoOutputPlugin.hxx              |     2 +-
 src/output/plugins/FifoOutputPlugin.cxx            |   264 +-
 src/output/plugins/FifoOutputPlugin.hxx            |     2 +-
 src/output/plugins/HaikuOutputPlugin.cxx           |   482 +
 src/output/plugins/HaikuOutputPlugin.hxx           |    34 +
 src/output/plugins/JackOutputPlugin.cxx            |   876 +-
 src/output/plugins/JackOutputPlugin.hxx            |     2 +-
 src/output/plugins/NullOutputPlugin.cxx            |   134 +-
 src/output/plugins/NullOutputPlugin.hxx            |     2 +-
 src/output/plugins/OSXOutputPlugin.cxx             |   668 +-
 src/output/plugins/OSXOutputPlugin.hxx             |     2 +-
 src/output/plugins/OpenALOutputPlugin.cxx          |   274 +-
 src/output/plugins/OpenALOutputPlugin.hxx          |     2 +-
 src/output/plugins/OssOutputPlugin.cxx             |   434 +-
 src/output/plugins/OssOutputPlugin.hxx             |     2 +-
 src/output/plugins/PipeOutputPlugin.cxx            |   119 +-
 src/output/plugins/PipeOutputPlugin.hxx            |     2 +-
 src/output/plugins/PulseOutputPlugin.cxx           |   959 +-
 src/output/plugins/PulseOutputPlugin.hxx           |    17 +-
 src/output/plugins/RecorderOutputPlugin.cxx        |   397 +-
 src/output/plugins/RecorderOutputPlugin.hxx        |     2 +-
 src/output/plugins/RoarOutputPlugin.cxx            |   190 +-
 src/output/plugins/RoarOutputPlugin.hxx            |     4 +-
 src/output/plugins/ShoutOutputPlugin.cxx           |   461 +-
 src/output/plugins/ShoutOutputPlugin.hxx           |     2 +-
 src/output/plugins/SndioOutputPlugin.cxx           |   190 +
 src/output/plugins/SndioOutputPlugin.hxx           |    25 +
 src/output/plugins/SolarisOutputPlugin.cxx         |    56 +-
 src/output/plugins/SolarisOutputPlugin.hxx         |     2 +-
 src/output/plugins/WinmmOutputPlugin.cxx           |   305 +-
 src/output/plugins/WinmmOutputPlugin.hxx           |     2 +-
 src/output/plugins/httpd/HttpdClient.cxx           |    20 +-
 src/output/plugins/httpd/HttpdClient.hxx           |    13 +-
 src/output/plugins/httpd/HttpdInternal.hxx         |    66 +-
 src/output/plugins/httpd/HttpdOutputPlugin.cxx     |   274 +-
 src/output/plugins/httpd/HttpdOutputPlugin.hxx     |     2 +-
 src/output/plugins/httpd/IcyMetaDataServer.cxx     |   115 +-
 src/output/plugins/httpd/IcyMetaDataServer.hxx     |     8 +-
 src/output/plugins/httpd/Page.cxx                  |     2 +-
 src/output/plugins/httpd/Page.hxx                  |     2 +-
 .../plugins/sles/AndroidSimpleBufferQueue.hxx      |     2 +-
 src/output/plugins/sles/Engine.hxx                 |     2 +-
 src/output/plugins/sles/Object.hxx                 |     2 +-
 src/output/plugins/sles/Play.hxx                   |     2 +-
 src/output/plugins/sles/SlesOutputPlugin.cxx       |   204 +-
 src/output/plugins/sles/SlesOutputPlugin.hxx       |     2 +-
 src/pcm/ChannelsConverter.cxx                      |    19 +-
 src/pcm/ChannelsConverter.hxx                      |    22 +-
 src/pcm/ConfiguredResampler.cxx                    |   133 +-
 src/pcm/ConfiguredResampler.hxx                    |     7 +-
 src/pcm/Domain.cxx                                 |    23 -
 src/pcm/Domain.hxx                                 |    27 -
 src/pcm/Dsd16.cxx                                  |    62 +
 src/pcm/Dsd16.hxx                                  |    36 +
 src/pcm/Dsd32.cxx                                  |    64 +
 src/pcm/Dsd32.hxx                                  |    36 +
 src/pcm/FallbackResampler.cxx                      |     7 +-
 src/pcm/FallbackResampler.hxx                      |    10 +-
 src/pcm/FloatConvert.hxx                           |     2 +-
 src/pcm/FormatConverter.cxx                        |    21 +-
 src/pcm/FormatConverter.hxx                        |    20 +-
 src/pcm/GlueResampler.cxx                          |    38 +-
 src/pcm/GlueResampler.hxx                          |    13 +-
 src/pcm/Interleave.cxx                             |    84 +-
 src/pcm/Interleave.hxx                             |    25 +-
 src/pcm/LibsamplerateResampler.cxx                 |    58 +-
 src/pcm/LibsamplerateResampler.hxx                 |    19 +-
 src/pcm/Neon.hxx                                   |     2 +-
 src/pcm/Order.cxx                                  |   135 +
 src/pcm/Order.hxx                                  |    37 +
 src/pcm/PcmBuffer.cxx                              |     2 +-
 src/pcm/PcmBuffer.hxx                              |     4 +-
 src/pcm/PcmChannels.cxx                            |    42 +-
 src/pcm/PcmChannels.hxx                            |     3 +-
 src/pcm/PcmConvert.cxx                             |    99 +-
 src/pcm/PcmConvert.hxx                             |    31 +-
 src/pcm/PcmDither.cxx                              |     2 +-
 src/pcm/PcmDither.hxx                              |     8 +-
 src/pcm/PcmDop.cxx                                 |     4 +-
 src/pcm/PcmDop.hxx                                 |     3 +-
 src/pcm/PcmDsd.cxx                                 |    25 +-
 src/pcm/PcmDsd.hxx                                 |     7 +-
 src/pcm/PcmExport.cxx                              |   110 +-
 src/pcm/PcmExport.hxx                              |    77 +-
 src/pcm/PcmFormat.cxx                              |     2 +-
 src/pcm/PcmFormat.hxx                              |    21 +-
 src/pcm/PcmMix.cxx                                 |     3 +-
 src/pcm/PcmMix.hxx                                 |     4 +-
 src/pcm/PcmPack.cxx                                |     2 +-
 src/pcm/PcmPack.hxx                                |     4 +-
 src/pcm/PcmPrng.hxx                                |     2 +-
 src/pcm/PcmUtils.hxx                               |     2 +-
 src/pcm/Resampler.hxx                              |    30 +-
 src/pcm/SampleFormat.cxx                           |    53 +
 src/pcm/SampleFormat.hxx                           |   129 +
 src/pcm/ShiftConvert.hxx                           |     2 +-
 src/pcm/Silence.cxx                                |     7 +-
 src/pcm/Silence.hxx                                |     2 +-
 src/pcm/SoxrResampler.cxx                          |   128 +-
 src/pcm/SoxrResampler.hxx                          |    15 +-
 src/pcm/Traits.hxx                                 |    24 +-
 src/pcm/Volume.cxx                                 |    18 +-
 src/pcm/Volume.hxx                                 |    22 +-
 src/player/Control.cxx                             |   280 +
 src/player/Control.hxx                             |   542 +
 src/player/CrossFade.cxx                           |   140 +
 src/player/CrossFade.hxx                           |    72 +
 src/player/Listener.hxx                            |    36 +
 src/player/Thread.cxx                              |  1235 ++
 src/player/Thread.hxx                              |    45 +
 src/playlist/CloseSongEnumerator.cxx               |    34 -
 src/playlist/CloseSongEnumerator.hxx               |    47 -
 src/playlist/MemorySongEnumerator.cxx              |     6 +-
 src/playlist/MemorySongEnumerator.hxx              |     4 +-
 src/playlist/PlaylistAny.cxx                       |     2 +-
 src/playlist/PlaylistAny.hxx                       |     4 +-
 src/playlist/PlaylistMapper.cxx                    |     3 +-
 src/playlist/PlaylistMapper.hxx                    |     2 +-
 src/playlist/PlaylistPlugin.hxx                    |    28 +-
 src/playlist/PlaylistQueue.cxx                     |    49 +-
 src/playlist/PlaylistQueue.hxx                     |    14 +-
 src/playlist/PlaylistRegistry.cxx                  |    76 +-
 src/playlist/PlaylistRegistry.hxx                  |    15 +-
 src/playlist/PlaylistSong.cxx                      |    15 +-
 src/playlist/PlaylistSong.hxx                      |     2 +-
 src/playlist/PlaylistStream.cxx                    |    60 +-
 src/playlist/PlaylistStream.hxx                    |     4 +-
 src/playlist/Print.cxx                             |    28 +-
 src/playlist/Print.hxx                             |    11 +-
 src/playlist/SongEnumerator.hxx                    |    11 +-
 src/playlist/cue/CueParser.cxx                     |    45 +-
 src/playlist/cue/CueParser.hxx                     |    43 +-
 src/playlist/plugins/AsxPlaylistPlugin.cxx         |    18 +-
 src/playlist/plugins/AsxPlaylistPlugin.hxx         |     2 +-
 src/playlist/plugins/CuePlaylistPlugin.cxx         |    19 +-
 src/playlist/plugins/CuePlaylistPlugin.hxx         |     2 +-
 src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx |    28 +-
 src/playlist/plugins/EmbeddedCuePlaylistPlugin.hxx |     2 +-
 src/playlist/plugins/ExtM3uPlaylistPlugin.cxx      |    34 +-
 src/playlist/plugins/ExtM3uPlaylistPlugin.hxx      |     2 +-
 src/playlist/plugins/FlacPlaylistPlugin.cxx        |   131 +
 src/playlist/plugins/FlacPlaylistPlugin.hxx        |    25 +
 src/playlist/plugins/M3uPlaylistPlugin.cxx         |    16 +-
 src/playlist/plugins/M3uPlaylistPlugin.hxx         |     2 +-
 src/playlist/plugins/PlsPlaylistPlugin.cxx         |   201 +-
 src/playlist/plugins/PlsPlaylistPlugin.hxx         |     2 +-
 src/playlist/plugins/RssPlaylistPlugin.cxx         |    18 +-
 src/playlist/plugins/RssPlaylistPlugin.hxx         |     2 +-
 src/playlist/plugins/SoundCloudPlaylistPlugin.cxx  |   204 +-
 src/playlist/plugins/SoundCloudPlaylistPlugin.hxx  |     2 +-
 src/playlist/plugins/XspfPlaylistPlugin.cxx        |    18 +-
 src/playlist/plugins/XspfPlaylistPlugin.hxx        |     2 +-
 src/poison.h                                       |     2 +-
 src/protocol/Ack.cxx                               |     2 +-
 src/protocol/Ack.hxx                               |    27 +-
 src/protocol/ArgParser.cxx                         |   223 +-
 src/protocol/ArgParser.hxx                         |    66 +-
 src/protocol/Result.cxx                            |    30 +-
 src/protocol/Result.hxx                            |    17 +-
 src/queue/IdTable.hxx                              |     2 +-
 src/queue/Listener.hxx                             |    43 +
 src/queue/Playlist.cxx                             |   122 +-
 src/queue/Playlist.hxx                             |   184 +-
 src/queue/PlaylistControl.cxx                      |    73 +-
 src/queue/PlaylistEdit.cxx                         |   155 +-
 src/queue/PlaylistState.cxx                        |    90 +-
 src/queue/PlaylistState.hxx                        |     2 +-
 src/queue/PlaylistTag.cxx                          |    45 +-
 src/queue/PlaylistUpdate.cxx                       |    21 +-
 src/queue/Queue.cxx                                |     7 +-
 src/queue/Queue.hxx                                |    15 +-
 src/queue/QueuePrint.cxx                           |    65 +-
 src/queue/QueuePrint.hxx                           |    21 +-
 src/queue/QueueSave.cxx                            |    24 +-
 src/queue/QueueSave.hxx                            |     2 +-
 src/sticker/Match.hxx                              |    49 +
 src/sticker/SongSticker.cxx                        |    43 +-
 src/sticker/SongSticker.hxx                        |    34 +-
 src/sticker/StickerDatabase.cxx                    |   462 +-
 src/sticker/StickerDatabase.hxx                    |    45 +-
 src/sticker/StickerPrint.cxx                       |    16 +-
 src/sticker/StickerPrint.hxx                       |    10 +-
 src/storage/CompositeStorage.cxx                   |    90 +-
 src/storage/CompositeStorage.hxx                   |    13 +-
 src/storage/Configured.cxx                         |    37 +-
 src/storage/Configured.hxx                         |    10 +-
 src/storage/FileInfo.hxx                           |     8 +-
 src/storage/MemoryDirectoryReader.cxx              |    10 +-
 src/storage/MemoryDirectoryReader.hxx              |     6 +-
 src/storage/Registry.cxx                           |    15 +-
 src/storage/Registry.hxx                           |     5 +-
 src/storage/StorageInterface.cxx                   |     2 +-
 src/storage/StorageInterface.hxx                   |    25 +-
 src/storage/StoragePlugin.hxx                      |     9 +-
 src/storage/plugins/CurlStorage.cxx                |   590 +
 src/storage/plugins/CurlStorage.hxx                |    29 +
 src/storage/plugins/LocalStorage.cxx               |   117 +-
 src/storage/plugins/LocalStorage.hxx               |     2 +-
 src/storage/plugins/NfsStorage.cxx                 |   126 +-
 src/storage/plugins/NfsStorage.hxx                 |     2 +-
 src/storage/plugins/SmbclientStorage.cxx           |    93 +-
 src/storage/plugins/SmbclientStorage.hxx           |     2 +-
 src/system/ByteOrder.hxx                           |    44 +-
 src/system/Clock.cxx                               |   100 +-
 src/system/Clock.hxx                               |    25 +-
 src/system/EPollFD.cxx                             |     2 +-
 src/system/EPollFD.hxx                             |     2 +-
 src/system/Error.hxx                               |   189 +
 src/system/EventFD.cxx                             |    23 +-
 src/system/EventFD.hxx                             |    11 +-
 src/system/EventPipe.cxx                           |     2 +-
 src/system/EventPipe.hxx                           |     2 +-
 src/system/FatalError.cxx                          |    32 +-
 src/system/FatalError.hxx                          |    22 +-
 src/system/FileDescriptor.cxx                      |   215 +
 src/system/FileDescriptor.hxx                      |   180 +
 src/system/PeriodClock.hxx                         |   218 +-
 src/system/Resolver.cxx                            |   161 -
 src/system/Resolver.hxx                            |    62 -
 src/system/SignalFD.cxx                            |    16 +-
 src/system/SignalFD.hxx                            |     7 +-
 src/system/SocketError.cxx                         |    46 -
 src/system/SocketError.hxx                         |   139 -
 src/system/SocketUtil.cxx                          |    93 -
 src/system/SocketUtil.hxx                          |    57 -
 src/system/fd_util.c                               |   146 +-
 src/system/fd_util.h                               |    72 +-
 src/tag/Aiff.cxx                                   |    47 +-
 src/tag/Aiff.hxx                                   |    13 +-
 src/tag/ApeLoader.cxx                              |    60 +-
 src/tag/ApeLoader.hxx                              |    13 +-
 src/tag/ApeReplayGain.cxx                          |    23 +-
 src/tag/ApeReplayGain.hxx                          |     6 +-
 src/tag/ApeTag.cxx                                 |    34 +-
 src/tag/ApeTag.hxx                                 |    14 +-
 src/tag/Format.cxx                                 |   133 +
 src/tag/Format.hxx                                 |    32 +
 src/tag/Generic.cxx                                |    63 +
 src/tag/Generic.hxx                                |    42 +
 src/tag/Id3Load.cxx                                |   225 +
 src/tag/Id3Load.hxx                                |    37 +
 src/tag/Id3Unique.hxx                              |    37 +
 src/tag/Mask.hxx                                   |    27 +
 src/tag/MixRamp.cxx                                |     2 +-
 src/tag/MixRamp.hxx                                |     2 +-
 src/tag/ReplayGain.cxx                             |    10 +-
 src/tag/ReplayGain.hxx                             |     2 +-
 src/tag/Riff.cxx                                   |    45 +-
 src/tag/Riff.hxx                                   |    13 +-
 src/tag/Set.cxx                                    |    18 +-
 src/tag/Set.hxx                                    |    10 +-
 src/tag/Settings.cxx                               |    22 +
 src/tag/Settings.hxx                               |    43 +
 src/tag/Tag.cxx                                    |     4 +-
 src/tag/Tag.hxx                                    |     5 +-
 src/tag/TagBuilder.cxx                             |    39 +-
 src/tag/TagBuilder.hxx                             |    11 +-
 src/tag/TagConfig.cxx                              |    12 +-
 src/tag/TagConfig.hxx                              |     2 +-
 src/tag/TagHandler.cxx                             |    21 +-
 src/tag/TagHandler.hxx                             |    34 +-
 src/tag/TagId3.cxx                                 |   264 +-
 src/tag/TagId3.hxx                                 |    40 +-
 src/tag/TagItem.hxx                                |     2 +-
 src/tag/TagNames.c                                 |     2 +-
 src/tag/TagPool.cxx                                |    41 +-
 src/tag/TagPool.hxx                                |     5 +-
 src/tag/TagRva2.cxx                                |    52 +-
 src/tag/TagRva2.hxx                                |     4 +-
 src/tag/TagSettings.c                              |    25 -
 src/tag/TagSettings.h                              |    29 -
 src/tag/TagString.cxx                              |    50 +-
 src/tag/TagString.hxx                              |     7 +-
 src/tag/TagTable.cxx                               |     2 +-
 src/tag/TagTable.hxx                               |     2 +-
 src/tag/TagType.h                                  |     2 +-
 src/tag/VorbisComment.cxx                          |     2 +-
 src/tag/VorbisComment.hxx                          |     2 +-
 src/thread/Cond.hxx                                |     4 +-
 src/thread/CriticalSection.hxx                     |     2 +-
 src/thread/Id.hxx                                  |     2 +-
 src/thread/Mutex.hxx                               |    26 +-
 src/thread/Name.hxx                                |     2 +-
 src/thread/PosixCond.hxx                           |    22 +-
 src/thread/PosixMutex.hxx                          |     2 +-
 src/thread/Slack.hxx                               |     2 +-
 src/thread/Thread.cxx                              |    15 +-
 src/thread/Thread.hxx                              |    22 +-
 src/thread/Util.cxx                                |    94 +
 src/thread/Util.hxx                                |    68 +-
 src/thread/WindowsCond.hxx                         |    12 +-
 src/unix/Daemon.cxx                                |    29 +-
 src/unix/Daemon.hxx                                |    18 +-
 src/unix/PidFile.hxx                               |    63 +-
 src/unix/SignalHandlers.cxx                        |    15 +-
 src/unix/SignalHandlers.hxx                        |     2 +-
 src/util/ASCII.hxx                                 |     6 +-
 src/util/Alloc.cxx                                 |    86 +-
 src/util/Alloc.hxx                                 |    21 +-
 src/util/AllocatedArray.hxx                        |   221 +
 src/util/AllocatedString.cxx                       |    38 +
 src/util/AllocatedString.hxx                       |   145 +
 src/util/BindMethod.hxx                            |   209 +
 src/util/ByteReverse.cxx                           |     2 +-
 src/util/ByteReverse.hxx                           |     2 +-
 src/util/Cast.hxx                                  |     2 +-
 src/util/CharUtil.hxx                              |     4 +-
 src/util/CircularBuffer.hxx                        |     2 +-
 src/util/Clamp.hxx                                 |     2 +-
 src/util/ConstBuffer.hxx                           |    16 +-
 src/util/DeleteDisposer.hxx                        |    44 +
 src/util/DivideString.cxx                          |    48 +
 src/util/DivideString.hxx                          |    75 +
 src/util/Domain.hxx                                |     2 +-
 src/util/DynamicFifoBuffer.hxx                     |     6 +-
 src/util/Error.cxx                                 |   174 -
 src/util/Error.hxx                                 |   194 -
 src/util/Exception.cxx                             |    50 +
 src/util/Exception.hxx                             |    43 +
 src/util/ForeignFifoBuffer.hxx                     |     2 +-
 src/util/FormatString.cxx                          |    17 +-
 src/util/FormatString.hxx                          |    16 +-
 src/util/HugeAllocator.cxx                         |    25 +-
 src/util/HugeAllocator.hxx                         |    78 +-
 src/util/IterableSplitString.hxx                   |   123 +
 src/util/LazyRandomEngine.cxx                      |     2 +-
 src/util/LazyRandomEngine.hxx                      |     2 +-
 src/util/Macros.hxx                                |     2 +-
 src/util/Manual.hxx                                |    37 +-
 src/util/MimeType.cxx                              |    53 +
 src/util/MimeType.hxx                              |    43 +
 src/util/NumberParser.hxx                          |     2 +-
 src/util/OptionDef.hxx                             |     2 +-
 src/util/OptionParser.cxx                          |     2 +-
 src/util/OptionParser.hxx                          |     2 +-
 src/util/PeakBuffer.cxx                            |     2 +-
 src/util/PeakBuffer.hxx                            |     3 +-
 src/util/RefCount.hxx                              |     2 +-
 src/util/ReusableArray.hxx                         |    29 +-
 src/util/RuntimeError.hxx                          |    47 +
 src/util/ScopeExit.hxx                             |     2 +-
 src/util/SliceBuffer.hxx                           |     9 +-
 src/util/SplitString.cxx                           |    69 +-
 src/util/SplitString.hxx                           |    96 +-
 src/util/StaticFifoBuffer.hxx                      |     2 +-
 src/util/StringAPI.hxx                             |   148 +
 src/util/StringBuffer.hxx                          |   108 +
 src/util/StringCompare.cxx                         |    56 +
 src/util/StringCompare.hxx                         |    79 +
 src/util/StringPointer.hxx                         |    72 +
 src/util/StringUtil.cxx                            |    64 +-
 src/util/StringUtil.hxx                            |    44 +-
 src/util/StringView.cxx                            |    45 +
 src/util/StringView.hxx                            |   133 +
 src/util/TextFile.hxx                              |     2 +-
 src/util/TimeParser.cxx                            |    81 +
 src/util/TimeParser.hxx                            |    46 +
 src/util/Tokenizer.cxx                             |    66 +-
 src/util/Tokenizer.hxx                             |    48 +-
 src/util/UTF8.cxx                                  |     2 +-
 src/util/UTF8.hxx                                  |     2 +-
 src/util/UriUtil.cxx                               |    93 +-
 src/util/UriUtil.hxx                               |    10 +-
 src/util/VarSize.hxx                               |     5 +-
 src/util/WStringAPI.hxx                            |   148 +
 src/util/WStringCompare.cxx                        |    71 +
 src/util/WStringCompare.hxx                        |    68 +
 src/util/WritableBuffer.hxx                        |    11 +-
 src/util/bit_reverse.c                             |     2 +-
 src/util/bit_reverse.h                             |     2 +-
 src/util/format.c                                  |   259 +
 src/util/format.h                                  |    51 +
 src/win32/Win32Main.cxx                            |    41 +-
 src/win32/mpd_win32_rc.rc.in                       |    34 -
 src/zeroconf/AvahiPoll.cxx                         |    12 +-
 src/zeroconf/AvahiPoll.hxx                         |     2 +-
 src/zeroconf/ZeroconfAvahi.cxx                     |     2 +-
 src/zeroconf/ZeroconfAvahi.hxx                     |     2 +-
 src/zeroconf/ZeroconfBonjour.cxx                   |     2 +-
 src/zeroconf/ZeroconfBonjour.hxx                   |     2 +-
 src/zeroconf/ZeroconfGlue.cxx                      |     7 +-
 src/zeroconf/ZeroconfGlue.hxx                      |     2 +-
 src/zeroconf/ZeroconfInternal.hxx                  |     2 +-
 systemd/system/mpd.service.in                      |     2 +
 systemd/user/mpd.service.in                        |     2 +
 test/ContainerScan.cxx                             |    99 +
 test/DivideStringTest.hxx                          |    54 +
 test/DumpDatabase.cxx                              |    96 +-
 test/FakeDecoderAPI.cxx                            |   131 +-
 test/FakeDecoderAPI.hxx                            |    26 +-
 test/FakeReplayGainConfig.cxx                      |    25 -
 test/MimeTypeTest.hxx                              |    49 +
 test/ReadApeTags.cxx                               |    78 +
 test/ScopeIOThread.hxx                             |     2 +-
 test/ShutdownHandler.cxx                           |    11 +-
 test/ShutdownHandler.hxx                           |     2 +-
 test/SplitStringTest.hxx                           |    65 +
 test/TestAudioFormat.cxx                           |   101 +
 test/TestAudioFormat.hxx                           |    39 +
 test/TestCircularBuffer.hxx                        |     7 +-
 test/TestFs.cxx                                    |   106 +
 test/TestIcu.cxx                                   |    92 +
 test/UriUtilTest.hxx                               |    66 +
 test/WriteFile.cxx                                 |    73 +
 test/dump_playlist.cxx                             |    57 +-
 test/dump_rva2.cxx                                 |    59 +-
 test/dump_text_file.cxx                            |    99 +-
 test/read_conf.cxx                                 |    20 +-
 test/read_mixer.cxx                                |    42 +-
 test/read_tags.cxx                                 |    67 +-
 test/run_avahi.cxx                                 |     2 +-
 test/run_convert.cxx                               |    54 +-
 test/run_decoder.cxx                               |    45 +-
 test/run_encoder.cxx                               |    80 +-
 test/run_filter.cxx                                |    91 +-
 test/run_gunzip.cxx                                |    41 +-
 test/run_gzip.cxx                                  |    48 +-
 test/run_inotify.cxx                               |    26 +-
 test/run_input.cxx                                 |   103 +-
 test/run_neighbor_explorer.cxx                     |    21 +-
 test/run_normalize.cxx                             |    24 +-
 test/run_output.cxx                                |   139 +-
 test/run_resolver.cxx                              |    24 +-
 test/run_storage.cxx                               |    63 +-
 test/software_volume.cxx                           |    26 +-
 test/stdbin.h                                      |    29 -
 test/test_byte_reverse.cxx                         |    10 +-
 test/test_mixramp.cxx                              |     2 +-
 test/test_pcm_all.hxx                              |    31 +-
 test/test_pcm_channels.cxx                         |    32 +-
 test/test_pcm_dither.cxx                           |     3 +-
 test/test_pcm_export.cxx                           |   174 +-
 test/test_pcm_format.cxx                           |     4 +-
 test/test_pcm_interleave.cxx                       |   126 +
 test/test_pcm_main.cxx                             |     6 +-
 test/test_pcm_mix.cxx                              |     2 +-
 test/test_pcm_pack.cxx                             |     3 +-
 test/test_pcm_util.hxx                             |     4 +-
 test/test_pcm_volume.cxx                           |     7 +-
 test/test_protocol.cxx                             |    46 +-
 test/test_rewind.cxx                               |    27 +-
 test/test_translate_song.cxx                       |    22 +-
 test/test_util.cxx                                 |    64 +-
 test/test_vorbis_encoder.cxx                       |    73 +-
 test/visit_archive.cxx                             |    79 +-
 {src/win32 => win32/res}/mpd.ico                   |   Bin
 win32/res/mpd.rc.in                                |    34 +
 1273 files changed, 56484 insertions(+), 41519 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