summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-07-28song: convert header to C++Max Kellermann
2013-07-28decoder_api: convert to C++Max Kellermann
2013-07-28decoder/fluidsynth: convert to C++Max Kellermann
2013-07-28decoder/pcm: convert to C++Max Kellermann
2013-07-28decoder/mpcdec: convert to C++Max Kellermann
2013-07-28decoder/modplug: convert to C++Max Kellermann
2013-07-28decoder/mikmod: convert to C++Max Kellermann
2013-07-28decoder/wildmidi: convert to C++Max Kellermann
2013-07-28decoder/mpg123: convert to C++Max Kellermann
2013-07-28decoder/sndfile: convert to C++Max Kellermann
2013-07-28decoder/audiofile: convert to C++Max Kellermann
2013-07-28decoder/{dsf,dsdiff}: convert to C++Max Kellermann
2013-07-26tag_rva2: convert to C++Max Kellermann
2013-07-26decoder/mad: convert to C++Max Kellermann
2013-06-24Merge branch 'master' of git://git.musicpd.org/dk/mpdMax Kellermann
2013-06-24fix overwriting bitrate with signal typeMatthias Larisch
2013-05-12text_input_stream: convert to classDenis Krjuchkov
2013-05-12timer: convert to classDenis Krjuchkov
2013-05-06decoder/FLAC*: rename files and symbols to Flac*Denis Krjuchkov
2013-05-06PlaylistFile: use DirectoryReader and file system APIDenis Krjuchkov
2013-05-06ClientFile: use Path and file system API, update usages accordinglyDenis Krjuchkov
2013-05-06ClientFile.cxx: include config.hDenis Krjuchkov
2013-05-06UpdateWalk, ExcludeList: use Path, file system API, DirectoryReader, log in UTF8Denis Krjuchkov
2013-05-05DirectoryReader: rename Failed() to HasFailed() for consistency with TextFileDenis Krjuchkov
2013-04-17Main: move global variables to struct InstanceMax Kellermann
2013-04-17GlobalEvents: include windows.h for DELETE macro workaroundMax Kellermann
2013-04-17decoder_buffer: convert to C++Max Kellermann
2013-04-17decoder/faad: convert to C++Max Kellermann
2013-04-17song_sort: convert to C++Max Kellermann
2013-04-17encoder_list: convert to C++Max Kellermann
2013-04-17input/soup: plugin removedMax Kellermann
2013-04-17don't use g_thread_init() with GLib 2.32Max Kellermann
2013-04-17use g_thread_new() if GLib is recent enoughMax Kellermann
2013-04-17OutputInternal: use Mutex instead of GMutexMax Kellermann
2013-04-17thread/Cond: add method timed_wait()Max Kellermann
2013-04-17output/oss,null: use new/deleteMax Kellermann
2013-04-17output: convert to C++Max Kellermann
2013-04-17output/solaris: convert to C++Max Kellermann
2013-04-17output/openal: convert to C++Max Kellermann
2013-04-17output/ao: convert to C++Max Kellermann
2013-04-17output/shout: convert to C++Max Kellermann
2013-04-17output/ffado: remove broken pluginMax Kellermann
2013-04-17output/mvp: remove obsolete pluginMax Kellermann
2013-04-17output/jack: convert to C++Max Kellermann
2013-04-17output/fifo: convert to C++Max Kellermann
2013-04-17output/pipe: convert to C++Max Kellermann
2013-04-17output/recorder: convert to C++Max Kellermann
2013-04-16MixerInternal: use Mutex instead of GMutexMax Kellermann
2013-04-16mixer/software: use gcc_unused instead of G_GNUC_UNUSEDMax Kellermann
2013-04-16MixerInternal: convert to classMax Kellermann