Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DecoderAPI: add function decoder_read_full() | Max Kellermann | 2013-12-14 | 1 | -0/+11 |
| | | | | Move code from the "mad" plugin. | ||||
* | DecoderAPI: add function decoder_skip() | Max Kellermann | 2013-12-14 | 1 | -0/+8 |
| | | | | Move code from the "mad" plugin. | ||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -0/+4 |
| | |||||
* | DecoderControl: move code/attributes to new class MixRampInfo | Max Kellermann | 2013-10-26 | 1 | -2/+2 |
| | |||||
* | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 2013-10-25 | 1 | -1/+1 |
| | |||||
* | DecoderAPI: add "pure" attributes | Max Kellermann | 2013-10-24 | 1 | -0/+2 |
| | |||||
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 1 | -4/+18 |
| | |||||
* | decoder: rename the struct to "Decoder" | Max Kellermann | 2013-10-21 | 1 | -11/+18 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -3/+3 |
| | |||||
* | replay_gain_*.h: rename to *.hxx | Max Kellermann | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 2013-09-27 | 1 | -7/+7 |
| | |||||
* | 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 | -1/+0 |
| | |||||
* | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -2/+2 |
| | |||||
* | DecoderAPI: pass rvalue reference to decoder_tag() | Max Kellermann | 2013-07-31 | 1 | -2/+1 |
| | | | | Avoid duplicating the tag. | ||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -2/+2 |
| | |||||
* | decoder_api: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -0/+169 |