aboutsummaryrefslogtreecommitdiffstats
path: root/test/read_tags.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* configure.ac: require GLib 2.32 (if enabled)Max Kellermann2014-12-051-10/+0
* test/run_input, ...: add struct ScopeIOThreadMax Kellermann2014-10-071-4/+2
* TagHandler: pass SongTime to duration()Max Kellermann2014-08-291-2/+2
* InputStream: add virtual destructorMax Kellermann2014-05-111-1/+1
* test: various fixups for building without GLibMax Kellermann2014-02-181-0/+4
* DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann2014-02-071-6/+7
* Input*: move to input/Max Kellermann2014-01-241-2/+2
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-2/+2
* copyright year 2014Max Kellermann2014-01-131-1/+1
* test: add missing includesMax Kellermann2014-01-071-0/+1
* InputStream: add static method OpenReady()Max Kellermann2013-12-291-15/+2
* test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann2013-12-241-14/+12
* test: merge duplicate code to FakeDecoderAPI.cxxMax Kellermann2013-12-141-74/+1
* TagFile: use Path instead of const char *Max Kellermann2013-10-261-2/+3
* DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann2013-10-261-4/+1
* ReplayGainInfo: use CamelCase for struct nameMax Kellermann2013-10-251-1/+1
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-7/+6
* decoder: rename the struct to "Decoder"Max Kellermann2013-10-211-12/+15
* DecoderPlugin: move functions into the structMax Kellermann2013-10-211-4/+2
* decoder_plugin: rename struct to DecoderPluginMax Kellermann2013-10-211-1/+1
* TagType: rename enum tag_type to TagTypeMax Kellermann2013-10-201-1/+1
* *: use references instead of pointersMax Kellermann2013-10-191-2/+2
* thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann2013-10-171-0/+1
* Log: new logging library APIMax Kellermann2013-10-021-1/+2
* DecoderCommand: convert to strictly-typed enumMax Kellermann2013-09-271-6/+6
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-7/+6
* test/read_tags: use input_stream_wait_ready()Max Kellermann2013-09-051-4/+1
* Tag*: move libtag.a sources to src/tag/Max Kellermann2013-09-041-2/+2
* util/Error: new error passing libraryMax Kellermann2013-09-041-12/+10
* IOThread: use FatalError() on g_thread_create() errorMax Kellermann2013-09-031-5/+1
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-24/+24
* audio_format: convert to C++Max Kellermann2013-08-031-2/+2
* DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann2013-07-311-1/+1
* tag: convert to C++Max Kellermann2013-07-301-1/+1
* tag_handler: convert to C++Max Kellermann2013-07-291-1/+1
* ape: convert to C++Max Kellermann2013-07-291-3/+1
* tag_id3: convert to C++Max Kellermann2013-07-281-1/+1
* decoder_api: convert to C++Max Kellermann2013-07-281-1/+1
* don't use g_thread_init() with GLib 2.32Max Kellermann2013-04-171-0/+3
* decoder_list: convert to C++Max Kellermann2013-01-301-3/+1
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-9/+6
* input_stream: forward-declare the structMax Kellermann2013-01-261-1/+1
* io_thread: convert to C++Max Kellermann2013-01-101-1/+1
* input_stream: convert to C++ (internally)Max Kellermann2013-01-101-0/+245