aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/OpusDecoderPlugin.cxx
Commit message (Collapse)AuthorAge
* decoder/Opus: replace non-static data member initializersMax Kellermann2013-02-04
| | | | Would require gcc 4.7, and MPD attempts to be compatible with gcc 4.6.
* input_stream: forward-declare the structMax Kellermann2013-01-26
| | | | Hide the definition from C code, to prepare the transition to C++.
* decoder/OggUtil,Opus: move code to new class OggSyncStateMax Kellermann2013-01-08
|
* decoder/Opus: read total timeMax Kellermann2013-01-08
|
* decoder/Opus: move page reader into the decoder classMax Kellermann2013-01-08
|
* decoder/Opus: move code to HandlePackets()Max Kellermann2013-01-08
|
* decoder/Opus: make internal methods inlineMax Kellermann2013-01-08
|
* decoder/OggUtil: add OggExpectFirstPage() and OggExpectPageIn()Max Kellermann2013-01-08
|
* decoder/Opus: use OggExpectPage() in main loopMax Kellermann2013-01-08
|
* decoder/ogg_codec: convert to C++Max Kellermann2013-01-07
|
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-07
|
* src/decoder/opus: new decoder plugin for the Opus codecMax Kellermann2012-09-05
Using libopus and libogg.