aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.h
Commit message (Expand)AuthorAge
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-07
* DecoderAPI: _replay_gain() returns voidMax Kellermann2013-01-05
* decoder_api: correct decoder_seek_error() documentationMax Kellermann2012-02-11
* copyright year 2011Max Kellermann2011-01-29
* mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps2010-05-08
* Add support for MixRamp tagsTim Phipps2010-03-21
* decoder_api: removed function decoder_get_uri()Max Kellermann2010-01-18
* replay_gain: moved code to replay_gain_info.cMax Kellermann2010-01-04
* decoder_api: added function decoder_replay_gain()Max Kellermann2010-01-04
* Update copyright notices.Avuton Olrich2009-12-31
* decoder_api: added function decoder_timestamp()Max Kellermann2009-12-26
* include config.h in all sourcesMax Kellermann2009-11-12
* decoder_api: document all function parametersMax Kellermann2009-10-08
* all: Update copyright header.Avuton Olrich2009-03-13
* decoder_plugin: pass struct config_param to init() methodMax Kellermann2009-02-15
* decoder_api: moved enum decoder_command to decoder_command.hMax Kellermann2009-02-15
* decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann2009-02-15
* removed playerData.cMax Kellermann2009-01-18
* moved fallback APE/ID3 tag loader to song.cMax Kellermann2009-01-17
* decoder_api: pass const pointer to decoder_data()Max Kellermann2009-01-17
* song: allocate the result of song_get_url()Max Kellermann2009-01-04
* decoder: return void from decode() methodsMax Kellermann2008-11-11
* replay_gain: no CamelCaseMax Kellermann2008-11-11
* replay_gain: renamed sources to replay_gain.c, replay_gain.hMax Kellermann2008-11-11
* decoder: removed plugin method try_decode()Max Kellermann2008-11-10
* decoder: updated API documentationMax Kellermann2008-11-09
* decoder: removed stream_typesMax Kellermann2008-11-04
* decoder_api: added decoder_tag()Max Kellermann2008-11-02
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-02
* decoder: manage decoder list in a static arrayMax Kellermann2008-11-01
* decoder_api: pass constant path pointersMax Kellermann2008-10-31
* added prefix to header macrosMax Kellermann2008-10-31
* decoder: use bool for return values and flagsMax Kellermann2008-10-30
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-29
* decoder_api: removed decoder_clear()Max Kellermann2008-10-29
* input_stream: renamed sources, no CamelCaseMax Kellermann2008-10-26
* input: declare struct input_streamMax Kellermann2008-10-17
* use the "bool" data type instead of "int"Max Kellermann2008-10-08
* decoder: renamed plugin methodsMax Kellermann2008-09-29
* switch to C99 types, part IIMax Kellermann2008-09-29
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-07
* tag: moved code to tag_id3.cMax Kellermann2008-08-29
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-29
* moved enum decoder_command to decoder_api.hMax Kellermann2008-08-26
* moved variable "dc" to decode.hMax Kellermann2008-08-26
* added decoder_read()Max Kellermann2008-08-26
* added decoder_plugin_register()Max Kellermann2008-08-26
* no camel case in struct decoder_pluginMax Kellermann2008-08-26
* renamed the InputPlugin function typesMax Kellermann2008-08-26
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-26