| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |