aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_api.c
Commit message (Expand)AuthorAge
...
* decoder_api: don't cast need_chunks() to intMax Kellermann2008-10-29
* input_stream: no CamelCaseMax Kellermann2008-10-26
* pcm_utils: added pcm_convert_init()Max Kellermann2008-10-21
* pcm_utils: no CamelCaseMax Kellermann2008-10-21
* input_stream: removed nmemb argumentMax Kellermann2008-10-17
* input: declare struct input_streamMax Kellermann2008-10-17
* song: removed CamelCaseMax Kellermann2008-10-08
* use the "bool" data type instead of "int"Max Kellermann2008-10-08
* 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