mpd/src
Max Kellermann ef02b20811 CommandLine: update copyright year 2014-09-26 09:29:18 +02:00
..
AudioCompress audio_{parser,config}: convert to C++ 2013-01-30 21:47:12 +01:00
archive archive/iso9660: eliminate useless assignments 2013-11-23 18:30:12 +01:00
command command/list: reset used size after the list has been processed 2014-09-18 09:15:39 +02:00
cue TagType: rename enum tag_type to TagType 2013-10-20 13:32:59 +02:00
db db/proxy: fall back to recursive walk on old libmpdclient/MPD 2014-06-23 09:18:11 +02:00
decoder decoder/ffmpeg: use memset() to initialize AVProbeData 2014-09-09 19:07:46 +02:00
encoder filter/route, ...: add missing stdlib.h includes 2013-11-11 08:20:09 +01:00
event event/TimeoutMonitor: really reset "active" flag before invoking OnTimeout() 2014-08-24 13:19:50 +02:00
filter filter/route, ...: add missing stdlib.h includes 2013-11-11 08:20:09 +01:00
fs *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
input input/cdio: fix typo in #include path 2013-12-17 08:58:00 +01:00
mixer mixer/alsa: fix deadlock 2013-12-15 19:07:25 +01:00
output output/alsa: fix endless loop at end of file in dsd_usb mode 2014-08-31 14:01:57 +02:00
pcm PcmResampleLibsamplerate: clip 24 bit data 2013-11-22 23:27:56 +01:00
playlist playlist/embcue: change name string to "embcue" 2014-09-26 09:29:18 +02:00
protocol protocol/ArgParser: fix integer overflow in parse_range() 2014-09-04 17:37:31 +02:00
system system/ByteOrder: <endian.h> is a non-standard header that only Linux provides. 2014-08-23 14:27:44 +02:00
tag SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integer 2014-01-15 11:23:41 +01:00
thread thread/Posix{Cond,Mutex}: don't ues PTHREAD_*_INITIALIZER on NetBSD 2014-09-13 11:26:17 +02:00
util util: Fix header for strcasecmp 2014-08-16 06:51:13 +02:00
win32 Win32Main: move to win32/ 2014-08-02 08:48:30 +02:00
ArchiveDomain.cxx Archive*: move archive_domain to ArchiveDomain.cxx 2013-10-15 23:24:54 +02:00
ArchiveDomain.hxx Archive*: move archive_domain to ArchiveDomain.cxx 2013-10-15 23:24:54 +02:00
ArchiveFile.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
ArchiveList.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
ArchiveList.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
ArchiveLookup.cxx ArchiveLookup: in-place editing, avoid string copy 2013-10-17 00:54:20 +02:00
ArchiveLookup.hxx ArchiveLookup: return const strings 2013-10-17 00:36:52 +02:00
ArchivePlugin.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
ArchivePlugin.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
ArchiveVisitor.hxx ArchivePlugin: replace scan_reset(), scan_next() with visit() 2013-01-29 21:21:07 +01:00
AudioConfig.cxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
AudioConfig.hxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
AudioFormat.cxx audio_format: convert to C++ 2013-08-03 21:37:56 +02:00
AudioFormat.hxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
AudioParser.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
AudioParser.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
AvahiPoll.cxx AvahiPoll: don't close the dbus socket 2013-11-07 01:10:07 +01:00
AvahiPoll.hxx ZeroconfAvahi: integrate into the EventLoop 2013-10-18 09:16:55 +02:00
BulkEdit.hxx PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songs 2014-07-11 20:22:35 +02:00
CheckAudioFormat.cxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
CheckAudioFormat.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
Client.cxx Client: move trivial functions into the Client class 2013-10-19 19:39:40 +02:00
Client.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
ClientEvent.cxx Log: new logging library API 2013-10-02 08:57:55 +02:00
ClientExpire.cxx Client, ...: remove unnecessary glib.h include 2013-10-15 22:51:09 +02:00
ClientFile.cxx Client: move trivial functions into the Client class 2013-10-19 19:39:40 +02:00
ClientFile.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
ClientGlobal.cxx conf.h: remove obsolete header 2013-09-05 08:47:10 +02:00
ClientIdle.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
ClientInternal.hxx ClientInternal: convert anonymous enum to constexpr 2013-10-20 13:45:47 +02:00
ClientList.cxx ClientList: convert to a class 2013-01-16 23:00:13 +01:00
ClientList.hxx ClientList: disconnect all clients in destructor 2013-10-30 23:12:45 +01:00
ClientMessage.cxx Util/CharUtil: new library replacing g_ascii_isX() 2013-10-19 15:36:47 +02:00
ClientMessage.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
ClientNew.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
ClientProcess.cxx *Commands: move to src/command/ 2013-10-20 13:41:04 +02:00
ClientRead.cxx ClientRead: "close" flushes the output buffer 2013-11-06 22:01:06 +01:00
ClientSubscribe.cxx Client: move message functions into the class 2013-10-19 19:44:45 +02:00
ClientWrite.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
CommandLine.cxx CommandLine: update copyright year 2014-09-26 09:29:18 +02:00
CommandLine.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
Compiler.h gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
ConfigData.cxx ConfigData: use strtoul() in GetUnsignedValue() 2013-10-19 16:12:52 +02:00
ConfigData.hxx ConfigData: Add support for signed integers 2013-10-19 16:11:33 +02:00
ConfigDefaults.hxx conf.h: move constants to ConfigDefaults.hxx 2013-09-05 08:42:08 +02:00
ConfigError.cxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
ConfigError.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
ConfigFile.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
ConfigFile.hxx fs/Path: rename to AllocatedPath 2013-10-17 23:43:46 +02:00
ConfigGlobal.cxx add various missing headers 2013-11-05 11:08:36 +01:00
ConfigGlobal.hxx fs/Path: rename to AllocatedPath 2013-10-17 23:43:46 +02:00
ConfigOption.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
ConfigParser.cxx string_util: convert to C++ 2013-04-09 01:08:20 +02:00
ConfigParser.hxx conf: move struct definitions to ConfigData.hxx 2013-01-30 21:36:07 +01:00
ConfigPath.cxx ConfigPath: use std::string 2013-10-19 17:32:49 +02:00
ConfigPath.hxx fs/Path: rename to AllocatedPath 2013-10-17 23:43:46 +02:00
ConfigTemplates.cxx ConfigTemplates: fix typo in id3v1_encoding 2013-02-01 13:47:12 +01:00
ConfigTemplates.hxx ConfigFile: add enum ConfigOption 2013-01-30 21:36:04 +01:00
CrossFade.cxx CrossFade: eliminate NaN from mixramp_interpolate() 2013-10-30 17:20:34 +01:00
CrossFade.hxx CrossFade: use negative value for invalid mixramp_delay 2013-10-30 16:50:34 +01:00
Daemon.cxx daemon: no initgroups() when already running as the configured user 2013-12-29 13:59:05 +01:00
Daemon.hxx fs/Path: rename to AllocatedPath 2013-10-17 23:43:46 +02:00
DatabaseError.cxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
DatabaseError.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
DatabaseGlue.cxx DatabasePlugin: add method GetUpdateStamp() 2013-11-22 00:35:29 +01:00
DatabaseGlue.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DatabaseHelpers.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DatabaseHelpers.hxx TagType: rename enum tag_type to TagType 2013-10-20 13:32:59 +02:00
DatabaseLock.cxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
DatabaseLock.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
DatabasePlaylist.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DatabasePlaylist.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DatabasePlugin.hxx DatabasePlugin: add method GetUpdateStamp() 2013-11-22 00:35:29 +01:00
DatabasePrint.cxx TagType: rename enum tag_type to TagType 2013-10-20 13:32:59 +02:00
DatabasePrint.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DatabaseQueue.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DatabaseQueue.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DatabaseRegistry.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DatabaseRegistry.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DatabaseSave.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DatabaseSave.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
DatabaseSelection.cxx db/proxy: fall back to recursive walk on old libmpdclient/MPD 2014-06-23 09:18:11 +02:00
DatabaseSelection.hxx db/proxy: fall back to recursive walk on old libmpdclient/MPD 2014-06-23 09:18:11 +02:00
DatabaseSimple.hxx DatabasePlugin: add method GetUpdateStamp() 2013-11-22 00:35:29 +01:00
DatabaseVisitor.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
DecoderAPI.cxx Decoder*: add more assertions 2014-09-07 21:52:34 +02:00
DecoderAPI.hxx DecoderAPI: add function decoder_read_full() 2014-07-09 19:03:58 +02:00
DecoderBuffer.cxx DecoderBuffer: add method _available() 2014-07-12 00:35:32 +02:00
DecoderBuffer.hxx DecoderBuffer: add method _available() 2014-07-12 00:35:32 +02:00
DecoderCommand.hxx DecoderCommand: convert to strictly-typed enum 2013-09-27 12:11:37 +02:00
DecoderControl.cxx DecoderControl: reduce the number of PlayerThread wakeups 2013-11-06 23:51:17 +01:00
DecoderControl.hxx DecoderControl: reduce the number of PlayerThread wakeups 2013-11-06 23:51:17 +01:00
DecoderError.cxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
DecoderError.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
DecoderInternal.cxx Decoder*: add more assertions 2014-09-07 21:52:34 +02:00
DecoderInternal.hxx DecoderInternal: lock DecoderControl in _flush_chunk() 2013-11-06 23:51:17 +01:00
DecoderList.cxx configure.ac: add option to disable the DSD decoders 2014-09-26 09:29:18 +02:00
DecoderList.hxx DecoderThread: simplify the decoder lookup loop 2013-10-21 22:15:57 +02:00
DecoderPlugin.cxx DecoderPlugin: move functions into the struct 2013-10-21 21:08:12 +02:00
DecoderPlugin.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
DecoderPrint.cxx DecoderList: reimplement _for_each() with function object 2013-10-21 22:02:19 +02:00
DecoderPrint.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
DecoderThread.cxx DecoderThread: clear the pipe when handling late SEEK 2014-09-07 21:50:00 +02:00
DecoderThread.hxx decoder_control: rename to DecoderControl 2013-10-28 10:09:21 +01:00
DespotifyUtils.cxx DespotifyUtils: add missing stdio.h include 2013-11-11 08:20:09 +01:00
DespotifyUtils.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
Directory.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
Directory.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
DirectorySave.cxx DirectorySave: use Directory::GetName() 2013-10-21 10:04:59 +02:00
DirectorySave.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
EncoderAPI.hxx Tag, ...: move to libtag.a 2013-09-05 18:26:56 +02:00
EncoderList.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
EncoderList.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
EncoderPlugin.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
ExcludeList.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
ExcludeList.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
FilterConfig.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
FilterConfig.hxx FilterConfig: return bool 2013-10-19 16:29:56 +02:00
FilterInternal.hxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
FilterPlugin.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
FilterPlugin.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
FilterRegistry.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
FilterRegistry.hxx FilterRegistry: add "pure" attribute 2013-10-29 00:05:04 +01:00
GlobalEvents.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
GlobalEvents.hxx event/DeferredMonitor: use EventLoop::AddIdle() 2013-08-07 19:38:10 +02:00
IOThread.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
IOThread.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
IcyMetaDataParser.cxx IcyMetadataParser: more robust tag parser 2014-01-27 10:08:21 +01:00
IcyMetaDataParser.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
IcyMetaDataServer.cxx TagType: rename enum tag_type to TagType 2013-10-20 13:32:59 +02:00
IcyMetaDataServer.hxx TagType: rename enum tag_type to TagType 2013-10-20 13:32:59 +02:00
IdTable.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
Idle.cxx Idle, GlobalEvents: use std::atomic::exchange() 2013-02-27 20:35:44 +01:00
Idle.hxx Idle: convert anonymous enum to constexpr 2013-10-20 13:45:21 +02:00
InotifyDomain.cxx Log: new logging library API 2013-10-02 08:57:55 +02:00
InotifyDomain.hxx Log: new logging library API 2013-10-02 08:57:55 +02:00
InotifyQueue.cxx Inotify: convert anonymous enum to constexpr 2013-10-20 13:51:55 +02:00
InotifyQueue.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
InotifySource.cxx add various missing headers 2013-11-05 11:08:36 +01:00
InotifySource.hxx util/FifoBuffer: C++ version of the fifo_buffer library 2013-10-15 10:28:52 +02:00
InotifyUpdate.cxx Inotify: convert anonymous enum to constexpr 2013-10-20 13:51:55 +02:00
InotifyUpdate.hxx *: use gcc.h macros instead of GLib 2013-08-04 23:48:01 +02:00
InputInit.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
InputInit.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
InputPlugin.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
InputRegistry.cxx input_plugin: rename struct to "InputPlugin" 2013-10-17 10:20:57 +02:00
InputRegistry.hxx input_plugin: rename struct to "InputPlugin" 2013-10-17 10:20:57 +02:00
InputStream.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
InputStream.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
Instance.cxx Partition: add method DatabaseModified() 2013-10-22 00:59:55 +02:00
Instance.hxx Playlist: copy stream tags from the PlayerThread 2013-10-22 00:02:21 +02:00
Listen.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
Listen.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
Log.cxx Log: add level "DEFAULT" 2013-11-04 22:27:49 +01:00
Log.hxx Log: add level "DEFAULT" 2013-11-04 22:27:49 +01:00
LogInit.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
LogInit.hxx Log: new logging library API 2013-10-02 08:57:55 +02:00
LogV.hxx Log: new logging library API 2013-10-02 08:57:55 +02:00
Main.cxx Log: add level "DEFAULT" 2013-11-04 22:27:49 +01:00
Main.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
Mapper.cxx Mapper: _get_music_directory_utf8() may return nullptr 2013-11-22 00:02:17 +01:00
Mapper.hxx Mapper: _get_music_directory_utf8() may return nullptr 2013-11-22 00:02:17 +01:00
MemorySongEnumerator.cxx PlaylistPlugin: add interface SongEnumerator 2013-09-05 09:40:55 +02:00
MemorySongEnumerator.hxx PlaylistPlugin: add interface SongEnumerator 2013-09-05 09:40:55 +02:00
MixRampInfo.hxx DecoderControl: move code/attributes to new class MixRampInfo 2013-10-26 14:19:34 +02:00
MixerAll.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
MixerAll.hxx MixerAll, Volume: add "pure" attributes 2013-10-25 00:15:55 +02:00
MixerControl.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
MixerControl.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
MixerInternal.hxx MixerInternal: use Mutex instead of GMutex 2013-04-16 23:50:41 +02:00
MixerList.hxx mixer_plugin: convert to C++ 2013-02-22 20:51:23 +01:00
MixerPlugin.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
MixerType.cxx mixer_plugin: convert to C++ 2013-02-22 20:51:23 +01:00
MixerType.hxx mixer_plugin: convert to C++ 2013-02-22 20:51:23 +01:00
MusicBuffer.cxx MusicBuffer: expose the C++ API 2013-09-26 22:21:56 +02:00
MusicBuffer.hxx PlayerThread: simplify "buffer empty" assertion 2013-09-26 22:41:07 +02:00
MusicChunk.cxx MusicChunk: return WritableBuffer 2013-10-28 17:10:12 +01:00
MusicChunk.hxx MusicChunk: return WritableBuffer 2013-10-28 17:10:12 +01:00
MusicPipe.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
MusicPipe.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
OutputAPI.hxx OutputAPI: fix typo in include guard 2014-01-15 11:22:59 +01:00
OutputAll.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
OutputAll.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
OutputCommand.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
OutputCommand.hxx Commands: new command "toggleoutput" 2013-08-04 23:21:23 +02:00
OutputControl.cxx OutputControl: update both ReplayGainFilters 2013-12-24 11:53:21 +01:00
OutputControl.hxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
OutputError.cxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
OutputError.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
OutputFinish.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
OutputInit.cxx OutputControl: reduce the number of OutputThread wakeups 2013-11-06 23:51:17 +01:00
OutputInternal.hxx OutputControl: reduce the number of OutputThread wakeups 2013-11-06 23:51:17 +01:00
OutputList.cxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
OutputList.hxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
OutputPlugin.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
OutputPlugin.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
OutputPrint.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
OutputPrint.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
OutputState.cxx Log: new logging library API 2013-10-02 08:57:55 +02:00
OutputState.hxx db_save, state_file: convert to C++ 2013-01-02 20:22:59 +01:00
OutputThread.cxx OutputThread: retain negative mix ratio 2014-09-18 13:50:23 +02:00
OutputThread.hxx output_*: convert to C++ 2013-01-04 09:46:41 +01:00
Page.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
Page.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
Partition.cxx Playlist: refresh new tags after database update 2013-10-22 01:05:29 +02:00
Partition.hxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
Permission.cxx Permission: use std::find instead of g_strsplit() 2013-10-19 16:47:56 +02:00
Permission.hxx Permission: convert PERMISSION_* from macro to constexpr 2013-10-19 16:47:23 +02:00
PlayerControl.cxx PlayerControl: move attributes to struct CrossFadeSettings 2013-10-29 00:14:27 +01:00
PlayerControl.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
PlayerThread.cxx PlayerThread: log the last song that was played 2013-12-24 11:58:10 +01:00
PlayerThread.hxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
Playlist.cxx PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songs 2014-07-11 20:22:35 +02:00
Playlist.hxx PlaylistControl: move code to new method SeekSongOrder() 2014-08-31 14:23:06 +02:00
PlaylistAny.cxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistAny.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistControl.cxx PlaylistControl: use SeekSongOrder(current) to keep current song 2014-08-31 14:44:20 +02:00
PlaylistDatabase.cxx util/StringUtil: rename strchug_fast_c() to strchug_fast() 2013-10-18 12:24:47 +02:00
PlaylistDatabase.hxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
PlaylistEdit.cxx PlaylistEdit: postpone UpdateQueuedSong() when adding multiple songs 2014-07-11 20:22:35 +02:00
PlaylistError.cxx util/Error: new error passing library 2013-09-04 18:14:22 +02:00
PlaylistError.hxx PlaylistError: convert playlist_result to a strictly-typed enum 2013-10-20 13:06:40 +02:00
PlaylistFile.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
PlaylistFile.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
PlaylistGlobal.cxx Main: move global variables to struct Instance 2013-04-17 23:52:58 +02:00
PlaylistGlobal.hxx Playlist.hxx: move prototype to PlaylistGlobal.hxx 2013-01-09 22:23:37 +01:00
PlaylistInfo.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
PlaylistMapper.cxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistMapper.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistPlugin.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistPrint.cxx Queue: rename struct queue to Queue 2014-01-20 08:57:46 +01:00
PlaylistPrint.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
PlaylistQueue.cxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
PlaylistQueue.hxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
PlaylistRegistry.cxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistRegistry.hxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
PlaylistSave.cxx Queue: rename struct queue to Queue 2014-01-20 08:57:46 +01:00
PlaylistSave.hxx Queue: rename struct queue to Queue 2014-01-20 08:57:46 +01:00
PlaylistSong.cxx Playlist*, Queue: use GetDatabase() overload without Error 2013-10-22 00:59:56 +02:00
PlaylistSong.hxx Playlist*: use nullptr instead of NULL 2013-10-02 08:56:27 +02:00
PlaylistState.cxx PlaylistState: ignore "mixrampdelay:nan" 2013-10-30 22:33:02 +01:00
PlaylistState.hxx player_control: rename to PlayerControl 2013-10-28 10:12:33 +01:00
PlaylistUpdate.cxx Playlist: refresh new tags after database update 2013-10-22 01:05:29 +02:00
PlaylistVector.cxx Client, ...: remove unnecessary glib.h include 2013-10-15 22:51:09 +02:00
PlaylistVector.hxx gcc.h: rename to Compiler.h 2013-10-15 09:21:59 +02:00
Queue.cxx Queue: rename struct queue to Queue 2014-01-20 08:57:46 +01:00
Queue.hxx Queue: rename struct queue to Queue 2014-01-20 08:57:46 +01:00
QueuePrint.cxx Queue: rename struct queue to Queue 2014-01-20 08:57:46 +01:00
QueuePrint.hxx Queue: rename struct queue to Queue 2014-01-20 08:57:46 +01:00
QueueSave.cxx Queue: rename struct queue to Queue 2014-01-20 08:57:46 +01:00
QueueSave.hxx Queue: rename struct queue to Queue 2014-01-20 08:57:46 +01:00
ReplayGainConfig.cxx *: use nullptr instead of NULL 2013-10-28 23:58:17 +01:00
ReplayGainConfig.hxx ReplayGainInfo: use CamelCase for struct name 2013-10-25 19:12:38 +02:00
ReplayGainInfo.cxx ReplayGainInfo: use large negative value instead of infinity 2013-10-30 18:01:45 +01:00
ReplayGainInfo.hxx ReplayGainInfo: use large negative value instead of infinity 2013-10-30 18:01:45 +01:00
SignalHandlers.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
SignalHandlers.hxx SignalHandlers: move code to new class SignalMonitor 2013-08-07 10:56:33 +02:00
Song.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
Song.hxx Song: add method ReplaceTag() 2013-10-21 23:53:30 +02:00
SongEnumerator.hxx PlaylistPlugin: add interface SongEnumerator 2013-09-05 09:40:55 +02:00
SongFilter.cxx db/proxy: fall back to recursive walk on old libmpdclient/MPD 2014-06-23 09:18:11 +02:00
SongFilter.hxx db/proxy: fall back to recursive walk on old libmpdclient/MPD 2014-06-23 09:18:11 +02:00
SongPointer.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
SongPrint.cxx UriUtil: uri_remove_auth() returns std::string 2013-10-23 21:58:44 +02:00
SongPrint.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
SongSave.cxx filter/route, ...: add missing stdlib.h includes 2013-11-11 08:20:09 +01:00
SongSave.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
SongSort.cxx TagType: rename enum tag_type to TagType 2013-10-20 13:32:59 +02:00
SongSort.hxx song_sort: convert to C++ 2013-04-17 22:25:57 +02:00
SongSticker.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
SongSticker.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
SongUpdate.cxx SongUpdate: accept files without metadata 2013-12-10 19:34:35 +01:00
StateFile.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
StateFile.hxx fs/Path: rename to AllocatedPath 2013-10-17 23:43:46 +02:00
Stats.cxx DatabasePlugin: add method GetUpdateStamp() 2013-11-22 00:35:29 +01:00
Stats.hxx Stats: use struct DatabaseStats 2013-11-22 00:12:12 +01:00
StickerDatabase.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
StickerDatabase.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
StickerPrint.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
StickerPrint.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
TagFile.cxx TagFile: use Path instead of const char * 2013-10-26 15:38:29 +02:00
TagFile.hxx TagFile: add return value API documentation 2013-12-10 19:32:26 +01:00
TagPrint.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
TagPrint.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
TagSave.cxx Tag, ...: move to libtag.a 2013-09-05 18:26:56 +02:00
TagSave.hxx tag: convert to C++ 2013-07-30 20:19:53 +02:00
TextFile.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
TextFile.hxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
TextInputStream.cxx input_stream: rename struct to InputStream 2013-10-23 23:12:02 +02:00
TextInputStream.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
TimePrint.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
TimePrint.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
Timer.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
Timer.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
UpdateArchive.cxx Log: add level "DEFAULT" 2013-11-04 22:27:49 +01:00
UpdateArchive.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
UpdateContainer.cxx Log: add level "DEFAULT" 2013-11-04 22:27:49 +01:00
UpdateContainer.hxx decoder_plugin: rename struct to DecoderPlugin 2013-10-21 20:31:34 +02:00
UpdateDatabase.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
UpdateDatabase.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
UpdateDomain.cxx Log: new logging library API 2013-10-02 08:57:55 +02:00
UpdateDomain.hxx Log: new logging library API 2013-10-02 08:57:55 +02:00
UpdateGlue.cxx UpdateGlue: handle update id management 2013-10-17 21:45:53 +02:00
UpdateGlue.hxx UpdateGlue: never pass null to update_enqueue() 2013-10-17 21:45:41 +02:00
UpdateIO.cxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
UpdateIO.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
UpdateInternal.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
UpdateQueue.cxx UpdateGlue: handle update id management 2013-10-17 21:45:53 +02:00
UpdateQueue.hxx UpdateGlue: handle update id management 2013-10-17 21:45:53 +02:00
UpdateRemove.cxx Log: add level "DEFAULT" 2013-11-04 22:27:49 +01:00
UpdateRemove.hxx song: convert header to C++ 2013-07-28 13:25:12 +02:00
UpdateSong.cxx Log: add level "DEFAULT" 2013-11-04 22:27:49 +01:00
UpdateSong.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
UpdateWalk.cxx GetBaseUTF8 2013-10-21 10:50:22 +02:00
UpdateWalk.hxx don't include stdbool.h in C++ sources 2013-01-02 20:56:04 +01:00
Volume.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
Volume.hxx MixerAll, Volume: add "pure" attributes 2013-10-25 00:15:55 +02:00
ZeroconfAvahi.cxx Log: add level "DEFAULT" 2013-11-04 22:27:49 +01:00
ZeroconfAvahi.hxx ZeroconfAvahi: pass GMainContext to avahi_glib_poll_new() 2013-01-27 22:53:21 +01:00
ZeroconfBonjour.cxx *: use nullptr instead of NULL 2013-10-19 18:19:03 +02:00
ZeroconfBonjour.hxx ZeroconfBonjour: use SocketMonitor instead of GIOChannel 2013-01-27 22:38:14 +01:00
ZeroconfGlue.cxx Log: add level "DEFAULT" 2013-11-04 22:27:49 +01:00
ZeroconfGlue.hxx ZeroconfBonjour: use SocketMonitor instead of GIOChannel 2013-01-27 22:38:14 +01:00
ZeroconfInternal.hxx *: update copyright year to 2013 2013-10-30 23:37:06 +01:00
check.h
gerror.h
ls.cxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
ls.hxx *: use references instead of pointers 2013-10-19 18:48:38 +02:00
notify.cxx notify: convert to C++ 2013-01-10 10:44:04 +01:00
notify.hxx thread/Posix{Cond,Mutex}: don't ues PTHREAD_*_INITIALIZER on NetBSD 2014-09-13 11:26:17 +02:00
open.h
poison.h