[Pkg-mpd-commits] [pkg-mpd] branch master updated (8465493 -> a87084b)

Florian Schlichting fsfs at moszumanska.debian.org
Sun Oct 12 21:31:15 UTC 2014


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

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

      from  8465493   update changelog for release
       new  aab386d   Imported Upstream version 0.19
       new  83bc8a0   Merge tag 'upstream/0.19'
       new  d692e8b   Import Upstream version 0.19
       new  74ae043   Update debian/copyright for new and moved files
       new  ea32e6d   Enable new features / plugins: MP4v2, soxr, nfs/smbclient/upnp, ...
       new  0106392   Update mpd.conf with upstream changes to default config
       new  94ee138   Refresh systemd_honor_MPDCONF.patch
       new  207b1b8   Add patches from upstream: mpd.socket, mms_deadlock
       new  a52051f   Declare compliance with Debian Policy 3.9.6
       new  a87084b   prepare changelog for release

The 10 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:
 AUTHORS                                            |     2 +-
 INSTALL                                            |     5 +
 Makefile.am                                        |  1524 +-
 Makefile.in                                        | 15073 ++++++++++++-------
 NEWS                                               |    79 +
 UPGRADING                                          |    92 -
 aclocal.m4                                         |     3 +
 autogen.sh                                         |   140 +-
 compile => build/compile                           |     0
 build/config.guess                                 |  1558 ++
 build/config.sub                                   |  1791 +++
 build/depcomp                                      |   791 +
 build/install-sh                                   |   527 +
 build/missing                                      |   215 +
 build/test-driver                                  |   139 +
 config.guess                                       |  1530 --
 config.h.in                                        |    80 +-
 config.sub                                         |  1782 ---
 configure                                          |  5067 +++++--
 configure.ac                                       |   433 +-
 debian/changelog                                   |    12 +
 debian/control                                     |    12 +-
 debian/copyright                                   |    59 +-
 debian/mpd.conf                                    |    31 -
 debian/patches/add_mpd_socket.patch                |    15 +
 debian/patches/mms_deadlock.patch                  |    15 +
 debian/patches/series                              |     3 +
 debian/patches/systemd_honor_MPDCONF.patch         |     8 +-
 debian/patches/typo.patch                          |    14 +
 debian/rules                                       |    24 +-
 depcomp                                            |   708 -
 doc/developer.xml                                  |    50 +-
 doc/doxygen.conf                                   |     4 +-
 doc/mpd.conf.5                                     |    83 +-
 doc/mpdconf.example                                |    32 -
 doc/protocol.xml                                   |   470 +-
 doc/user.xml                                       |  1712 ++-
 install-sh                                         |   527 -
 m4/ax_append_compile_flags.m4                      |     6 +-
 m4/ax_append_link_flags.m4                         |     6 +-
 m4/ax_boost_base.m4                                |   272 +
 m4/ax_check_compile_flag.m4                        |     8 +-
 m4/ax_check_link_flag.m4                           |     8 +-
 m4/ax_pthread.m4                                   |   332 +
 m4/ax_require_defined.m4                           |    37 +
 m4/mpd_func.m4                                     |    13 +
 m4/pkg.m4                                          |   117 +-
 m4/ucred.m4                                        |    16 +-
 missing                                            |   331 -
 mpd.service.in                                     |     9 -
 src/ArchiveDomain.cxx                              |    23 -
 src/ArchiveDomain.hxx                              |    25 -
 src/ArchiveFile.hxx                                |    58 -
 src/ArchiveList.cxx                                |    90 -
 src/ArchiveList.hxx                                |    47 -
 src/ArchiveLookup.cxx                              |   104 -
 src/ArchiveLookup.hxx                              |    45 -
 src/ArchivePlugin.cxx                              |    39 -
 src/ArchivePlugin.hxx                              |    62 -
 src/ArchiveVisitor.hxx                             |    28 -
 src/AudioConfig.cxx                                |     8 +-
 src/AudioConfig.hxx                                |     2 +-
 src/AudioFormat.cxx                                |     2 +-
 src/AudioFormat.hxx                                |     2 +-
 src/AudioParser.cxx                                |     2 +-
 src/AudioParser.hxx                                |     2 +-
 src/AvahiPoll.cxx                                  |   151 -
 src/AvahiPoll.hxx                                  |    48 -
 src/CheckAudioFormat.cxx                           |     2 +-
 src/CheckAudioFormat.hxx                           |     2 +-
 src/Chrono.hxx                                     |   226 +
 src/Client.cxx                                     |    24 -
 src/Client.hxx                                     |   187 -
 src/ClientEvent.cxx                                |    37 -
 src/ClientExpire.cxx                               |    43 -
 src/ClientFile.cxx                                 |    70 -
 src/ClientFile.hxx                                 |    40 -
 src/ClientGlobal.cxx                               |    46 -
 src/ClientIdle.cxx                                 |    75 -
 src/ClientInternal.hxx                             |    39 -
 src/ClientList.cxx                                 |    56 -
 src/ClientList.hxx                                 |    64 -
 src/ClientMessage.cxx                              |    41 -
 src/ClientMessage.hxx                              |    52 -
 src/ClientNew.cxx                                  |   126 -
 src/ClientProcess.cxx                              |   141 -
 src/ClientRead.cxx                                 |    76 -
 src/ClientSubscribe.cxx                            |    92 -
 src/ClientWrite.cxx                                |    61 -
 src/CommandLine.cxx                                |   317 +-
 src/CommandLine.hxx                                |    12 +-
 src/Compiler.h                                     |     2 +-
 src/ConfigData.cxx                                 |   160 -
 src/ConfigData.hxx                                 |   134 -
 src/ConfigDefaults.hxx                             |    26 -
 src/ConfigError.cxx                                |    23 -
 src/ConfigError.hxx                                |    25 -
 src/ConfigFile.cxx                                 |   272 -
 src/ConfigFile.hxx                                 |    30 -
 src/ConfigGlobal.cxx                               |   177 -
 src/ConfigGlobal.hxx                               |    95 -
 src/ConfigOption.hxx                               |    90 -
 src/ConfigParser.cxx                               |    40 -
 src/ConfigParser.hxx                               |    26 -
 src/ConfigPath.cxx                                 |   132 -
 src/ConfigPath.hxx                                 |    29 -
 src/ConfigTemplates.cxx                            |    96 -
 src/ConfigTemplates.hxx                            |    33 -
 src/CrossFade.cxx                                  |    10 +-
 src/CrossFade.hxx                                  |     5 +-
 src/Daemon.cxx                                     |   247 -
 src/Daemon.hxx                                     |    91 -
 src/DatabaseError.cxx                              |    24 -
 src/DatabaseError.hxx                              |    37 -
 src/DatabaseGlue.cxx                               |   159 -
 src/DatabaseGlue.hxx                               |    59 -
 src/DatabaseHelpers.cxx                            |   134 -
 src/DatabaseHelpers.hxx                            |    42 -
 src/DatabaseLock.cxx                               |    28 -
 src/DatabaseLock.hxx                               |    97 -
 src/DatabasePlaylist.cxx                           |    50 -
 src/DatabasePlaylist.hxx                           |    34 -
 src/DatabasePlugin.hxx                             |   156 -
 src/DatabasePrint.cxx                              |   241 -
 src/DatabasePrint.hxx                              |    55 -
 src/DatabaseQueue.cxx                              |    54 -
 src/DatabaseQueue.hxx                              |    31 -
 src/DatabaseRegistry.cxx                           |    43 -
 src/DatabaseRegistry.hxx                           |    37 -
 src/DatabaseSave.cxx                               |   157 -
 src/DatabaseSave.hxx                               |    35 -
 src/DatabaseSelection.cxx                          |    49 -
 src/DatabaseSelection.hxx                          |    60 -
 src/DatabaseSimple.hxx                             |    74 -
 src/DatabaseVisitor.hxx                            |    37 -
 src/DecoderAPI.cxx                                 |   585 -
 src/DecoderAPI.hxx                                 |   209 -
 src/DecoderBuffer.cxx                              |   185 -
 src/DecoderBuffer.hxx                              |   123 -
 src/DecoderCommand.hxx                             |    32 -
 src/DecoderControl.cxx                             |   145 -
 src/DecoderControl.hxx                             |   395 -
 src/DecoderError.cxx                               |    23 -
 src/DecoderError.hxx                               |    25 -
 src/DecoderInternal.cxx                            |   103 -
 src/DecoderInternal.hxx                            |   117 -
 src/DecoderList.cxx                                |   239 -
 src/DecoderList.hxx                                |    92 -
 src/DecoderPlugin.cxx                              |    42 -
 src/DecoderPlugin.hxx                              |   181 -
 src/DecoderPrint.cxx                               |    55 -
 src/DecoderPrint.hxx                               |    28 -
 src/DecoderThread.cxx                              |   460 -
 src/DecoderThread.hxx                              |    28 -
 src/DespotifyUtils.cxx                             |   154 -
 src/DespotifyUtils.hxx                             |    71 -
 src/DetachedSong.cxx                               |    73 +
 src/DetachedSong.hxx                               |   226 +
 src/Directory.cxx                                  |   331 -
 src/Directory.hxx                                  |   263 -
 src/DirectorySave.cxx                              |   171 -
 src/DirectorySave.hxx                              |    35 -
 src/EncoderAPI.hxx                                 |    33 -
 src/EncoderList.cxx                                |    64 -
 src/EncoderList.hxx                                |    43 -
 src/EncoderPlugin.hxx                              |   321 -
 src/ExcludeList.cxx                                |    83 -
 src/ExcludeList.hxx                                |    80 -
 src/FilterConfig.cxx                               |   110 -
 src/FilterConfig.hxx                               |    43 -
 src/FilterInternal.hxx                             |    74 -
 src/FilterPlugin.cxx                               |    59 -
 src/FilterPlugin.hxx                               |    67 -
 src/FilterRegistry.cxx                             |    44 -
 src/FilterRegistry.hxx                             |    43 -
 src/GlobalEvents.cxx                               |     3 +-
 src/GlobalEvents.hxx                               |    11 +-
 src/IOThread.cxx                                   |     5 +-
 src/IOThread.hxx                                   |     4 +-
 src/IcyMetaDataParser.cxx                          |    50 +-
 src/IcyMetaDataParser.hxx                          |     9 +-
 src/IcyMetaDataServer.cxx                          |   135 -
 src/IcyMetaDataServer.hxx                          |    39 -
 src/IdTable.hxx                                    |    91 -
 src/Idle.cxx                                       |    17 +-
 src/Idle.hxx                                       |    18 +-
 src/InotifyDomain.cxx                              |    23 -
 src/InotifyDomain.hxx                              |    25 -
 src/InotifyQueue.cxx                               |    90 -
 src/InotifyQueue.hxx                               |    41 -
 src/InotifySource.cxx                              |   114 -
 src/InotifySource.hxx                              |    71 -
 src/InotifyUpdate.cxx                              |   339 -
 src/InotifyUpdate.hxx                              |    47 -
 src/InputInit.cxx                                  |   102 -
 src/InputInit.hxx                                  |    36 -
 src/InputPlugin.hxx                                |    91 -
 src/InputRegistry.cxx                              |    72 -
 src/InputRegistry.hxx                              |    43 -
 src/InputStream.cxx                                |   192 -
 src/InputStream.hxx                                |   292 -
 src/Instance.cxx                                   |    72 +-
 src/Instance.hxx                                   |    79 +-
 src/Listen.cxx                                     |    47 +-
 src/Listen.hxx                                     |     6 +-
 src/Log.cxx                                        |    55 +-
 src/Log.hxx                                        |    39 +-
 src/LogBackend.cxx                                 |   224 +
 src/LogBackend.hxx                                 |    45 +
 src/LogInit.cxx                                    |   254 +-
 src/LogInit.hxx                                    |     2 +-
 src/LogLevel.hxx                                   |    59 +
 src/LogV.hxx                                       |     4 +-
 src/Main.cxx                                       |   428 +-
 src/Main.hxx                                       |    25 +-
 src/Mapper.cxx                                     |   187 +-
 src/Mapper.hxx                                     |    80 +-
 src/MemorySongEnumerator.cxx                       |    32 -
 src/MemorySongEnumerator.hxx                       |    38 -
 src/MixRampInfo.hxx                                |     2 +-
 src/MixerAll.cxx                                   |   175 -
 src/MixerAll.hxx                                   |    64 -
 src/MixerControl.cxx                               |   162 -
 src/MixerControl.hxx                               |    60 -
 src/MixerInternal.hxx                              |    59 -
 src/MixerList.hxx                                  |    35 -
 src/MixerPlugin.hxx                                |    95 -
 src/MixerType.cxx                                  |    39 -
 src/MixerType.hxx                                  |    47 -
 src/MusicBuffer.cxx                                |     6 +-
 src/MusicBuffer.hxx                                |    14 +-
 src/MusicChunk.cxx                                 |    27 +-
 src/MusicChunk.hxx                                 |    26 +-
 src/MusicPipe.cxx                                  |    16 +-
 src/MusicPipe.hxx                                  |    20 +-
 src/OutputAPI.hxx                                  |    29 -
 src/OutputAll.cxx                                  |   594 -
 src/OutputAll.hxx                                  |   174 -
 src/OutputCommand.cxx                              |   113 -
 src/OutputCommand.hxx                              |    51 -
 src/OutputControl.cxx                              |   336 -
 src/OutputControl.hxx                              |    90 -
 src/OutputError.cxx                                |    23 -
 src/OutputError.hxx                                |    25 -
 src/OutputFinish.cxx                               |    51 -
 src/OutputInit.cxx                                 |   331 -
 src/OutputInternal.hxx                             |   297 -
 src/OutputList.cxx                                 |   100 -
 src/OutputList.hxx                                 |    33 -
 src/OutputPlugin.cxx                               |   109 -
 src/OutputPlugin.hxx                               |   202 -
 src/OutputPrint.cxx                                |    45 -
 src/OutputPrint.hxx                                |    34 -
 src/OutputState.cxx                                |    94 -
 src/OutputState.hxx                                |    44 -
 src/OutputThread.cxx                               |   688 -
 src/OutputThread.hxx                               |    27 -
 src/Page.cxx                                       |    70 -
 src/Page.hxx                                       |   104 -
 src/Partition.cxx                                  |    41 +-
 src/Partition.hxx                                  |    57 +-
 src/Permission.cxx                                 |    12 +-
 src/Permission.hxx                                 |     2 +-
 src/PlayerControl.cxx                              |    46 +-
 src/PlayerControl.hxx                              |    69 +-
 src/PlayerListener.hxx                             |    36 +
 src/PlayerThread.cxx                               |   191 +-
 src/PlayerThread.hxx                               |     8 +-
 src/Playlist.cxx                                   |   349 -
 src/Playlist.hxx                                   |   284 -
 src/PlaylistAny.cxx                                |    70 -
 src/PlaylistAny.hxx                                |    41 -
 src/PlaylistControl.cxx                            |   269 -
 src/PlaylistDatabase.cxx                           |    19 +-
 src/PlaylistDatabase.hxx                           |     7 +-
 src/PlaylistEdit.cxx                               |   463 -
 src/PlaylistError.cxx                              |     2 +-
 src/PlaylistError.hxx                              |     2 +-
 src/PlaylistFile.cxx                               |   102 +-
 src/PlaylistFile.hxx                               |    12 +-
 src/PlaylistGlobal.cxx                             |     3 +-
 src/PlaylistGlobal.hxx                             |     2 +-
 src/PlaylistInfo.hxx                               |    63 -
 src/PlaylistMapper.cxx                             |   102 -
 src/PlaylistMapper.hxx                             |    40 -
 src/PlaylistPlugin.hxx                             |   109 -
 src/PlaylistPrint.cxx                              |    83 +-
 src/PlaylistPrint.hxx                              |    14 +-
 src/PlaylistQueue.cxx                              |    90 -
 src/PlaylistQueue.hxx                              |    59 -
 src/PlaylistRegistry.cxx                           |   341 -
 src/PlaylistRegistry.hxx                           |    83 -
 src/PlaylistSave.cxx                               |    86 +-
 src/PlaylistSave.hxx                               |    16 +-
 src/PlaylistSong.cxx                               |   176 -
 src/PlaylistSong.hxx                               |    37 -
 src/PlaylistState.cxx                              |   244 -
 src/PlaylistState.hxx                              |    52 -
 src/PlaylistUpdate.cxx                             |    80 -
 src/PlaylistVector.cxx                             |    67 -
 src/PlaylistVector.hxx                             |    56 -
 src/Queue.cxx                                      |   490 -
 src/Queue.hxx                                      |   378 -
 src/QueuePrint.cxx                                 |   107 -
 src/QueuePrint.hxx                                 |    54 -
 src/QueueSave.cxx                                  |   133 -
 src/QueueSave.hxx                                  |    42 -
 src/ReplayGainConfig.cxx                           |     8 +-
 src/ReplayGainConfig.hxx                           |     2 +-
 src/ReplayGainInfo.cxx                             |     2 +-
 src/ReplayGainInfo.hxx                             |     2 +-
 src/SignalHandlers.cxx                             |    82 -
 src/SignalHandlers.hxx                             |    31 -
 src/Song.cxx                                       |   183 -
 src/Song.hxx                                       |   152 -
 src/SongEnumerator.hxx                             |    41 -
 src/SongFilter.cxx                                 |   148 +-
 src/SongFilter.hxx                                 |    26 +-
 src/SongLoader.cxx                                 |   111 +
 src/SongLoader.hxx                                 |    77 +
 src/SongPointer.hxx                                |    63 -
 src/SongPrint.cxx                                  |   112 +-
 src/SongPrint.hxx                                  |    15 +-
 src/SongSave.cxx                                   |    86 +-
 src/SongSave.hxx                                   |    15 +-
 src/SongSort.cxx                                   |   124 -
 src/SongSort.hxx                                   |    28 -
 src/SongSticker.cxx                                |   135 -
 src/SongSticker.hxx                                |    86 -
 src/SongUpdate.cxx                                 |   142 +-
 src/StateFile.cxx                                  |    72 +-
 src/StateFile.hxx                                  |    18 +-
 src/Stats.cxx                                      |   104 +-
 src/Stats.hxx                                      |     7 +-
 src/StickerDatabase.cxx                            |   604 -
 src/StickerDatabase.hxx                            |   161 -
 src/StickerPrint.cxx                               |    44 -
 src/StickerPrint.hxx                               |    38 -
 src/TagFile.cxx                                    |   104 +-
 src/TagFile.hxx                                    |     5 +-
 src/TagPrint.cxx                                   |    31 +-
 src/TagPrint.hxx                                   |    12 +-
 src/TagSave.cxx                                    |    20 +-
 src/TagSave.hxx                                    |     7 +-
 src/TagStream.cxx                                  |    78 +
 src/TagStream.hxx                                  |    41 +
 src/TextFile.cxx                                   |    77 -
 src/TextFile.hxx                                   |    61 -
 src/TextInputStream.cxx                            |    79 -
 src/TextInputStream.hxx                            |    57 -
 src/TimePrint.cxx                                  |     4 +-
 src/TimePrint.hxx                                  |     2 +-
 src/Timer.cxx                                      |    82 -
 src/Timer.hxx                                      |    49 -
 src/UpdateArchive.cxx                              |   169 -
 src/UpdateArchive.hxx                              |    51 -
 src/UpdateContainer.cxx                            |   127 -
 src/UpdateContainer.hxx                            |    36 -
 src/UpdateDatabase.cxx                             |   104 -
 src/UpdateDatabase.hxx                             |    50 -
 src/UpdateDomain.cxx                               |    23 -
 src/UpdateDomain.hxx                               |    25 -
 src/UpdateGlue.cxx                                 |   181 -
 src/UpdateGlue.hxx                                 |    43 -
 src/UpdateIO.cxx                                   |   113 -
 src/UpdateIO.hxx                                   |    50 -
 src/UpdateInternal.hxx                             |    28 -
 src/UpdateQueue.cxx                                |    49 -
 src/UpdateQueue.hxx                                |    48 -
 src/UpdateRemove.cxx                               |    94 -
 src/UpdateRemove.hxx                               |    38 -
 src/UpdateSong.cxx                                 |   116 -
 src/UpdateSong.hxx                                 |    34 -
 src/UpdateWalk.cxx                                 |   488 -
 src/UpdateWalk.hxx                                 |    37 -
 src/Volume.cxx                                     |   140 -
 src/Volume.hxx                                     |    51 -
 src/ZeroconfAvahi.cxx                              |   278 -
 src/ZeroconfAvahi.hxx                              |    31 -
 src/ZeroconfBonjour.cxx                            |   109 -
 src/ZeroconfBonjour.hxx                            |    31 -
 src/ZeroconfGlue.cxx                               |    83 -
 src/ZeroconfGlue.hxx                               |    47 -
 src/ZeroconfInternal.hxx                           |    26 -
 src/android/Context.cxx                            |    43 +
 src/android/Context.hxx                            |    35 +
 src/android/Environment.cxx                        |    85 +
 src/android/Environment.hxx                        |    43 +
 src/archive/ArchiveDomain.cxx                      |    23 +
 src/archive/ArchiveDomain.hxx                      |    25 +
 src/archive/ArchiveFile.hxx                        |    61 +
 src/archive/ArchiveList.cxx                        |    90 +
 src/archive/ArchiveList.hxx                        |    47 +
 src/archive/ArchiveLookup.cxx                      |   103 +
 src/archive/ArchiveLookup.hxx                      |    45 +
 src/archive/ArchivePlugin.cxx                      |    40 +
 src/archive/ArchivePlugin.hxx                      |    61 +
 src/archive/ArchiveVisitor.hxx                     |    28 +
 src/archive/Bzip2ArchivePlugin.cxx                 |   294 -
 src/archive/Bzip2ArchivePlugin.hxx                 |    25 -
 src/archive/Iso9660ArchivePlugin.cxx               |   260 -
 src/archive/Iso9660ArchivePlugin.hxx               |    25 -
 src/archive/ZzipArchivePlugin.cxx                  |   225 -
 src/archive/ZzipArchivePlugin.hxx                  |    25 -
 src/archive/plugins/Bzip2ArchivePlugin.cxx         |   259 +
 src/archive/plugins/Bzip2ArchivePlugin.hxx         |    27 +
 src/archive/plugins/Iso9660ArchivePlugin.cxx       |   238 +
 src/archive/plugins/Iso9660ArchivePlugin.hxx       |    27 +
 src/archive/plugins/ZzipArchivePlugin.cxx          |   192 +
 src/archive/plugins/ZzipArchivePlugin.hxx          |    27 +
 src/check.h                                        |     2 +-
 src/client/Client.cxx                              |    42 +
 src/client/Client.hxx                              |   226 +
 src/client/ClientEvent.cxx                         |    37 +
 src/client/ClientExpire.cxx                        |    43 +
 src/client/ClientFile.cxx                          |    64 +
 src/client/ClientGlobal.cxx                        |    45 +
 src/client/ClientIdle.cxx                          |    75 +
 src/client/ClientInternal.hxx                      |    39 +
 src/client/ClientList.cxx                          |    49 +
 src/client/ClientList.hxx                          |    65 +
 src/client/ClientMessage.cxx                       |    41 +
 src/client/ClientMessage.hxx                       |    58 +
 src/client/ClientNew.cxx                           |   117 +
 src/client/ClientProcess.cxx                       |   141 +
 src/client/ClientRead.cxx                          |    75 +
 src/client/ClientSubscribe.cxx                     |    87 +
 src/client/ClientWrite.cxx                         |    61 +
 src/command/AllCommands.cxx                        |    66 +-
 src/command/AllCommands.hxx                        |     2 +-
 src/command/CommandError.cxx                       |    17 +-
 src/command/CommandError.hxx                       |     2 +-
 src/command/CommandListBuilder.cxx                 |     4 +-
 src/command/CommandListBuilder.hxx                 |     2 +-
 src/command/CommandResult.hxx                      |     2 +-
 src/command/DatabaseCommands.cxx                   |   168 +-
 src/command/DatabaseCommands.hxx                   |    25 +-
 src/command/FileCommands.cxx                       |   180 +-
 src/command/FileCommands.hxx                       |     7 +-
 src/command/MessageCommands.cxx                    |    29 +-
 src/command/MessageCommands.hxx                    |    12 +-
 src/command/NeighborCommands.cxx                   |    59 +
 src/command/NeighborCommands.hxx                   |    36 +
 src/command/OtherCommands.cxx                      |   280 +-
 src/command/OtherCommands.hxx                      |    35 +-
 src/command/OutputCommands.cxx                     |    32 +-
 src/command/OutputCommands.hxx                     |    10 +-
 src/command/PlayerCommands.cxx                     |    95 +-
 src/command/PlayerCommands.hxx                     |    44 +-
 src/command/PlaylistCommands.cxx                   |    93 +-
 src/command/PlaylistCommands.hxx                   |    24 +-
 src/command/QueueCommands.cxx                      |   207 +-
 src/command/QueueCommands.hxx                      |    43 +-
 src/command/StickerCommands.cxx                    |    60 +-
 src/command/StickerCommands.hxx                    |     4 +-
 src/command/StorageCommands.cxx                    |   297 +
 src/command/StorageCommands.hxx                    |    43 +
 src/command/TagCommands.cxx                        |    78 +
 src/command/TagCommands.hxx                        |    33 +
 src/config/ConfigData.cxx                          |   159 +
 src/config/ConfigData.hxx                          |   134 +
 src/config/ConfigDefaults.hxx                      |    26 +
 src/config/ConfigError.cxx                         |    23 +
 src/config/ConfigError.hxx                         |    25 +
 src/config/ConfigFile.cxx                          |   269 +
 src/config/ConfigFile.hxx                          |    30 +
 src/config/ConfigGlobal.cxx                        |   190 +
 src/config/ConfigGlobal.hxx                        |    97 +
 src/config/ConfigOption.hxx                        |    92 +
 src/config/ConfigParser.cxx                        |    40 +
 src/config/ConfigParser.hxx                        |    26 +
 src/config/ConfigPath.cxx                          |   131 +
 src/config/ConfigPath.hxx                          |    29 +
 src/config/ConfigTemplates.cxx                     |    98 +
 src/config/ConfigTemplates.hxx                     |    31 +
 src/cue/CueParser.cxx                              |   321 -
 src/cue/CueParser.hxx                              |   133 -
 src/db/Configured.cxx                              |    72 +
 src/db/Configured.hxx                              |    39 +
 src/db/Count.cxx                                   |   151 +
 src/db/Count.hxx                                   |    39 +
 src/db/DatabaseError.cxx                           |    24 +
 src/db/DatabaseError.hxx                           |    39 +
 src/db/DatabaseGlue.cxx                            |    45 +
 src/db/DatabaseGlue.hxx                            |    40 +
 src/db/DatabaseListener.hxx                        |    46 +
 src/db/DatabaseLock.cxx                            |    27 +
 src/db/DatabaseLock.hxx                            |    97 +
 src/db/DatabasePlaylist.cxx                        |    52 +
 src/db/DatabasePlaylist.hxx                        |    37 +
 src/db/DatabasePlugin.hxx                          |    58 +
 src/db/DatabasePrint.cxx                           |   221 +
 src/db/DatabasePrint.hxx                           |    45 +
 src/db/DatabaseQueue.cxx                           |    53 +
 src/db/DatabaseQueue.hxx                           |    31 +
 src/db/DatabaseSong.cxx                            |    55 +
 src/db/DatabaseSong.hxx                            |    50 +
 src/db/Helpers.cxx                                 |    98 +
 src/db/Helpers.hxx                                 |    32 +
 src/db/Interface.hxx                               |   138 +
 src/db/LightDirectory.hxx                          |    61 +
 src/db/LightSong.cxx                               |    35 +
 src/db/LightSong.hxx                               |    93 +
 src/db/PlaylistInfo.hxx                            |    63 +
 src/db/PlaylistVector.cxx                          |    66 +
 src/db/PlaylistVector.hxx                          |    56 +
 src/db/ProxyDatabasePlugin.cxx                     |   681 -
 src/db/ProxyDatabasePlugin.hxx                     |    27 -
 src/db/Registry.cxx                                |    48 +
 src/db/Registry.hxx                                |    37 +
 src/db/Selection.cxx                               |    49 +
 src/db/Selection.hxx                               |    60 +
 src/db/SimpleDatabasePlugin.cxx                    |   323 -
 src/db/SimpleDatabasePlugin.hxx                    |    99 -
 src/db/Stats.hxx                                   |    53 +
 src/db/UniqueTags.cxx                              |    59 +
 src/db/UniqueTags.hxx                              |    38 +
 src/db/Uri.hxx                                     |    29 +
 src/db/Visitor.hxx                                 |    38 +
 src/db/plugins/LazyDatabase.cxx                    |   108 +
 src/db/plugins/LazyDatabase.hxx                    |    69 +
 src/db/plugins/ProxyDatabasePlugin.cxx             |   851 ++
 src/db/plugins/ProxyDatabasePlugin.hxx             |    27 +
 src/db/plugins/simple/DatabaseSave.cxx             |   160 +
 src/db/plugins/simple/DatabaseSave.hxx             |    34 +
 src/db/plugins/simple/Directory.cxx                |   277 +
 src/db/plugins/simple/Directory.hxx                |   285 +
 src/db/plugins/simple/DirectorySave.cxx            |   207 +
 src/db/plugins/simple/DirectorySave.hxx            |    34 +
 src/db/plugins/simple/Mount.cxx                    |    96 +
 src/db/plugins/simple/Mount.hxx                    |    36 +
 src/db/plugins/simple/PrefixedLightSong.hxx        |    41 +
 src/db/plugins/simple/SimpleDatabasePlugin.cxx     |   541 +
 src/db/plugins/simple/SimpleDatabasePlugin.hxx     |   149 +
 src/db/plugins/simple/Song.cxx                     |   112 +
 src/db/plugins/simple/Song.hxx                     |   130 +
 src/db/plugins/simple/SongSort.cxx                 |   108 +
 src/db/plugins/simple/SongSort.hxx                 |    30 +
 src/db/plugins/upnp/ContentDirectoryService.cxx    |   205 +
 src/db/plugins/upnp/Directory.cxx                  |   262 +
 src/db/plugins/upnp/Directory.hxx                  |    66 +
 src/db/plugins/upnp/Object.cxx                     |    25 +
 src/db/plugins/upnp/Object.hxx                     |    85 +
 src/db/plugins/upnp/Tags.cxx                       |    33 +
 src/db/plugins/upnp/Tags.hxx                       |    28 +
 src/db/plugins/upnp/UpnpDatabasePlugin.cxx         |   783 +
 src/db/plugins/upnp/UpnpDatabasePlugin.hxx         |    27 +
 src/db/update/Archive.cxx                          |   167 +
 src/db/update/Container.cxx                        |   132 +
 src/db/update/Editor.cxx                           |   119 +
 src/db/update/Editor.hxx                           |    71 +
 src/db/update/ExcludeList.cxx                      |    93 +
 src/db/update/ExcludeList.hxx                      |    92 +
 src/db/update/InotifyDomain.cxx                    |    23 +
 src/db/update/InotifyDomain.hxx                    |    25 +
 src/db/update/InotifyQueue.cxx                     |    89 +
 src/db/update/InotifyQueue.hxx                     |    46 +
 src/db/update/InotifySource.cxx                    |   116 +
 src/db/update/InotifySource.hxx                    |    72 +
 src/db/update/InotifyUpdate.cxx                    |   344 +
 src/db/update/InotifyUpdate.hxx                    |    37 +
 src/db/update/Queue.cxx                            |    67 +
 src/db/update/Queue.hxx                            |    77 +
 src/db/update/Remove.cxx                           |    68 +
 src/db/update/Remove.hxx                           |    62 +
 src/db/update/Service.cxx                          |   279 +
 src/db/update/Service.hxx                          |   116 +
 src/db/update/UpdateDomain.cxx                     |    23 +
 src/db/update/UpdateDomain.hxx                     |    25 +
 src/db/update/UpdateIO.cxx                         |   107 +
 src/db/update/UpdateIO.hxx                         |    62 +
 src/db/update/UpdateSong.cxx                       |   103 +
 src/db/update/Walk.cxx                             |   491 +
 src/db/update/Walk.hxx                             |   157 +
 src/decoder/AdPlugDecoderPlugin.cxx                |   141 -
 src/decoder/AdPlugDecoderPlugin.h                  |    25 -
 src/decoder/AudiofileDecoderPlugin.cxx             |   283 -
 src/decoder/AudiofileDecoderPlugin.hxx             |    25 -
 src/decoder/DecoderAPI.cxx                         |   641 +
 src/decoder/DecoderAPI.hxx                         |   237 +
 src/decoder/DecoderBuffer.cxx                      |    71 +
 src/decoder/DecoderBuffer.hxx                      |   117 +
 src/decoder/DecoderCommand.hxx                     |    32 +
 src/decoder/DecoderControl.cxx                     |   139 +
 src/decoder/DecoderControl.hxx                     |   395 +
 src/decoder/DecoderError.cxx                       |    23 +
 src/decoder/DecoderError.hxx                       |    25 +
 src/decoder/DecoderInternal.cxx                    |   104 +
 src/decoder/DecoderInternal.hxx                    |   126 +
 src/decoder/DecoderList.cxx                        |   167 +
 src/decoder/DecoderList.hxx                        |    89 +
 src/decoder/DecoderPlugin.cxx                      |    42 +
 src/decoder/DecoderPlugin.hxx                      |   186 +
 src/decoder/DecoderPrint.cxx                       |    55 +
 src/decoder/DecoderPrint.hxx                       |    28 +
 src/decoder/DecoderThread.cxx                      |   508 +
 src/decoder/DecoderThread.hxx                      |    28 +
 src/decoder/DsdLib.cxx                             |   157 -
 src/decoder/DsdLib.hxx                             |    78 -
 src/decoder/DsdiffDecoderPlugin.cxx                |   522 -
 src/decoder/DsdiffDecoderPlugin.hxx                |    25 -
 src/decoder/DsfDecoderPlugin.cxx                   |   361 -
 src/decoder/DsfDecoderPlugin.hxx                   |    25 -
 src/decoder/FaadDecoderPlugin.cxx                  |   498 -
 src/decoder/FaadDecoderPlugin.hxx                  |    25 -
 src/decoder/FfmpegDecoderPlugin.cxx                |   731 -
 src/decoder/FfmpegDecoderPlugin.hxx                |    25 -
 src/decoder/FfmpegMetaData.cxx                     |    76 -
 src/decoder/FfmpegMetaData.hxx                     |    38 -
 src/decoder/FlacCommon.cxx                         |   194 -
 src/decoder/FlacCommon.hxx                         |    94 -
 src/decoder/FlacDecoderPlugin.cxx                  |   387 -
 src/decoder/FlacDecoderPlugin.h                    |    26 -
 src/decoder/FlacDomain.cxx                         |    24 -
 src/decoder/FlacDomain.hxx                         |    27 -
 src/decoder/FlacIOHandle.cxx                       |   114 -
 src/decoder/FlacIOHandle.hxx                       |    45 -
 src/decoder/FlacInput.cxx                          |   154 -
 src/decoder/FlacInput.hxx                          |    75 -
 src/decoder/FlacMetadata.cxx                       |   245 -
 src/decoder/FlacMetadata.hxx                       |   141 -
 src/decoder/FlacPcm.cxx                            |   110 -
 src/decoder/FlacPcm.hxx                            |    33 -
 src/decoder/FluidsynthDecoderPlugin.cxx            |   224 -
 src/decoder/FluidsynthDecoderPlugin.hxx            |    25 -
 src/decoder/GmeDecoderPlugin.cxx                   |   295 -
 src/decoder/GmeDecoderPlugin.hxx                   |    25 -
 src/decoder/MadDecoderPlugin.cxx                   |  1155 --
 src/decoder/MadDecoderPlugin.hxx                   |    25 -
 src/decoder/MikmodDecoderPlugin.cxx                |   248 -
 src/decoder/MikmodDecoderPlugin.hxx                |    25 -
 src/decoder/ModplugDecoderPlugin.cxx               |   215 -
 src/decoder/ModplugDecoderPlugin.hxx               |    25 -
 src/decoder/MpcdecDecoderPlugin.cxx                |   280 -
 src/decoder/MpcdecDecoderPlugin.hxx                |    25 -
 src/decoder/Mpg123DecoderPlugin.cxx                |   256 -
 src/decoder/Mpg123DecoderPlugin.hxx                |    25 -
 src/decoder/OggCodec.cxx                           |    50 -
 src/decoder/OggCodec.hxx                           |    39 -
 src/decoder/OggFind.cxx                            |    68 -
 src/decoder/OggFind.hxx                            |    57 -
 src/decoder/OggSyncState.hxx                       |    78 -
 src/decoder/OggUtil.cxx                            |   118 -
 src/decoder/OggUtil.hxx                            |    87 -
 src/decoder/OpusDecoderPlugin.cxx                  |   489 -
 src/decoder/OpusDecoderPlugin.h                    |    25 -
 src/decoder/OpusDomain.cxx                         |    24 -
 src/decoder/OpusDomain.hxx                         |    27 -
 src/decoder/OpusHead.cxx                           |    44 -
 src/decoder/OpusHead.hxx                           |    30 -
 src/decoder/OpusReader.hxx                         |   101 -
 src/decoder/OpusTags.cxx                           |   102 -
 src/decoder/OpusTags.hxx                           |    34 -
 src/decoder/PcmDecoderPlugin.cxx                   |   114 -
 src/decoder/PcmDecoderPlugin.hxx                   |    33 -
 src/decoder/SidplayDecoderPlugin.cxx               |   435 -
 src/decoder/SidplayDecoderPlugin.hxx               |    25 -
 src/decoder/SndfileDecoderPlugin.cxx               |   273 -
 src/decoder/SndfileDecoderPlugin.hxx               |    25 -
 src/decoder/VorbisComments.cxx                     |   149 -
 src/decoder/VorbisComments.hxx                     |    39 -
 src/decoder/VorbisDecoderPlugin.cxx                |   352 -
 src/decoder/VorbisDecoderPlugin.h                  |    25 -
 src/decoder/VorbisDomain.cxx                       |    24 -
 src/decoder/VorbisDomain.hxx                       |    27 -
 src/decoder/WavpackDecoderPlugin.cxx               |   571 -
 src/decoder/WavpackDecoderPlugin.hxx               |    25 -
 src/decoder/WildmidiDecoderPlugin.cxx              |   158 -
 src/decoder/WildmidiDecoderPlugin.hxx              |    25 -
 src/decoder/XiphTags.cxx                           |    28 -
 src/decoder/XiphTags.hxx                           |    28 -
 src/decoder/plugins/AdPlugDecoderPlugin.cxx        |   148 +
 src/decoder/plugins/AdPlugDecoderPlugin.h          |    25 +
 src/decoder/plugins/AudiofileDecoderPlugin.cxx     |   297 +
 src/decoder/plugins/AudiofileDecoderPlugin.hxx     |    25 +
 src/decoder/plugins/DsdLib.cxx                     |   144 +
 src/decoder/plugins/DsdLib.hxx                     |    86 +
 src/decoder/plugins/DsdiffDecoderPlugin.cxx        |   510 +
 src/decoder/plugins/DsdiffDecoderPlugin.hxx        |    25 +
 src/decoder/plugins/DsfDecoderPlugin.cxx           |   383 +
 src/decoder/plugins/DsfDecoderPlugin.hxx           |    25 +
 src/decoder/plugins/FaadDecoderPlugin.cxx          |   458 +
 src/decoder/plugins/FaadDecoderPlugin.hxx          |    25 +
 src/decoder/plugins/FfmpegDecoderPlugin.cxx        |   768 +
 src/decoder/plugins/FfmpegDecoderPlugin.hxx        |    25 +
 src/decoder/plugins/FfmpegMetaData.cxx             |    76 +
 src/decoder/plugins/FfmpegMetaData.hxx             |    38 +
 src/decoder/plugins/FlacCommon.cxx                 |   193 +
 src/decoder/plugins/FlacCommon.hxx                 |    93 +
 src/decoder/plugins/FlacDecoderPlugin.cxx          |   387 +
 src/decoder/plugins/FlacDecoderPlugin.h            |    26 +
 src/decoder/plugins/FlacDomain.cxx                 |    24 +
 src/decoder/plugins/FlacDomain.hxx                 |    27 +
 src/decoder/plugins/FlacIOHandle.cxx               |   134 +
 src/decoder/plugins/FlacIOHandle.hxx               |    45 +
 src/decoder/plugins/FlacInput.cxx                  |   154 +
 src/decoder/plugins/FlacInput.hxx                  |    75 +
 src/decoder/plugins/FlacMetadata.cxx               |   179 +
 src/decoder/plugins/FlacMetadata.hxx               |   131 +
 src/decoder/plugins/FlacPcm.cxx                    |   110 +
 src/decoder/plugins/FlacPcm.hxx                    |    33 +
 src/decoder/plugins/FluidsynthDecoderPlugin.cxx    |   226 +
 src/decoder/plugins/FluidsynthDecoderPlugin.hxx    |    25 +
 src/decoder/plugins/GmeDecoderPlugin.cxx           |   298 +
 src/decoder/plugins/GmeDecoderPlugin.hxx           |    25 +
 src/decoder/plugins/MadDecoderPlugin.cxx           |  1104 ++
 src/decoder/plugins/MadDecoderPlugin.hxx           |    25 +
 src/decoder/plugins/MikmodDecoderPlugin.cxx        |   250 +
 src/decoder/plugins/MikmodDecoderPlugin.hxx        |    25 +
 src/decoder/plugins/ModplugDecoderPlugin.cxx       |   217 +
 src/decoder/plugins/ModplugDecoderPlugin.hxx       |    25 +
 src/decoder/plugins/Mp4v2DecoderPlugin.cxx         |   338 +
 src/decoder/plugins/Mp4v2DecoderPlugin.hxx         |    25 +
 src/decoder/plugins/MpcdecDecoderPlugin.cxx        |   280 +
 src/decoder/plugins/MpcdecDecoderPlugin.hxx        |    25 +
 src/decoder/plugins/Mpg123DecoderPlugin.cxx        |   341 +
 src/decoder/plugins/Mpg123DecoderPlugin.hxx        |    25 +
 src/decoder/plugins/OggCodec.cxx                   |    51 +
 src/decoder/plugins/OggCodec.hxx                   |    40 +
 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          |   479 +
 src/decoder/plugins/OpusDecoderPlugin.h            |    25 +
 src/decoder/plugins/OpusDomain.cxx                 |    24 +
 src/decoder/plugins/OpusDomain.hxx                 |    27 +
 src/decoder/plugins/OpusHead.cxx                   |    43 +
 src/decoder/plugins/OpusHead.hxx                   |    30 +
 src/decoder/plugins/OpusReader.hxx                 |   101 +
 src/decoder/plugins/OpusTags.cxx                   |   102 +
 src/decoder/plugins/OpusTags.hxx                   |    34 +
 src/decoder/plugins/PcmDecoderPlugin.cxx           |   111 +
 src/decoder/plugins/PcmDecoderPlugin.hxx           |    33 +
 src/decoder/plugins/SidplayDecoderPlugin.cxx       |   439 +
 src/decoder/plugins/SidplayDecoderPlugin.hxx       |    25 +
 src/decoder/plugins/SndfileDecoderPlugin.cxx       |   339 +
 src/decoder/plugins/SndfileDecoderPlugin.hxx       |    25 +
 src/decoder/plugins/VorbisComments.cxx             |   114 +
 src/decoder/plugins/VorbisComments.hxx             |    39 +
 src/decoder/plugins/VorbisDecoderPlugin.cxx        |   389 +
 src/decoder/plugins/VorbisDecoderPlugin.h          |    25 +
 src/decoder/plugins/VorbisDomain.cxx               |    24 +
 src/decoder/plugins/VorbisDomain.hxx               |    29 +
 src/decoder/plugins/WavpackDecoderPlugin.cxx       |   587 +
 src/decoder/plugins/WavpackDecoderPlugin.hxx       |    25 +
 src/decoder/plugins/WildmidiDecoderPlugin.cxx      |   164 +
 src/decoder/plugins/WildmidiDecoderPlugin.hxx      |    25 +
 src/decoder/plugins/XiphTags.cxx                   |    33 +
 src/decoder/plugins/XiphTags.hxx                   |    28 +
 src/encoder/EncoderAPI.hxx                         |    37 +
 src/encoder/EncoderList.cxx                        |    68 +
 src/encoder/EncoderList.hxx                        |    43 +
 src/encoder/EncoderPlugin.hxx                      |   321 +
 src/encoder/FlacEncoderPlugin.cxx                  |   342 -
 src/encoder/FlacEncoderPlugin.hxx                  |    25 -
 src/encoder/LameEncoderPlugin.cxx                  |   293 -
 src/encoder/LameEncoderPlugin.hxx                  |    25 -
 src/encoder/NullEncoderPlugin.cxx                  |   117 -
 src/encoder/NullEncoderPlugin.hxx                  |    25 -
 src/encoder/OggSerial.cxx                          |    43 -
 src/encoder/OggSerial.hxx                          |    29 -
 src/encoder/OggStream.hxx                          |   128 -
 src/encoder/OpusEncoderPlugin.cxx                  |   420 -
 src/encoder/OpusEncoderPlugin.hxx                  |    25 -
 src/encoder/TwolameEncoderPlugin.cxx               |   314 -
 src/encoder/TwolameEncoderPlugin.hxx               |    25 -
 src/encoder/VorbisEncoderPlugin.cxx                |   367 -
 src/encoder/VorbisEncoderPlugin.hxx                |    25 -
 src/encoder/WaveEncoderPlugin.cxx                  |   274 -
 src/encoder/WaveEncoderPlugin.hxx                  |    25 -
 src/encoder/plugins/FlacEncoderPlugin.cxx          |   325 +
 src/encoder/plugins/FlacEncoderPlugin.hxx          |    25 +
 src/encoder/plugins/LameEncoderPlugin.cxx          |   293 +
 src/encoder/plugins/LameEncoderPlugin.hxx          |    25 +
 src/encoder/plugins/NullEncoderPlugin.cxx          |   105 +
 src/encoder/plugins/NullEncoderPlugin.hxx          |    25 +
 src/encoder/plugins/OggSerial.cxx                  |    43 +
 src/encoder/plugins/OggSerial.hxx                  |    29 +
 src/encoder/plugins/OggStream.hxx                  |   128 +
 src/encoder/plugins/OpusEncoderPlugin.cxx          |   419 +
 src/encoder/plugins/OpusEncoderPlugin.hxx          |    25 +
 src/encoder/plugins/ShineEncoderPlugin.cxx         |   271 +
 src/encoder/plugins/ShineEncoderPlugin.hxx         |    25 +
 src/encoder/plugins/TwolameEncoderPlugin.cxx       |   314 +
 src/encoder/plugins/TwolameEncoderPlugin.hxx       |    25 +
 src/encoder/plugins/VorbisEncoderPlugin.cxx        |   364 +
 src/encoder/plugins/VorbisEncoderPlugin.hxx        |    25 +
 src/encoder/plugins/WaveEncoderPlugin.cxx          |   265 +
 src/encoder/plugins/WaveEncoderPlugin.hxx          |    25 +
 src/event/BufferedSocket.cxx                       |     5 +-
 src/event/BufferedSocket.hxx                       |     9 +-
 src/event/Call.cxx                                 |    23 +-
 src/event/Call.hxx                                 |     2 +-
 src/event/DeferredMonitor.cxx                      |    61 +-
 src/event/DeferredMonitor.hxx                      |    55 +-
 src/event/FullyBufferedSocket.cxx                  |    11 +-
 src/event/FullyBufferedSocket.hxx                  |     3 +-
 src/event/IdleMonitor.cxx                          |    34 +-
 src/event/IdleMonitor.hxx                          |    38 +-
 src/event/Loop.cxx                                 |   203 +-
 src/event/Loop.hxx                                 |   164 +-
 src/event/MultiSocketMonitor.cxx                   |   141 +-
 src/event/MultiSocketMonitor.hxx                   |   139 +-
 src/event/PollGroup.hxx                            |    41 +
 src/event/PollGroupEPoll.hxx                       |    91 +
 src/event/PollGroupPoll.cxx                        |    89 +
 src/event/PollGroupPoll.hxx                        |    63 +
 src/event/PollGroupWinSelect.cxx                   |   161 +
 src/event/PollGroupWinSelect.hxx                   |   111 +
 src/event/PollResultGeneric.hxx                    |    57 +
 src/event/ServerSocket.cxx                         |    51 +-
 src/event/ServerSocket.hxx                         |     5 +-
 src/event/SignalMonitor.cxx                        |    11 +-
 src/event/SignalMonitor.hxx                        |     2 +-
 src/event/SocketMonitor.cxx                        |   101 +-
 src/event/SocketMonitor.hxx                        |    89 +-
 src/event/TimeoutMonitor.cxx                       |    34 +-
 src/event/TimeoutMonitor.hxx                       |    33 +-
 src/event/WakeFD.hxx                               |     2 +-
 src/filter/AutoConvertFilterPlugin.cxx             |   127 -
 src/filter/AutoConvertFilterPlugin.hxx             |    34 -
 src/filter/ChainFilterPlugin.cxx                   |   181 -
 src/filter/ChainFilterPlugin.hxx                   |    48 -
 src/filter/ConvertFilterPlugin.cxx                 |   119 -
 src/filter/ConvertFilterPlugin.hxx                 |    35 -
 src/filter/FilterConfig.cxx                        |    80 +
 src/filter/FilterConfig.hxx                        |    43 +
 src/filter/FilterInternal.hxx                      |    71 +
 src/filter/FilterPlugin.cxx                        |    58 +
 src/filter/FilterPlugin.hxx                        |    67 +
 src/filter/FilterRegistry.cxx                      |    43 +
 src/filter/FilterRegistry.hxx                      |    43 +
 src/filter/NormalizeFilterPlugin.cxx               |    83 -
 src/filter/NullFilterPlugin.cxx                    |    61 -
 src/filter/ReplayGainFilterPlugin.cxx              |   235 -
 src/filter/ReplayGainFilterPlugin.hxx              |    52 -
 src/filter/RouteFilterPlugin.cxx                   |   297 -
 src/filter/VolumeFilterPlugin.cxx                  |   143 -
 src/filter/VolumeFilterPlugin.hxx                  |    31 -
 src/filter/plugins/AutoConvertFilterPlugin.cxx     |   130 +
 src/filter/plugins/AutoConvertFilterPlugin.hxx     |    34 +
 src/filter/plugins/ChainFilterPlugin.cxx           |   179 +
 src/filter/plugins/ChainFilterPlugin.hxx           |    48 +
 src/filter/plugins/ConvertFilterPlugin.cxx         |   145 +
 src/filter/plugins/ConvertFilterPlugin.hxx         |    37 +
 src/filter/plugins/NormalizeFilterPlugin.cxx       |    80 +
 src/filter/plugins/NullFilterPlugin.cxx            |    60 +
 src/filter/plugins/ReplayGainFilterPlugin.cxx      |   207 +
 src/filter/plugins/ReplayGainFilterPlugin.hxx      |    52 +
 src/filter/plugins/RouteFilterPlugin.cxx           |   296 +
 src/filter/plugins/VolumeFilterPlugin.cxx          |   103 +
 src/filter/plugins/VolumeFilterPlugin.hxx          |    31 +
 src/fs/AllocatedPath.cxx                           |    27 +-
 src/fs/AllocatedPath.hxx                           |    74 +-
 src/fs/Charset.cxx                                 |    50 +-
 src/fs/Charset.hxx                                 |     2 +-
 src/fs/CheckFile.cxx                               |    62 +
 src/fs/CheckFile.hxx                               |    34 +
 src/fs/Config.cxx                                  |    16 +-
 src/fs/Config.hxx                                  |     2 +-
 src/fs/DirectoryReader.hxx                         |     8 +-
 src/fs/Domain.cxx                                  |     2 +-
 src/fs/Domain.hxx                                  |     2 +-
 src/fs/FileSystem.cxx                              |     2 +-
 src/fs/FileSystem.hxx                              |    37 +-
 src/fs/Limits.hxx                                  |     2 +-
 src/fs/Path.cxx                                    |    24 +-
 src/fs/Path.hxx                                    |    16 +-
 src/fs/StandardDirectory.cxx                       |   327 +
 src/fs/StandardDirectory.hxx                       |    71 +
 src/fs/Traits.cxx                                  |   136 +-
 src/fs/Traits.hxx                                  |   172 +-
 src/fs/io/AutoGunzipReader.cxx                     |    70 +
 src/fs/io/AutoGunzipReader.hxx                     |    52 +
 src/fs/io/BufferedOutputStream.cxx                 |   143 +
 src/fs/io/BufferedOutputStream.hxx                 |    71 +
 src/fs/io/BufferedReader.cxx                       |    82 +
 src/fs/io/BufferedReader.hxx                       |    75 +
 src/fs/io/FileOutputStream.cxx                     |   135 +
 src/fs/io/FileOutputStream.hxx                     |    69 +
 src/fs/io/FileReader.cxx                           |    98 +
 src/fs/io/FileReader.hxx                           |    68 +
 src/fs/io/GunzipReader.cxx                         |   101 +
 src/fs/io/GunzipReader.hxx                         |    68 +
 src/fs/io/GzipOutputStream.cxx                     |   105 +
 src/fs/io/GzipOutputStream.hxx                     |    70 +
 src/fs/io/OutputStream.hxx                         |    38 +
 src/fs/io/PeekReader.cxx                           |    60 +
 src/fs/io/PeekReader.hxx                           |    53 +
 src/fs/io/Reader.hxx                               |    52 +
 src/fs/io/StdioOutputStream.hxx                    |    46 +
 src/fs/io/TextFile.cxx                             |    71 +
 src/fs/io/TextFile.hxx                             |    73 +
 src/gerror.h                                       |    25 -
 src/input/ArchiveInputPlugin.cxx                   |    99 -
 src/input/ArchiveInputPlugin.hxx                   |    25 -
 src/input/AsyncInputStream.cxx                     |   249 +
 src/input/AsyncInputStream.hxx                     |   158 +
 src/input/CdioParanoiaInputPlugin.cxx              |   406 -
 src/input/CdioParanoiaInputPlugin.hxx              |    28 -
 src/input/CurlInputPlugin.cxx                      |  1166 --
 src/input/CurlInputPlugin.hxx                      |    25 -
 src/input/DespotifyInputPlugin.cxx                 |   234 -
 src/input/DespotifyInputPlugin.hxx                 |    25 -
 src/input/FfmpegInputPlugin.cxx                    |   179 -
 src/input/FfmpegInputPlugin.hxx                    |    28 -
 src/input/FileInputPlugin.cxx                      |   159 -
 src/input/FileInputPlugin.hxx                      |    25 -
 src/input/IcyInputStream.cxx                       |    99 +
 src/input/IcyInputStream.hxx                       |    68 +
 src/input/Init.cxx                                 |    87 +
 src/input/Init.hxx                                 |    36 +
 src/input/InputPlugin.hxx                          |    85 +
 src/input/InputStream.cxx                          |   138 +
 src/input/InputStream.hxx                          |   365 +
 src/input/LocalOpen.cxx                            |    59 +
 src/input/LocalOpen.hxx                            |    38 +
 src/input/MmsInputPlugin.cxx                       |   130 -
 src/input/MmsInputPlugin.hxx                       |    25 -
 src/input/Offset.hxx                               |    32 +
 src/input/Open.cxx                                 |    79 +
 src/input/ProxyInputStream.cxx                     |   100 +
 src/input/ProxyInputStream.hxx                     |    64 +
 src/input/Registry.cxx                             |    93 +
 src/input/Registry.hxx                             |    43 +
 src/input/RewindInputPlugin.cxx                    |   252 -
 src/input/RewindInputPlugin.hxx                    |    37 -
 src/input/TextInputStream.cxx                      |    70 +
 src/input/TextInputStream.hxx                      |    52 +
 src/input/ThreadInputStream.cxx                    |   165 +
 src/input/ThreadInputStream.hxx                    |   144 +
 src/input/plugins/AlsaInputPlugin.cxx              |   383 +
 src/input/plugins/AlsaInputPlugin.hxx              |    28 +
 src/input/plugins/ArchiveInputPlugin.cxx           |    89 +
 src/input/plugins/ArchiveInputPlugin.hxx           |    34 +
 src/input/plugins/CdioParanoiaInputPlugin.cxx      |   375 +
 src/input/plugins/CdioParanoiaInputPlugin.hxx      |    28 +
 src/input/plugins/CurlInputPlugin.cxx              |   846 ++
 src/input/plugins/CurlInputPlugin.hxx              |    25 +
 src/input/plugins/DespotifyInputPlugin.cxx         |   227 +
 src/input/plugins/DespotifyInputPlugin.hxx         |    25 +
 src/input/plugins/FfmpegInputPlugin.cxx            |   154 +
 src/input/plugins/FfmpegInputPlugin.hxx            |    28 +
 src/input/plugins/FileInputPlugin.cxx              |   138 +
 src/input/plugins/FileInputPlugin.hxx              |    36 +
 src/input/plugins/MmsInputPlugin.cxx               |   110 +
 src/input/plugins/MmsInputPlugin.hxx               |    25 +
 src/input/plugins/NfsInputPlugin.cxx               |   268 +
 src/input/plugins/NfsInputPlugin.hxx               |    25 +
 src/input/plugins/RewindInputPlugin.cxx            |   156 +
 src/input/plugins/RewindInputPlugin.hxx            |    37 +
 src/input/plugins/SmbclientInputPlugin.cxx         |   158 +
 src/input/plugins/SmbclientInputPlugin.hxx         |    25 +
 src/java/Class.hxx                                 |    83 +
 src/java/Exception.hxx                             |    49 +
 src/java/File.cxx                                  |    67 +
 src/java/File.hxx                                  |    66 +
 src/java/Global.cxx                                |    39 +
 src/java/Global.hxx                                |    58 +
 src/java/Object.hxx                                |    55 +
 src/java/Ref.hxx                                   |   181 +
 src/java/String.cxx                                |    44 +
 src/java/String.hxx                                |    75 +
 src/lib/despotify/DespotifyUtils.cxx               |   153 +
 src/lib/despotify/DespotifyUtils.hxx               |    71 +
 src/lib/expat/ExpatParser.cxx                      |    92 +
 src/lib/expat/ExpatParser.hxx                      |   129 +
 src/lib/ffmpeg/Domain.cxx                          |    24 +
 src/lib/ffmpeg/Domain.hxx                          |    27 +
 src/lib/ffmpeg/Error.cxx                           |    43 +
 src/lib/ffmpeg/Error.hxx                           |    31 +
 src/lib/icu/Collate.cxx                            |   199 +
 src/lib/icu/Collate.hxx                            |    44 +
 src/lib/icu/Error.cxx                              |    24 +
 src/lib/icu/Error.hxx                              |    29 +
 src/lib/icu/Init.cxx                               |    48 +
 src/lib/icu/Init.hxx                               |    42 +
 src/lib/nfs/Base.cxx                               |    61 +
 src/lib/nfs/Base.hxx                               |    46 +
 src/lib/nfs/Blocking.cxx                           |    84 +
 src/lib/nfs/Blocking.hxx                           |    85 +
 src/lib/nfs/Callback.hxx                           |    33 +
 src/lib/nfs/Cancellable.hxx                        |   162 +
 src/lib/nfs/Connection.cxx                         |   547 +
 src/lib/nfs/Connection.hxx                         |   210 +
 src/lib/nfs/Domain.cxx                             |    24 +
 src/lib/nfs/Domain.hxx                             |    27 +
 src/lib/nfs/FileReader.cxx                         |   261 +
 src/lib/nfs/FileReader.hxx                         |    94 +
 src/lib/nfs/Glue.cxx                               |    59 +
 src/lib/nfs/Glue.hxx                               |    38 +
 src/lib/nfs/Lease.hxx                              |    48 +
 src/lib/nfs/Manager.cxx                            |    87 +
 src/lib/nfs/Manager.hxx                            |    91 +
 src/lib/smbclient/Domain.cxx                       |    24 +
 src/lib/smbclient/Domain.hxx                       |    27 +
 src/lib/smbclient/Init.cxx                         |    55 +
 src/lib/smbclient/Init.hxx                         |    33 +
 src/lib/smbclient/Mutex.cxx                        |    24 +
 src/lib/smbclient/Mutex.hxx                        |    31 +
 src/lib/upnp/Action.hxx                            |    56 +
 src/lib/upnp/Callback.hxx                          |    46 +
 src/lib/upnp/ClientInit.cxx                        |    93 +
 src/lib/upnp/ClientInit.hxx                        |    35 +
 src/lib/upnp/ContentDirectoryService.cxx           |    94 +
 src/lib/upnp/ContentDirectoryService.hxx           |   135 +
 src/lib/upnp/Device.cxx                            |   134 +
 src/lib/upnp/Device.hxx                            |    88 +
 src/lib/upnp/Discovery.cxx                         |   339 +
 src/lib/upnp/Discovery.hxx                         |   164 +
 src/lib/upnp/Domain.cxx                            |    23 +
 src/lib/upnp/Domain.hxx                            |    27 +
 src/lib/upnp/Init.cxx                              |    73 +
 src/lib/upnp/Init.hxx                              |    33 +
 src/lib/upnp/Util.cxx                              |   138 +
 src/lib/upnp/Util.hxx                              |    43 +
 src/lib/upnp/WorkQueue.hxx                         |   206 +
 src/lib/upnp/ixmlwrap.cxx                          |    44 +
 src/lib/upnp/ixmlwrap.hxx                          |    35 +
 src/lib/zlib/Domain.cxx                            |    24 +
 src/lib/zlib/Domain.hxx                            |    27 +
 src/ls.cxx                                         |    20 +-
 src/ls.hxx                                         |     5 +-
 src/mixer/AlsaMixerPlugin.cxx                      |   404 -
 src/mixer/Listener.hxx                             |    34 +
 src/mixer/MixerAll.cxx                             |   155 +
 src/mixer/MixerControl.cxx                         |   147 +
 src/mixer/MixerControl.hxx                         |    64 +
 src/mixer/MixerInternal.hxx                        |    97 +
 src/mixer/MixerList.hxx                            |    37 +
 src/mixer/MixerPlugin.hxx                          |    60 +
 src/mixer/MixerType.cxx                            |    39 +
 src/mixer/MixerType.hxx                            |    47 +
 src/mixer/OssMixerPlugin.cxx                       |   243 -
 src/mixer/PulseMixerPlugin.cxx                     |   227 -
 src/mixer/PulseMixerPlugin.hxx                     |    39 -
 src/mixer/RoarMixerPlugin.cxx                      |    74 -
 src/mixer/SoftwareMixerPlugin.cxx                  |   132 -
 src/mixer/SoftwareMixerPlugin.hxx                  |    33 -
 src/mixer/Volume.cxx                               |   124 +
 src/mixer/Volume.hxx                               |    54 +
 src/mixer/WinmmMixerPlugin.cxx                     |   114 -
 src/mixer/plugins/AlsaMixerPlugin.cxx              |   357 +
 src/mixer/plugins/OssMixerPlugin.cxx               |   203 +
 src/mixer/plugins/PulseMixerPlugin.cxx             |   233 +
 src/mixer/plugins/PulseMixerPlugin.hxx             |    36 +
 src/mixer/plugins/RoarMixerPlugin.cxx              |    72 +
 src/mixer/plugins/SoftwareMixerPlugin.cxx          |   144 +
 src/mixer/plugins/SoftwareMixerPlugin.hxx          |    33 +
 src/mixer/plugins/WinmmMixerPlugin.cxx             |   111 +
 src/neighbor/Explorer.hxx                          |    71 +
 src/neighbor/Glue.cxx                              |   111 +
 src/neighbor/Glue.hxx                              |    76 +
 src/neighbor/Info.hxx                              |    35 +
 src/neighbor/Listener.hxx                          |    36 +
 src/neighbor/NeighborPlugin.hxx                    |    40 +
 src/neighbor/Registry.cxx                          |    46 +
 src/neighbor/Registry.hxx                          |    37 +
 src/neighbor/plugins/SmbclientNeighborPlugin.cxx   |   288 +
 src/neighbor/plugins/SmbclientNeighborPlugin.hxx   |    27 +
 src/neighbor/plugins/UpnpNeighborPlugin.cxx        |   139 +
 src/neighbor/plugins/UpnpNeighborPlugin.hxx        |    27 +
 src/notify.cxx                                     |     2 +-
 src/notify.hxx                                     |     4 +-
 src/open.h                                         |     2 +-
 src/osx/OSXMain.cxx                                |    37 +
 src/output/AlsaOutputPlugin.cxx                    |   869 --
 src/output/AlsaOutputPlugin.hxx                    |    25 -
 src/output/AoOutputPlugin.cxx                      |   286 -
 src/output/AoOutputPlugin.hxx                      |    25 -
 src/output/Domain.cxx                              |    23 +
 src/output/Domain.hxx                              |    25 +
 src/output/FifoOutputPlugin.cxx                    |   316 -
 src/output/FifoOutputPlugin.hxx                    |    25 -
 src/output/Finish.cxx                              |    50 +
 src/output/HttpdClient.cxx                         |   467 -
 src/output/HttpdClient.hxx                         |   190 -
 src/output/HttpdInternal.hxx                       |   213 -
 src/output/HttpdOutputPlugin.cxx                   |   565 -
 src/output/HttpdOutputPlugin.hxx                   |    25 -
 src/output/Init.cxx                                |   335 +
 src/output/Internal.hxx                            |   436 +
 src/output/JackOutputPlugin.cxx                    |   769 -
 src/output/JackOutputPlugin.hxx                    |    25 -
 src/output/MultipleOutputs.cxx                     |   482 +
 src/output/MultipleOutputs.hxx                     |   276 +
 src/output/NullOutputPlugin.cxx                    |   143 -
 src/output/NullOutputPlugin.hxx                    |    25 -
 src/output/OSXOutputPlugin.cxx                     |   433 -
 src/output/OSXOutputPlugin.hxx                     |    25 -
 src/output/OpenALOutputPlugin.cxx                  |   285 -
 src/output/OpenALOutputPlugin.hxx                  |    25 -
 src/output/OssOutputPlugin.cxx                     |   780 -
 src/output/OssOutputPlugin.hxx                     |    25 -
 src/output/OutputAPI.hxx                           |    33 +
 src/output/OutputCommand.cxx                       |   106 +
 src/output/OutputCommand.hxx                       |    53 +
 src/output/OutputControl.cxx                       |   295 +
 src/output/OutputPlugin.cxx                        |   109 +
 src/output/OutputPlugin.hxx                        |   204 +
 src/output/OutputPrint.cxx                         |    43 +
 src/output/OutputPrint.hxx                         |    34 +
 src/output/OutputState.cxx                         |    88 +
 src/output/OutputState.hxx                         |    46 +
 src/output/OutputThread.cxx                        |   664 +
 src/output/PipeOutputPlugin.cxx                    |   147 -
 src/output/PipeOutputPlugin.hxx                    |    25 -
 src/output/PulseOutputPlugin.cxx                   |   887 --
 src/output/PulseOutputPlugin.hxx                   |    46 -
 src/output/RecorderOutputPlugin.cxx                |   262 -
 src/output/RecorderOutputPlugin.hxx                |    25 -
 src/output/Registry.cxx                            |   104 +
 src/output/Registry.hxx                            |    35 +
 src/output/RoarOutputPlugin.cxx                    |   428 -
 src/output/RoarOutputPlugin.hxx                    |    33 -
 src/output/ShoutOutputPlugin.cxx                   |   544 -
 src/output/ShoutOutputPlugin.hxx                   |    25 -
 src/output/SolarisOutputPlugin.cxx                 |   201 -
 src/output/SolarisOutputPlugin.hxx                 |    25 -
 src/output/Timer.cxx                               |    67 +
 src/output/Timer.hxx                               |    47 +
 src/output/WinmmOutputPlugin.cxx                   |   353 -
 src/output/WinmmOutputPlugin.hxx                   |    42 -
 src/output/plugins/AlsaOutputPlugin.cxx            |   895 ++
 src/output/plugins/AlsaOutputPlugin.hxx            |    25 +
 src/output/plugins/AoOutputPlugin.cxx              |   282 +
 src/output/plugins/AoOutputPlugin.hxx              |    25 +
 src/output/plugins/FifoOutputPlugin.cxx            |   307 +
 src/output/plugins/FifoOutputPlugin.hxx            |    25 +
 src/output/plugins/JackOutputPlugin.cxx            |   762 +
 src/output/plugins/JackOutputPlugin.hxx            |    25 +
 src/output/plugins/NullOutputPlugin.cxx            |   138 +
 src/output/plugins/NullOutputPlugin.hxx            |    25 +
 src/output/plugins/OSXOutputPlugin.cxx             |   431 +
 src/output/plugins/OSXOutputPlugin.hxx             |    25 +
 src/output/plugins/OpenALOutputPlugin.cxx          |   282 +
 src/output/plugins/OpenALOutputPlugin.hxx          |    25 +
 src/output/plugins/OssOutputPlugin.cxx             |   779 +
 src/output/plugins/OssOutputPlugin.hxx             |    25 +
 src/output/plugins/PipeOutputPlugin.cxx            |   143 +
 src/output/plugins/PipeOutputPlugin.hxx            |    25 +
 src/output/plugins/PulseOutputPlugin.cxx           |   882 ++
 src/output/plugins/PulseOutputPlugin.hxx           |    46 +
 src/output/plugins/RecorderOutputPlugin.cxx        |   258 +
 src/output/plugins/RecorderOutputPlugin.hxx        |    25 +
 src/output/plugins/RoarOutputPlugin.cxx            |   432 +
 src/output/plugins/RoarOutputPlugin.hxx            |    33 +
 src/output/plugins/ShoutOutputPlugin.cxx           |   537 +
 src/output/plugins/ShoutOutputPlugin.hxx           |    25 +
 src/output/plugins/SolarisOutputPlugin.cxx         |   198 +
 src/output/plugins/SolarisOutputPlugin.hxx         |    25 +
 src/output/plugins/WinmmOutputPlugin.cxx           |   352 +
 src/output/plugins/WinmmOutputPlugin.hxx           |    42 +
 src/output/plugins/httpd/HttpdClient.cxx           |   484 +
 src/output/plugins/httpd/HttpdClient.hxx           |   193 +
 src/output/plugins/httpd/HttpdInternal.hxx         |   268 +
 src/output/plugins/httpd/HttpdOutputPlugin.cxx     |   601 +
 src/output/plugins/httpd/HttpdOutputPlugin.hxx     |    25 +
 src/output/plugins/httpd/IcyMetaDataServer.cxx     |   134 +
 src/output/plugins/httpd/IcyMetaDataServer.hxx     |    39 +
 src/output/plugins/httpd/Page.cxx                  |    70 +
 src/output/plugins/httpd/Page.hxx                  |   102 +
 .../plugins/sles/AndroidSimpleBufferQueue.hxx      |    67 +
 src/output/plugins/sles/Engine.hxx                 |    68 +
 src/output/plugins/sles/Object.hxx                 |    64 +
 src/output/plugins/sles/Play.hxx                   |    52 +
 src/output/plugins/sles/SlesOutputPlugin.cxx       |   539 +
 src/output/plugins/sles/SlesOutputPlugin.hxx       |    25 +
 src/pcm/ChannelsConverter.cxx                      |    97 +
 src/pcm/ChannelsConverter.hxx                      |    83 +
 src/pcm/ConfiguredResampler.cxx                    |   101 +
 src/pcm/ConfiguredResampler.hxx                    |    38 +
 src/pcm/Domain.cxx                                 |    23 +
 src/pcm/Domain.hxx                                 |    27 +
 src/pcm/FallbackResampler.cxx                      |   147 +
 src/pcm/FallbackResampler.hxx                      |    46 +
 src/pcm/FloatConvert.hxx                           |    64 +
 src/pcm/FormatConverter.cxx                        |    89 +
 src/pcm/FormatConverter.hxx                        |    84 +
 src/pcm/GlueResampler.cxx                          |    85 +
 src/pcm/GlueResampler.hxx                          |    63 +
 src/pcm/LibsamplerateResampler.cxx                 |   163 +
 src/pcm/LibsamplerateResampler.hxx                 |    56 +
 src/pcm/Neon.hxx                                   |    93 +
 src/pcm/PcmBuffer.cxx                              |     3 +-
 src/pcm/PcmBuffer.hxx                              |     8 +-
 src/pcm/PcmChannels.cxx                            |   297 +-
 src/pcm/PcmChannels.hxx                            |    35 +-
 src/pcm/PcmConvert.cxx                             |   329 +-
 src/pcm/PcmConvert.hxx                             |    83 +-
 src/pcm/PcmDither.cxx                              |    76 +-
 src/pcm/PcmDither.hxx                              |    46 +-
 src/pcm/PcmDop.cxx                                 |    96 +
 src/pcm/PcmDop.hxx                                 |    40 +
 src/pcm/PcmDsd.cxx                                 |    27 +-
 src/pcm/PcmDsd.hxx                                 |    12 +-
 src/pcm/PcmDsdUsb.cxx                              |    96 -
 src/pcm/PcmDsdUsb.hxx                              |    41 -
 src/pcm/PcmExport.cxx                              |    77 +-
 src/pcm/PcmExport.hxx                              |    25 +-
 src/pcm/PcmFormat.cxx                              |   532 +-
 src/pcm/PcmFormat.hxx                              |    33 +-
 src/pcm/PcmMix.cxx                                 |   119 +-
 src/pcm/PcmMix.hxx                                 |     6 +-
 src/pcm/PcmPack.cxx                                |     2 +-
 src/pcm/PcmPack.hxx                                |     2 +-
 src/pcm/PcmPrng.hxx                                |     4 +-
 src/pcm/PcmResample.cxx                            |   173 -
 src/pcm/PcmResample.hxx                            |   133 -
 src/pcm/PcmResampleFallback.cxx                    |   106 -
 src/pcm/PcmResampleInternal.hxx                    |   100 -
 src/pcm/PcmResampleLibsamplerate.cxx               |   310 -
 src/pcm/PcmUtils.hxx                               |    48 +-
 src/pcm/PcmVolume.cxx                              |   188 -
 src/pcm/PcmVolume.hxx                              |    81 -
 src/pcm/Resampler.hxx                              |    74 +
 src/pcm/ShiftConvert.hxx                           |    69 +
 src/pcm/SoxrResampler.cxx                          |   163 +
 src/pcm/SoxrResampler.hxx                          |    51 +
 src/pcm/Traits.hxx                                 |   153 +
 src/pcm/Volume.cxx                                 |   189 +
 src/pcm/Volume.hxx                                 |   130 +
 src/pcm/dsd2pcm/dsd2pcm.c                          |    30 +
 src/pcm/dsd2pcm/dsd2pcm.h                          |    30 +
 src/pcm/dsd2pcm/dsd2pcm.hpp                        |    30 +
 src/pcm/dsd2pcm/main.cpp                           |    30 +
 src/pcm/dsd2pcm/noiseshape.c                       |    30 +
 src/pcm/dsd2pcm/noiseshape.h                       |    30 +
 src/pcm/dsd2pcm/noiseshape.hpp                     |    30 +
 src/playlist/AsxPlaylistPlugin.cxx                 |   286 -
 src/playlist/AsxPlaylistPlugin.hxx                 |    25 -
 src/playlist/CloseSongEnumerator.cxx               |    34 +
 src/playlist/CloseSongEnumerator.hxx               |    47 +
 src/playlist/CuePlaylistPlugin.cxx                 |    91 -
 src/playlist/CuePlaylistPlugin.hxx                 |    25 -
 src/playlist/DespotifyPlaylistPlugin.cxx           |   145 -
 src/playlist/DespotifyPlaylistPlugin.hxx           |    25 -
 src/playlist/EmbeddedCuePlaylistPlugin.cxx         |   184 -
 src/playlist/EmbeddedCuePlaylistPlugin.hxx         |    25 -
 src/playlist/ExtM3uPlaylistPlugin.cxx              |   157 -
 src/playlist/ExtM3uPlaylistPlugin.hxx              |    25 -
 src/playlist/M3uPlaylistPlugin.cxx                 |    83 -
 src/playlist/M3uPlaylistPlugin.hxx                 |    25 -
 src/playlist/MemorySongEnumerator.cxx              |    32 +
 src/playlist/MemorySongEnumerator.hxx              |    39 +
 src/playlist/PlaylistAny.cxx                       |    40 +
 src/playlist/PlaylistAny.hxx                       |    40 +
 src/playlist/PlaylistMapper.cxx                    |    97 +
 src/playlist/PlaylistMapper.hxx                    |    41 +
 src/playlist/PlaylistPlugin.hxx                    |   109 +
 src/playlist/PlaylistQueue.cxx                     |    99 +
 src/playlist/PlaylistQueue.hxx                     |    62 +
 src/playlist/PlaylistRegistry.cxx                  |   282 +
 src/playlist/PlaylistRegistry.hxx                  |    74 +
 src/playlist/PlaylistSong.cxx                      |    78 +
 src/playlist/PlaylistSong.hxx                      |    36 +
 src/playlist/PlaylistStream.cxx                    |    98 +
 src/playlist/PlaylistStream.hxx                    |    46 +
 src/playlist/PlsPlaylistPlugin.cxx                 |   182 -
 src/playlist/PlsPlaylistPlugin.hxx                 |    25 -
 src/playlist/Print.cxx                             |    74 +
 src/playlist/Print.hxx                             |    36 +
 src/playlist/RssPlaylistPlugin.cxx                 |   284 -
 src/playlist/RssPlaylistPlugin.hxx                 |    25 -
 src/playlist/SongEnumerator.hxx                    |    41 +
 src/playlist/SoundCloudPlaylistPlugin.cxx          |   421 -
 src/playlist/SoundCloudPlaylistPlugin.hxx          |    25 -
 src/playlist/XspfPlaylistPlugin.cxx                |   301 -
 src/playlist/XspfPlaylistPlugin.hxx                |    25 -
 src/playlist/cue/CueParser.cxx                     |   316 +
 src/playlist/cue/CueParser.hxx                     |   144 +
 src/playlist/plugins/AsxPlaylistPlugin.cxx         |   186 +
 src/playlist/plugins/AsxPlaylistPlugin.hxx         |    25 +
 src/playlist/plugins/CuePlaylistPlugin.cxx         |    88 +
 src/playlist/plugins/CuePlaylistPlugin.hxx         |    25 +
 src/playlist/plugins/DespotifyPlaylistPlugin.cxx   |   142 +
 src/playlist/plugins/DespotifyPlaylistPlugin.hxx   |    25 +
 src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx |   184 +
 src/playlist/plugins/EmbeddedCuePlaylistPlugin.hxx |    25 +
 src/playlist/plugins/ExtM3uPlaylistPlugin.cxx      |   148 +
 src/playlist/plugins/ExtM3uPlaylistPlugin.hxx      |    25 +
 src/playlist/plugins/M3uPlaylistPlugin.cxx         |    82 +
 src/playlist/plugins/M3uPlaylistPlugin.hxx         |    25 +
 src/playlist/plugins/PlsPlaylistPlugin.cxx         |   164 +
 src/playlist/plugins/PlsPlaylistPlugin.hxx         |    25 +
 src/playlist/plugins/RssPlaylistPlugin.cxx         |   185 +
 src/playlist/plugins/RssPlaylistPlugin.hxx         |    25 +
 src/playlist/plugins/SoundCloudPlaylistPlugin.cxx  |   401 +
 src/playlist/plugins/SoundCloudPlaylistPlugin.hxx  |    25 +
 src/playlist/plugins/XspfPlaylistPlugin.cxx        |   234 +
 src/playlist/plugins/XspfPlaylistPlugin.hxx        |    25 +
 src/poison.h                                       |     2 +-
 src/protocol/Ack.cxx                               |     2 +-
 src/protocol/Ack.hxx                               |     2 +-
 src/protocol/ArgParser.cxx                         |    25 +-
 src/protocol/ArgParser.hxx                         |    10 +-
 src/protocol/Result.cxx                            |     4 +-
 src/protocol/Result.hxx                            |     2 +-
 src/queue/IdTable.hxx                              |    91 +
 src/queue/Playlist.cxx                             |   341 +
 src/queue/Playlist.hxx                             |   301 +
 src/queue/PlaylistControl.cxx                      |   272 +
 src/queue/PlaylistEdit.cxx                         |   491 +
 src/queue/PlaylistState.cxx                        |   244 +
 src/queue/PlaylistState.hxx                        |    53 +
 src/queue/PlaylistTag.cxx                          |    93 +
 src/queue/PlaylistUpdate.cxx                       |    73 +
 src/queue/Queue.cxx                                |   482 +
 src/queue/Queue.hxx                                |   378 +
 src/queue/QueuePrint.cxx                           |   102 +
 src/queue/QueuePrint.hxx                           |    54 +
 src/queue/QueueSave.cxx                            |   126 +
 src/queue/QueueSave.hxx                            |    43 +
 src/sticker/SongSticker.cxx                        |   124 +
 src/sticker/SongSticker.hxx                        |    86 +
 src/sticker/StickerDatabase.cxx                    |   604 +
 src/sticker/StickerDatabase.hxx                    |   161 +
 src/sticker/StickerPrint.cxx                       |    44 +
 src/sticker/StickerPrint.hxx                       |    38 +
 src/storage/CompositeStorage.cxx                   |   362 +
 src/storage/CompositeStorage.hxx                   |   166 +
 src/storage/Configured.cxx                         |    82 +
 src/storage/Configured.hxx                         |    45 +
 src/storage/FileInfo.hxx                           |    62 +
 src/storage/MemoryDirectoryReader.cxx              |    48 +
 src/storage/MemoryDirectoryReader.hxx              |    67 +
 src/storage/Registry.cxx                           |    71 +
 src/storage/Registry.hxx                           |    45 +
 src/storage/StorageInterface.cxx                   |    37 +
 src/storage/StorageInterface.hxx                   |    81 +
 src/storage/StoragePlugin.hxx                      |    36 +
 src/storage/plugins/LocalStorage.cxx               |   217 +
 src/storage/plugins/LocalStorage.hxx               |    36 +
 src/storage/plugins/NfsStorage.cxx                 |   422 +
 src/storage/plugins/NfsStorage.hxx                 |    29 +
 src/storage/plugins/SmbclientStorage.cxx           |   212 +
 src/storage/plugins/SmbclientStorage.hxx           |    29 +
 src/system/Clock.cxx                               |    50 +-
 src/system/Clock.hxx                               |    20 +-
 src/system/EPollFD.cxx                             |    17 +-
 src/system/EPollFD.hxx                             |     3 +-
 src/system/EventFD.cxx                             |     2 +-
 src/system/EventFD.hxx                             |     2 +-
 src/system/EventPipe.cxx                           |     2 +-
 src/system/EventPipe.hxx                           |     2 +-
 src/system/FatalError.cxx                          |    13 +-
 src/system/FatalError.hxx                          |     7 +-
 src/system/PeriodClock.hxx                         |   149 +
 src/system/Resolver.cxx                            |    65 +-
 src/system/Resolver.hxx                            |    20 +-
 src/system/SignalFD.cxx                            |     3 +-
 src/system/SignalFD.hxx                            |     2 +-
 src/system/SocketError.cxx                         |     6 +-
 src/system/SocketError.hxx                         |     8 +-
 src/system/SocketUtil.cxx                          |     4 +-
 src/system/SocketUtil.hxx                          |     2 +-
 src/system/fd_util.c                               |     8 +-
 src/system/fd_util.h                               |     9 +-
 src/tag/Aiff.cxx                                   |     4 +-
 src/tag/Aiff.hxx                                   |     2 +-
 src/tag/ApeLoader.cxx                              |    10 +-
 src/tag/ApeLoader.hxx                              |     2 +-
 src/tag/ApeReplayGain.cxx                          |    19 +-
 src/tag/ApeReplayGain.hxx                          |     2 +-
 src/tag/ApeTag.cxx                                 |     2 +-
 src/tag/ApeTag.hxx                                 |     4 +-
 src/tag/MixRamp.cxx                                |    79 +
 src/tag/MixRamp.hxx                                |    33 +
 src/tag/ReplayGain.cxx                             |    86 +
 src/tag/ReplayGain.hxx                             |    33 +
 src/tag/Riff.cxx                                   |     3 +-
 src/tag/Riff.hxx                                   |     2 +-
 src/tag/Set.cxx                                    |   115 +
 src/tag/Set.hxx                                    |    73 +
 src/tag/Tag.cxx                                    |   121 +-
 src/tag/Tag.hxx                                    |   114 +-
 src/tag/TagBuilder.cxx                             |   173 +-
 src/tag/TagBuilder.hxx                             |    70 +-
 src/tag/TagConfig.cxx                              |    18 +-
 src/tag/TagConfig.hxx                              |     4 +-
 src/tag/TagHandler.cxx                             |     6 +-
 src/tag/TagHandler.hxx                             |    11 +-
 src/tag/TagId3.cxx                                 |   182 +-
 src/tag/TagId3.hxx                                 |    12 +-
 src/tag/TagItem.hxx                                |     2 +-
 src/tag/TagNames.c                                 |     4 +-
 src/tag/TagPool.cxx                                |    93 +-
 src/tag/TagPool.hxx                                |     2 +-
 src/tag/TagRva2.cxx                                |     6 +-
 src/tag/TagRva2.hxx                                |     4 +-
 src/tag/TagSettings.c                              |     2 +-
 src/tag/TagSettings.h                              |     2 +-
 src/tag/TagString.cxx                              |    97 +-
 src/tag/TagString.hxx                              |     8 +-
 src/tag/TagTable.cxx                               |    12 +-
 src/tag/TagTable.hxx                               |    11 +-
 src/tag/TagType.h                                  |     4 +-
 src/tag/VorbisComment.cxx                          |    41 +
 src/tag/VorbisComment.hxx                          |    34 +
 src/thread/Cond.hxx                                |    40 +-
 src/thread/CriticalSection.hxx                     |     4 +-
 src/thread/GLibCond.hxx                            |    88 -
 src/thread/GLibMutex.hxx                           |    90 -
 src/thread/Id.hxx                                  |     2 +-
 src/thread/Mutex.hxx                               |    40 +-
 src/thread/Name.hxx                                |    59 +
 src/thread/PosixCond.hxx                           |     6 +-
 src/thread/PosixMutex.hxx                          |     6 +-
 src/thread/Slack.hxx                               |    54 +
 src/thread/Thread.cxx                              |    11 +-
 src/thread/Thread.hxx                              |     4 +-
 src/thread/Util.hxx                                |   101 +
 src/thread/WindowsCond.hxx                         |     4 +-
 src/unix/Daemon.cxx                                |   268 +
 src/unix/Daemon.hxx                                |    99 +
 src/unix/PidFile.hxx                               |    85 +
 src/unix/SignalHandlers.cxx                        |    82 +
 src/unix/SignalHandlers.hxx                        |    31 +
 src/util/Alloc.cxx                                 |    76 +
 src/util/Alloc.hxx                                 |    67 +
 src/util/ByteReverse.cxx                           |     2 +-
 src/util/ByteReverse.hxx                           |     2 +-
 src/util/Cast.hxx                                  |   109 +
 src/util/CharUtil.hxx                              |    60 +-
 src/util/CircularBuffer.hxx                        |   186 +
 src/util/Clamp.hxx                                 |    49 +
 src/util/ConstBuffer.hxx                           |   251 +
 src/util/Domain.hxx                                |    40 +-
 src/util/DynamicFifoBuffer.hxx                     |   110 +
 src/util/Error.cxx                                 |    78 +-
 src/util/Error.hxx                                 |    54 +-
 src/util/FifoBuffer.hxx                            |   132 -
 src/util/ForeignFifoBuffer.hxx                     |   250 +
 src/util/FormatString.cxx                          |     7 +-
 src/util/FormatString.hxx                          |     2 +-
 src/util/HugeAllocator.cxx                         |    36 +-
 src/util/HugeAllocator.hxx                         |    62 +-
 src/util/LazyRandomEngine.cxx                      |     2 +-
 src/util/LazyRandomEngine.hxx                      |     2 +-
 src/util/OptionDef.hxx                             |    63 +
 src/util/OptionParser.cxx                          |    59 +
 src/util/OptionParser.hxx                          |    88 +
 src/util/PeakBuffer.cxx                            |    74 +-
 src/util/PeakBuffer.hxx                            |    13 +-
 src/util/RefCount.hxx                              |     2 +-
 src/util/SliceBuffer.hxx                           |     2 +-
 src/util/SplitString.cxx                           |    37 +
 src/util/SplitString.hxx                           |    71 +
 src/util/StaticFifoBuffer.hxx                      |   136 +
 src/util/StringUtil.cxx                            |    80 +-
 src/util/StringUtil.hxx                            |    76 +-
 src/util/TextFile.hxx                              |    52 +
 src/util/Tokenizer.cxx                             |    53 +-
 src/util/Tokenizer.hxx                             |    40 +-
 src/util/UTF8.cxx                                  |   345 +
 src/util/UTF8.hxx                                  |    90 +
 src/util/UriUtil.cxx                               |    42 +-
 src/util/UriUtil.hxx                               |    17 +-
 src/util/VarSize.hxx                               |    83 +
 src/util/WritableBuffer.hxx                        |   201 +-
 src/util/bit_reverse.c                             |     2 +-
 src/util/bit_reverse.h                             |     2 +-
 src/util/fifo_buffer.c                             |   218 -
 src/util/fifo_buffer.h                             |   164 -
 src/util/growing_fifo.c                            |    90 -
 src/util/growing_fifo.h                            |    73 -
 src/util/list.h                                    |   607 -
 src/util/list_sort.c                               |   162 -
 src/util/list_sort.h                               |    33 -
 src/win32/Win32Main.cxx                            |     2 +-
 src/zeroconf/AvahiPoll.cxx                         |   146 +
 src/zeroconf/AvahiPoll.hxx                         |    48 +
 src/zeroconf/ZeroconfAvahi.cxx                     |   282 +
 src/zeroconf/ZeroconfAvahi.hxx                     |    31 +
 src/zeroconf/ZeroconfBonjour.cxx                   |   108 +
 src/zeroconf/ZeroconfBonjour.hxx                   |    31 +
 src/zeroconf/ZeroconfGlue.cxx                      |    83 +
 src/zeroconf/ZeroconfGlue.hxx                      |    47 +
 src/zeroconf/ZeroconfInternal.hxx                  |    26 +
 systemd/mpd.service.in                             |    22 +
 test-driver                                        |   127 -
 test/DumpDatabase.cxx                              |    71 +-
 test/FakeDecoderAPI.cxx                            |    53 +-
 test/FakeDecoderAPI.hxx                            |    37 +
 test/FakeReplayGainConfig.cxx                      |     2 +-
 test/ScopeIOThread.hxx                             |    36 +
 test/ShutdownHandler.cxx                           |     2 +-
 test/ShutdownHandler.hxx                           |     4 +-
 test/TestCircularBuffer.hxx                        |   163 +
 test/dump_playlist.cxx                             |   109 +-
 test/dump_rva2.cxx                                 |    26 +-
 test/dump_text_file.cxx                            |    71 +-
 test/read_conf.cxx                                 |    38 +-
 test/read_mixer.cxx                                |   112 +-
 test/read_tags.cxx                                 |    73 +-
 test/run_avahi.cxx                                 |     6 +-
 test/run_convert.cxx                               |    58 +-
 test/run_decoder.cxx                               |   222 +-
 test/run_encoder.cxx                               |    50 +-
 test/run_filter.cxx                                |    93 +-
 test/run_gunzip.cxx                                |    76 +
 test/run_gzip.cxx                                  |    79 +
 test/run_inotify.cxx                               |    19 +-
 test/run_input.cxx                                 |    64 +-
 test/run_neighbor_explorer.cxx                     |    85 +
 test/run_normalize.cxx                             |     9 +-
 test/run_output.cxx                                |   117 +-
 test/run_resolver.cxx                              |    19 +-
 test/run_storage.cxx                               |   133 +
 test/software_volume.cxx                           |    37 +-
 test/stdbin.h                                      |     2 +-
 test/test_archive.cxx                              |     2 +-
 test/test_byte_reverse.cxx                         |     2 +-
 test/test_icy_parser.cxx                           |     4 +-
 test/test_pcm_all.hxx                              |    27 +-
 test/test_pcm_channels.cxx                         |    39 +-
 test/test_pcm_dither.cxx                           |     8 +-
 test/test_pcm_export.cxx                           |   129 +
 test/test_pcm_format.cxx                           |    70 +-
 test/test_pcm_main.cxx                             |    10 +-
 test/test_pcm_mix.cxx                              |    20 +-
 test/test_pcm_pack.cxx                             |     6 +-
 test/test_pcm_util.hxx                             |    12 +-
 test/test_pcm_volume.cxx                           |   190 +-
 test/test_queue_priority.cxx                       |    43 +-
 test/test_rewind.cxx                               |   154 +
 test/test_translate_song.cxx                       |   318 +
 test/test_util.cxx                                 |     4 +
 test/test_vorbis_encoder.cxx                       |    18 +-
 test/visit_archive.cxx                             |    37 +-
 1532 files changed, 113539 insertions(+), 81045 deletions(-)
 delete mode 100644 UPGRADING
 rename compile => build/compile (100%)
 create mode 100755 build/config.guess
 create mode 100755 build/config.sub
 create mode 100755 build/depcomp
 create mode 100755 build/install-sh
 create mode 100755 build/missing
 create mode 100755 build/test-driver
 delete mode 100755 config.guess
 delete mode 100755 config.sub
 create mode 100644 debian/patches/add_mpd_socket.patch
 create mode 100644 debian/patches/mms_deadlock.patch
 create mode 100644 debian/patches/typo.patch
 delete mode 100755 depcomp
 delete mode 100755 install-sh
 create mode 100644 m4/ax_boost_base.m4
 create mode 100644 m4/ax_pthread.m4
 create mode 100644 m4/ax_require_defined.m4
 delete mode 100755 missing
 delete mode 100644 mpd.service.in
 delete mode 100644 src/ArchiveDomain.cxx
 delete mode 100644 src/ArchiveDomain.hxx
 delete mode 100644 src/ArchiveFile.hxx
 delete mode 100644 src/ArchiveList.cxx
 delete mode 100644 src/ArchiveList.hxx
 delete mode 100644 src/ArchiveLookup.cxx
 delete mode 100644 src/ArchiveLookup.hxx
 delete mode 100644 src/ArchivePlugin.cxx
 delete mode 100644 src/ArchivePlugin.hxx
 delete mode 100644 src/ArchiveVisitor.hxx
 delete mode 100644 src/AvahiPoll.cxx
 delete mode 100644 src/AvahiPoll.hxx
 create mode 100644 src/Chrono.hxx
 delete mode 100644 src/Client.cxx
 delete mode 100644 src/Client.hxx
 delete mode 100644 src/ClientEvent.cxx
 delete mode 100644 src/ClientExpire.cxx
 delete mode 100644 src/ClientFile.cxx
 delete mode 100644 src/ClientFile.hxx
 delete mode 100644 src/ClientGlobal.cxx
 delete mode 100644 src/ClientIdle.cxx
 delete mode 100644 src/ClientInternal.hxx
 delete mode 100644 src/ClientList.cxx
 delete mode 100644 src/ClientList.hxx
 delete mode 100644 src/ClientMessage.cxx
 delete mode 100644 src/ClientMessage.hxx
 delete mode 100644 src/ClientNew.cxx
 delete mode 100644 src/ClientProcess.cxx
 delete mode 100644 src/ClientRead.cxx
 delete mode 100644 src/ClientSubscribe.cxx
 delete mode 100644 src/ClientWrite.cxx
 delete mode 100644 src/ConfigData.cxx
 delete mode 100644 src/ConfigData.hxx
 delete mode 100644 src/ConfigDefaults.hxx
 delete mode 100644 src/ConfigError.cxx
 delete mode 100644 src/ConfigError.hxx
 delete mode 100644 src/ConfigFile.cxx
 delete mode 100644 src/ConfigFile.hxx
 delete mode 100644 src/ConfigGlobal.cxx
 delete mode 100644 src/ConfigGlobal.hxx
 delete mode 100644 src/ConfigOption.hxx
 delete mode 100644 src/ConfigParser.cxx
 delete mode 100644 src/ConfigParser.hxx
 delete mode 100644 src/ConfigPath.cxx
 delete mode 100644 src/ConfigPath.hxx
 delete mode 100644 src/ConfigTemplates.cxx
 delete mode 100644 src/ConfigTemplates.hxx
 delete mode 100644 src/Daemon.cxx
 delete mode 100644 src/Daemon.hxx
 delete mode 100644 src/DatabaseError.cxx
 delete mode 100644 src/DatabaseError.hxx
 delete mode 100644 src/DatabaseGlue.cxx
 delete mode 100644 src/DatabaseGlue.hxx
 delete mode 100644 src/DatabaseHelpers.cxx
 delete mode 100644 src/DatabaseHelpers.hxx
 delete mode 100644 src/DatabaseLock.cxx
 delete mode 100644 src/DatabaseLock.hxx
 delete mode 100644 src/DatabasePlaylist.cxx
 delete mode 100644 src/DatabasePlaylist.hxx
 delete mode 100644 src/DatabasePlugin.hxx
 delete mode 100644 src/DatabasePrint.cxx
 delete mode 100644 src/DatabasePrint.hxx
 delete mode 100644 src/DatabaseQueue.cxx
 delete mode 100644 src/DatabaseQueue.hxx
 delete mode 100644 src/DatabaseRegistry.cxx
 delete mode 100644 src/DatabaseRegistry.hxx
 delete mode 100644 src/DatabaseSave.cxx
 delete mode 100644 src/DatabaseSave.hxx
 delete mode 100644 src/DatabaseSelection.cxx
 delete mode 100644 src/DatabaseSelection.hxx
 delete mode 100644 src/DatabaseSimple.hxx
 delete mode 100644 src/DatabaseVisitor.hxx
 delete mode 100644 src/DecoderAPI.cxx
 delete mode 100644 src/DecoderAPI.hxx
 delete mode 100644 src/DecoderBuffer.cxx
 delete mode 100644 src/DecoderBuffer.hxx
 delete mode 100644 src/DecoderCommand.hxx
 delete mode 100644 src/DecoderControl.cxx
 delete mode 100644 src/DecoderControl.hxx
 delete mode 100644 src/DecoderError.cxx
 delete mode 100644 src/DecoderError.hxx
 delete mode 100644 src/DecoderInternal.cxx
 delete mode 100644 src/DecoderInternal.hxx
 delete mode 100644 src/DecoderList.cxx
 delete mode 100644 src/DecoderList.hxx
 delete mode 100644 src/DecoderPlugin.cxx
 delete mode 100644 src/DecoderPlugin.hxx
 delete mode 100644 src/DecoderPrint.cxx
 delete mode 100644 src/DecoderPrint.hxx
 delete mode 100644 src/DecoderThread.cxx
 delete mode 100644 src/DecoderThread.hxx
 delete mode 100644 src/DespotifyUtils.cxx
 delete mode 100644 src/DespotifyUtils.hxx
 create mode 100644 src/DetachedSong.cxx
 create mode 100644 src/DetachedSong.hxx
 delete mode 100644 src/Directory.cxx
 delete mode 100644 src/Directory.hxx
 delete mode 100644 src/DirectorySave.cxx
 delete mode 100644 src/DirectorySave.hxx
 delete mode 100644 src/EncoderAPI.hxx
 delete mode 100644 src/EncoderList.cxx
 delete mode 100644 src/EncoderList.hxx
 delete mode 100644 src/EncoderPlugin.hxx
 delete mode 100644 src/ExcludeList.cxx
 delete mode 100644 src/ExcludeList.hxx
 delete mode 100644 src/FilterConfig.cxx
 delete mode 100644 src/FilterConfig.hxx
 delete mode 100644 src/FilterInternal.hxx
 delete mode 100644 src/FilterPlugin.cxx
 delete mode 100644 src/FilterPlugin.hxx
 delete mode 100644 src/FilterRegistry.cxx
 delete mode 100644 src/FilterRegistry.hxx
 delete mode 100644 src/IcyMetaDataServer.cxx
 delete mode 100644 src/IcyMetaDataServer.hxx
 delete mode 100644 src/IdTable.hxx
 delete mode 100644 src/InotifyDomain.cxx
 delete mode 100644 src/InotifyDomain.hxx
 delete mode 100644 src/InotifyQueue.cxx
 delete mode 100644 src/InotifyQueue.hxx
 delete mode 100644 src/InotifySource.cxx
 delete mode 100644 src/InotifySource.hxx
 delete mode 100644 src/InotifyUpdate.cxx
 delete mode 100644 src/InotifyUpdate.hxx
 delete mode 100644 src/InputInit.cxx
 delete mode 100644 src/InputInit.hxx
 delete mode 100644 src/InputPlugin.hxx
 delete mode 100644 src/InputRegistry.cxx
 delete mode 100644 src/InputRegistry.hxx
 delete mode 100644 src/InputStream.cxx
 delete mode 100644 src/InputStream.hxx
 create mode 100644 src/LogBackend.cxx
 create mode 100644 src/LogBackend.hxx
 create mode 100644 src/LogLevel.hxx
 delete mode 100644 src/MemorySongEnumerator.cxx
 delete mode 100644 src/MemorySongEnumerator.hxx
 delete mode 100644 src/MixerAll.cxx
 delete mode 100644 src/MixerAll.hxx
 delete mode 100644 src/MixerControl.cxx
 delete mode 100644 src/MixerControl.hxx
 delete mode 100644 src/MixerInternal.hxx
 delete mode 100644 src/MixerList.hxx
 delete mode 100644 src/MixerPlugin.hxx
 delete mode 100644 src/MixerType.cxx
 delete mode 100644 src/MixerType.hxx
 delete mode 100644 src/OutputAPI.hxx
 delete mode 100644 src/OutputAll.cxx
 delete mode 100644 src/OutputAll.hxx
 delete mode 100644 src/OutputCommand.cxx
 delete mode 100644 src/OutputCommand.hxx
 delete mode 100644 src/OutputControl.cxx
 delete mode 100644 src/OutputControl.hxx
 delete mode 100644 src/OutputError.cxx
 delete mode 100644 src/OutputError.hxx
 delete mode 100644 src/OutputFinish.cxx
 delete mode 100644 src/OutputInit.cxx
 delete mode 100644 src/OutputInternal.hxx
 delete mode 100644 src/OutputList.cxx
 delete mode 100644 src/OutputList.hxx
 delete mode 100644 src/OutputPlugin.cxx
 delete mode 100644 src/OutputPlugin.hxx
 delete mode 100644 src/OutputPrint.cxx
 delete mode 100644 src/OutputPrint.hxx
 delete mode 100644 src/OutputState.cxx
 delete mode 100644 src/OutputState.hxx
 delete mode 100644 src/OutputThread.cxx
 delete mode 100644 src/OutputThread.hxx
 delete mode 100644 src/Page.cxx
 delete mode 100644 src/Page.hxx
 create mode 100644 src/PlayerListener.hxx
 delete mode 100644 src/Playlist.cxx
 delete mode 100644 src/Playlist.hxx
 delete mode 100644 src/PlaylistAny.cxx
 delete mode 100644 src/PlaylistAny.hxx
 delete mode 100644 src/PlaylistControl.cxx
 delete mode 100644 src/PlaylistEdit.cxx
 delete mode 100644 src/PlaylistInfo.hxx
 delete mode 100644 src/PlaylistMapper.cxx
 delete mode 100644 src/PlaylistMapper.hxx
 delete mode 100644 src/PlaylistPlugin.hxx
 delete mode 100644 src/PlaylistQueue.cxx
 delete mode 100644 src/PlaylistQueue.hxx
 delete mode 100644 src/PlaylistRegistry.cxx
 delete mode 100644 src/PlaylistRegistry.hxx
 delete mode 100644 src/PlaylistSong.cxx
 delete mode 100644 src/PlaylistSong.hxx
 delete mode 100644 src/PlaylistState.cxx
 delete mode 100644 src/PlaylistState.hxx
 delete mode 100644 src/PlaylistUpdate.cxx
 delete mode 100644 src/PlaylistVector.cxx
 delete mode 100644 src/PlaylistVector.hxx
 delete mode 100644 src/Queue.cxx
 delete mode 100644 src/Queue.hxx
 delete mode 100644 src/QueuePrint.cxx
 delete mode 100644 src/QueuePrint.hxx
 delete mode 100644 src/QueueSave.cxx
 delete mode 100644 src/QueueSave.hxx
 delete mode 100644 src/SignalHandlers.cxx
 delete mode 100644 src/SignalHandlers.hxx
 delete mode 100644 src/Song.cxx
 delete mode 100644 src/Song.hxx
 delete mode 100644 src/SongEnumerator.hxx
 create mode 100644 src/SongLoader.cxx
 create mode 100644 src/SongLoader.hxx
 delete mode 100644 src/SongPointer.hxx
 delete mode 100644 src/SongSort.cxx
 delete mode 100644 src/SongSort.hxx
 delete mode 100644 src/SongSticker.cxx
 delete mode 100644 src/SongSticker.hxx
 delete mode 100644 src/StickerDatabase.cxx
 delete mode 100644 src/StickerDatabase.hxx
 delete mode 100644 src/StickerPrint.cxx
 delete mode 100644 src/StickerPrint.hxx
 create mode 100644 src/TagStream.cxx
 create mode 100644 src/TagStream.hxx
 delete mode 100644 src/TextFile.cxx
 delete mode 100644 src/TextFile.hxx
 delete mode 100644 src/TextInputStream.cxx
 delete mode 100644 src/TextInputStream.hxx
 delete mode 100644 src/Timer.cxx
 delete mode 100644 src/Timer.hxx
 delete mode 100644 src/UpdateArchive.cxx
 delete mode 100644 src/UpdateArchive.hxx
 delete mode 100644 src/UpdateContainer.cxx
 delete mode 100644 src/UpdateContainer.hxx
 delete mode 100644 src/UpdateDatabase.cxx
 delete mode 100644 src/UpdateDatabase.hxx
 delete mode 100644 src/UpdateDomain.cxx
 delete mode 100644 src/UpdateDomain.hxx
 delete mode 100644 src/UpdateGlue.cxx
 delete mode 100644 src/UpdateGlue.hxx
 delete mode 100644 src/UpdateIO.cxx
 delete mode 100644 src/UpdateIO.hxx
 delete mode 100644 src/UpdateInternal.hxx
 delete mode 100644 src/UpdateQueue.cxx
 delete mode 100644 src/UpdateQueue.hxx
 delete mode 100644 src/UpdateRemove.cxx
 delete mode 100644 src/UpdateRemove.hxx
 delete mode 100644 src/UpdateSong.cxx
 delete mode 100644 src/UpdateSong.hxx
 delete mode 100644 src/UpdateWalk.cxx
 delete mode 100644 src/UpdateWalk.hxx
 delete mode 100644 src/Volume.cxx
 delete mode 100644 src/Volume.hxx
 delete mode 100644 src/ZeroconfAvahi.cxx
 delete mode 100644 src/ZeroconfAvahi.hxx
 delete mode 100644 src/ZeroconfBonjour.cxx
 delete mode 100644 src/ZeroconfBonjour.hxx
 delete mode 100644 src/ZeroconfGlue.cxx
 delete mode 100644 src/ZeroconfGlue.hxx
 delete mode 100644 src/ZeroconfInternal.hxx
 create mode 100644 src/android/Context.cxx
 create mode 100644 src/android/Context.hxx
 create mode 100644 src/android/Environment.cxx
 create mode 100644 src/android/Environment.hxx
 create mode 100644 src/archive/ArchiveDomain.cxx
 create mode 100644 src/archive/ArchiveDomain.hxx
 create mode 100644 src/archive/ArchiveFile.hxx
 create mode 100644 src/archive/ArchiveList.cxx
 create mode 100644 src/archive/ArchiveList.hxx
 create mode 100644 src/archive/ArchiveLookup.cxx
 create mode 100644 src/archive/ArchiveLookup.hxx
 create mode 100644 src/archive/ArchivePlugin.cxx
 create mode 100644 src/archive/ArchivePlugin.hxx
 create mode 100644 src/archive/ArchiveVisitor.hxx
 delete mode 100644 src/archive/Bzip2ArchivePlugin.cxx
 delete mode 100644 src/archive/Bzip2ArchivePlugin.hxx
 delete mode 100644 src/archive/Iso9660ArchivePlugin.cxx
 delete mode 100644 src/archive/Iso9660ArchivePlugin.hxx
 delete mode 100644 src/archive/ZzipArchivePlugin.cxx
 delete mode 100644 src/archive/ZzipArchivePlugin.hxx
 create mode 100644 src/archive/plugins/Bzip2ArchivePlugin.cxx
 create mode 100644 src/archive/plugins/Bzip2ArchivePlugin.hxx
 create mode 100644 src/archive/plugins/Iso9660ArchivePlugin.cxx
 create mode 100644 src/archive/plugins/Iso9660ArchivePlugin.hxx
 create mode 100644 src/archive/plugins/ZzipArchivePlugin.cxx
 create mode 100644 src/archive/plugins/ZzipArchivePlugin.hxx
 create mode 100644 src/client/Client.cxx
 create mode 100644 src/client/Client.hxx
 create mode 100644 src/client/ClientEvent.cxx
 create mode 100644 src/client/ClientExpire.cxx
 create mode 100644 src/client/ClientFile.cxx
 create mode 100644 src/client/ClientGlobal.cxx
 create mode 100644 src/client/ClientIdle.cxx
 create mode 100644 src/client/ClientInternal.hxx
 create mode 100644 src/client/ClientList.cxx
 create mode 100644 src/client/ClientList.hxx
 create mode 100644 src/client/ClientMessage.cxx
 create mode 100644 src/client/ClientMessage.hxx
 create mode 100644 src/client/ClientNew.cxx
 create mode 100644 src/client/ClientProcess.cxx
 create mode 100644 src/client/ClientRead.cxx
 create mode 100644 src/client/ClientSubscribe.cxx
 create mode 100644 src/client/ClientWrite.cxx
 create mode 100644 src/command/NeighborCommands.cxx
 create mode 100644 src/command/NeighborCommands.hxx
 create mode 100644 src/command/StorageCommands.cxx
 create mode 100644 src/command/StorageCommands.hxx
 create mode 100644 src/command/TagCommands.cxx
 create mode 100644 src/command/TagCommands.hxx
 create mode 100644 src/config/ConfigData.cxx
 create mode 100644 src/config/ConfigData.hxx
 create mode 100644 src/config/ConfigDefaults.hxx
 create mode 100644 src/config/ConfigError.cxx
 create mode 100644 src/config/ConfigError.hxx
 create mode 100644 src/config/ConfigFile.cxx
 create mode 100644 src/config/ConfigFile.hxx
 create mode 100644 src/config/ConfigGlobal.cxx
 create mode 100644 src/config/ConfigGlobal.hxx
 create mode 100644 src/config/ConfigOption.hxx
 create mode 100644 src/config/ConfigParser.cxx
 create mode 100644 src/config/ConfigParser.hxx
 create mode 100644 src/config/ConfigPath.cxx
 create mode 100644 src/config/ConfigPath.hxx
 create mode 100644 src/config/ConfigTemplates.cxx
 create mode 100644 src/config/ConfigTemplates.hxx
 delete mode 100644 src/cue/CueParser.cxx
 delete mode 100644 src/cue/CueParser.hxx
 create mode 100644 src/db/Configured.cxx
 create mode 100644 src/db/Configured.hxx
 create mode 100644 src/db/Count.cxx
 create mode 100644 src/db/Count.hxx
 create mode 100644 src/db/DatabaseError.cxx
 create mode 100644 src/db/DatabaseError.hxx
 create mode 100644 src/db/DatabaseGlue.cxx
 create mode 100644 src/db/DatabaseGlue.hxx
 create mode 100644 src/db/DatabaseListener.hxx
 create mode 100644 src/db/DatabaseLock.cxx
 create mode 100644 src/db/DatabaseLock.hxx
 create mode 100644 src/db/DatabasePlaylist.cxx
 create mode 100644 src/db/DatabasePlaylist.hxx
 create mode 100644 src/db/DatabasePlugin.hxx
 create mode 100644 src/db/DatabasePrint.cxx
 create mode 100644 src/db/DatabasePrint.hxx
 create mode 100644 src/db/DatabaseQueue.cxx
 create mode 100644 src/db/DatabaseQueue.hxx
 create mode 100644 src/db/DatabaseSong.cxx
 create mode 100644 src/db/DatabaseSong.hxx
 create mode 100644 src/db/Helpers.cxx
 create mode 100644 src/db/Helpers.hxx
 create mode 100644 src/db/Interface.hxx
 create mode 100644 src/db/LightDirectory.hxx
 create mode 100644 src/db/LightSong.cxx
 create mode 100644 src/db/LightSong.hxx
 create mode 100644 src/db/PlaylistInfo.hxx
 create mode 100644 src/db/PlaylistVector.cxx
 create mode 100644 src/db/PlaylistVector.hxx
 delete mode 100644 src/db/ProxyDatabasePlugin.cxx
 delete mode 100644 src/db/ProxyDatabasePlugin.hxx
 create mode 100644 src/db/Registry.cxx
 create mode 100644 src/db/Registry.hxx
 create mode 100644 src/db/Selection.cxx
 create mode 100644 src/db/Selection.hxx
 delete mode 100644 src/db/SimpleDatabasePlugin.cxx
 delete mode 100644 src/db/SimpleDatabasePlugin.hxx
 create mode 100644 src/db/Stats.hxx
 create mode 100644 src/db/UniqueTags.cxx
 create mode 100644 src/db/UniqueTags.hxx
 create mode 100644 src/db/Uri.hxx
 create mode 100644 src/db/Visitor.hxx
 create mode 100644 src/db/plugins/LazyDatabase.cxx
 create mode 100644 src/db/plugins/LazyDatabase.hxx
 create mode 100644 src/db/plugins/ProxyDatabasePlugin.cxx
 create mode 100644 src/db/plugins/ProxyDatabasePlugin.hxx
 create mode 100644 src/db/plugins/simple/DatabaseSave.cxx
 create mode 100644 src/db/plugins/simple/DatabaseSave.hxx
 create mode 100644 src/db/plugins/simple/Directory.cxx
 create mode 100644 src/db/plugins/simple/Directory.hxx
 create mode 100644 src/db/plugins/simple/DirectorySave.cxx
 create mode 100644 src/db/plugins/simple/DirectorySave.hxx
 create mode 100644 src/db/plugins/simple/Mount.cxx
 create mode 100644 src/db/plugins/simple/Mount.hxx
 create mode 100644 src/db/plugins/simple/PrefixedLightSong.hxx
 create mode 100644 src/db/plugins/simple/SimpleDatabasePlugin.cxx
 create mode 100644 src/db/plugins/simple/SimpleDatabasePlugin.hxx
 create mode 100644 src/db/plugins/simple/Song.cxx
 create mode 100644 src/db/plugins/simple/Song.hxx
 create mode 100644 src/db/plugins/simple/SongSort.cxx
 create mode 100644 src/db/plugins/simple/SongSort.hxx
 create mode 100644 src/db/plugins/upnp/ContentDirectoryService.cxx
 create mode 100644 src/db/plugins/upnp/Directory.cxx
 create mode 100644 src/db/plugins/upnp/Directory.hxx
 create mode 100644 src/db/plugins/upnp/Object.cxx
 create mode 100644 src/db/plugins/upnp/Object.hxx
 create mode 100644 src/db/plugins/upnp/Tags.cxx
 create mode 100644 src/db/plugins/upnp/Tags.hxx
 create mode 100644 src/db/plugins/upnp/UpnpDatabasePlugin.cxx
 create mode 100644 src/db/plugins/upnp/UpnpDatabasePlugin.hxx
 create mode 100644 src/db/update/Archive.cxx
 create mode 100644 src/db/update/Container.cxx
 create mode 100644 src/db/update/Editor.cxx
 create mode 100644 src/db/update/Editor.hxx
 create mode 100644 src/db/update/ExcludeList.cxx
 create mode 100644 src/db/update/ExcludeList.hxx
 create mode 100644 src/db/update/InotifyDomain.cxx
 create mode 100644 src/db/update/InotifyDomain.hxx
 create mode 100644 src/db/update/InotifyQueue.cxx
 create mode 100644 src/db/update/InotifyQueue.hxx
 create mode 100644 src/db/update/InotifySource.cxx
 create mode 100644 src/db/update/InotifySource.hxx
 create mode 100644 src/db/update/InotifyUpdate.cxx
 create mode 100644 src/db/update/InotifyUpdate.hxx
 create mode 100644 src/db/update/Queue.cxx
 create mode 100644 src/db/update/Queue.hxx
 create mode 100644 src/db/update/Remove.cxx
 create mode 100644 src/db/update/Remove.hxx
 create mode 100644 src/db/update/Service.cxx
 create mode 100644 src/db/update/Service.hxx
 create mode 100644 src/db/update/UpdateDomain.cxx
 create mode 100644 src/db/update/UpdateDomain.hxx
 create mode 100644 src/db/update/UpdateIO.cxx
 create mode 100644 src/db/update/UpdateIO.hxx
 create mode 100644 src/db/update/UpdateSong.cxx
 create mode 100644 src/db/update/Walk.cxx
 create mode 100644 src/db/update/Walk.hxx
 delete mode 100644 src/decoder/AdPlugDecoderPlugin.cxx
 delete mode 100644 src/decoder/AdPlugDecoderPlugin.h
 delete mode 100644 src/decoder/AudiofileDecoderPlugin.cxx
 delete mode 100644 src/decoder/AudiofileDecoderPlugin.hxx
 create mode 100644 src/decoder/DecoderAPI.cxx
 create mode 100644 src/decoder/DecoderAPI.hxx
 create mode 100644 src/decoder/DecoderBuffer.cxx
 create mode 100644 src/decoder/DecoderBuffer.hxx
 create mode 100644 src/decoder/DecoderCommand.hxx
 create mode 100644 src/decoder/DecoderControl.cxx
 create mode 100644 src/decoder/DecoderControl.hxx
 create mode 100644 src/decoder/DecoderError.cxx
 create mode 100644 src/decoder/DecoderError.hxx
 create mode 100644 src/decoder/DecoderInternal.cxx
 create mode 100644 src/decoder/DecoderInternal.hxx
 create mode 100644 src/decoder/DecoderList.cxx
 create mode 100644 src/decoder/DecoderList.hxx
 create mode 100644 src/decoder/DecoderPlugin.cxx
 create mode 100644 src/decoder/DecoderPlugin.hxx
 create mode 100644 src/decoder/DecoderPrint.cxx
 create mode 100644 src/decoder/DecoderPrint.hxx
 create mode 100644 src/decoder/DecoderThread.cxx
 create mode 100644 src/decoder/DecoderThread.hxx
 delete mode 100644 src/decoder/DsdLib.cxx
 delete mode 100644 src/decoder/DsdLib.hxx
 delete mode 100644 src/decoder/DsdiffDecoderPlugin.cxx
 delete mode 100644 src/decoder/DsdiffDecoderPlugin.hxx
 delete mode 100644 src/decoder/DsfDecoderPlugin.cxx
 delete mode 100644 src/decoder/DsfDecoderPlugin.hxx
 delete mode 100644 src/decoder/FaadDecoderPlugin.cxx
 delete mode 100644 src/decoder/FaadDecoderPlugin.hxx
 delete mode 100644 src/decoder/FfmpegDecoderPlugin.cxx
 delete mode 100644 src/decoder/FfmpegDecoderPlugin.hxx
 delete mode 100644 src/decoder/FfmpegMetaData.cxx
 delete mode 100644 src/decoder/FfmpegMetaData.hxx
 delete mode 100644 src/decoder/FlacCommon.cxx
 delete mode 100644 src/decoder/FlacCommon.hxx
 delete mode 100644 src/decoder/FlacDecoderPlugin.cxx
 delete mode 100644 src/decoder/FlacDecoderPlugin.h
 delete mode 100644 src/decoder/FlacDomain.cxx
 delete mode 100644 src/decoder/FlacDomain.hxx
 delete mode 100644 src/decoder/FlacIOHandle.cxx
 delete mode 100644 src/decoder/FlacIOHandle.hxx
 delete mode 100644 src/decoder/FlacInput.cxx
 delete mode 100644 src/decoder/FlacInput.hxx
 delete mode 100644 src/decoder/FlacMetadata.cxx
 delete mode 100644 src/decoder/FlacMetadata.hxx
 delete mode 100644 src/decoder/FlacPcm.cxx
 delete mode 100644 src/decoder/FlacPcm.hxx
 delete mode 100644 src/decoder/FluidsynthDecoderPlugin.cxx
 delete mode 100644 src/decoder/FluidsynthDecoderPlugin.hxx
 delete mode 100644 src/decoder/GmeDecoderPlugin.cxx
 delete mode 100644 src/decoder/GmeDecoderPlugin.hxx
 delete mode 100644 src/decoder/MadDecoderPlugin.cxx
 delete mode 100644 src/decoder/MadDecoderPlugin.hxx
 delete mode 100644 src/decoder/MikmodDecoderPlugin.cxx
 delete mode 100644 src/decoder/MikmodDecoderPlugin.hxx
 delete mode 100644 src/decoder/ModplugDecoderPlugin.cxx
 delete mode 100644 src/decoder/ModplugDecoderPlugin.hxx
 delete mode 100644 src/decoder/MpcdecDecoderPlugin.cxx
 delete mode 100644 src/decoder/MpcdecDecoderPlugin.hxx
 delete mode 100644 src/decoder/Mpg123DecoderPlugin.cxx
 delete mode 100644 src/decoder/Mpg123DecoderPlugin.hxx
 delete mode 100644 src/decoder/OggCodec.cxx
 delete mode 100644 src/decoder/OggCodec.hxx
 delete mode 100644 src/decoder/OggFind.cxx
 delete mode 100644 src/decoder/OggFind.hxx
 delete mode 100644 src/decoder/OggSyncState.hxx
 delete mode 100644 src/decoder/OggUtil.cxx
 delete mode 100644 src/decoder/OggUtil.hxx
 delete mode 100644 src/decoder/OpusDecoderPlugin.cxx
 delete mode 100644 src/decoder/OpusDecoderPlugin.h
 delete mode 100644 src/decoder/OpusDomain.cxx
 delete mode 100644 src/decoder/OpusDomain.hxx
 delete mode 100644 src/decoder/OpusHead.cxx
 delete mode 100644 src/decoder/OpusHead.hxx
 delete mode 100644 src/decoder/OpusReader.hxx
 delete mode 100644 src/decoder/OpusTags.cxx
 delete mode 100644 src/decoder/OpusTags.hxx
 delete mode 100644 src/decoder/PcmDecoderPlugin.cxx
 delete mode 100644 src/decoder/PcmDecoderPlugin.hxx
 delete mode 100644 src/decoder/SidplayDecoderPlugin.cxx
 delete mode 100644 src/decoder/SidplayDecoderPlugin.hxx
 delete mode 100644 src/decoder/SndfileDecoderPlugin.cxx
 delete mode 100644 src/decoder/SndfileDecoderPlugin.hxx
 delete mode 100644 src/decoder/VorbisComments.cxx
 delete mode 100644 src/decoder/VorbisComments.hxx
 delete mode 100644 src/decoder/VorbisDecoderPlugin.cxx
 delete mode 100644 src/decoder/VorbisDecoderPlugin.h
 delete mode 100644 src/decoder/VorbisDomain.cxx
 delete mode 100644 src/decoder/VorbisDomain.hxx
 delete mode 100644 src/decoder/WavpackDecoderPlugin.cxx
 delete mode 100644 src/decoder/WavpackDecoderPlugin.hxx
 delete mode 100644 src/decoder/WildmidiDecoderPlugin.cxx
 delete mode 100644 src/decoder/WildmidiDecoderPlugin.hxx
 delete mode 100644 src/decoder/XiphTags.cxx
 delete mode 100644 src/decoder/XiphTags.hxx
 create mode 100644 src/decoder/plugins/AdPlugDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/AdPlugDecoderPlugin.h
 create mode 100644 src/decoder/plugins/AudiofileDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/AudiofileDecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/DsdLib.cxx
 create mode 100644 src/decoder/plugins/DsdLib.hxx
 create mode 100644 src/decoder/plugins/DsdiffDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/DsdiffDecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/DsfDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/DsfDecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/FaadDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/FaadDecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/FfmpegDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/FfmpegDecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/FfmpegMetaData.cxx
 create mode 100644 src/decoder/plugins/FfmpegMetaData.hxx
 create mode 100644 src/decoder/plugins/FlacCommon.cxx
 create mode 100644 src/decoder/plugins/FlacCommon.hxx
 create mode 100644 src/decoder/plugins/FlacDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/FlacDecoderPlugin.h
 create mode 100644 src/decoder/plugins/FlacDomain.cxx
 create mode 100644 src/decoder/plugins/FlacDomain.hxx
 create mode 100644 src/decoder/plugins/FlacIOHandle.cxx
 create mode 100644 src/decoder/plugins/FlacIOHandle.hxx
 create mode 100644 src/decoder/plugins/FlacInput.cxx
 create mode 100644 src/decoder/plugins/FlacInput.hxx
 create mode 100644 src/decoder/plugins/FlacMetadata.cxx
 create mode 100644 src/decoder/plugins/FlacMetadata.hxx
 create mode 100644 src/decoder/plugins/FlacPcm.cxx
 create mode 100644 src/decoder/plugins/FlacPcm.hxx
 create mode 100644 src/decoder/plugins/FluidsynthDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/FluidsynthDecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/GmeDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/GmeDecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/MadDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/MadDecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/MikmodDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/MikmodDecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/ModplugDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/ModplugDecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/Mp4v2DecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/Mp4v2DecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/MpcdecDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/MpcdecDecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/Mpg123DecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/Mpg123DecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/OggCodec.cxx
 create mode 100644 src/decoder/plugins/OggCodec.hxx
 create mode 100644 src/decoder/plugins/OggFind.cxx
 create mode 100644 src/decoder/plugins/OggFind.hxx
 create mode 100644 src/decoder/plugins/OggSyncState.hxx
 create mode 100644 src/decoder/plugins/OggUtil.cxx
 create mode 100644 src/decoder/plugins/OggUtil.hxx
 create mode 100644 src/decoder/plugins/OpusDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/OpusDecoderPlugin.h
 create mode 100644 src/decoder/plugins/OpusDomain.cxx
 create mode 100644 src/decoder/plugins/OpusDomain.hxx
 create mode 100644 src/decoder/plugins/OpusHead.cxx
 create mode 100644 src/decoder/plugins/OpusHead.hxx
 create mode 100644 src/decoder/plugins/OpusReader.hxx
 create mode 100644 src/decoder/plugins/OpusTags.cxx
 create mode 100644 src/decoder/plugins/OpusTags.hxx
 create mode 100644 src/decoder/plugins/PcmDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/PcmDecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/SidplayDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/SidplayDecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/SndfileDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/SndfileDecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/VorbisComments.cxx
 create mode 100644 src/decoder/plugins/VorbisComments.hxx
 create mode 100644 src/decoder/plugins/VorbisDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/VorbisDecoderPlugin.h
 create mode 100644 src/decoder/plugins/VorbisDomain.cxx
 create mode 100644 src/decoder/plugins/VorbisDomain.hxx
 create mode 100644 src/decoder/plugins/WavpackDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/WavpackDecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/WildmidiDecoderPlugin.cxx
 create mode 100644 src/decoder/plugins/WildmidiDecoderPlugin.hxx
 create mode 100644 src/decoder/plugins/XiphTags.cxx
 create mode 100644 src/decoder/plugins/XiphTags.hxx
 create mode 100644 src/encoder/EncoderAPI.hxx
 create mode 100644 src/encoder/EncoderList.cxx
 create mode 100644 src/encoder/EncoderList.hxx
 create mode 100644 src/encoder/EncoderPlugin.hxx
 delete mode 100644 src/encoder/FlacEncoderPlugin.cxx
 delete mode 100644 src/encoder/FlacEncoderPlugin.hxx
 delete mode 100644 src/encoder/LameEncoderPlugin.cxx
 delete mode 100644 src/encoder/LameEncoderPlugin.hxx
 delete mode 100644 src/encoder/NullEncoderPlugin.cxx
 delete mode 100644 src/encoder/NullEncoderPlugin.hxx
 delete mode 100644 src/encoder/OggSerial.cxx
 delete mode 100644 src/encoder/OggSerial.hxx
 delete mode 100644 src/encoder/OggStream.hxx
 delete mode 100644 src/encoder/OpusEncoderPlugin.cxx
 delete mode 100644 src/encoder/OpusEncoderPlugin.hxx
 delete mode 100644 src/encoder/TwolameEncoderPlugin.cxx
 delete mode 100644 src/encoder/TwolameEncoderPlugin.hxx
 delete mode 100644 src/encoder/VorbisEncoderPlugin.cxx
 delete mode 100644 src/encoder/VorbisEncoderPlugin.hxx
 delete mode 100644 src/encoder/WaveEncoderPlugin.cxx
 delete mode 100644 src/encoder/WaveEncoderPlugin.hxx
 create mode 100644 src/encoder/plugins/FlacEncoderPlugin.cxx
 create mode 100644 src/encoder/plugins/FlacEncoderPlugin.hxx
 create mode 100644 src/encoder/plugins/LameEncoderPlugin.cxx
 create mode 100644 src/encoder/plugins/LameEncoderPlugin.hxx
 create mode 100644 src/encoder/plugins/NullEncoderPlugin.cxx
 create mode 100644 src/encoder/plugins/NullEncoderPlugin.hxx
 create mode 100644 src/encoder/plugins/OggSerial.cxx
 create mode 100644 src/encoder/plugins/OggSerial.hxx
 create mode 100644 src/encoder/plugins/OggStream.hxx
 create mode 100644 src/encoder/plugins/OpusEncoderPlugin.cxx
 create mode 100644 src/encoder/plugins/OpusEncoderPlugin.hxx
 create mode 100644 src/encoder/plugins/ShineEncoderPlugin.cxx
 create mode 100644 src/encoder/plugins/ShineEncoderPlugin.hxx
 create mode 100644 src/encoder/plugins/TwolameEncoderPlugin.cxx
 create mode 100644 src/encoder/plugins/TwolameEncoderPlugin.hxx
 create mode 100644 src/encoder/plugins/VorbisEncoderPlugin.cxx
 create mode 100644 src/encoder/plugins/VorbisEncoderPlugin.hxx
 create mode 100644 src/encoder/plugins/WaveEncoderPlugin.cxx
 create mode 100644 src/encoder/plugins/WaveEncoderPlugin.hxx
 create mode 100644 src/event/PollGroup.hxx
 create mode 100644 src/event/PollGroupEPoll.hxx
 create mode 100644 src/event/PollGroupPoll.cxx
 create mode 100644 src/event/PollGroupPoll.hxx
 create mode 100644 src/event/PollGroupWinSelect.cxx
 create mode 100644 src/event/PollGroupWinSelect.hxx
 create mode 100644 src/event/PollResultGeneric.hxx
 delete mode 100644 src/filter/AutoConvertFilterPlugin.cxx
 delete mode 100644 src/filter/AutoConvertFilterPlugin.hxx
 delete mode 100644 src/filter/ChainFilterPlugin.cxx
 delete mode 100644 src/filter/ChainFilterPlugin.hxx
 delete mode 100644 src/filter/ConvertFilterPlugin.cxx
 delete mode 100644 src/filter/ConvertFilterPlugin.hxx
 create mode 100644 src/filter/FilterConfig.cxx
 create mode 100644 src/filter/FilterConfig.hxx
 create mode 100644 src/filter/FilterInternal.hxx
 create mode 100644 src/filter/FilterPlugin.cxx
 create mode 100644 src/filter/FilterPlugin.hxx
 create mode 100644 src/filter/FilterRegistry.cxx
 create mode 100644 src/filter/FilterRegistry.hxx
 delete mode 100644 src/filter/NormalizeFilterPlugin.cxx
 delete mode 100644 src/filter/NullFilterPlugin.cxx
 delete mode 100644 src/filter/ReplayGainFilterPlugin.cxx
 delete mode 100644 src/filter/ReplayGainFilterPlugin.hxx
 delete mode 100644 src/filter/RouteFilterPlugin.cxx
 delete mode 100644 src/filter/VolumeFilterPlugin.cxx
 delete mode 100644 src/filter/VolumeFilterPlugin.hxx
 create mode 100644 src/filter/plugins/AutoConvertFilterPlugin.cxx
 create mode 100644 src/filter/plugins/AutoConvertFilterPlugin.hxx
 create mode 100644 src/filter/plugins/ChainFilterPlugin.cxx
 create mode 100644 src/filter/plugins/ChainFilterPlugin.hxx
 create mode 100644 src/filter/plugins/ConvertFilterPlugin.cxx
 create mode 100644 src/filter/plugins/ConvertFilterPlugin.hxx
 create mode 100644 src/filter/plugins/NormalizeFilterPlugin.cxx
 create mode 100644 src/filter/plugins/NullFilterPlugin.cxx
 create mode 100644 src/filter/plugins/ReplayGainFilterPlugin.cxx
 create mode 100644 src/filter/plugins/ReplayGainFilterPlugin.hxx
 create mode 100644 src/filter/plugins/RouteFilterPlugin.cxx
 create mode 100644 src/filter/plugins/VolumeFilterPlugin.cxx
 create mode 100644 src/filter/plugins/VolumeFilterPlugin.hxx
 create mode 100644 src/fs/CheckFile.cxx
 create mode 100644 src/fs/CheckFile.hxx
 create mode 100644 src/fs/StandardDirectory.cxx
 create mode 100644 src/fs/StandardDirectory.hxx
 create mode 100644 src/fs/io/AutoGunzipReader.cxx
 create mode 100644 src/fs/io/AutoGunzipReader.hxx
 create mode 100644 src/fs/io/BufferedOutputStream.cxx
 create mode 100644 src/fs/io/BufferedOutputStream.hxx
 create mode 100644 src/fs/io/BufferedReader.cxx
 create mode 100644 src/fs/io/BufferedReader.hxx
 create mode 100644 src/fs/io/FileOutputStream.cxx
 create mode 100644 src/fs/io/FileOutputStream.hxx
 create mode 100644 src/fs/io/FileReader.cxx
 create mode 100644 src/fs/io/FileReader.hxx
 create mode 100644 src/fs/io/GunzipReader.cxx
 create mode 100644 src/fs/io/GunzipReader.hxx
 create mode 100644 src/fs/io/GzipOutputStream.cxx
 create mode 100644 src/fs/io/GzipOutputStream.hxx
 create mode 100644 src/fs/io/OutputStream.hxx
 create mode 100644 src/fs/io/PeekReader.cxx
 create mode 100644 src/fs/io/PeekReader.hxx
 create mode 100644 src/fs/io/Reader.hxx
 create mode 100644 src/fs/io/StdioOutputStream.hxx
 create mode 100644 src/fs/io/TextFile.cxx
 create mode 100644 src/fs/io/TextFile.hxx
 delete mode 100644 src/gerror.h
 delete mode 100644 src/input/ArchiveInputPlugin.cxx
 delete mode 100644 src/input/ArchiveInputPlugin.hxx
 create mode 100644 src/input/AsyncInputStream.cxx
 create mode 100644 src/input/AsyncInputStream.hxx
 delete mode 100644 src/input/CdioParanoiaInputPlugin.cxx
 delete mode 100644 src/input/CdioParanoiaInputPlugin.hxx
 delete mode 100644 src/input/CurlInputPlugin.cxx
 delete mode 100644 src/input/CurlInputPlugin.hxx
 delete mode 100644 src/input/DespotifyInputPlugin.cxx
 delete mode 100644 src/input/DespotifyInputPlugin.hxx
 delete mode 100644 src/input/FfmpegInputPlugin.cxx
 delete mode 100644 src/input/FfmpegInputPlugin.hxx
 delete mode 100644 src/input/FileInputPlugin.cxx
 delete mode 100644 src/input/FileInputPlugin.hxx
 create mode 100644 src/input/IcyInputStream.cxx
 create mode 100644 src/input/IcyInputStream.hxx
 create mode 100644 src/input/Init.cxx
 create mode 100644 src/input/Init.hxx
 create mode 100644 src/input/InputPlugin.hxx
 create mode 100644 src/input/InputStream.cxx
 create mode 100644 src/input/InputStream.hxx
 create mode 100644 src/input/LocalOpen.cxx
 create mode 100644 src/input/LocalOpen.hxx
 delete mode 100644 src/input/MmsInputPlugin.cxx
 delete mode 100644 src/input/MmsInputPlugin.hxx
 create mode 100644 src/input/Offset.hxx
 create mode 100644 src/input/Open.cxx
 create mode 100644 src/input/ProxyInputStream.cxx
 create mode 100644 src/input/ProxyInputStream.hxx
 create mode 100644 src/input/Registry.cxx
 create mode 100644 src/input/Registry.hxx
 delete mode 100644 src/input/RewindInputPlugin.cxx
 delete mode 100644 src/input/RewindInputPlugin.hxx
 create mode 100644 src/input/TextInputStream.cxx
 create mode 100644 src/input/TextInputStream.hxx
 create mode 100644 src/input/ThreadInputStream.cxx
 create mode 100644 src/input/ThreadInputStream.hxx
 create mode 100644 src/input/plugins/AlsaInputPlugin.cxx
 create mode 100644 src/input/plugins/AlsaInputPlugin.hxx
 create mode 100644 src/input/plugins/ArchiveInputPlugin.cxx
 create mode 100644 src/input/plugins/ArchiveInputPlugin.hxx
 create mode 100644 src/input/plugins/CdioParanoiaInputPlugin.cxx
 create mode 100644 src/input/plugins/CdioParanoiaInputPlugin.hxx
 create mode 100644 src/input/plugins/CurlInputPlugin.cxx
 create mode 100644 src/input/plugins/CurlInputPlugin.hxx
 create mode 100644 src/input/plugins/DespotifyInputPlugin.cxx
 create mode 100644 src/input/plugins/DespotifyInputPlugin.hxx
 create mode 100644 src/input/plugins/FfmpegInputPlugin.cxx
 create mode 100644 src/input/plugins/FfmpegInputPlugin.hxx
 create mode 100644 src/input/plugins/FileInputPlugin.cxx
 create mode 100644 src/input/plugins/FileInputPlugin.hxx
 create mode 100644 src/input/plugins/MmsInputPlugin.cxx
 create mode 100644 src/input/plugins/MmsInputPlugin.hxx
 create mode 100644 src/input/plugins/NfsInputPlugin.cxx
 create mode 100644 src/input/plugins/NfsInputPlugin.hxx
 create mode 100644 src/input/plugins/RewindInputPlugin.cxx
 create mode 100644 src/input/plugins/RewindInputPlugin.hxx
 create mode 100644 src/input/plugins/SmbclientInputPlugin.cxx
 create mode 100644 src/input/plugins/SmbclientInputPlugin.hxx
 create mode 100644 src/java/Class.hxx
 create mode 100644 src/java/Exception.hxx
 create mode 100644 src/java/File.cxx
 create mode 100644 src/java/File.hxx
 create mode 100644 src/java/Global.cxx
 create mode 100644 src/java/Global.hxx
 create mode 100644 src/java/Object.hxx
 create mode 100644 src/java/Ref.hxx
 create mode 100644 src/java/String.cxx
 create mode 100644 src/java/String.hxx
 create mode 100644 src/lib/despotify/DespotifyUtils.cxx
 create mode 100644 src/lib/despotify/DespotifyUtils.hxx
 create mode 100644 src/lib/expat/ExpatParser.cxx
 create mode 100644 src/lib/expat/ExpatParser.hxx
 create mode 100644 src/lib/ffmpeg/Domain.cxx
 create mode 100644 src/lib/ffmpeg/Domain.hxx
 create mode 100644 src/lib/ffmpeg/Error.cxx
 create mode 100644 src/lib/ffmpeg/Error.hxx
 create mode 100644 src/lib/icu/Collate.cxx
 create mode 100644 src/lib/icu/Collate.hxx
 create mode 100644 src/lib/icu/Error.cxx
 create mode 100644 src/lib/icu/Error.hxx
 create mode 100644 src/lib/icu/Init.cxx
 create mode 100644 src/lib/icu/Init.hxx
 create mode 100644 src/lib/nfs/Base.cxx
 create mode 100644 src/lib/nfs/Base.hxx
 create mode 100644 src/lib/nfs/Blocking.cxx
 create mode 100644 src/lib/nfs/Blocking.hxx
 create mode 100644 src/lib/nfs/Callback.hxx
 create mode 100644 src/lib/nfs/Cancellable.hxx
 create mode 100644 src/lib/nfs/Connection.cxx
 create mode 100644 src/lib/nfs/Connection.hxx
 create mode 100644 src/lib/nfs/Domain.cxx
 create mode 100644 src/lib/nfs/Domain.hxx
 create mode 100644 src/lib/nfs/FileReader.cxx
 create mode 100644 src/lib/nfs/FileReader.hxx
 create mode 100644 src/lib/nfs/Glue.cxx
 create mode 100644 src/lib/nfs/Glue.hxx
 create mode 100644 src/lib/nfs/Lease.hxx
 create mode 100644 src/lib/nfs/Manager.cxx
 create mode 100644 src/lib/nfs/Manager.hxx
 create mode 100644 src/lib/smbclient/Domain.cxx
 create mode 100644 src/lib/smbclient/Domain.hxx
 create mode 100644 src/lib/smbclient/Init.cxx
 create mode 100644 src/lib/smbclient/Init.hxx
 create mode 100644 src/lib/smbclient/Mutex.cxx
 create mode 100644 src/lib/smbclient/Mutex.hxx
 create mode 100644 src/lib/upnp/Action.hxx
 create mode 100644 src/lib/upnp/Callback.hxx
 create mode 100644 src/lib/upnp/ClientInit.cxx
 create mode 100644 src/lib/upnp/ClientInit.hxx
 create mode 100644 src/lib/upnp/ContentDirectoryService.cxx
 create mode 100644 src/lib/upnp/ContentDirectoryService.hxx
 create mode 100644 src/lib/upnp/Device.cxx
 create mode 100644 src/lib/upnp/Device.hxx
 create mode 100644 src/lib/upnp/Discovery.cxx
 create mode 100644 src/lib/upnp/Discovery.hxx
 create mode 100644 src/lib/upnp/Domain.cxx
 create mode 100644 src/lib/upnp/Domain.hxx
 create mode 100644 src/lib/upnp/Init.cxx
 create mode 100644 src/lib/upnp/Init.hxx
 create mode 100644 src/lib/upnp/Util.cxx
 create mode 100644 src/lib/upnp/Util.hxx
 create mode 100644 src/lib/upnp/WorkQueue.hxx
 create mode 100644 src/lib/upnp/ixmlwrap.cxx
 create mode 100644 src/lib/upnp/ixmlwrap.hxx
 create mode 100644 src/lib/zlib/Domain.cxx
 create mode 100644 src/lib/zlib/Domain.hxx
 delete mode 100644 src/mixer/AlsaMixerPlugin.cxx
 create mode 100644 src/mixer/Listener.hxx
 create mode 100644 src/mixer/MixerAll.cxx
 create mode 100644 src/mixer/MixerControl.cxx
 create mode 100644 src/mixer/MixerControl.hxx
 create mode 100644 src/mixer/MixerInternal.hxx
 create mode 100644 src/mixer/MixerList.hxx
 create mode 100644 src/mixer/MixerPlugin.hxx
 create mode 100644 src/mixer/MixerType.cxx
 create mode 100644 src/mixer/MixerType.hxx
 delete mode 100644 src/mixer/OssMixerPlugin.cxx
 delete mode 100644 src/mixer/PulseMixerPlugin.cxx
 delete mode 100644 src/mixer/PulseMixerPlugin.hxx
 delete mode 100644 src/mixer/RoarMixerPlugin.cxx
 delete mode 100644 src/mixer/SoftwareMixerPlugin.cxx
 delete mode 100644 src/mixer/SoftwareMixerPlugin.hxx
 create mode 100644 src/mixer/Volume.cxx
 create mode 100644 src/mixer/Volume.hxx
 delete mode 100644 src/mixer/WinmmMixerPlugin.cxx
 create mode 100644 src/mixer/plugins/AlsaMixerPlugin.cxx
 create mode 100644 src/mixer/plugins/OssMixerPlugin.cxx
 create mode 100644 src/mixer/plugins/PulseMixerPlugin.cxx
 create mode 100644 src/mixer/plugins/PulseMixerPlugin.hxx
 create mode 100644 src/mixer/plugins/RoarMixerPlugin.cxx
 create mode 100644 src/mixer/plugins/SoftwareMixerPlugin.cxx
 create mode 100644 src/mixer/plugins/SoftwareMixerPlugin.hxx
 create mode 100644 src/mixer/plugins/WinmmMixerPlugin.cxx
 create mode 100644 src/neighbor/Explorer.hxx
 create mode 100644 src/neighbor/Glue.cxx
 create mode 100644 src/neighbor/Glue.hxx
 create mode 100644 src/neighbor/Info.hxx
 create mode 100644 src/neighbor/Listener.hxx
 create mode 100644 src/neighbor/NeighborPlugin.hxx
 create mode 100644 src/neighbor/Registry.cxx
 create mode 100644 src/neighbor/Registry.hxx
 create mode 100644 src/neighbor/plugins/SmbclientNeighborPlugin.cxx
 create mode 100644 src/neighbor/plugins/SmbclientNeighborPlugin.hxx
 create mode 100644 src/neighbor/plugins/UpnpNeighborPlugin.cxx
 create mode 100644 src/neighbor/plugins/UpnpNeighborPlugin.hxx
 create mode 100644 src/osx/OSXMain.cxx
 delete mode 100644 src/output/AlsaOutputPlugin.cxx
 delete mode 100644 src/output/AlsaOutputPlugin.hxx
 delete mode 100644 src/output/AoOutputPlugin.cxx
 delete mode 100644 src/output/AoOutputPlugin.hxx
 create mode 100644 src/output/Domain.cxx
 create mode 100644 src/output/Domain.hxx
 delete mode 100644 src/output/FifoOutputPlugin.cxx
 delete mode 100644 src/output/FifoOutputPlugin.hxx
 create mode 100644 src/output/Finish.cxx
 delete mode 100644 src/output/HttpdClient.cxx
 delete mode 100644 src/output/HttpdClient.hxx
 delete mode 100644 src/output/HttpdInternal.hxx
 delete mode 100644 src/output/HttpdOutputPlugin.cxx
 delete mode 100644 src/output/HttpdOutputPlugin.hxx
 create mode 100644 src/output/Init.cxx
 create mode 100644 src/output/Internal.hxx
 delete mode 100644 src/output/JackOutputPlugin.cxx
 delete mode 100644 src/output/JackOutputPlugin.hxx
 create mode 100644 src/output/MultipleOutputs.cxx
 create mode 100644 src/output/MultipleOutputs.hxx
 delete mode 100644 src/output/NullOutputPlugin.cxx
 delete mode 100644 src/output/NullOutputPlugin.hxx
 delete mode 100644 src/output/OSXOutputPlugin.cxx
 delete mode 100644 src/output/OSXOutputPlugin.hxx
 delete mode 100644 src/output/OpenALOutputPlugin.cxx
 delete mode 100644 src/output/OpenALOutputPlugin.hxx
 delete mode 100644 src/output/OssOutputPlugin.cxx
 delete mode 100644 src/output/OssOutputPlugin.hxx
 create mode 100644 src/output/OutputAPI.hxx
 create mode 100644 src/output/OutputCommand.cxx
 create mode 100644 src/output/OutputCommand.hxx
 create mode 100644 src/output/OutputControl.cxx
 create mode 100644 src/output/OutputPlugin.cxx
 create mode 100644 src/output/OutputPlugin.hxx
 create mode 100644 src/output/OutputPrint.cxx
 create mode 100644 src/output/OutputPrint.hxx
 create mode 100644 src/output/OutputState.cxx
 create mode 100644 src/output/OutputState.hxx
 create mode 100644 src/output/OutputThread.cxx
 delete mode 100644 src/output/PipeOutputPlugin.cxx
 delete mode 100644 src/output/PipeOutputPlugin.hxx
 delete mode 100644 src/output/PulseOutputPlugin.cxx
 delete mode 100644 src/output/PulseOutputPlugin.hxx
 delete mode 100644 src/output/RecorderOutputPlugin.cxx
 delete mode 100644 src/output/RecorderOutputPlugin.hxx
 create mode 100644 src/output/Registry.cxx
 create mode 100644 src/output/Registry.hxx
 delete mode 100644 src/output/RoarOutputPlugin.cxx
 delete mode 100644 src/output/RoarOutputPlugin.hxx
 delete mode 100644 src/output/ShoutOutputPlugin.cxx
 delete mode 100644 src/output/ShoutOutputPlugin.hxx
 delete mode 100644 src/output/SolarisOutputPlugin.cxx
 delete mode 100644 src/output/SolarisOutputPlugin.hxx
 create mode 100644 src/output/Timer.cxx
 create mode 100644 src/output/Timer.hxx
 delete mode 100644 src/output/WinmmOutputPlugin.cxx
 delete mode 100644 src/output/WinmmOutputPlugin.hxx
 create mode 100644 src/output/plugins/AlsaOutputPlugin.cxx
 create mode 100644 src/output/plugins/AlsaOutputPlugin.hxx
 create mode 100644 src/output/plugins/AoOutputPlugin.cxx
 create mode 100644 src/output/plugins/AoOutputPlugin.hxx
 create mode 100644 src/output/plugins/FifoOutputPlugin.cxx
 create mode 100644 src/output/plugins/FifoOutputPlugin.hxx
 create mode 100644 src/output/plugins/JackOutputPlugin.cxx
 create mode 100644 src/output/plugins/JackOutputPlugin.hxx
 create mode 100644 src/output/plugins/NullOutputPlugin.cxx
 create mode 100644 src/output/plugins/NullOutputPlugin.hxx
 create mode 100644 src/output/plugins/OSXOutputPlugin.cxx
 create mode 100644 src/output/plugins/OSXOutputPlugin.hxx
 create mode 100644 src/output/plugins/OpenALOutputPlugin.cxx
 create mode 100644 src/output/plugins/OpenALOutputPlugin.hxx
 create mode 100644 src/output/plugins/OssOutputPlugin.cxx
 create mode 100644 src/output/plugins/OssOutputPlugin.hxx
 create mode 100644 src/output/plugins/PipeOutputPlugin.cxx
 create mode 100644 src/output/plugins/PipeOutputPlugin.hxx
 create mode 100644 src/output/plugins/PulseOutputPlugin.cxx
 create mode 100644 src/output/plugins/PulseOutputPlugin.hxx
 create mode 100644 src/output/plugins/RecorderOutputPlugin.cxx
 create mode 100644 src/output/plugins/RecorderOutputPlugin.hxx
 create mode 100644 src/output/plugins/RoarOutputPlugin.cxx
 create mode 100644 src/output/plugins/RoarOutputPlugin.hxx
 create mode 100644 src/output/plugins/ShoutOutputPlugin.cxx
 create mode 100644 src/output/plugins/ShoutOutputPlugin.hxx
 create mode 100644 src/output/plugins/SolarisOutputPlugin.cxx
 create mode 100644 src/output/plugins/SolarisOutputPlugin.hxx
 create mode 100644 src/output/plugins/WinmmOutputPlugin.cxx
 create mode 100644 src/output/plugins/WinmmOutputPlugin.hxx
 create mode 100644 src/output/plugins/httpd/HttpdClient.cxx
 create mode 100644 src/output/plugins/httpd/HttpdClient.hxx
 create mode 100644 src/output/plugins/httpd/HttpdInternal.hxx
 create mode 100644 src/output/plugins/httpd/HttpdOutputPlugin.cxx
 create mode 100644 src/output/plugins/httpd/HttpdOutputPlugin.hxx
 create mode 100644 src/output/plugins/httpd/IcyMetaDataServer.cxx
 create mode 100644 src/output/plugins/httpd/IcyMetaDataServer.hxx
 create mode 100644 src/output/plugins/httpd/Page.cxx
 create mode 100644 src/output/plugins/httpd/Page.hxx
 create mode 100644 src/output/plugins/sles/AndroidSimpleBufferQueue.hxx
 create mode 100644 src/output/plugins/sles/Engine.hxx
 create mode 100644 src/output/plugins/sles/Object.hxx
 create mode 100644 src/output/plugins/sles/Play.hxx
 create mode 100644 src/output/plugins/sles/SlesOutputPlugin.cxx
 create mode 100644 src/output/plugins/sles/SlesOutputPlugin.hxx
 create mode 100644 src/pcm/ChannelsConverter.cxx
 create mode 100644 src/pcm/ChannelsConverter.hxx
 create mode 100644 src/pcm/ConfiguredResampler.cxx
 create mode 100644 src/pcm/ConfiguredResampler.hxx
 create mode 100644 src/pcm/Domain.cxx
 create mode 100644 src/pcm/Domain.hxx
 create mode 100644 src/pcm/FallbackResampler.cxx
 create mode 100644 src/pcm/FallbackResampler.hxx
 create mode 100644 src/pcm/FloatConvert.hxx
 create mode 100644 src/pcm/FormatConverter.cxx
 create mode 100644 src/pcm/FormatConverter.hxx
 create mode 100644 src/pcm/GlueResampler.cxx
 create mode 100644 src/pcm/GlueResampler.hxx
 create mode 100644 src/pcm/LibsamplerateResampler.cxx
 create mode 100644 src/pcm/LibsamplerateResampler.hxx
 create mode 100644 src/pcm/Neon.hxx
 create mode 100644 src/pcm/PcmDop.cxx
 create mode 100644 src/pcm/PcmDop.hxx
 delete mode 100644 src/pcm/PcmDsdUsb.cxx
 delete mode 100644 src/pcm/PcmDsdUsb.hxx
 delete mode 100644 src/pcm/PcmResample.cxx
 delete mode 100644 src/pcm/PcmResample.hxx
 delete mode 100644 src/pcm/PcmResampleFallback.cxx
 delete mode 100644 src/pcm/PcmResampleInternal.hxx
 delete mode 100644 src/pcm/PcmResampleLibsamplerate.cxx
 delete mode 100644 src/pcm/PcmVolume.cxx
 delete mode 100644 src/pcm/PcmVolume.hxx
 create mode 100644 src/pcm/Resampler.hxx
 create mode 100644 src/pcm/ShiftConvert.hxx
 create mode 100644 src/pcm/SoxrResampler.cxx
 create mode 100644 src/pcm/SoxrResampler.hxx
 create mode 100644 src/pcm/Traits.hxx
 create mode 100644 src/pcm/Volume.cxx
 create mode 100644 src/pcm/Volume.hxx
 delete mode 100644 src/playlist/AsxPlaylistPlugin.cxx
 delete mode 100644 src/playlist/AsxPlaylistPlugin.hxx
 create mode 100644 src/playlist/CloseSongEnumerator.cxx
 create mode 100644 src/playlist/CloseSongEnumerator.hxx
 delete mode 100644 src/playlist/CuePlaylistPlugin.cxx
 delete mode 100644 src/playlist/CuePlaylistPlugin.hxx
 delete mode 100644 src/playlist/DespotifyPlaylistPlugin.cxx
 delete mode 100644 src/playlist/DespotifyPlaylistPlugin.hxx
 delete mode 100644 src/playlist/EmbeddedCuePlaylistPlugin.cxx
 delete mode 100644 src/playlist/EmbeddedCuePlaylistPlugin.hxx
 delete mode 100644 src/playlist/ExtM3uPlaylistPlugin.cxx
 delete mode 100644 src/playlist/ExtM3uPlaylistPlugin.hxx
 delete mode 100644 src/playlist/M3uPlaylistPlugin.cxx
 delete mode 100644 src/playlist/M3uPlaylistPlugin.hxx
 create mode 100644 src/playlist/MemorySongEnumerator.cxx
 create mode 100644 src/playlist/MemorySongEnumerator.hxx
 create mode 100644 src/playlist/PlaylistAny.cxx
 create mode 100644 src/playlist/PlaylistAny.hxx
 create mode 100644 src/playlist/PlaylistMapper.cxx
 create mode 100644 src/playlist/PlaylistMapper.hxx
 create mode 100644 src/playlist/PlaylistPlugin.hxx
 create mode 100644 src/playlist/PlaylistQueue.cxx
 create mode 100644 src/playlist/PlaylistQueue.hxx
 create mode 100644 src/playlist/PlaylistRegistry.cxx
 create mode 100644 src/playlist/PlaylistRegistry.hxx
 create mode 100644 src/playlist/PlaylistSong.cxx
 create mode 100644 src/playlist/PlaylistSong.hxx
 create mode 100644 src/playlist/PlaylistStream.cxx
 create mode 100644 src/playlist/PlaylistStream.hxx
 delete mode 100644 src/playlist/PlsPlaylistPlugin.cxx
 delete mode 100644 src/playlist/PlsPlaylistPlugin.hxx
 create mode 100644 src/playlist/Print.cxx
 create mode 100644 src/playlist/Print.hxx
 delete mode 100644 src/playlist/RssPlaylistPlugin.cxx
 delete mode 100644 src/playlist/RssPlaylistPlugin.hxx
 create mode 100644 src/playlist/SongEnumerator.hxx
 delete mode 100644 src/playlist/SoundCloudPlaylistPlugin.cxx
 delete mode 100644 src/playlist/SoundCloudPlaylistPlugin.hxx
 delete mode 100644 src/playlist/XspfPlaylistPlugin.cxx
 delete mode 100644 src/playlist/XspfPlaylistPlugin.hxx
 create mode 100644 src/playlist/cue/CueParser.cxx
 create mode 100644 src/playlist/cue/CueParser.hxx
 create mode 100644 src/playlist/plugins/AsxPlaylistPlugin.cxx
 create mode 100644 src/playlist/plugins/AsxPlaylistPlugin.hxx
 create mode 100644 src/playlist/plugins/CuePlaylistPlugin.cxx
 create mode 100644 src/playlist/plugins/CuePlaylistPlugin.hxx
 create mode 100644 src/playlist/plugins/DespotifyPlaylistPlugin.cxx
 create mode 100644 src/playlist/plugins/DespotifyPlaylistPlugin.hxx
 create mode 100644 src/playlist/plugins/EmbeddedCuePlaylistPlugin.cxx
 create mode 100644 src/playlist/plugins/EmbeddedCuePlaylistPlugin.hxx
 create mode 100644 src/playlist/plugins/ExtM3uPlaylistPlugin.cxx
 create mode 100644 src/playlist/plugins/ExtM3uPlaylistPlugin.hxx
 create mode 100644 src/playlist/plugins/M3uPlaylistPlugin.cxx
 create mode 100644 src/playlist/plugins/M3uPlaylistPlugin.hxx
 create mode 100644 src/playlist/plugins/PlsPlaylistPlugin.cxx
 create mode 100644 src/playlist/plugins/PlsPlaylistPlugin.hxx
 create mode 100644 src/playlist/plugins/RssPlaylistPlugin.cxx
 create mode 100644 src/playlist/plugins/RssPlaylistPlugin.hxx
 create mode 100644 src/playlist/plugins/SoundCloudPlaylistPlugin.cxx
 create mode 100644 src/playlist/plugins/SoundCloudPlaylistPlugin.hxx
 create mode 100644 src/playlist/plugins/XspfPlaylistPlugin.cxx
 create mode 100644 src/playlist/plugins/XspfPlaylistPlugin.hxx
 create mode 100644 src/queue/IdTable.hxx
 create mode 100644 src/queue/Playlist.cxx
 create mode 100644 src/queue/Playlist.hxx
 create mode 100644 src/queue/PlaylistControl.cxx
 create mode 100644 src/queue/PlaylistEdit.cxx
 create mode 100644 src/queue/PlaylistState.cxx
 create mode 100644 src/queue/PlaylistState.hxx
 create mode 100644 src/queue/PlaylistTag.cxx
 create mode 100644 src/queue/PlaylistUpdate.cxx
 create mode 100644 src/queue/Queue.cxx
 create mode 100644 src/queue/Queue.hxx
 create mode 100644 src/queue/QueuePrint.cxx
 create mode 100644 src/queue/QueuePrint.hxx
 create mode 100644 src/queue/QueueSave.cxx
 create mode 100644 src/queue/QueueSave.hxx
 create mode 100644 src/sticker/SongSticker.cxx
 create mode 100644 src/sticker/SongSticker.hxx
 create mode 100644 src/sticker/StickerDatabase.cxx
 create mode 100644 src/sticker/StickerDatabase.hxx
 create mode 100644 src/sticker/StickerPrint.cxx
 create mode 100644 src/sticker/StickerPrint.hxx
 create mode 100644 src/storage/CompositeStorage.cxx
 create mode 100644 src/storage/CompositeStorage.hxx
 create mode 100644 src/storage/Configured.cxx
 create mode 100644 src/storage/Configured.hxx
 create mode 100644 src/storage/FileInfo.hxx
 create mode 100644 src/storage/MemoryDirectoryReader.cxx
 create mode 100644 src/storage/MemoryDirectoryReader.hxx
 create mode 100644 src/storage/Registry.cxx
 create mode 100644 src/storage/Registry.hxx
 create mode 100644 src/storage/StorageInterface.cxx
 create mode 100644 src/storage/StorageInterface.hxx
 create mode 100644 src/storage/StoragePlugin.hxx
 create mode 100644 src/storage/plugins/LocalStorage.cxx
 create mode 100644 src/storage/plugins/LocalStorage.hxx
 create mode 100644 src/storage/plugins/NfsStorage.cxx
 create mode 100644 src/storage/plugins/NfsStorage.hxx
 create mode 100644 src/storage/plugins/SmbclientStorage.cxx
 create mode 100644 src/storage/plugins/SmbclientStorage.hxx
 create mode 100644 src/system/PeriodClock.hxx
 create mode 100644 src/tag/MixRamp.cxx
 create mode 100644 src/tag/MixRamp.hxx
 create mode 100644 src/tag/ReplayGain.cxx
 create mode 100644 src/tag/ReplayGain.hxx
 create mode 100644 src/tag/Set.cxx
 create mode 100644 src/tag/Set.hxx
 create mode 100644 src/tag/VorbisComment.cxx
 create mode 100644 src/tag/VorbisComment.hxx
 delete mode 100644 src/thread/GLibCond.hxx
 delete mode 100644 src/thread/GLibMutex.hxx
 create mode 100644 src/thread/Name.hxx
 create mode 100644 src/thread/Slack.hxx
 create mode 100644 src/thread/Util.hxx
 create mode 100644 src/unix/Daemon.cxx
 create mode 100644 src/unix/Daemon.hxx
 create mode 100644 src/unix/PidFile.hxx
 create mode 100644 src/unix/SignalHandlers.cxx
 create mode 100644 src/unix/SignalHandlers.hxx
 create mode 100644 src/util/Alloc.cxx
 create mode 100644 src/util/Alloc.hxx
 create mode 100644 src/util/Cast.hxx
 create mode 100644 src/util/CircularBuffer.hxx
 create mode 100644 src/util/Clamp.hxx
 create mode 100644 src/util/ConstBuffer.hxx
 create mode 100644 src/util/DynamicFifoBuffer.hxx
 delete mode 100644 src/util/FifoBuffer.hxx
 create mode 100644 src/util/ForeignFifoBuffer.hxx
 create mode 100644 src/util/OptionDef.hxx
 create mode 100644 src/util/OptionParser.cxx
 create mode 100644 src/util/OptionParser.hxx
 create mode 100644 src/util/SplitString.cxx
 create mode 100644 src/util/SplitString.hxx
 create mode 100644 src/util/StaticFifoBuffer.hxx
 create mode 100644 src/util/TextFile.hxx
 create mode 100644 src/util/UTF8.cxx
 create mode 100644 src/util/UTF8.hxx
 create mode 100644 src/util/VarSize.hxx
 delete mode 100644 src/util/fifo_buffer.c
 delete mode 100644 src/util/fifo_buffer.h
 delete mode 100644 src/util/growing_fifo.c
 delete mode 100644 src/util/growing_fifo.h
 delete mode 100644 src/util/list.h
 delete mode 100644 src/util/list_sort.c
 delete mode 100644 src/util/list_sort.h
 create mode 100644 src/zeroconf/AvahiPoll.cxx
 create mode 100644 src/zeroconf/AvahiPoll.hxx
 create mode 100644 src/zeroconf/ZeroconfAvahi.cxx
 create mode 100644 src/zeroconf/ZeroconfAvahi.hxx
 create mode 100644 src/zeroconf/ZeroconfBonjour.cxx
 create mode 100644 src/zeroconf/ZeroconfBonjour.hxx
 create mode 100644 src/zeroconf/ZeroconfGlue.cxx
 create mode 100644 src/zeroconf/ZeroconfGlue.hxx
 create mode 100644 src/zeroconf/ZeroconfInternal.hxx
 create mode 100644 systemd/mpd.service.in
 delete mode 100755 test-driver
 create mode 100644 test/FakeDecoderAPI.hxx
 create mode 100644 test/ScopeIOThread.hxx
 create mode 100644 test/TestCircularBuffer.hxx
 create mode 100644 test/run_gunzip.cxx
 create mode 100644 test/run_gzip.cxx
 create mode 100644 test/run_neighbor_explorer.cxx
 create mode 100644 test/run_storage.cxx
 create mode 100644 test/test_pcm_export.cxx
 create mode 100644 test/test_rewind.cxx
 create mode 100644 test/test_translate_song.cxx

-- 
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