mpd/src
Max Kellermann 9fcd33cc8d pcm/Dop: move the conversion loop to separate function 2019-06-16 12:23:48 +02:00
..
AudioCompress
android android/Environment: add `noexcept` 2019-04-24 14:50:02 +02:00
archive archive/Lookup: move to fs/LookupFile.cxx 2019-06-15 14:26:26 +02:00
client client/List: use `using` instead of `typedef` 2019-05-29 21:36:27 +02:00
command tag/Handler: pass StringView to OnTag() and OnPair() 2019-06-06 13:00:53 +02:00
config input/cache: first draft of the file cache 2019-05-31 17:49:52 +02:00
db db/simple/Song: allow LoadFile(), UpdateFile() to throw 2019-05-22 10:19:24 +02:00
decoder decoder/mad: make enums strictly-typed 2019-06-16 10:02:51 +02:00
encoder encoder/opus: use new[] instead of xalloc() 2019-04-03 14:22:32 +02:00
event thread/Slack: use std::chrono::duration 2019-05-29 21:11:32 +02:00
filter pcm/PcmConvert: eliminate Open() and Close() 2019-04-04 21:01:08 +02:00
fs archive/Lookup: move to fs/LookupFile.cxx 2019-06-15 14:26:26 +02:00
haiku Haiku: add version info to the resources like win32 does 2019-03-29 14:33:27 +01:00
input archive/Lookup: move to fs/LookupFile.cxx 2019-06-15 14:26:26 +02:00
java java/File: use DiscardException() 2019-04-24 14:43:09 +02:00
lib pcm/Pcm{Dop,Export}: drop "Pcm" prefix 2019-06-16 12:11:44 +02:00
mixer mixer/Listener: add `noexcept` 2019-05-31 14:09:47 +02:00
neighbor thread/Cond: add wait() overload which takes a unique_lock<> 2019-04-26 11:51:45 +02:00
net Merge branch 'v0.21.x' 2019-04-04 10:29:58 +02:00
output pcm/Pcm{Dop,Export}: drop "Pcm" prefix 2019-06-16 12:11:44 +02:00
pcm pcm/Dop: move the conversion loop to separate function 2019-06-16 12:23:48 +02:00
player input/cache: first draft of the file cache 2019-05-31 17:49:52 +02:00
playlist playlist/Registry: eliminate MIME type copy 2019-06-11 19:32:45 +02:00
protocol protocol/Ack: add `noexcept` 2019-03-25 19:01:34 +01:00
queue queue/Queue: allocate MoveRange() buffer on the heap 2019-06-06 12:39:42 +02:00
song DetachedSong: allow LoadFile(), Update() to throw 2019-05-22 10:19:25 +02:00
sticker lib/sqlite/Database: wrapper for `sqlite3*` 2019-04-25 12:10:12 +02:00
storage util/Time*: move to time/ 2019-05-08 15:47:58 +02:00
system Log: make LogLevel the first parameter 2019-05-23 12:17:59 +02:00
tag tag/Id3Scan: eliminate a string copy in UFID importer 2019-06-06 13:42:14 +02:00
thread thread/Slack: use std::chrono::duration 2019-05-29 21:11:32 +02:00
time time/Convert: include sys/time.h for struct timeval 2019-05-21 10:13:16 +02:00
unix unix/SignalHandlers: add RAII class 2019-02-05 21:36:51 +01:00
util util/StringUtil: add StringArrayContainsCase() overload with StringView 2019-06-11 19:29:40 +02:00
win32 Main: allocate Instance on the stack 2019-05-29 21:22:25 +02:00
zeroconf zeroconf/AvahiPoll: move TimevalToChrono() to time/Convert.cxx 2019-05-08 16:11:14 +02:00
AudioFormat.cxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
AudioFormat.hxx AudioFormat, pcm/Dsd*: remove redundant `inline` keywords from `constexpr` functions 2019-03-08 10:29:03 +01:00
AudioParser.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
AudioParser.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
BulkEdit.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
CheckAudioFormat.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
CheckAudioFormat.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
Chrono.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
CommandLine.cxx CommandLine: fix another build failure with -Ddatabase=false 2019-04-18 09:20:12 +02:00
CommandLine.hxx Main: allocate ConfigData on the stack 2018-08-19 23:08:23 +02:00
GitVersion.cxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
GitVersion.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
IcyMetaDataParser.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
IcyMetaDataParser.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
Idle.cxx Main: allocate Instance on the stack 2019-05-29 21:22:25 +02:00
Idle.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
IdleFlags.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
IdleFlags.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
Instance.cxx input/cache: first draft of the file cache 2019-05-31 17:49:52 +02:00
Instance.hxx input/cache: first draft of the file cache 2019-05-31 17:49:52 +02:00
Listen.cxx Listen: use fs/XDG.hxx 2018-10-31 14:30:34 +01:00
Listen.hxx Listen: use struct ConfigData 2018-07-17 23:02:53 +02:00
LocateUri.cxx LocateUri: pass URI plugin kind, optionally disables plugin verify 2019-04-18 10:03:15 +02:00
LocateUri.hxx LocateUri: pass URI plugin kind, optionally disables plugin verify 2019-04-18 10:03:15 +02:00
Log.cxx Log: add Log() and LogFormat() overloads with std::exception_ptr 2019-05-23 12:23:28 +02:00
Log.hxx Log: add Log() and LogFormat() overloads with std::exception_ptr 2019-05-23 12:23:28 +02:00
LogBackend.cxx LogBackend: set default log level to "default" 2019-05-23 14:14:58 +02:00
LogBackend.hxx Log: make LogLevel the first parameter 2019-05-23 12:17:59 +02:00
LogInit.cxx config/Param: add method With() 2019-05-29 21:50:04 +02:00
LogInit.hxx LogInit: add `noexcept` 2019-02-05 21:36:35 +01:00
LogLevel.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
LogV.hxx Log: make LogLevel the first parameter 2019-05-23 12:17:59 +02:00
Main.cxx input/cache: first draft of the file cache 2019-05-31 17:49:52 +02:00
Main.hxx Main: allocate Instance on the stack 2019-05-29 21:22:25 +02:00
Mapper.cxx Main: allocate Instance on the stack 2019-05-29 21:22:25 +02:00
Mapper.hxx Mapper: remove empty function mapper_finish() 2019-02-05 23:01:09 +01:00
MixRampInfo.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
MusicBuffer.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
MusicBuffer.hxx player/Thread: stop buffering if buffer is full 2018-09-21 19:05:25 +02:00
MusicChunk.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
MusicChunk.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
MusicChunkPtr.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
MusicChunkPtr.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
MusicPipe.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
MusicPipe.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
Partition.cxx input/cache: first draft of the file cache 2019-05-31 17:49:52 +02:00
Partition.hxx input/cache: first draft of the file cache 2019-05-31 17:49:52 +02:00
Permission.cxx config/Param: add method With() 2019-05-29 21:50:04 +02:00
Permission.hxx Permission: add `noexcept` 2019-04-03 21:42:31 +02:00
PlaylistDatabase.cxx util/Time*: move to time/ 2019-05-08 15:47:58 +02:00
PlaylistDatabase.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
PlaylistError.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
PlaylistError.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
PlaylistFile.cxx PlaylistFile: ignore empty playlist names 2019-03-17 23:46:36 +01:00
PlaylistFile.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
PlaylistPrint.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
PlaylistPrint.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
PlaylistSave.cxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
PlaylistSave.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
PluginUnavailable.hxx PluginUnavailable: add subclass PluginUnconfigured 2019-05-23 14:25:14 +02:00
RemoteTagCache.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
RemoteTagCache.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
RemoteTagCacheHandler.hxx RemoteTagCache: new glue class for integrating RemoteTagScanner 2018-01-30 00:05:57 +01:00
ReplayGainConfig.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
ReplayGainGlobal.cxx config/Param: add method With() 2019-05-29 21:50:04 +02:00
ReplayGainGlobal.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
ReplayGainInfo.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
ReplayGainInfo.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
ReplayGainMode.cxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
ReplayGainMode.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
SingleMode.cxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
SingleMode.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
SongLoader.cxx LocateUri: pass URI plugin kind, optionally disables plugin verify 2019-04-18 10:03:15 +02:00
SongLoader.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
SongPrint.cxx util/Time*: move to time/ 2019-05-08 15:47:58 +02:00
SongPrint.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
SongSave.cxx util/Time*: move to time/ 2019-05-08 15:47:58 +02:00
SongSave.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
SongUpdate.cxx DetachedSong: allow LoadFile(), Update() to throw 2019-05-22 10:19:25 +02:00
StateFile.cxx StateFile: add `noexcept` 2019-04-24 14:54:17 +02:00
StateFile.hxx StateFile: add `noexcept` 2019-04-24 14:54:17 +02:00
StateFileConfig.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
StateFileConfig.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
Stats.cxx system/Clock: GetProcessUptimeS() returns std::chrono::duration 2019-05-08 15:58:01 +02:00
Stats.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
TagArchive.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
TagArchive.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
TagFile.cxx TagFile: allow ScanFileTags*() to throw 2019-05-22 10:19:27 +02:00
TagFile.hxx TagFile: allow ScanFileTags*() to throw 2019-05-22 10:19:27 +02:00
TagPrint.cxx tag/Handler: pass StringView to OnTag() and OnPair() 2019-06-06 13:00:53 +02:00
TagPrint.hxx tag/Handler: pass StringView to OnTag() and OnPair() 2019-06-06 13:00:53 +02:00
TagSave.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
TagSave.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
TagStream.cxx TagStream: allow tag_stream_scan() to throw 2019-05-22 10:19:26 +02:00
TagStream.hxx TagStream: allow tag_stream_scan() to throw 2019-05-22 10:19:26 +02:00
TimePrint.cxx util/Time*: move to time/ 2019-05-08 15:47:58 +02:00
TimePrint.hxx *: copyright year 2018 2018-10-31 17:54:59 +01:00
ls.cxx input/Plugin: add attribute `prefixes` 2018-10-24 20:25:32 +02:00
ls.hxx input/Plugin: add attribute `prefixes` 2018-10-24 20:25:32 +02:00
open.h *: copyright year 2018 2018-10-31 17:54:59 +01:00