aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/VorbisDecoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-349/+0
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* include cleanup using iwyuMax Kellermann2013-11-281-3/+0
|
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* *: use nullptr instead of NULLMax Kellermann2013-10-281-7/+7
|
* ReplayGainInfo: use CamelCase for struct nameMax Kellermann2013-10-251-2/+2
|
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-9/+9
|
* InputStream: add method Rewind()Max Kellermann2013-10-231-2/+1
|
* decoder: rename the struct to "Decoder"Max Kellermann2013-10-211-8/+9
|
* decoder_plugin: rename struct to DecoderPluginMax Kellermann2013-10-211-1/+1
|
* system/ByteOrder: new library for byte ordering / endianessMax Kellermann2013-10-161-9/+2
| | | | Replacing GLib macros.
* Util/Macros: replacement for GLib's G_N_ELEMENTS()Max Kellermann2013-10-151-1/+2
|
* Log: new logging library APIMax Kellermann2013-10-021-9/+11
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* DecoderCommand: convert to strictly-typed enumMax Kellermann2013-09-271-6/+5
|
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-3/+3
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-7/+7
| | | | Replaces GLib's GError.
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+1
|
* audio_format: convert to C++Max Kellermann2013-08-031-5/+5
|
* 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