aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderThread.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* uri: convert to C++Max Kellermann2013-04-081-1/+1
|
* decoder_list: convert to C++Max Kellermann2013-01-301-1/+1
|
* InputStream: use std::stringMax Kellermann2013-01-281-2/+3
|
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-2/+2
|
* input_stream: forward-declare the structMax Kellermann2013-01-261-1/+1
| | | | Hide the definition from C code, to prepare the transition to C++.
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-1/+1
|
* DecoderControl: move functions into the classMax Kellermann2013-01-211-28/+28
|
* Path: new class "Path" wraps filesystem path stringsMax Kellermann2013-01-181-1/+2
|
* DecoderThread: signal the client after decoder finishesMax Kellermann2013-01-101-0/+2
| | | | Fixes potential dead lock bug.
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-3/+3
|
* DecoderThread: move code to destructorMax Kellermann2013-01-041-13/+0
|
* DecoderInternal: move initializers to constructorMax Kellermann2013-01-041-9/+3
|
* decoder_*: convert to C++Max Kellermann2013-01-041-2/+2
|
* mapper: convert to C++Max Kellermann2013-01-021-1/+1
|
* {decoder,player}_thread: convert to C++Max Kellermann2013-01-021-0/+521