mpd/src
2020-12-14 15:10:19 +01:00
..
android release v0.21.22 2020-04-02 18:02:10 +02:00
apple apple/AudioUnit: add AudioUnitSetPropertyT() 2020-07-02 14:59:40 +02:00
archive {decoder,archive,playlist}/plugin: pass std::string_view to SupportsMimeType() 2020-11-04 21:00:49 +01:00
AudioCompress audio_{parser,config}: convert to C++ 2013-01-30 21:47:12 +01:00
client event/DeferEvent: split the thread-safe version into new class InjectEvent 2020-12-01 17:14:24 +01:00
command Merge branch 'v0.22.x' 2020-11-16 09:41:20 +01:00
config config/Data: cast to std::chrono::steady_clock::duration properly 2020-10-08 20:30:33 +02:00
db event/DeferEvent: split the thread-safe version into new class InjectEvent 2020-12-01 17:14:24 +01:00
decoder Merge branch 'v0.22.x' into master 2020-11-11 12:43:50 +01:00
encoder fix double promotions 2020-09-21 09:13:51 +02:00
event event/SocketEvent: remove FD before closing socket 2020-12-04 10:32:46 +01:00
filter filter/ffmpeg: detect the output sample format 2020-11-16 09:39:34 +01:00
fs fs/Traits: add GetPathSuffix() 2020-10-28 14:29:46 +01:00
haiku Haiku: add version info to the resources like win32 does 2019-03-29 14:33:27 +01:00
input event/DeferEvent: split the thread-safe version into new class InjectEvent 2020-12-01 17:14:24 +01:00
io io/FileDescriptor: use std::size_t 2020-12-02 14:56:00 +01:00
java java/Object: rename class Object to GlobalObject 2020-03-25 20:07:15 +01:00
lib odbus/Watch: support DBUS_WATCH_{ERROR,HANGUP} 2020-12-14 15:10:19 +01:00
mixer event/DeferEvent: split the thread-safe version into new class InjectEvent 2020-12-01 17:14:24 +01:00
neighbor lib/dbus/FilterHelper: new class 2020-12-14 15:07:12 +01:00
net net/SocketAddress: add CastTo() 2020-11-30 21:51:07 +01:00
output event/DeferEvent: split the thread-safe version into new class InjectEvent 2020-12-01 17:14:24 +01:00
pcm event/ServerSocket: remove obsolete API documentation 2020-10-28 14:52:31 +01:00
player LogLevel: rename DEFAULT to NOTICE 2020-09-23 14:22:33 +02:00
playlist playlist/registry: remove duplicate function ExtractMimeTypeMainPart() 2020-11-04 21:20:43 +01:00
protocol protocol/Ack: remove unused variable ack_domain 2020-10-28 15:47:05 +01:00
queue fix double promotions 2020-09-21 09:13:51 +02:00
song clang-tidy: convert to all/any_of 2020-10-28 15:51:21 -07:00
sticker replace assert.h with cassert 2020-03-12 15:25:38 -07:00
storage event/DeferEvent: split the thread-safe version into new class InjectEvent 2020-12-01 17:14:24 +01:00
system system/FileDescriptor: add method FullWrite() 2020-09-07 20:13:43 +02:00
tag system/ByteOrder: move to util/ 2020-07-01 17:49:57 +02:00
thread remove some more extra semicolons 2020-05-27 15:36:53 +02:00
time time/ClockCache: new library 2020-12-01 20:22:26 +01:00
unix *: use nullptr instead of NULL 2020-09-07 20:08:27 +02:00
util util/TemplateString: add StringView cast operator 2020-12-02 15:00:49 +01:00
win32 win32: add COM helper classes 2020-05-30 22:21:03 +08:00
zeroconf event/SocketMonitor: refactor to SocketEvent 2020-10-14 15:54:12 +02:00
BulkEdit.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
Chrono.hxx remove extra semicolon 2020-03-16 00:13:20 -07:00
CommandLine.cxx meson.build: move macros to event/Features.h 2020-10-13 16:15:52 +02:00
CommandLine.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
GitVersion.cxx GitVersion: make GIT_VERSION const 2020-05-05 15:12:40 +02:00
GitVersion.hxx GitVersion: make GIT_VERSION const 2020-05-05 15:12:40 +02:00
IcyMetaDataParser.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
IcyMetaDataParser.hxx replace stddef.h with cstddef 2020-03-12 19:04:38 -07:00
Idle.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
Idle.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
IdleFlags.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
IdleFlags.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
Instance.cxx remove gcc_unused 2020-03-16 00:08:21 -07:00
Instance.hxx Instance: flush input cache on SIGHUP 2020-02-17 15:23:05 +01:00
Listen.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
Listen.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
LocateUri.cxx storage/Interface: convert URI parameters to std::string_view 2020-04-03 19:45:10 +02:00
LocateUri.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
Log.cxx LogLevel: rename DEFAULT to NOTICE 2020-09-23 14:22:33 +02:00
Log.hxx LogLevel: rename DEFAULT to NOTICE 2020-09-23 14:22:33 +02:00
LogBackend.cxx LogLevel: rename DEFAULT to NOTICE 2020-09-23 14:22:33 +02:00
LogBackend.hxx Log: make LogLevel the first parameter 2020-07-06 21:07:26 +02:00
LogInit.cxx LogLevel: rename DEFAULT to NOTICE 2020-09-23 14:22:33 +02:00
LogInit.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
LogLevel.hxx LogLevel: rename DEFAULT to NOTICE 2020-09-23 14:22:33 +02:00
LogV.hxx Log: make LogLevel the first parameter 2020-07-06 21:07:26 +02:00
ls.cxx decoder/plugin: add method protocols() 2020-09-21 14:53:18 +02:00
ls.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
Main.cxx Main: save the state_file on shutdown 2020-10-28 15:29:47 +01:00
Main.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
Mapper.cxx fs/AllocatedPath: pass std::string_view to FromUTF8() 2020-04-03 16:21:41 +02:00
Mapper.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
MixRampInfo.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
MusicBuffer.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
MusicBuffer.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
MusicChunk.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
MusicChunk.hxx replace stdint.h with cstdint 2020-03-12 19:04:39 -07:00
MusicChunkPtr.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
MusicChunkPtr.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
MusicPipe.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
MusicPipe.hxx AudioFormat: move to pcm/ 2020-01-18 20:24:59 +01:00
open.h copyright year 2020 2020-01-18 19:23:49 +01:00
Partition.cxx output/multiple: add "client" field, replacing the "client" parameter 2020-01-20 14:51:08 +01:00
Partition.hxx Partition: add a local idle_monitor 2020-01-20 13:33:01 +01:00
Permission.cxx *: use nullptr instead of NULL 2020-09-07 20:08:27 +02:00
Permission.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
PlaylistDatabase.cxx use std chr functions 2020-05-30 13:36:53 +02:00
PlaylistDatabase.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
PlaylistError.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
PlaylistError.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
PlaylistFile.cxx use std chr functions 2020-05-30 13:36:53 +02:00
PlaylistFile.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
PlaylistPrint.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
PlaylistPrint.hxx replace stdint.h with cstdint 2020-03-12 19:04:39 -07:00
PlaylistSave.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
PlaylistSave.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
PluginUnavailable.hxx PluginUnavailable: backport class PluginUnconfigured from master 2020-07-06 21:08:22 +02:00
RemoteTagCache.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
RemoteTagCache.hxx event/DeferEvent: split the thread-safe version into new class InjectEvent 2020-12-01 17:14:24 +01:00
RemoteTagCacheHandler.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
ReplayGainConfig.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
ReplayGainGlobal.cxx fix double promotions 2020-09-21 09:13:51 +02:00
ReplayGainGlobal.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
ReplayGainInfo.cxx fix double promotions 2020-09-21 09:13:51 +02:00
ReplayGainInfo.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
ReplayGainMode.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
ReplayGainMode.hxx replace stdint.h with cstdint 2020-03-12 19:04:39 -07:00
SingleMode.cxx replace assert.h with cassert 2020-03-12 15:25:38 -07:00
SingleMode.hxx replace stdint.h with cstdint 2020-03-12 19:04:39 -07:00
SongLoader.cxx storage/Interface: convert URI parameters to std::string_view 2020-04-03 19:45:10 +02:00
SongLoader.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
SongPrint.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
SongPrint.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
SongSave.cxx use std chr functions 2020-05-30 13:36:53 +02:00
SongSave.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
SongUpdate.cxx db/simple: purge songs for unavailable decoder plugins on update 2020-10-28 14:36:20 +01:00
StateFile.cxx event/TimerEvent: rename IsActive() to IsPending() 2020-12-02 15:41:11 +01:00
StateFile.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
StateFileConfig.cxx StateFileConfig, ...: drop obsolete out-of-class definition 2020-10-08 20:38:11 +02:00
StateFileConfig.hxx event/TimerEvent: add type alias for std::chrono::steady_clock::duration 2020-10-08 20:48:50 +02:00
Stats.cxx treewide: use boost::lround when std::round is unavailable 2020-03-25 18:54:15 -07:00
Stats.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
TagAny.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
TagAny.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
TagArchive.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
TagArchive.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
TagFile.cxx decoder/Plugin: allow scan_{file,stream}() to throw 2020-07-06 14:13:34 +02:00
TagFile.hxx decoder/Plugin: allow scan_{file,stream}() to throw 2020-07-06 14:13:34 +02:00
TagPrint.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
TagPrint.hxx replace stdint.h with cstdint 2020-03-12 19:04:39 -07:00
TagSave.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
TagSave.hxx copyright year 2020 2020-01-18 19:23:49 +01:00
TagStream.cxx util/MimeType: migrate GetMimeTypeBase() to std::string_view 2020-11-04 21:20:03 +01:00
TagStream.hxx Merge branch 'v0.21.x' 2020-07-06 20:56:52 +02:00
TimePrint.cxx copyright year 2020 2020-01-18 19:23:49 +01:00
TimePrint.hxx copyright year 2020 2020-01-18 19:23:49 +01:00