aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/WavpackDecoderPlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* ReplayGainInfo: refactor to a classMax Kellermann2013-10-251-3/+2
* ReplayGainInfo: use CamelCase for struct nameMax Kellermann2013-10-251-22/+14
* decoder/wavpack: move variable declarationsMax Kellermann2013-10-231-53/+34
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-14/+14
* decoder: rename the struct to "Decoder"Max Kellermann2013-10-211-7/+7
* decoder_plugin: rename struct to DecoderPluginMax Kellermann2013-10-211-1/+1
* TagType: rename enum tag_type to TagTypeMax Kellermann2013-10-201-2/+2
* *: use nullptr instead of NULLMax Kellermann2013-10-191-17/+17
* Util/Macros: replacement for GLib's G_N_ELEMENTS()Max Kellermann2013-10-151-1/+2
* Log: new logging library APIMax Kellermann2013-10-021-13/+13
* DecoderCommand: convert to strictly-typed enumMax Kellermann2013-09-271-3/+3
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-10/+5
* Tag*: move libtag.a sources to src/tag/Max Kellermann2013-09-041-1/+1
* util/Error: new error passing libraryMax Kellermann2013-09-041-7/+11
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+1
* audio_format: convert to C++Max Kellermann2013-08-031-12/+12
* audio_check: convert to C++Max Kellermann2013-07-291-5/+1
* tag_handler: convert to C++Max Kellermann2013-07-291-1/+1
* ape: convert to C++Max Kellermann2013-07-291-1/+1
* decoder_api: convert to C++Max Kellermann2013-07-281-1/+1
* InputStream: use std::stringMax Kellermann2013-01-281-1/+2
* InputStream: store references instead of pointersMax Kellermann2013-01-281-1/+1
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-2/+2
* input_stream: forward-declare the structMax Kellermann2013-01-261-0/+1
* decoder/wavpack: convert to C++Max Kellermann2013-01-101-0/+601