Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -1155/+0 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | decoder/mad: use new[] instead of g_malloc() | Max Kellermann | 2013-12-14 | 1 | -9/+9 |
| | |||||
* | DecoderAPI: add function decoder_read_full() | Max Kellermann | 2013-12-14 | 1 | -12/+2 |
| | | | | Move code from the "mad" plugin. | ||||
* | DecoderAPI: add function decoder_skip() | Max Kellermann | 2013-12-14 | 1 | -14/+1 |
| | | | | Move code from the "mad" plugin. | ||||
* | Util/StringUtil: add StringStartsWith() | Max Kellermann | 2013-11-28 | 1 | -1/+2 |
| | | | | Replaces GLib's g_str_has_prefix(). | ||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -1/+0 |
| | |||||
* | DecoderControl: move code/attributes to new class MixRampInfo | Max Kellermann | 2013-10-26 | 1 | -15/+8 |
| | |||||
* | ReplayGainInfo: refactor to a class | Max Kellermann | 2013-10-25 | 1 | -2/+2 |
| | |||||
* | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 2013-10-25 | 1 | -10/+10 |
| | |||||
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 1 | -17/+17 |
| | |||||
* | decoder: rename the struct to "Decoder" | Max Kellermann | 2013-10-21 | 1 | -15/+15 |
| | |||||
* | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | Util/ASCII: add function StringEqualsCaseASCII() | Max Kellermann | 2013-10-20 | 1 | -6/+7 |
| | | | | Replaces GLib's g_ascii_strcasecmp(). | ||||
* | InputStream: use int64_t instead of goffset | Max Kellermann | 2013-10-17 | 1 | -6/+6 |
| | | | | Decouple some more from GLib. | ||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -22/+26 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 2013-09-27 | 1 | -20/+20 |
| | |||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies. | ||||
* | InputLegacy: move functions to the input_stream class | Max Kellermann | 2013-09-05 | 1 | -8/+7 |
| | |||||
* | Tag*: move libtag.a sources to src/tag/ | Max Kellermann | 2013-09-04 | 1 | -2/+2 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -6/+6 |
| | | | | Replaces GLib's GError. | ||||
* | DecoderPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -4/+4 |
| | |||||
* | DecoderAPI: pass rvalue reference to decoder_tag() | Max Kellermann | 2013-07-31 | 1 | -2/+3 |
| | | | | Avoid duplicating the tag. | ||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -17/+15 |
| | |||||
* | audio_check: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | tag_handler: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | tag_id3: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -5/+1 |
| | |||||
* | decoder_api: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | tag_rva2: convert to C++ | Max Kellermann | 2013-07-26 | 1 | -1/+1 |
| | |||||
* | decoder/mad: convert to C++ | Max Kellermann | 2013-07-26 | 1 | -0/+1186 |