aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_decoder.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann2013-12-151-30/+19
* configure.ac: add option "--disable-glib"Max Kellermann2013-12-151-0/+4
* DecoderAPI: add function decoder_read_full()Max Kellermann2013-12-141-0/+18
* DecoderAPI: add function decoder_skip()Max Kellermann2013-12-141-0/+16
* DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann2013-10-261-4/+1
* ReplayGainInfo: refactor to a classMax Kellermann2013-10-251-2/+2
* ReplayGainInfo: use CamelCase for struct nameMax Kellermann2013-10-251-4/+3
* test/run_decoder: print the song durationMax Kellermann2013-10-241-3/+4
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-7/+7
* decoder: rename the struct to "Decoder"Max Kellermann2013-10-211-15/+18
* DecoderPlugin: move functions into the structMax Kellermann2013-10-211-3/+2
* decoder_plugin: rename struct to DecoderPluginMax Kellermann2013-10-211-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-2/+3
* DecoderCommand: convert to strictly-typed enumMax Kellermann2013-09-271-6/+6
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-7/+6
* util/Error: new error passing libraryMax Kellermann2013-09-041-10/+10
* IOThread: use FatalError() on g_thread_create() errorMax Kellermann2013-09-031-5/+1
* input_stream.h: rename to InputLegacy.hxxMax Kellermann2013-09-031-1/+1
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-20/+20
* audio_format: convert to C++Max Kellermann2013-08-031-3/+3
* DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann2013-07-311-1/+1
* tag: convert to C++Max Kellermann2013-07-301-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-5/+2
* io_thread: convert to C++Max Kellermann2013-01-101-1/+1
* input_stream: convert to C++ (internally)Max Kellermann2013-01-101-0/+227