aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/MmsInputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* InputStream: add constructor/destructorMax Kellermann2013-01-281-4/+2
| | | | Eliminate input_stream_init() and input_stream_deinit().
* 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++.
* input_{internal,plugin}: convert to C++Max Kellermann2013-01-251-2/+2
|
* input/file,mms: convert to C++Max Kellermann2013-01-211-0/+148