summaryrefslogtreecommitdiff
path: root/test/dump_playlist.cxx
AgeCommit message (Expand)Author
2014-12-05configure.ac: require GLib 2.32 (if enabled)Max Kellermann
2014-10-07test/run_input, ...: add struct ScopeIOThreadMax Kellermann
2014-08-28DetachedSong: use std::chrono::duration for start_ms and end_msMax Kellermann
2014-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann
2014-07-30*Save, *State: use the OutputStream API instead of FILE*Max Kellermann
2014-05-11InputStream: add virtual destructorMax Kellermann
2014-03-16test/{run_decoder,dump_playlist}: fix accidental search/replace hiccupsMax Kellermann
2014-02-18test: various fixups for building without GLibMax Kellermann
2014-01-24Input*: move to input/Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann
2014-01-23playlist/*: move to playlist/plugins/Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2014-01-09DetachedSong: fork of struct SongMax Kellermann
2013-12-29InputStream: add static method OpenReady()Max Kellermann
2013-12-24test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann
2013-12-24test/*: remove GLib logging setupMax Kellermann
2013-12-14test: merge duplicate code to FakeDecoderAPI.cxxMax Kellermann
2013-10-26DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann
2013-10-25ReplayGainInfo: refactor to a classMax Kellermann
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann
2013-10-23input_stream: rename struct to InputStreamMax Kellermann
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann
2013-10-17thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann
2013-10-02Log: new logging library APIMax Kellermann
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann
2013-09-05PlaylistPlugin: add interface SongEnumeratorMax Kellermann
2013-09-05conf.h: remove obsolete headerMax Kellermann
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-09-03IOThread: use FatalError() on g_thread_create() errorMax Kellermann
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann
2013-08-03audio_format: convert to C++Max Kellermann
2013-07-31DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann
2013-07-30tag: convert to C++Max Kellermann
2013-07-28song: convert header to C++Max Kellermann
2013-07-28decoder_api: convert to C++Max Kellermann
2013-04-17don't use g_thread_init() with GLib 2.32Max Kellermann
2013-01-30decoder_list: convert to C++Max Kellermann
2013-01-29ConfigFile, CommandLine: use the Path classMax Kellermann
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann
2013-01-27playlist/*: convert to C++Max Kellermann
2013-01-26playlist/*: convert to C++Max Kellermann
2013-01-10io_thread: convert to C++Max Kellermann
2013-01-10input_stream: convert to C++ (internally)Max Kellermann
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann
2013-01-05DecoderAPI: _replay_gain() returns voidMax Kellermann
2013-01-05test: revert debug program renamesMax Kellermann