aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_api.h (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-13all: Update copyright header.Avuton Olrich1-7/+7
2009-02-15decoder_plugin: pass struct config_param to init() methodMax Kellermann1-0/+1
2009-02-15decoder_api: moved enum decoder_command to decoder_command.hMax Kellermann1-7/+1
2009-02-15decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann1-57/+1
2009-01-18removed playerData.cMax Kellermann1-1/+0
2009-01-17moved fallback APE/ID3 tag loader to song.cMax Kellermann1-1/+0
2009-01-17decoder_api: pass const pointer to decoder_data()Max Kellermann1-1/+2
2009-01-04song: allocate the result of song_get_url()Max Kellermann1-1/+7
2008-11-11decoder: return void from decode() methodsMax Kellermann1-2/+2
2008-11-11replay_gain: no CamelCaseMax Kellermann1-1/+1
2008-11-11replay_gain: renamed sources to replay_gain.c, replay_gain.hMax Kellermann1-1/+1
2008-11-10decoder: removed plugin method try_decode()Max Kellermann1-6/+0
2008-11-09decoder: updated API documentationMax Kellermann1-2/+6
2008-11-04decoder: removed stream_typesMax Kellermann1-8/+0
2008-11-02decoder_api: added decoder_tag()Max Kellermann1-0/+11
2008-11-02decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann1-2/+2
2008-11-01decoder: manage decoder list in a static arrayMax Kellermann1-4/+0
2008-10-31decoder_api: pass constant path pointersMax Kellermann1-2/+2
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-30decoder: use bool for return values and flagsMax Kellermann1-4/+4
2008-10-29decoder: automatically flush the output buffer after decoder exitsMax Kellermann1-2/+0
2008-10-29decoder_api: removed decoder_clear()Max Kellermann1-2/+0
2008-10-26input_stream: renamed sources, no CamelCaseMax Kellermann1-1/+1
2008-10-17input: declare struct input_streamMax Kellermann1-6/+7
2008-10-08use the "bool" data type instead of "int"Max Kellermann1-3/+4
2008-09-29decoder: renamed plugin methodsMax Kellermann1-35/+40
2008-09-29switch to C99 types, part IIMax Kellermann1-1/+1
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-1/+2
2008-08-29tag: moved code to tag_id3.cMax Kellermann1-0/+1
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-1/+1
2008-08-26moved enum decoder_command to decoder_api.hMax Kellermann1-1/+8
2008-08-26moved variable "dc" to decode.hMax Kellermann1-0/+1
2008-08-26added decoder_read()Max Kellermann1-0/+9
2008-08-26added decoder_plugin_register()Max Kellermann1-0/+4
2008-08-26no camel case in struct decoder_pluginMax Kellermann1-8/+8
2008-08-26renamed the InputPlugin function typesMax Kellermann1-14/+13
2008-08-26renamed InputPlugin to struct decoder_pluginMax Kellermann1-2/+2
2008-08-26eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann1-5/+4
2008-08-26added decoder_get_url()Max Kellermann1-0/+2
2008-08-26added decoder_seek_where() and decoder_seek_error()Max Kellermann1-0/+4
2008-08-26added decoder_command_finished() to decoder_api.hMax Kellermann1-0/+7
2008-08-26added decoder_get_command()Max Kellermann1-0/+2
2008-08-26moved InputPlugin to decoder_api.hMax Kellermann1-1/+60
2008-08-26added parameter total_time to decoder_initialized()Max Kellermann1-1/+2
2008-08-26added audio_format parameter to decoder_initialized()Max Kellermann1-1/+2
2008-08-26added decoder_clear() and decoder_flush()Max Kellermann1-0/+4
2008-08-26added decoder_data()Max Kellermann1-0/+15
2008-08-26added decoder_initialized()Max Kellermann1-0/+6
2008-08-26added struct decoderMax Kellermann1-10/+14
2008-08-26clean up CPP includesMax Kellermann1-2/+0