| Commit message (Expand) | Author | Age | Files | Lines |
* | decoder: use bool for return values and flags | Max Kellermann | 2008-10-30 | 1 | -4/+4 |
* | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 2008-10-29 | 1 | -2/+0 |
* | decoder_api: removed decoder_clear() | Max Kellermann | 2008-10-29 | 1 | -2/+0 |
* | input_stream: renamed sources, no CamelCase | Max Kellermann | 2008-10-26 | 1 | -1/+1 |
* | input: declare struct input_stream | Max Kellermann | 2008-10-17 | 1 | -6/+7 |
* | use the "bool" data type instead of "int" | Max Kellermann | 2008-10-08 | 1 | -3/+4 |
* | decoder: renamed plugin methods | Max Kellermann | 2008-09-29 | 1 | -35/+40 |
* | switch to C99 types, part II | Max Kellermann | 2008-09-29 | 1 | -1/+1 |
* | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 2008-09-07 | 1 | -1/+2 |
* | tag: moved code to tag_id3.c | Max Kellermann | 2008-08-29 | 1 | -0/+1 |
* | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 2008-08-29 | 1 | -1/+1 |
* | moved enum decoder_command to decoder_api.h | Max Kellermann | 2008-08-26 | 1 | -1/+8 |
* | moved variable "dc" to decode.h | Max Kellermann | 2008-08-26 | 1 | -0/+1 |
* | added decoder_read() | Max Kellermann | 2008-08-26 | 1 | -0/+9 |
* | added decoder_plugin_register() | Max Kellermann | 2008-08-26 | 1 | -0/+4 |
* | no camel case in struct decoder_plugin | Max Kellermann | 2008-08-26 | 1 | -8/+8 |
* | renamed the InputPlugin function types | Max Kellermann | 2008-08-26 | 1 | -14/+13 |
* | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 2008-08-26 | 1 | -2/+2 |
* | eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEK | Max Kellermann | 2008-08-26 | 1 | -5/+4 |
* | added decoder_get_url() | Max Kellermann | 2008-08-26 | 1 | -0/+2 |
* | added decoder_seek_where() and decoder_seek_error() | Max Kellermann | 2008-08-26 | 1 | -0/+4 |
* | added decoder_command_finished() to decoder_api.h | Max Kellermann | 2008-08-26 | 1 | -0/+7 |
* | added decoder_get_command() | Max Kellermann | 2008-08-26 | 1 | -0/+2 |
* | moved InputPlugin to decoder_api.h | Max Kellermann | 2008-08-26 | 1 | -1/+60 |
* | added parameter total_time to decoder_initialized() | Max Kellermann | 2008-08-26 | 1 | -1/+2 |
* | added audio_format parameter to decoder_initialized() | Max Kellermann | 2008-08-26 | 1 | -1/+2 |
* | added decoder_clear() and decoder_flush() | Max Kellermann | 2008-08-26 | 1 | -0/+4 |
* | added decoder_data() | Max Kellermann | 2008-08-26 | 1 | -0/+15 |
* | added decoder_initialized() | Max Kellermann | 2008-08-26 | 1 | -0/+6 |
* | added struct decoder | Max Kellermann | 2008-08-26 | 1 | -0/+37 |