aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_api.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* tag: moved code to tag_id3.cMax Kellermann2008-08-291-0/+1
* tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann2008-08-291-1/+1
* moved enum decoder_command to decoder_api.hMax Kellermann2008-08-261-1/+8
* moved variable "dc" to decode.hMax Kellermann2008-08-261-0/+1
* added decoder_read()Max Kellermann2008-08-261-0/+9
* added decoder_plugin_register()Max Kellermann2008-08-261-0/+4
* no camel case in struct decoder_pluginMax Kellermann2008-08-261-8/+8
* renamed the InputPlugin function typesMax Kellermann2008-08-261-14/+13
* renamed InputPlugin to struct decoder_pluginMax Kellermann2008-08-261-2/+2
* eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann2008-08-261-5/+4
* added decoder_get_url()Max Kellermann2008-08-261-0/+2
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-261-0/+4
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-261-0/+7
* added decoder_get_command()Max Kellermann2008-08-261-0/+2
* moved InputPlugin to decoder_api.hMax Kellermann2008-08-261-1/+60
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-261-1/+2
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-261-1/+2
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-261-0/+4
* added decoder_data()Max Kellermann2008-08-261-0/+15
* added decoder_initialized()Max Kellermann2008-08-261-0/+6
* added struct decoderMax Kellermann2008-08-261-0/+37