aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/MadDecoderPlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-1155/+0
* copyright year 2014Max Kellermann2014-01-131-1/+1
* decoder/mad: use new[] instead of g_malloc()Max Kellermann2013-12-141-9/+9
* DecoderAPI: add function decoder_read_full()Max Kellermann2013-12-141-12/+2
* DecoderAPI: add function decoder_skip()Max Kellermann2013-12-141-14/+1
* Util/StringUtil: add StringStartsWith()Max Kellermann2013-11-281-1/+2
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
* 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
* InputStream: use int64_t instead of goffsetMax Kellermann2013-10-171-6/+6
* Log: new logging library APIMax Kellermann2013-10-021-22/+26
* 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
* 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
* 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
* 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