aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/VorbisDecoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann2013-07-311-1/+1
| | | | Avoid duplicating the tag.
* tag: convert to C++Max Kellermann2013-07-301-2/+2
|
* audio_check: convert to C++Max Kellermann2013-07-291-5/+1
|
* tag_handler: convert to C++Max Kellermann2013-07-291-1/+1
|
* decoder_api: convert to C++Max Kellermann2013-07-281-1/+1
|
* uri: convert to C++Max Kellermann2013-04-081-1/+1
|
* input_stream: forward-declare the structMax Kellermann2013-01-261-0/+1
| | | | Hide the definition from C code, to prepare the transition to C++.
* input_stream: add method _cheap_seeking()Max Kellermann2013-01-071-3/+1
| | | | Move code from the Vorbis decoder plugin.
* decoder/ogg_codec: convert to C++Max Kellermann2013-01-071-1/+1
|
* decoder/vorbis: convert to C++Max Kellermann2013-01-071-0/+362