aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderInternal.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-1/+1
|
* input_stream: forward-declare the structMax Kellermann2013-01-261-1/+0
| | | | Hide the definition from C code, to prepare the transition to C++.
* DecoderControl: move functions into the classMax Kellermann2013-01-211-3/+3
|
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-4/+0
|
* DecoderThread: move code to destructorMax Kellermann2013-01-041-0/+21
|
* MusicChunk: move functions to methodsMax Kellermann2013-01-041-1/+1
|
* buffer, pipe: convert to C++Max Kellermann2013-01-041-6/+3
|
* decoder_*: convert to C++Max Kellermann2013-01-041-0/+100