| Commit message (Expand) | Author | Files | Lines |
2009-01-02 | mapper: allocate the result of map_directory_child_fs(), map_song_fs() | Max Kellermann | 1 | -14/+25 |
2008-12-28 | decoder_thread: migrate from pthread to glib threads | Thomas Jansen | 1 | -8/+5 |
2008-12-28 | Include <pthread.h> where it is necessary only | Thomas Jansen | 1 | -0/+1 |
2008-12-28 | decoder: terminate decoder thread before MPD cleanup | Max Kellermann | 1 | -2/+2 |
2008-11-25 | decoder: added missing glib.h include | Max Kellermann | 1 | -0/+2 |
2008-11-24 | decoder_thread.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -1/+1 |
2008-11-20 | decoder: ignore the SEEK command during startup | Max Kellermann | 1 | -1/+1 |
2008-11-11 | decoder: fixed typo in assertion | Max Kellermann | 1 | -1/+1 |
2008-11-11 | decoder: return void from decode() methods | Max Kellermann | 1 | -26/+8 |
2008-11-10 | decoder: removed plugin method try_decode() | Max Kellermann | 1 | -24/+0 |
2008-11-10 | decoder: fall back to next plugin | Max Kellermann | 1 | -4/+16 |
2008-11-10 | decoder: wrapper functions for methods stream_decode() and file_decode() | Max Kellermann | 1 | -5/+66 |
2008-11-08 | decoder: converted dc.error to a dc.state value | Max Kellermann | 1 | -11/+9 |
2008-11-08 | decoder: removed "plugin" from the decoder struct | Max Kellermann | 1 | -4/+0 |
2008-11-04 | decoder: removed stream_types | Max Kellermann | 1 | -8/+0 |
2008-11-03 | decoder: update dc.error after input stream failure | Max Kellermann | 1 | -0/+1 |
2008-11-03 | decoder: no CamelCase | Max Kellermann | 1 | -19/+19 |
2008-11-03 | decoder_api: automatically send stream tag | Max Kellermann | 1 | -0/+1 |
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 |