| Commit message (Expand) | Author | Age | Files | Lines |
* | mixramp: Adjust MixRamp threshold to account for ReplayGain. | Tim Phipps | 2010-05-08 | 1 | -2/+4 |
* | Add support for MixRamp tags | Tim Phipps | 2010-03-21 | 1 | -0/+11 |
* | decoder_api: removed function decoder_get_uri() | Max Kellermann | 2010-01-18 | 1 | -9/+0 |
* | replay_gain: moved code to replay_gain_info.c | Max Kellermann | 2010-01-04 | 1 | -1/+1 |
* | decoder_api: added function decoder_replay_gain() | Max Kellermann | 2010-01-04 | 1 | -2/+12 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | decoder_api: added function decoder_timestamp() | Max Kellermann | 2009-12-26 | 1 | -1/+10 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | decoder_api: document all function parameters | Max Kellermann | 2009-10-08 | 1 | -27/+73 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -7/+7 |
* | decoder_plugin: pass struct config_param to init() method | Max Kellermann | 2009-02-15 | 1 | -0/+1 |
* | decoder_api: moved enum decoder_command to decoder_command.h | Max Kellermann | 2009-02-15 | 1 | -7/+1 |
* | decoder_api: moved struct decoder_plugin to decoder_plugin.h | Max Kellermann | 2009-02-15 | 1 | -57/+1 |
* | removed playerData.c | Max Kellermann | 2009-01-18 | 1 | -1/+0 |
* | moved fallback APE/ID3 tag loader to song.c | Max Kellermann | 2009-01-17 | 1 | -1/+0 |
* | decoder_api: pass const pointer to decoder_data() | Max Kellermann | 2009-01-17 | 1 | -1/+2 |
* | song: allocate the result of song_get_url() | Max Kellermann | 2009-01-04 | 1 | -1/+7 |
* | decoder: return void from decode() methods | Max Kellermann | 2008-11-11 | 1 | -2/+2 |
* | replay_gain: no CamelCase | Max Kellermann | 2008-11-11 | 1 | -1/+1 |
* | replay_gain: renamed sources to replay_gain.c, replay_gain.h | Max Kellermann | 2008-11-11 | 1 | -1/+1 |
* | decoder: removed plugin method try_decode() | Max Kellermann | 2008-11-10 | 1 | -6/+0 |
* | decoder: updated API documentation | Max Kellermann | 2008-11-09 | 1 | -2/+6 |
* | decoder: removed stream_types | Max Kellermann | 2008-11-04 | 1 | -8/+0 |
* | decoder_api: added decoder_tag() | Max Kellermann | 2008-11-02 | 1 | -0/+11 |
* | decoder_api: pass "seekable" flag to decoder_initialized() | Max Kellermann | 2008-11-02 | 1 | -2/+2 |
* | decoder: manage decoder list in a static array | Max Kellermann | 2008-11-01 | 1 | -4/+0 |
* | decoder_api: pass constant path pointers | Max Kellermann | 2008-10-31 | 1 | -2/+2 |
* | added prefix to header macros | Max Kellermann | 2008-10-31 | 1 | -2/+2 |
* | decoder: use bool for return values and flags | Max Kellermann | 2008-10-30 | 1 | -4/+4 |
* | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 2008-10-29 | 1 | -2/+0 |
* | decoder_api: removed decoder_clear() | Max Kellermann | 2008-10-29 | 1 | -2/+0 |
* | input_stream: renamed sources, no CamelCase | Max Kellermann | 2008-10-26 | 1 | -1/+1 |
* | input: declare struct input_stream | Max Kellermann | 2008-10-17 | 1 | -6/+7 |
* | use the "bool" data type instead of "int" | Max Kellermann | 2008-10-08 | 1 | -3/+4 |
* | decoder: renamed plugin methods | Max Kellermann | 2008-09-29 | 1 | -35/+40 |
* | switch to C99 types, part II | Max Kellermann | 2008-09-29 | 1 | -1/+1 |
* | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 2008-09-07 | 1 | -1/+2 |
* | tag: moved code to tag_id3.c | Max Kellermann | 2008-08-29 | 1 | -0/+1 |
* | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 2008-08-29 | 1 | -1/+1 |
* | moved enum decoder_command to decoder_api.h | Max Kellermann | 2008-08-26 | 1 | -1/+8 |
* | moved variable "dc" to decode.h | Max Kellermann | 2008-08-26 | 1 | -0/+1 |
* | added decoder_read() | Max Kellermann | 2008-08-26 | 1 | -0/+9 |
* | added decoder_plugin_register() | Max Kellermann | 2008-08-26 | 1 | -0/+4 |
* | no camel case in struct decoder_plugin | Max Kellermann | 2008-08-26 | 1 | -8/+8 |
* | renamed the InputPlugin function types | Max Kellermann | 2008-08-26 | 1 | -14/+13 |
* | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 2008-08-26 | 1 | -2/+2 |
* | eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEK | Max Kellermann | 2008-08-26 | 1 | -5/+4 |
* | added decoder_get_url() | Max Kellermann | 2008-08-26 | 1 | -0/+2 |
* | added decoder_seek_where() and decoder_seek_error() | Max Kellermann | 2008-08-26 | 1 | -0/+4 |
* | added decoder_command_finished() to decoder_api.h | Max Kellermann | 2008-08-26 | 1 | -0/+7 |