aboutsummaryrefslogtreecommitdiffstats
path: root/test/dump_playlist.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-12/+0
* test/run_input, ...: add struct ScopeIOThreadMax Kellermann2014-10-071-4/+2
* DetachedSong: use std::chrono::duration for start_ms and end_msMax Kellermann2014-08-281-2/+2
* fs/output, fs/TextFile: move to fs/io/Max Kellermann2014-08-071-2/+2
* *Save, *State: use the OutputStream API instead of FILE*Max Kellermann2014-07-301-0/+11
* InputStream: add virtual destructorMax Kellermann2014-05-111-3/+2
* test/{run_decoder,dump_playlist}: fix accidental search/replace hiccupsMax Kellermann2014-03-161-1/+1
* test: various fixups for building without GLibMax Kellermann2014-02-181-0/+4
* Input*: move to input/Max Kellermann2014-01-241-3/+3
* Config*: move to config/Max Kellermann2014-01-241-1/+1
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-1/+1
* playlist/*: move to playlist/plugins/Max Kellermann2014-01-231-3/+3
* copyright year 2014Max Kellermann2014-01-131-1/+1
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-18/+16
* InputStream: add static method OpenReady()Max Kellermann2013-12-291-3/+1
* test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann2013-12-241-16/+17
* test/*: remove GLib logging setupMax Kellermann2013-12-241-12/+0
* test: merge duplicate code to FakeDecoderAPI.cxxMax Kellermann2013-12-141-83/+0
* 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
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-9/+8
* decoder: rename the struct to "Decoder"Max Kellermann2013-10-211-11/+11
* 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
* PlaylistPlugin: add interface SongEnumeratorMax Kellermann2013-09-051-4/+4
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+1
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-7/+7
* util/Error: new error passing libraryMax Kellermann2013-09-041-13/+13
* 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-22/+22
* audio_format: convert to C++Max Kellermann2013-08-031-1/+1
* DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann2013-07-311-1/+1
* tag: convert to C++Max Kellermann2013-07-301-2/+2
* song: convert header to C++Max Kellermann2013-07-281-3/+3
* 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-4/+1
* ConfigFile, CommandLine: use the Path classMax Kellermann2013-01-291-3/+3
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-5/+2
* playlist/*: convert to C++Max Kellermann2013-01-271-1/+1
* playlist/*: convert to C++Max Kellermann2013-01-261-2/+2
* io_thread: convert to C++Max Kellermann2013-01-101-1/+1
* input_stream: convert to C++ (internally)Max Kellermann2013-01-101-1/+1
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-3/+3
* DecoderAPI: _replay_gain() returns voidMax Kellermann2013-01-051-4/+1
* test: revert debug program renamesMax Kellermann2013-01-051-0/+259