aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_api.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* pcm_utils: no CamelCaseMax Kellermann2008-10-211-5/+5
* input_stream: removed nmemb argumentMax Kellermann2008-10-171-1/+1
* input: declare struct input_streamMax Kellermann2008-10-171-3/+5
* song: removed CamelCaseMax Kellermann2008-10-081-1/+1
* use the "bool" data type instead of "int"Max Kellermann2008-10-081-1/+1
* don't include os_compat.hMax Kellermann2008-10-081-0/+2
* song: converted typedef Song to struct songMax Kellermann2008-10-081-0/+1
* switch to C99 types, part IIMax Kellermann2008-09-291-1/+1
* audio: moved cmpAudioFormat() to audio_format.hMax Kellermann2008-09-091-1/+1
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-1/+1
* renamed player.c to player_control.cMax Kellermann2008-08-261-1/+1
* renamed decode.h to decoder_control.hMax Kellermann2008-08-261-1/+1
* moved global variable "pc" to player.hMax Kellermann2008-08-261-1/+1
* moved global variable "ob" to outputBuffer.hMax Kellermann2008-08-261-0/+1
* moved variable "dc" to decode.hMax Kellermann2008-08-261-0/+1
* added flag "decoder.seeking"Max Kellermann2008-08-261-1/+8
* added decoder_read()Max Kellermann2008-08-261-0/+24
* added decoder_plugin_register()Max Kellermann2008-08-261-0/+11
* eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEKMax Kellermann2008-08-261-11/+11
* added decoder_get_url()Max Kellermann2008-08-261-0/+5
* added decoder_seek_where() and decoder_seek_error()Max Kellermann2008-08-261-2/+16
* added decoder_command_finished() to decoder_api.hMax Kellermann2008-08-261-3/+12
* added decoder_get_command()Max Kellermann2008-08-261-0/+5
* moved convState to struct decoderMax Kellermann2008-08-261-4/+6
* moved struct AudioFormat to audio_format.hMax Kellermann2008-08-261-0/+1
* added parameter total_time to decoder_initialized()Max Kellermann2008-08-261-1/+4
* added audio_format parameter to decoder_initialized()Max Kellermann2008-08-261-1/+8
* added decoder_clear() and decoder_flush()Max Kellermann2008-08-261-0/+10
* added decoder_data()Max Kellermann2008-08-261-0/+80
* added decoder_initialized()Max Kellermann2008-08-261-0/+31