aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderThread.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-1/+1
* fs/Path: move definitions to struct PathTraitsMax Kellermann2013-10-171-1/+2
* Thread/Thread: replacement library for GThreadMax Kellermann2013-10-171-13/+6
* Song: GetURI() returns std::stringMax Kellermann2013-10-171-9/+5
* fs/Path: add method IsAbsolute()Max Kellermann2013-10-141-1/+1
* Log: new logging library APIMax Kellermann2013-10-021-6/+7
* filesystem/Path: use std::stringMax Kellermann2013-10-021-1/+1
* DecoderControl: convert "enum decoder_state" to strictly-typed enumMax Kellermann2013-09-271-14/+14
* DecoderCommand: convert to strictly-typed enumMax Kellermann2013-09-271-12/+12
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-11/+8
* Tag*: move libtag.a sources to src/tag/Max Kellermann2013-09-041-1/+1
* util/Error: new error passing libraryMax Kellermann2013-09-041-16/+14
* Makefile.am: move sources to libsystem.aMax Kellermann2013-08-071-1/+1
* FatalError: new library to replace mpd_error.hMax Kellermann2013-08-071-2/+2
* tag: convert to C++Max Kellermann2013-07-301-2/+2
* ape: convert to C++Max Kellermann2013-07-291-4/+1
* song: convert header to C++Max Kellermann2013-07-281-7/+7
* decoder_api: convert to C++Max Kellermann2013-07-281-3/+3
* use g_thread_new() if GLib is recent enoughMax Kellermann2013-04-171-2/+5
* uri: convert to C++Max Kellermann2013-04-081-1/+1
* decoder_list: convert to C++Max Kellermann2013-01-301-1/+1
* InputStream: use std::stringMax Kellermann2013-01-281-2/+3
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-2/+2
* input_stream: forward-declare the structMax Kellermann2013-01-261-1/+1
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-1/+1
* DecoderControl: move functions into the classMax Kellermann2013-01-211-28/+28
* Path: new class "Path" wraps filesystem path stringsMax Kellermann2013-01-181-1/+2
* DecoderThread: signal the client after decoder finishesMax Kellermann2013-01-101-0/+2
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-3/+3
* DecoderThread: move code to destructorMax Kellermann2013-01-041-13/+0
* DecoderInternal: move initializers to constructorMax Kellermann2013-01-041-9/+3
* decoder_*: convert to C++Max Kellermann2013-01-041-2/+2
* mapper: convert to C++Max Kellermann2013-01-021-1/+1
* {decoder,player}_thread: convert to C++Max Kellermann2013-01-021-0/+521