Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pcm_convert: convert to C++ | Max Kellermann | 2013-01-31 | 1 | -2/+0 |
| | |||||
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | input_stream: forward-declare the struct | Max Kellermann | 2013-01-26 | 1 | -1/+0 |
| | | | | Hide the definition from C code, to prepare the transition to C++. | ||||
* | DecoderControl: move functions into the class | Max Kellermann | 2013-01-21 | 1 | -3/+3 |
| | |||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -4/+0 |
| | |||||
* | DecoderThread: move code to destructor | Max Kellermann | 2013-01-04 | 1 | -0/+21 |
| | |||||
* | MusicChunk: move functions to methods | Max Kellermann | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | buffer, pipe: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -6/+3 |
| | |||||
* | decoder_*: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -0/+100 |