Age | Commit message (Expand) | Author |
2018-11-19 | check.h: remove obsolete header | Max Kellermann |
2018-10-31 | *: copyright year 2018 | Max Kellermann |
2018-07-06 | tag/Handler: implement FullTagHandler::OnAudioFormat() | Max Kellermann |
2018-07-06 | TagFile: rename exported functions, use CamelCase | Max Kellermann |
2018-07-05 | tag/Handler: convert to class with virtual methods | Max Kellermann |
2018-06-22 | input/Stream: remove attribute "cond", replace with handler interface | Max Kellermann |
2018-01-21 | TagFile: add "noexcept" | Max Kellermann |
2017-12-19 | Main, ...: catch any exception, not just std::runtime_error | Max Kellermann |
2017-11-10 | util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL | Max Kellermann |
2017-02-08 | tag/Tag*: rename several source files | Max Kellermann |
2017-01-03 | update copyright year | Max Kellermann |
2016-11-07 | SongLoader, ...: include cleanup | Max Kellermann |
2016-09-16 | input/InputStream: migrate from class Error to C++ exceptions | Max Kellermann |
2016-09-09 | input/Plugin: migrate open() from class Error to C++ exceptions | Max Kellermann |
2016-03-01 | *: include cleanup (using iwyu) | Max Kellermann |
2016-02-26 | update copyright year to 2016 | Max Kellermann |
2016-02-26 | TagFile: add TagBuilder overload with ScanGenericTags() fallback | Max Kellermann |
2016-02-22 | tag/handler: use CamelCase | Max Kellermann |
2016-02-21 | input: wrap InputStream in std::unique_ptr | Max Kellermann |
2015-03-05 | TagFile: convert suffix to UTF-8 | Max Kellermann |
2015-03-01 | fs/Path: add method GetSuffix() | Max Kellermann |
2015-01-01 | Copyright year 2015 | Max Kellermann |
2014-10-02 | TagFile: use OpenLocalInputStream() | Max Kellermann |
2014-05-11 | InputStream: add virtual destructor | Max Kellermann |
2014-02-07 | DecoderPlugin: pass Path instance to file_decode() and scan_file() | Max Kellermann |
2014-01-24 | Input*: move to input/ | Max Kellermann |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann |
2014-01-13 | copyright year 2014 | Max Kellermann |
2013-12-29 | InputStream: add static method OpenReady() | Max Kellermann |
2013-12-29 | TagFile: rewind the stream before trying the next plugin | Max Kellermann |
2013-12-29 | TagFile: pass reference instead of pointer | Max Kellermann |
2013-12-29 | TagFile: use decoder_plugins_try() | Max Kellermann |
2013-10-26 | TagFile: use Path instead of const char * | Max Kellermann |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann |
2013-10-23 | InputStream: add method Rewind() | Max Kellermann |
2013-10-21 | DecoderPlugin: move functions into the struct | Max Kellermann |
2013-10-21 | TagFile: use IgnoreError() | Max Kellermann |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann |
2013-10-19 | *: use references instead of pointers | Max Kellermann |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann |
2013-10-17 | thread/{Cond,Mutex}: use "class" instead of "typedef" | Max Kellermann |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann |
2013-09-04 | util/Error: new error passing library | Max Kellermann |
2013-09-03 | input_stream.h: rename to InputLegacy.hxx | Max Kellermann |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann |
2013-04-08 | uri: convert to C++ | Max Kellermann |
2013-01-30 | decoder_list: convert to C++ | Max Kellermann |
2013-01-27 | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann |
2013-01-26 | tag_file: convert to C++ | Max Kellermann |