aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderAPI.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* replay_gain_*.h: rename to *.hxxMax Kellermann2013-10-021-1/+1
* Log: new logging library APIMax Kellermann2013-10-021-13/+10
* DecoderControl: convert "enum decoder_state" to strictly-typed enumMax Kellermann2013-09-271-8/+8
* DecoderCommand: convert to strictly-typed enumMax Kellermann2013-09-271-25/+25
* MusicBuffer: expose the C++ APIMax Kellermann2013-09-261-2/+2
* MusicPipe: expose the C++ APIMax Kellermann2013-09-261-2/+2
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-7/+7
* util/Error: new error passing libraryMax Kellermann2013-09-041-12/+10
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-7/+7
* audio_format: convert to C++Max Kellermann2013-08-031-15/+13
* DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann2013-07-311-4/+3
* tag: convert to C++Max Kellermann2013-07-301-22/+19
* song: convert header to C++Max Kellermann2013-07-281-1/+1
* decoder_api: convert to C++Max Kellermann2013-07-281-1/+1
* pcm_convert: convert to C++Max Kellermann2013-01-311-4/+5
* audio_{parser,config}: convert to C++Max Kellermann2013-01-301-5/+1
* InputStream: store references instead of pointersMax Kellermann2013-01-281-1/+1
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-7/+7
* input_stream: forward-declare the structMax Kellermann2013-01-261-0/+1
* DecoderControl: move functions into the classMax Kellermann2013-01-211-9/+9
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-2/+2
* DecoderAPI: don't use replay_gain_get_real_mode()Max Kellermann2013-01-051-1/+5
* DecoderAPI: _replay_gain() returns voidMax Kellermann2013-01-051-7/+3
* MusicChunk: move functions to methodsMax Kellermann2013-01-041-5/+5
* buffer, pipe: convert to C++Max Kellermann2013-01-041-3/+3
* decoder_*: convert to C++Max Kellermann2013-01-041-0/+569