aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/WavpackDecoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Replaces GLib's GError.
* *: 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
| | | | Hide the definition from C code, to prepare the transition to C++.
* decoder/wavpack: convert to C++Max Kellermann2013-01-101-0/+601