Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -476/+0 |
| | |||||
* | thread/Name: set thread names | Max Kellermann | 2014-01-23 | 1 | -0/+11 |
| | | | | For debugging. | ||||
* | DetachedSong: add attribute "real_uri" | Max Kellermann | 2014-01-21 | 1 | -1/+1 |
| | | | | Prepare for UPnP songs that retain there database identity. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -7/+6 |
| | | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. | ||||
* | DecoderThread: use Song references | Max Kellermann | 2014-01-08 | 1 | -10/+10 |
| | |||||
* | DecoderThread: use decoder_plugins_try() | Max Kellermann | 2013-12-29 | 1 | -32/+44 |
| | | | | | .. instead of decoder_plugin_from_suffix(). This reduces overhead by walking the array only once. | ||||
* | fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8 | Denis Krjuchkov | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -1/+0 |
| | |||||
* | DecoderAPI: stop decoder on MPD error | Max Kellermann | 2013-11-13 | 1 | -1/+6 |
| | | | | | This commit adds the basic infrastructure for reporting bugs from DecoderAPI.cxx via DecoderThread.cxx to DecoderControl. | ||||
* | DecoderInternal: move functions into the class | Max Kellermann | 2013-11-13 | 1 | -1/+1 |
| | |||||
* | DecoderThread: add missing <functional> include | Max Kellermann | 2013-11-09 | 1 | -0/+2 |
| | |||||
* | decoder_control: rename to DecoderControl | Max Kellermann | 2013-10-28 | 1 | -9/+9 |
| | |||||
* | TagFile: use Path instead of const char * | Max Kellermann | 2013-10-26 | 1 | -1/+1 |
| | |||||
* | DecoderThread: move code to DecoderControl::CycleMixRamp() | Max Kellermann | 2013-10-26 | 1 | -3/+1 |
| | |||||
* | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 2013-10-25 | 1 | -2/+2 |
| | |||||
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 1 | -17/+16 |
| | |||||
* | UriUtil: uri_remove_auth() returns std::string | Max Kellermann | 2013-10-23 | 1 | -6/+3 |
| | |||||
* | InputStream: add method Rewind() | Max Kellermann | 2013-10-23 | 1 | -4/+1 |
| | |||||
* | DecoderThread: remove unused function deconst_plugin() | Max Kellermann | 2013-10-23 | 1 | -9/+0 |
| | |||||
* | DecoderThread: simplify the decoder lookup loop | Max Kellermann | 2013-10-21 | 1 | -64/+42 |
| | | | | Merge the two loops into one, and eliminate the GSList. | ||||
* | decoder: rename the struct to "Decoder" | Max Kellermann | 2013-10-21 | 1 | -36/+34 |
| | |||||
* | DecoderPlugin: move functions into the struct | Max Kellermann | 2013-10-21 | 1 | -2/+2 |
| | |||||
* | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 2013-10-21 | 1 | -8/+8 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -85/+83 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -41/+41 |
| | |||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -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 PathTraits | Max Kellermann | 2013-10-17 | 1 | -1/+2 |
| | |||||
* | Thread/Thread: replacement library for GThread | Max Kellermann | 2013-10-17 | 1 | -13/+6 |
| | |||||
* | Song: GetURI() returns std::string | Max Kellermann | 2013-10-17 | 1 | -9/+5 |
| | |||||
* | fs/Path: add method IsAbsolute() | Max Kellermann | 2013-10-14 | 1 | -1/+1 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -6/+7 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | filesystem/Path: use std::string | Max Kellermann | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | DecoderControl: convert "enum decoder_state" to strictly-typed enum | Max Kellermann | 2013-09-27 | 1 | -14/+14 |
| | |||||
* | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 2013-09-27 | 1 | -12/+12 |
| | |||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | InputLegacy: move functions to the input_stream class | Max Kellermann | 2013-09-05 | 1 | -11/+8 |
| | |||||
* | Tag*: move libtag.a sources to src/tag/ | Max Kellermann | 2013-09-04 | 1 | -1/+1 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -16/+14 |
| | | | | Replaces GLib's GError. | ||||
* | Makefile.am: move sources to libsystem.a | Max Kellermann | 2013-08-07 | 1 | -1/+1 |
| | |||||
* | FatalError: new library to replace mpd_error.h | Max Kellermann | 2013-08-07 | 1 | -2/+2 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -2/+2 |
| | |||||
* | ape: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -4/+1 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -7/+7 |
| | |||||
* | decoder_api: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -3/+3 |
| | |||||
* | use g_thread_new() if GLib is recent enough | Max Kellermann | 2013-04-17 | 1 | -2/+5 |
| | | | | Fixes deprecation warnings. | ||||
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | decoder_list: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | InputStream: use std::string | Max Kellermann | 2013-01-28 | 1 | -2/+3 |
| | |||||
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -2/+2 |
| |