mpd/src
2018-07-25 08:33:59 +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 client/Global: use struct ConfigData 2018-07-17 23:07:50 +02:00
command SongFilter: new extensible filter syntax 2018-07-24 23:05:36 +02:00
config config/File: support wildcards in "include" 2018-07-18 17:28:30 +02:00
db db/Configured: use struct ConfigData 2018-07-17 23:06:17 +02:00
decoder decoder/ffmpeg: skip the av_probe_input_format() call 2018-07-25 00:07:16 +02:00
encoder config/Config*: rename files, drop "Config" prefix 2018-07-16 19:50:07 +02:00
event event/ServerSocket: add method IsEmpty() 2018-07-15 21:35:35 +02:00
filter filter/LoadChain: use struct ConfigData 2018-07-17 22:05:24 +02:00
fs fs/io/OutputStream: relicense under BSD-2 2018-07-19 14:02:37 +02:00
haiku
input input/buffered: fix bogus offset after Seek() 2018-07-25 00:01:43 +02:00
java fs/AllocatedPath: make the nullptr_t constructor public 2018-01-17 12:17:41 +01:00
lib fs/io/OutputStream: relicense under BSD-2 2018-07-19 14:02:37 +02:00
mixer release v0.20.17 2018-02-11 13:22:43 +01:00
neighbor config/Data: use std::forward_list to manage params and blocks 2018-07-18 11:03:19 +02:00
net system/FileDescriptor: no-op implementation of *CloseOnExec() on Windows 2018-07-13 18:16:39 +02:00
output config/Data: use std::forward_list to manage params and blocks 2018-07-18 11:03:19 +02:00
pcm pcm/ConfiguredResampler: use struct ConfigData 2018-07-17 23:04:26 +02:00
player player, decoder, output: wrap MusicPipe in std::shared_ptr/std::unique_ptr 2018-06-23 18:45:57 +02:00
playlist fs/Path: add method ToUTF8Throw() 2018-07-18 16:51:29 +02:00
protocol util/StringFormat: new utility library 2018-07-06 19:07:02 +02:00
queue SongFilter: remove DetachedSong overloads 2018-07-25 07:43:05 +02:00
sticker Main, ...: catch any exception, not just std::runtime_error 2017-12-19 10:56:23 +01:00
storage fs/Path: add method ToUTF8Throw() 2018-07-18 16:51:29 +02:00
system system/FileDescriptor: no-op implementation of *CloseOnExec() on Windows 2018-07-13 18:16:39 +02:00
tag tag/Config: use struct ConfigData 2018-07-17 22:34:11 +02:00
thread use uint_least32_t instead of long for timeout 2018-07-16 09:42:04 -07:00
unix fs/AllocatedPath: make the nullptr_t constructor public 2018-01-17 12:17:41 +01:00
util util/StringAPI: add raw strcmp() wrapper 2018-07-18 17:18:34 +02:00
win32 Instance: rename Shutdown() to Break() 2018-01-29 23:31:41 +01:00
zeroconf ZeroconfGlue: use struct ConfigData 2018-07-17 22:44:16 +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
BulkEdit.hxx
check.h
CheckAudioFormat.cxx
CheckAudioFormat.hxx
Chrono.hxx
CommandLine.cxx fs/Path: add operator/(Path,Path) 2018-07-17 18:33:32 +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
Idle.hxx
IdleFlags.cxx
IdleFlags.hxx
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 config/Data: use std::forward_list to manage params and blocks 2018-07-18 11:03:19 +02:00
Listen.hxx Listen: use struct ConfigData 2018-07-17 23:02:53 +02:00
LocateUri.cxx
LocateUri.hxx fs/AllocatedPath: make the nullptr_t constructor public 2018-01-17 12:17:41 +01:00
Log.cxx
Log.hxx
LogBackend.cxx Merge branch 'v0.20.x' 2017-12-16 20:56:06 +01:00
LogBackend.hxx
LogInit.cxx LogInit: use struct ConfigData 2018-07-17 23:02:06 +02:00
LogInit.hxx LogInit: use struct ConfigData 2018-07-17 23:02:06 +02:00
LogLevel.hxx *: check defined(_WIN32) instead of defined(WIN32) 2017-12-12 10:22:20 +01:00
LogV.hxx
ls.cxx input/qobuz: new input plugin to receive Qobuz streams 2018-01-15 21:50:20 +01:00
ls.hxx
Main.cxx StateFile: add struct StateFileConfig 2018-07-17 23:27:50 +02:00
Main.hxx *: check defined(_WIN32) instead of defined(WIN32) 2017-12-12 10:22:20 +01:00
Mapper.cxx fs/Path: add operator/(Path,Path) 2018-07-17 18:33:32 +02:00
Mapper.hxx
MixRampInfo.hxx
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
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 config/Data: use std::forward_list to manage params and blocks 2018-07-18 11:03:19 +02:00
Permission.hxx Permission: use struct ConfigData 2018-07-17 23:00:42 +02:00
PlaylistDatabase.cxx db/PlaylistInfo: use std::chrono::system_clock::time_point 2017-08-11 12:50:33 +02:00
PlaylistDatabase.hxx
PlaylistError.cxx
PlaylistError.hxx
PlaylistFile.cxx fs/Path: add method ToUTF8Throw() 2018-07-18 16:51:29 +02:00
PlaylistFile.hxx PlaylistFile: use struct ConfigData 2018-07-17 22:31:33 +02:00
PlaylistPrint.cxx
PlaylistPrint.hxx
PlaylistSave.cxx fs/Path: add method ToUTF8Throw() 2018-07-18 16:51:29 +02:00
PlaylistSave.hxx
PluginUnavailable.hxx
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
ReplayGainGlobal.cxx ReplayGainGlobal: use struct ConfigData 2018-07-17 22:32:56 +02:00
ReplayGainGlobal.hxx ReplayGainGlobal: use struct ConfigData 2018-07-17 22:32:56 +02:00
ReplayGainInfo.cxx
ReplayGainInfo.hxx
ReplayGainMode.cxx
ReplayGainMode.hxx
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 SongFilter: remove DetachedSong overloads 2018-07-25 07:43:05 +02:00
SongFilter.hxx SongFilter: remove DetachedSong overloads 2018-07-25 07:43:05 +02:00
SongLoader.cxx
SongLoader.hxx
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 StateFileConfig: add attribute "restore_paused" 2018-07-17 23:40:14 +02:00
StateFile.hxx StateFile: add struct StateFileConfig 2018-07-17 23:27:50 +02:00
StateFileConfig.cxx StateFileConfig: add attribute "restore_paused" 2018-07-17 23:40:14 +02:00
StateFileConfig.hxx StateFileConfig: add attribute "restore_paused" 2018-07-17 23:40:14 +02:00
Stats.cxx Main, ...: catch any exception, not just std::runtime_error 2017-12-19 10:56:23 +01:00
Stats.hxx
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
TagSave.hxx
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 TimePrint: remove unused time_t overload 2018-07-25 08:33:59 +02:00
TimePrint.hxx TimePrint: remove unused time_t overload 2018-07-25 08:33:59 +02:00