| Commit message (Expand) | Author | Age | Files | Lines |
* | decoder: no CamelCase | Max Kellermann | 2008-11-03 | 1 | -4/+4 |
* | decoder_api: send song tag in decoder_data() | Max Kellermann | 2008-11-03 | 1 | -8/+26 |
* | decoder_api: automatically send stream tag | Max Kellermann | 2008-11-03 | 1 | -0/+51 |
* | decoder_api: no CamelCase | Max Kellermann | 2008-11-03 | 1 | -34/+32 |
* | decoder_api: added decoder_tag() | Max Kellermann | 2008-11-02 | 1 | -0/+13 |
* | decoder_api: pass "seekable" flag to decoder_initialized() | Max Kellermann | 2008-11-02 | 1 | -16/+8 |
* | decoder: replaced music_pipe.audioFormat with dc.out_audio_format | Max Kellermann | 2008-11-02 | 1 | -10/+13 |
* | music_pipe: renamed ob_* functions to music_pipe_* | Max Kellermann | 2008-11-02 | 1 | -2/+2 |
* | renamed outputBuffer.[ch] to pipe.[ch] | Max Kellermann | 2008-11-02 | 1 | -1/+1 |
* | decoder: manage decoder list in a static array | Max Kellermann | 2008-11-01 | 1 | -11/+0 |
* | decoder: use bool for return values and flags | Max Kellermann | 2008-10-30 | 1 | -2/+2 |
* | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 2008-10-29 | 1 | -5/+0 |
* | decoder_api: make the audio_format parameter mandatory | Max Kellermann | 2008-10-29 | 1 | -5/+3 |
* | decoder_api: removed decoder_clear() | Max Kellermann | 2008-10-29 | 1 | -5/+4 |
* | decoder_api: don't cast need_chunks() to int | Max Kellermann | 2008-10-29 | 1 | -4/+4 |
* | input_stream: no CamelCase | Max Kellermann | 2008-10-26 | 1 | -3/+3 |
* | pcm_utils: added pcm_convert_init() | Max Kellermann | 2008-10-21 | 1 | -1/+1 |
* | pcm_utils: no CamelCase | Max Kellermann | 2008-10-21 | 1 | -5/+5 |
* | input_stream: removed nmemb argument | Max Kellermann | 2008-10-17 | 1 | -1/+1 |
* | input: declare struct input_stream | Max Kellermann | 2008-10-17 | 1 | -3/+5 |
* | song: removed CamelCase | Max Kellermann | 2008-10-08 | 1 | -1/+1 |
* | use the "bool" data type instead of "int" | Max Kellermann | 2008-10-08 | 1 | -1/+1 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -0/+2 |
* | song: converted typedef Song to struct song | Max Kellermann | 2008-10-08 | 1 | -0/+1 |
* | switch to C99 types, part II | Max Kellermann | 2008-09-29 | 1 | -1/+1 |
* | audio: moved cmpAudioFormat() to audio_format.h | Max Kellermann | 2008-09-09 | 1 | -1/+1 |
* | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 2008-09-07 | 1 | -1/+1 |
* | renamed player.c to player_control.c | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | renamed decode.h to decoder_control.h | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | moved global variable "pc" to player.h | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | moved global variable "ob" to outputBuffer.h | Max Kellermann | 2008-08-26 | 1 | -0/+1 |
* | moved variable "dc" to decode.h | Max Kellermann | 2008-08-26 | 1 | -0/+1 |
* | added flag "decoder.seeking" | Max Kellermann | 2008-08-26 | 1 | -1/+8 |
* | added decoder_read() | Max Kellermann | 2008-08-26 | 1 | -0/+24 |
* | added decoder_plugin_register() | Max Kellermann | 2008-08-26 | 1 | -0/+11 |
* | eliminate OUTPUT_BUFFER_DC_STOP, OUTPUT_BUFFER_DC_SEEK | Max Kellermann | 2008-08-26 | 1 | -11/+11 |
* | added decoder_get_url() | Max Kellermann | 2008-08-26 | 1 | -0/+5 |
* | added decoder_seek_where() and decoder_seek_error() | Max Kellermann | 2008-08-26 | 1 | -2/+16 |
* | added decoder_command_finished() to decoder_api.h | Max Kellermann | 2008-08-26 | 1 | -3/+12 |
* | added decoder_get_command() | Max Kellermann | 2008-08-26 | 1 | -0/+5 |
* | moved convState to struct decoder | Max Kellermann | 2008-08-26 | 1 | -4/+6 |
* | moved struct AudioFormat to audio_format.h | Max Kellermann | 2008-08-26 | 1 | -0/+1 |
* | added parameter total_time to decoder_initialized() | Max Kellermann | 2008-08-26 | 1 | -1/+4 |
* | added audio_format parameter to decoder_initialized() | Max Kellermann | 2008-08-26 | 1 | -1/+8 |
* | added decoder_clear() and decoder_flush() | Max Kellermann | 2008-08-26 | 1 | -0/+10 |
* | added decoder_data() | Max Kellermann | 2008-08-26 | 1 | -0/+80 |
* | added decoder_initialized() | Max Kellermann | 2008-08-26 | 1 | -0/+31 |