mpd/src
2018-07-07 14:07:48 +02:00
..
android fs/AllocatedPath: make the nullptr_t constructor public 2018-01-17 12:17:41 +01:00
archive input/Stream: remove attribute "cond", replace with handler interface 2018-06-22 19:37:18 +02:00
AudioCompress
client Listen: move class ClientListener to src/client/Listener.hxx 2018-01-29 23:48:16 +01:00
command TagFile: rename exported functions, use CamelCase 2018-07-06 22:33:35 +02:00
config fs/AllocatedPath: make the nullptr_t constructor public 2018-01-17 12:17:41 +01:00
db db/simple: add an AudioFormat to each Song 2018-07-06 22:49:02 +02:00
decoder lib/xiph/FlacMetadataIterator: proper CamelCase 2018-07-07 14:07:48 +02:00
encoder encoder/opus: add optional stream chaining support 2018-02-25 15:27:08 +00:00
event output/alsa: use a new I/O thread with real-time scheduling 2018-02-16 22:38:55 +01:00
filter release v0.20.17 2018-02-11 13:22:43 +01:00
fs util/StringFormat: new utility library 2018-07-06 19:07:02 +02:00
haiku Haiku: add resources: application signature and flags 2015-09-17 22:46:46 +02:00
input Merge branch 'v0.20.x' 2018-07-06 19:43:01 +02:00
java fs/AllocatedPath: make the nullptr_t constructor public 2018-01-17 12:17:41 +01:00
lib lib/xiph/FlacMetadataIterator: proper CamelCase 2018-07-07 14:07:48 +02:00
mixer release v0.20.17 2018-02-11 13:22:43 +01:00
neighbor neighbor/udisks: move code to class UDisks2::ParseObjects(ODBus::Message) 2018-06-04 21:50:34 +02:00
net Merge branch 'v0.20.x' 2018-02-24 23:18:25 +01:00
output Merge branch 'v0.20.x' 2018-07-06 19:43:01 +02:00
pcm Merge branch 'v0.20.x' 2018-07-06 19:43:01 +02:00
player player, decoder, output: wrap MusicPipe in std::shared_ptr/std::unique_ptr 2018-06-23 18:45:57 +02:00
playlist TagFile: rename exported functions, use CamelCase 2018-07-06 22:33:35 +02:00
protocol util/StringFormat: new utility library 2018-07-06 19:07:02 +02:00
queue db/LightSong: make Tag a reference 2018-07-06 16:47:47 +02:00
sticker Main, ...: catch any exception, not just std::runtime_error 2017-12-19 10:56:23 +01:00
storage util/StringFormat: new utility library 2018-07-06 19:07:02 +02:00
system system/EPollFD: update API documentation 2018-01-29 21:49:27 +01:00
tag tag/Handler: implement FullTagHandler::OnAudioFormat() 2018-07-06 22:46:03 +02:00
thread util/StringFormat: new utility library 2018-07-06 19:07:02 +02:00
unix fs/AllocatedPath: make the nullptr_t constructor public 2018-01-17 12:17:41 +01:00
util util/StringFormat: new utility library 2018-07-06 19:07:02 +02:00
win32 Instance: rename Shutdown() to Break() 2018-01-29 23:31:41 +01:00
zeroconf zeroconf/Avahi: move dbus_shutdown() call to the end of Main() 2018-06-03 10:37:54 +02:00
AudioFormat.cxx util/StringFormat: new utility library 2018-07-06 19:07:02 +02:00
AudioFormat.hxx Merge branch 'v0.20.x' 2018-07-06 19:43:01 +02:00
AudioParser.cxx AudioParser: throw std::invalid_argument on error 2017-12-19 11:57:47 +01:00
AudioParser.hxx *: remove "pure" and "const" attributes from throwing functions 2017-05-08 17:25:06 +02:00
BulkEdit.hxx update copyright year 2017-01-03 20:48:59 +01:00
check.h update copyright year 2017-01-03 20:48:59 +01:00
CheckAudioFormat.cxx update copyright year 2017-01-03 20:48:59 +01:00
CheckAudioFormat.hxx update copyright year 2017-01-03 20:48:59 +01:00
Chrono.hxx update copyright year 2017-01-03 20:48:59 +01:00
CommandLine.cxx basic udisks2 support 2018-06-02 19:44:46 +02:00
CommandLine.hxx CommandLine: convert pointer to reference 2018-01-17 11:08:03 +01:00
Compiler.h require GCC 6 2018-07-06 19:44:32 +02:00
DetachedSong.cxx db/LightSong: pass URI to constructor 2018-07-06 16:56:12 +02:00
DetachedSong.hxx SongUpdate: add "noexcept" 2018-01-21 11:53:42 +01:00
IcyMetaDataParser.cxx IcyMetaDataParser: return std::unique_ptr<Tag> 2017-12-20 15:06:33 +01:00
IcyMetaDataParser.hxx IcyMetaDataParser: return std::unique_ptr<Tag> 2017-12-20 15:06:33 +01:00
Idle.cxx update copyright year 2017-01-03 20:48:59 +01:00
Idle.hxx update copyright year 2017-01-03 20:48:59 +01:00
IdleFlags.cxx release v0.20.7 2017-05-15 23:01:49 +02:00
IdleFlags.hxx release v0.20.7 2017-05-15 23:01:49 +02:00
Instance.cxx output/alsa: use a new I/O thread with real-time scheduling 2018-02-16 22:38:55 +01:00
Instance.hxx output/alsa: use a new I/O thread with real-time scheduling 2018-02-16 22:38:55 +01:00
Listen.cxx Listen: move ClientListener pointer to struct Partition 2018-01-29 23:53:52 +01:00
Listen.hxx Listen: move ClientListener pointer to struct Partition 2018-01-29 23:53:52 +01:00
LocateUri.cxx update copyright year 2017-01-03 20:48:59 +01:00
LocateUri.hxx fs/AllocatedPath: make the nullptr_t constructor public 2018-01-17 12:17:41 +01:00
Log.cxx Log: add "noexcept" 2017-05-16 10:15:43 +02:00
Log.hxx Log: add "noexcept" 2017-05-16 10:15:43 +02:00
LogBackend.cxx Merge branch 'v0.20.x' 2017-12-16 20:56:06 +01:00
LogBackend.hxx Log: add "noexcept" 2017-05-16 10:15:43 +02:00
LogInit.cxx fs/AllocatedPath: make the nullptr_t constructor public 2018-01-17 12:17:41 +01:00
LogInit.hxx update copyright year 2017-01-03 20:48:59 +01:00
LogLevel.hxx *: check defined(_WIN32) instead of defined(WIN32) 2017-12-12 10:22:20 +01:00
LogV.hxx Log: add "noexcept" 2017-05-16 10:15:43 +02:00
ls.cxx input/qobuz: new input plugin to receive Qobuz streams 2018-01-15 21:50:20 +01:00
ls.hxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
Main.cxx zeroconf/Avahi: move dbus_shutdown() call to the end of Main() 2018-06-03 10:37:54 +02:00
Main.hxx *: check defined(_WIN32) instead of defined(WIN32) 2017-12-12 10:22:20 +01:00
Mapper.cxx fs/AllocatedPath: make the nullptr_t constructor public 2018-01-17 12:17:41 +01:00
Mapper.hxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
MixRampInfo.hxx *: add lost of "noexcept" specifications 2017-06-04 12:46:48 +02:00
MusicBuffer.cxx MusicBuffer: fix potential deadlock while cross-fading in Return() 2018-06-23 18:39:50 +02:00
MusicBuffer.hxx MusicBuffer: make constructor explicit 2018-06-23 18:40:36 +02:00
MusicChunk.cxx MusicChunk: split struct MusicChunkInfo from struct MusicChunk 2017-12-30 17:47:16 +01:00
MusicChunk.hxx Music{Pipe,Chunk}: use MusicChunkPtr for the list links 2018-06-23 17:58:42 +02:00
MusicChunkPtr.cxx MusicChunkPtr: managed MusicChunk pointer 2018-06-22 23:11:52 +02:00
MusicChunkPtr.hxx MusicChunkPtr: managed MusicChunk pointer 2018-06-22 23:11:52 +02:00
MusicPipe.cxx Music{Pipe,Chunk}: use MusicChunkPtr for the list links 2018-06-23 17:58:42 +02:00
MusicPipe.hxx MusicPipe: eliminate the unused MusicBuffer reference 2018-06-23 18:36:24 +02:00
open.h update copyright year 2017-01-03 20:48:59 +01:00
Partition.cxx playlist/Queue: add one-shot to single mode 2018-02-25 09:50:03 +01:00
Partition.hxx playlist/Queue: add one-shot to single mode 2018-02-25 09:50:03 +01:00
Permission.cxx Permission: throw exception instead of raising fatal error 2017-08-11 09:33:59 +02:00
Permission.hxx update copyright year 2017-01-03 20:48:59 +01:00
PlaylistDatabase.cxx db/PlaylistInfo: use std::chrono::system_clock::time_point 2017-08-11 12:50:33 +02:00
PlaylistDatabase.hxx update copyright year 2017-01-03 20:48:59 +01:00
PlaylistError.cxx update copyright year 2017-01-03 20:48:59 +01:00
PlaylistError.hxx update copyright year 2017-01-03 20:48:59 +01:00
PlaylistFile.cxx release v0.20.11 2017-10-18 10:21:39 +02:00
PlaylistFile.hxx update copyright year 2017-01-03 20:48:59 +01:00
PlaylistPrint.cxx SongPrint: remove Storage::MapToRelativeUTF8() call 2017-02-24 13:56:13 +01:00
PlaylistPrint.hxx SongPrint: remove Storage::MapToRelativeUTF8() call 2017-02-24 13:56:13 +01:00
PlaylistSave.cxx Main, ...: catch any exception, not just std::runtime_error 2017-12-19 10:56:23 +01:00
PlaylistSave.hxx update copyright year 2017-01-03 20:48:59 +01:00
PluginUnavailable.hxx update copyright year 2017-01-03 20:48:59 +01:00
RemoteTagCache.cxx RemoteTagCache: new glue class for integrating RemoteTagScanner 2018-01-30 00:05:57 +01:00
RemoteTagCache.hxx RemoteTagCache: new glue class for integrating RemoteTagScanner 2018-01-30 00:05:57 +01:00
RemoteTagCacheHandler.hxx RemoteTagCache: new glue class for integrating RemoteTagScanner 2018-01-30 00:05:57 +01:00
ReplayGainConfig.hxx update copyright year 2017-01-03 20:48:59 +01:00
ReplayGainGlobal.cxx update copyright year 2017-01-03 20:48:59 +01:00
ReplayGainGlobal.hxx update copyright year 2017-01-03 20:48:59 +01:00
ReplayGainInfo.cxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
ReplayGainInfo.hxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
ReplayGainMode.cxx *: add "noexcept" to many, many function prototypes 2017-05-08 14:44:49 +02:00
ReplayGainMode.hxx *: remove "pure" and "const" attributes from throwing functions 2017-05-08 17:25:06 +02:00
SingleMode.cxx playlist/Queue: add one-shot to single mode 2018-02-25 09:50:03 +01:00
SingleMode.hxx playlist/Queue: add one-shot to single mode 2018-02-25 09:50:03 +01:00
SongFilter.cxx db/LightSong: make Tag a reference 2018-07-06 16:47:47 +02:00
SongFilter.hxx Merge branch 'v0.20.x' 2018-01-20 00:04:35 +01:00
SongLoader.cxx db/DatabaseSong: make the Storage optional 2017-02-08 10:05:55 +01:00
SongLoader.hxx SongLoader: return instance, not pointer 2017-02-08 10:02:08 +01:00
SongPrint.cxx db/simple: add an AudioFormat to each Song 2018-07-06 22:49:02 +02:00
SongPrint.hxx SongPrint: add "noexcept" 2018-01-21 11:32:10 +01:00
SongSave.cxx db/simple: add an AudioFormat to each Song 2018-07-06 22:49:02 +02:00
SongSave.hxx db/simple: add an AudioFormat to each Song 2018-07-06 22:49:02 +02:00
SongUpdate.cxx db/simple: add an AudioFormat to each Song 2018-07-06 22:49:02 +02:00
StateFile.cxx release v0.20.13 2017-12-18 23:48:14 +01:00
StateFile.hxx release v0.20.13 2017-12-18 23:48:14 +01:00
Stats.cxx Main, ...: catch any exception, not just std::runtime_error 2017-12-19 10:56:23 +01:00
Stats.hxx update copyright year 2017-01-03 20:48:59 +01:00
TagArchive.cxx tag/Handler: convert to class with virtual methods 2018-07-05 19:07:05 +02:00
TagArchive.hxx tag/Handler: convert to class with virtual methods 2018-07-05 19:07:05 +02:00
TagFile.cxx tag/Handler: implement FullTagHandler::OnAudioFormat() 2018-07-06 22:46:03 +02:00
TagFile.hxx tag/Handler: implement FullTagHandler::OnAudioFormat() 2018-07-06 22:46:03 +02:00
TagPrint.cxx TagPrint: add "noexcept" 2018-01-21 11:30:47 +01:00
TagPrint.hxx TagPrint: add "noexcept" 2018-01-21 11:30:47 +01:00
TagSave.cxx update copyright year 2017-01-03 20:48:59 +01:00
TagSave.hxx update copyright year 2017-01-03 20:48:59 +01:00
TagStream.cxx tag/Handler: implement FullTagHandler::OnAudioFormat() 2018-07-06 22:46:03 +02:00
TagStream.hxx tag/Handler: implement FullTagHandler::OnAudioFormat() 2018-07-06 22:46:03 +02:00
TimePrint.cxx *: check defined(_WIN32) instead of defined(WIN32) 2017-12-12 10:22:20 +01:00
TimePrint.hxx TimePrint: std::chrono::system_clock support 2017-02-10 23:48:21 +01:00