aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/MadDecoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann2013-10-261-15/+8
|
* ReplayGainInfo: refactor to a classMax Kellermann2013-10-251-2/+2
|
* ReplayGainInfo: use CamelCase for struct nameMax Kellermann2013-10-251-10/+10
|
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-17/+17
|
* decoder: rename the struct to "Decoder"Max Kellermann2013-10-211-15/+15
|
* decoder_plugin: rename struct to DecoderPluginMax Kellermann2013-10-211-1/+1
|
* Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann2013-10-201-6/+7
| | | | Replaces GLib's g_ascii_strcasecmp().
* InputStream: use int64_t instead of goffsetMax Kellermann2013-10-171-6/+6
| | | | Decouple some more from GLib.
* Log: new logging library APIMax Kellermann2013-10-021-22/+26
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* DecoderCommand: convert to strictly-typed enumMax Kellermann2013-09-271-20/+20
|
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+1
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-8/+7
|
* Tag*: move libtag.a sources to src/tag/Max Kellermann2013-09-041-2/+2
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-6/+6
| | | | Replaces GLib's GError.
* DecoderPlugin: pass config_param referenceMax Kellermann2013-08-041-1/+1
|
* audio_format: convert to C++Max Kellermann2013-08-031-4/+4
|
* DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann2013-07-311-2/+3
| | | | Avoid duplicating the tag.
* tag: convert to C++Max Kellermann2013-07-301-17/+15
|
* audio_check: convert to C++Max Kellermann2013-07-291-1/+1
|
* tag_handler: convert to C++Max Kellermann2013-07-291-1/+1
|
* tag_id3: convert to C++Max Kellermann2013-07-281-5/+1
|
* decoder_api: convert to C++Max Kellermann2013-07-281-1/+1
|
* tag_rva2: convert to C++Max Kellermann2013-07-261-1/+1
|
* decoder/mad: convert to C++Max Kellermann2013-07-261-0/+1186