aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_api.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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