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