Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -12/+12 |
| | |||||
* | audio_check: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -5/+1 |
| | |||||
* | tag_handler: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | ape: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | decoder_api: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | InputStream: use std::string | Max Kellermann | 2013-01-28 | 1 | -1/+2 |
| | |||||
* | InputStream: store references instead of pointers | Max Kellermann | 2013-01-28 | 1 | -1/+1 |
| | |||||
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -2/+2 |
| | |||||
* | input_stream: forward-declare the struct | Max Kellermann | 2013-01-26 | 1 | -0/+1 |
| | | | | Hide the definition from C code, to prepare the transition to C++. | ||||
* | decoder/wavpack: convert to C++ | Max Kellermann | 2013-01-10 | 1 | -0/+601 |