summaryrefslogtreecommitdiff
path: root/src/TagFile.cxx
AgeCommit message (Expand)Author
2015-03-05TagFile: convert suffix to UTF-8Max Kellermann
2015-03-01fs/Path: add method GetSuffix()Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-10-02TagFile: use OpenLocalInputStream()Max Kellermann
2014-05-11InputStream: add virtual destructorMax Kellermann
2014-02-07DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann
2014-01-24Input*: move to input/Max Kellermann
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-12-29InputStream: add static method OpenReady()Max Kellermann
2013-12-29TagFile: rewind the stream before trying the next pluginMax Kellermann
2013-12-29TagFile: pass reference instead of pointerMax Kellermann
2013-12-29TagFile: use decoder_plugins_try()Max Kellermann
2013-10-26TagFile: use Path instead of const char *Max Kellermann
2013-10-23input_stream: rename struct to InputStreamMax Kellermann
2013-10-23InputStream: add method Rewind()Max Kellermann
2013-10-21DecoderPlugin: move functions into the structMax Kellermann
2013-10-21TagFile: use IgnoreError()Max Kellermann
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann
2013-10-19*: use references instead of pointersMax Kellermann
2013-10-19*: use nullptr instead of NULLMax Kellermann
2013-10-17thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann
2013-07-28decoder_api: convert to C++Max Kellermann
2013-04-08uri: convert to C++Max Kellermann
2013-01-30decoder_list: convert to C++Max Kellermann
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann
2013-01-26tag_file: convert to C++Max Kellermann