| Commit message (Expand) | Author | Age | Files | Lines |
* | decoder: converted dc.error to a dc.state value | Max Kellermann | 2008-11-08 | 1 | -11/+9 |
* | decoder: removed "plugin" from the decoder struct | Max Kellermann | 2008-11-08 | 1 | -4/+0 |
* | decoder: removed stream_types | Max Kellermann | 2008-11-04 | 1 | -8/+0 |
* | decoder: update dc.error after input stream failure | Max Kellermann | 2008-11-03 | 1 | -0/+1 |
* | decoder: no CamelCase | Max Kellermann | 2008-11-03 | 1 | -19/+19 |
* | decoder_api: automatically send stream tag | Max Kellermann | 2008-11-03 | 1 | -0/+1 |
* | decoder: rewind input stream after try_decode() | Max Kellermann | 2008-11-02 | 1 | -1/+8 |
* | decoder: moved code to decoder_try_decode() | Max Kellermann | 2008-11-02 | 1 | -6/+13 |
* | decoder_api: pass "seekable" flag to decoder_initialized() | Max Kellermann | 2008-11-02 | 1 | -3/+0 |
* | music_pipe: renamed ob_* functions to music_pipe_* | Max Kellermann | 2008-11-02 | 1 | -1/+1 |
* | renamed outputBuffer.[ch] to pipe.[ch] | Max Kellermann | 2008-11-02 | 1 | -1/+1 |
* | decoder: return const decoder_plugin structs | Max Kellermann | 2008-11-01 | 1 | -1/+1 |
* | update: check return values | Max Kellermann | 2008-10-31 | 1 | -8/+12 |
* | decoder: eliminate gotos in decodeStart() | Max Kellermann | 2008-10-31 | 1 | -7/+12 |
* | decoder: don't wake up player when command==NONE | Max Kellermann | 2008-10-31 | 1 | -1/+0 |
* | decoder: notify player after stop | Max Kellermann | 2008-10-31 | 1 | -0/+1 |
* | decoder: reset state and command in decoder_task() | Max Kellermann | 2008-10-31 | 1 | -4/+4 |
* | decoder: introduce switch statement in decoder_task() | Max Kellermann | 2008-10-31 | 1 | -4/+10 |
* | decoder: use bool for return values and flags | Max Kellermann | 2008-10-30 | 1 | -9/+8 |
* | decoder: automatically flush the output buffer after decoder exits | Max Kellermann | 2008-10-29 | 1 | -0/+3 |
* | input_stream: use "bool" instead of "int" | Max Kellermann | 2008-10-26 | 1 | -1/+1 |
* | input_stream: no CamelCase | Max Kellermann | 2008-10-26 | 1 | -5/+5 |
* | path: removed pathcpy_trunc() | Max Kellermann | 2008-10-20 | 1 | -5/+2 |
* | input: declare struct input_stream | Max Kellermann | 2008-10-17 | 1 | -1/+1 |
* | decoder: notify player after entering decodeStart() | Max Kellermann | 2008-10-17 | 1 | -0/+1 |
* | mapper: new song-to-filesystem mapper library | Max Kellermann | 2008-10-14 | 1 | -10/+11 |
* | song: don't allow calling song_get_url(NULL) | Max Kellermann | 2008-10-08 | 1 | -4/+1 |
* | 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 | -3/+3 |
* | song: converted typedef Song to struct song | Max Kellermann | 2008-10-08 | 1 | -0/+1 |
* | decoder: renamed plugin methods | Max Kellermann | 2008-09-29 | 1 | -19/+19 |
* | notify: protect notify->pending with the mutex | Max Kellermann | 2008-09-26 | 1 | -2/+0 |
* | renamed player.c to player_control.c | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | renamed decoderInit() to decoder_thread_start() | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | renamed decode.h to decoder_control.h | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | renamed decode.c to decoder_thread.c | Max Kellermann | 2008-08-26 | 1 | -0/+199 |