| Commit message (Expand) | Author | Files | Lines |
2008-11-02 | decoder: rewind input stream after try_decode() | Max Kellermann | 1 | -1/+8 |
2008-11-02 | decoder: moved code to decoder_try_decode() | Max Kellermann | 1 | -6/+13 |
2008-11-02 | decoder_api: pass "seekable" flag to decoder_initialized() | Max Kellermann | 1 | -3/+0 |
2008-11-02 | music_pipe: renamed ob_* functions to music_pipe_* | Max Kellermann | 1 | -1/+1 |
2008-11-02 | renamed outputBuffer.[ch] to pipe.[ch] | Max Kellermann | 1 | -1/+1 |
2008-11-01 | decoder: return const decoder_plugin structs | Max Kellermann | 1 | -1/+1 |
2008-10-31 | update: check return values | Max Kellermann | 1 | -8/+12 |
2008-10-31 | decoder: eliminate gotos in decodeStart() | Max Kellermann | 1 | -7/+12 |
2008-10-31 | decoder: don't wake up player when command==NONE | Max Kellermann | 1 | -1/+0 |
2008-10-31 | decoder: notify player after stop | Max Kellermann | 1 | -0/+1 |
2008-10-31 | decoder: reset state and command in decoder_task() | Max Kellermann | 1 | -4/+4 |
2008-10-31 | decoder: introduce switch statement in decoder_task() | Max Kellermann | 1 | -4/+10 |
2008-10-30 | decoder: use bool for return values and flags | Max Kellermann | 1 | -9/+8 |
2008-10-29 | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 1 | -0/+3 |
2008-10-26 | input_stream: use "bool" instead of "int" | Max Kellermann | 1 | -1/+1 |
2008-10-26 | input_stream: no CamelCase | Max Kellermann | 1 | -5/+5 |
2008-10-20 | path: removed pathcpy_trunc() | Max Kellermann | 1 | -5/+2 |
2008-10-17 | input: declare struct input_stream | Max Kellermann | 1 | -1/+1 |
2008-10-17 | decoder: notify player after entering decodeStart() | Max Kellermann | 1 | -0/+1 |
2008-10-14 | mapper: new song-to-filesystem mapper library | Max Kellermann | 1 | -10/+11 |
2008-10-08 | song: don't allow calling song_get_url(NULL) | Max Kellermann | 1 | -4/+1 |
2008-10-08 | song: removed CamelCase | Max Kellermann | 1 | -1/+1 |
2008-10-08 | use the "bool" data type instead of "int" | Max Kellermann | 1 | -3/+3 |
2008-10-08 | song: converted typedef Song to struct song | Max Kellermann | 1 | -0/+1 |
2008-09-29 | decoder: renamed plugin methods | Max Kellermann | 1 | -19/+19 |
2008-09-26 | notify: protect notify->pending with the mutex | Max Kellermann | 1 | -2/+0 |
2008-08-26 | renamed player.c to player_control.c | Max Kellermann | 1 | -1/+1 |
2008-08-26 | renamed decoderInit() to decoder_thread_start() | Max Kellermann | 1 | -1/+1 |
2008-08-26 | renamed decode.h to decoder_control.h | Max Kellermann | 1 | -1/+1 |
2008-08-26 | renamed decode.c to decoder_thread.c | Max Kellermann | 1 | -0/+2 |
2008-08-26 | moved global variable "pc" to player.h | Max Kellermann | 1 | -1/+1 |
2008-08-26 | added flag "decoder.seeking" | Max Kellermann | 1 | -0/+2 |
2008-08-26 | added InputStream.ready | Max Kellermann | 1 | -0/+12 |
2008-08-26 | moved code to player_thread.c | Max Kellermann | 1 | -394/+0 |
2008-08-26 | moved code to crossfade.c | Max Kellermann | 1 | -49/+10 |
2008-08-26 | added inline function audio_format_time_to_size() | Max Kellermann | 1 | -1/+1 |
2008-08-26 | pass max_chunks to calculateCrossFadeChunks() | Max Kellermann | 1 | -7/+8 |
2008-08-26 | renamed functions in decoder_list.h | Max Kellermann | 1 | -4/+4 |
2008-08-26 | no camel case in struct decoder_plugin | Max Kellermann | 1 | -20/+22 |
2008-08-26 | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 1 | -1/+1 |
2008-08-26 | added PlayerControl.command | Max Kellermann | 1 | -21/+26 |
2008-08-26 | added decoder_command_finished() to decoder_api.h | Max Kellermann | 1 | -8/+0 |
2008-08-26 | moved struct AudioFormat to audio_format.h | Max Kellermann | 1 | -0/+1 |
2008-08-26 | do not sleep after openAudioDevice() | Max Kellermann | 1 | -3/+0 |
2008-08-26 | added struct decoder | Max Kellermann | 1 | -5/+13 |
2008-08-26 | invoke the notify API directly | Max Kellermann | 1 | -38/+17 |
2008-08-26 | removed "else" | Max Kellermann | 1 | -2/+3 |
2008-08-26 | added dc_command_finished() | Max Kellermann | 1 | -2/+9 |
2008-08-26 | don't busy wait for the decoder thread | Max Kellermann | 1 | -3/+7 |
2008-08-26 | merged start, stop, seek into DecoderControl.command | Max Kellermann | 1 | -22/+32 |