aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.c
Commit message (Expand)AuthorAge
...
* don't include os_compat.hMax Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08
* switch to C99 types, part IIMax Kellermann2008-09-29
* audio: moved cmpAudioFormat() to audio_format.hMax Kellermann2008-09-09
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-07
* renamed player.c to player_control.cMax Kellermann2008-08-26
* renamed decode.h to decoder_control.hMax Kellermann2008-08-26
* moved global variable "pc" to player.hMax Kellermann2008-08-26
* moved global variable "ob" to outputBuffer.hMax Kellermann2008-08-26
* moved variable "dc" to decode.hMax Kellermann2008-08-26
* added flag "decoder.seeking"Max Kellermann2008-08-26
* added decoder_read()Max Kellermann2008-08-26
* added decoder_plugin_register()Max Kellermann2008-08-26
* eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann2008-08-26
* added decoder_get_url()Max Kellermann2008-08-26
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-26
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-26
* added decoder_get_command()Max Kellermann2008-08-26
* moved convState to struct decoderMax Kellermann2008-08-26
* moved struct AudioFormat to audio_format.hMax Kellermann2008-08-26
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-26
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-26
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-26
* added decoder_data()Max Kellermann2008-08-26
* added decoder_initialized()Max Kellermann2008-08-26