summaryrefslogtreecommitdiff
path: root/src/decoder_api.h
AgeCommit message (Expand)Author
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
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann
2008-08-26eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann
2008-08-26added decoder_get_url()Max Kellermann
2008-08-26added decoder_seek_where() and decoder_seek_error()Max Kellermann
2008-08-26added decoder_command_finished() to decoder_api.hMax Kellermann
2008-08-26added decoder_get_command()Max Kellermann
2008-08-26moved InputPlugin to decoder_api.hMax Kellermann
2008-08-26added parameter total_time to decoder_initialized()Max Kellermann
2008-08-26added audio_format parameter to decoder_initialized()Max Kellermann
2008-08-26added decoder_clear() and decoder_flush()Max Kellermann
2008-08-26added decoder_data()Max Kellermann
2008-08-26added decoder_initialized()Max Kellermann
2008-08-26added struct decoderMax Kellermann