| Commit message (Expand) | Author | Files | Lines |
2013-10-02 | replay_gain_*.h: rename to *.hxx | Max Kellermann | 1 | -1/+1 |
2013-09-27 | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 1 | -7/+7 |
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+1 |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 1 | -1/+0 |
2013-09-03 | input_stream.h: rename to InputLegacy.hxx | Max Kellermann | 1 | -1/+1 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-07-31 | DecoderAPI: pass rvalue reference to decoder_tag() | Max Kellermann | 1 | -2/+1 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -15/+5 |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -0/+8 |
2013-01-05 | DecoderAPI: _replay_gain() returns void | Max Kellermann | 1 | -4/+2 |
2012-02-11 | decoder_api: correct decoder_seek_error() documentation | Max Kellermann | 1 | -1/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-05-08 | mixramp: Adjust MixRamp threshold to account for ReplayGain. | Tim Phipps | 1 | -2/+4 |
2010-03-21 | Add support for MixRamp tags | Tim Phipps | 1 | -0/+11 |
2010-01-18 | decoder_api: removed function decoder_get_uri() | Max Kellermann | 1 | -9/+0 |
2010-01-04 | replay_gain: moved code to replay_gain_info.c | Max Kellermann | 1 | -1/+1 |
2010-01-04 | decoder_api: added function decoder_replay_gain() | Max Kellermann | 1 | -2/+12 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-26 | decoder_api: added function decoder_timestamp() | Max Kellermann | 1 | -1/+10 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-10-08 | decoder_api: document all function parameters | Max Kellermann | 1 | -27/+73 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -7/+7 |
2009-02-15 | decoder_plugin: pass struct config_param to init() method | Max Kellermann | 1 | -0/+1 |
2009-02-15 | decoder_api: moved enum decoder_command to decoder_command.h | Max Kellermann | 1 | -7/+1 |
2009-02-15 | decoder_api: moved struct decoder_plugin to decoder_plugin.h | Max Kellermann | 1 | -57/+1 |
2009-01-18 | removed playerData.c | Max Kellermann | 1 | -1/+0 |
2009-01-17 | moved fallback APE/ID3 tag loader to song.c | Max Kellermann | 1 | -1/+0 |
2009-01-17 | decoder_api: pass const pointer to decoder_data() | Max Kellermann | 1 | -1/+2 |
2009-01-04 | song: allocate the result of song_get_url() | Max Kellermann | 1 | -1/+7 |
2008-11-11 | decoder: return void from decode() methods | Max Kellermann | 1 | -2/+2 |
2008-11-11 | replay_gain: no CamelCase | Max Kellermann | 1 | -1/+1 |
2008-11-11 | replay_gain: renamed sources to replay_gain.c, replay_gain.h | Max Kellermann | 1 | -1/+1 |
2008-11-10 | decoder: removed plugin method try_decode() | Max Kellermann | 1 | -6/+0 |
2008-11-09 | decoder: updated API documentation | Max Kellermann | 1 | -2/+6 |
2008-11-04 | decoder: removed stream_types | Max Kellermann | 1 | -8/+0 |
2008-11-02 | decoder_api: added decoder_tag() | Max Kellermann | 1 | -0/+11 |
2008-11-02 | decoder_api: pass "seekable" flag to decoder_initialized() | Max Kellermann | 1 | -2/+2 |
2008-11-01 | decoder: manage decoder list in a static array | Max Kellermann | 1 | -4/+0 |
2008-10-31 | decoder_api: pass constant path pointers | Max Kellermann | 1 | -2/+2 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-30 | decoder: use bool for return values and flags | Max Kellermann | 1 | -4/+4 |
2008-10-29 | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 1 | -2/+0 |
2008-10-29 | decoder_api: removed decoder_clear() | Max Kellermann | 1 | -2/+0 |
2008-10-26 | input_stream: renamed sources, no CamelCase | Max Kellermann | 1 | -1/+1 |
2008-10-17 | input: declare struct input_stream | Max Kellermann | 1 | -6/+7 |
2008-10-08 | use the "bool" data type instead of "int" | Max Kellermann | 1 | -3/+4 |
2008-09-29 | decoder: renamed plugin methods | Max Kellermann | 1 | -35/+40 |
2008-09-29 | switch to C99 types, part II | Max Kellermann | 1 | -1/+1 |