Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TagFile: convert suffix to UTF-8 | Max Kellermann | 2015-03-05 | 1 | -2/+4 |
| | |||||
* | fs/Path: add method GetSuffix() | Max Kellermann | 2015-03-01 | 1 | -1/+1 |
| | | | | Type-safe wrapper for uri_get_suffix(). | ||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | TagFile: use OpenLocalInputStream() | Max Kellermann | 2014-10-02 | 1 | -3/+4 |
| | |||||
* | InputStream: add virtual destructor | Max Kellermann | 2014-05-11 | 1 | -2/+1 |
| | | | Replaces the method Close(). | ||||
* | DecoderPlugin: pass Path instance to file_decode() and scan_file() | Max Kellermann | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -2/+2 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | InputStream: add static method OpenReady() | Max Kellermann | 2013-12-29 | 1 | -3/+3 |
| | | | | Merge some duplicate code. | ||||
* | TagFile: rewind the stream before trying the next plugin | Max Kellermann | 2013-12-29 | 1 | -1/+2 |
| | | | | Got lost in commit c97685fe | ||||
* | TagFile: pass reference instead of pointer | Max Kellermann | 2013-12-29 | 1 | -4/+2 |
| | |||||
* | TagFile: use decoder_plugins_try() | Max Kellermann | 2013-12-29 | 1 | -41/+54 |
| | | | | | | .. instead of decoder_plugin_from_suffix(). This reduces overhead by walking the array only once. | ||||
* | TagFile: use Path instead of const char * | Max Kellermann | 2013-10-26 | 1 | -5/+7 |
| | |||||
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 1 | -4/+4 |
| | |||||
* | InputStream: add method Rewind() | Max Kellermann | 2013-10-23 | 1 | -2/+1 |
| | |||||
* | DecoderPlugin: move functions into the struct | Max Kellermann | 2013-10-21 | 1 | -5/+4 |
| | |||||
* | TagFile: use IgnoreError() | Max Kellermann | 2013-10-21 | 1 | -4/+2 |
| | |||||
* | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -2/+2 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -11/+11 |
| | |||||
* | thread/{Cond,Mutex}: use "class" instead of "typedef" | Max Kellermann | 2013-10-17 | 1 | -0/+1 |
| | | | | Allows forward-declaration. | ||||
* | InputLegacy: move functions to the input_stream class | Max Kellermann | 2013-09-05 | 1 | -6/+5 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -3/+7 |
| | | | | Replaces GLib's GError. | ||||
* | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | decoder_api: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 1 | -5/+1 |
| | |||||
* | decoder_list: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -10/+4 |
| | |||||
* | tag_file: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -0/+94 |