aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/OpusDecoderPlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* DecoderPlugin: pass config_param referenceMax Kellermann2013-08-041-1/+1
* audio_format: convert to C++Max Kellermann2013-08-031-5/+4
* DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann2013-07-311-1/+1
* tag: convert to C++Max Kellermann2013-07-301-5/+6
* audio_check: convert to C++Max Kellermann2013-07-291-1/+1
* tag_handler: convert to C++Max Kellermann2013-07-291-1/+1
* decoder_api: convert to C++Max Kellermann2013-07-281-1/+1
* decoder/Opus: replace non-static data member initializersMax Kellermann2013-02-041-6/+9
* input_stream: forward-declare the structMax Kellermann2013-01-261-0/+1
* decoder/OggUtil,Opus: move code to new class OggSyncStateMax Kellermann2013-01-081-28/+19
* decoder/Opus: read total timeMax Kellermann2013-01-081-0/+22
* decoder/Opus: move page reader into the decoder classMax Kellermann2013-01-081-13/+34
* decoder/Opus: move code to HandlePackets()Max Kellermann2013-01-081-0/+7
* decoder/Opus: make internal methods inlineMax Kellermann2013-01-081-5/+5
* decoder/OggUtil: add OggExpectFirstPage() and OggExpectPageIn()Max Kellermann2013-01-081-8/+3
* decoder/Opus: use OggExpectPage() in main loopMax Kellermann2013-01-081-7/+5
* decoder/ogg_codec: convert to C++Max Kellermann2013-01-071-5/+1
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-1/+1
* src/decoder/opus: new decoder plugin for the Opus codecMax Kellermann2012-09-051-0/+366