aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderThread.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov2013-12-051-1/+1
|
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
|
* DecoderAPI: stop decoder on MPD errorMax Kellermann2013-11-131-1/+6
| | | | | This commit adds the basic infrastructure for reporting bugs from DecoderAPI.cxx via DecoderThread.cxx to DecoderControl.
* DecoderInternal: move functions into the classMax Kellermann2013-11-131-1/+1
|
* DecoderThread: add missing <functional> includeMax Kellermann2013-11-091-0/+2
|
* decoder_control: rename to DecoderControlMax Kellermann2013-10-281-9/+9
|
* TagFile: use Path instead of const char *Max Kellermann2013-10-261-1/+1
|
* DecoderThread: move code to DecoderControl::CycleMixRamp()Max Kellermann2013-10-261-3/+1
|
* ReplayGainInfo: use CamelCase for struct nameMax Kellermann2013-10-251-2/+2
|
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-17/+16
|
* UriUtil: uri_remove_auth() returns std::stringMax Kellermann2013-10-231-6/+3
|
* InputStream: add method Rewind()Max Kellermann2013-10-231-4/+1
|
* DecoderThread: remove unused function deconst_plugin()Max Kellermann2013-10-231-9/+0
|
* DecoderThread: simplify the decoder lookup loopMax Kellermann2013-10-211-64/+42
| | | | Merge the two loops into one, and eliminate the GSList.
* decoder: rename the struct to "Decoder"Max Kellermann2013-10-211-36/+34
|
* DecoderPlugin: move functions into the structMax Kellermann2013-10-211-2/+2
|
* decoder_plugin: rename struct to DecoderPluginMax Kellermann2013-10-211-8/+8
|
* *: use references instead of pointersMax Kellermann2013-10-191-85/+83
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-41/+41
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-1/+1
| | | | | | | The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object.
* 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
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* 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
| | | | Replaces GLib's GError.
* 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
| | | | Fixes deprecation warnings.
* 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
| | | | Hide the definition from C code, to prepare the transition to C++.
* 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
| | | | Fixes potential dead lock bug.
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-3/+3
|
* DecoderThread: move code to destructorMax Kellermann2013-01-041-13/+0
|