| Commit message (Expand) | Author | Age | Files | Lines |
* | decoder_api: submit the song tag to the music pipe | Max Kellermann | 2009-04-13 | 1 | -0/+5 |
* | log: removed DEBUG() and FATAL() | Max Kellermann | 2009-03-15 | 1 | -2/+1 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -7/+7 |
* | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 2009-03-06 | 1 | -3/+2 |
* | music_pipe: added music_pipe_push() | Max Kellermann | 2009-03-06 | 1 | -1/+5 |
* | ls: moved generic URI utilities to uri.c | Max Kellermann | 2009-02-25 | 1 | -1/+1 |
* | decoder_api: moved enum decoder_command to decoder_command.h | Max Kellermann | 2009-02-15 | 1 | -0/+3 |
* | decoder_plugin: added inline wrapper functions | Max Kellermann | 2009-02-15 | 1 | -2/+2 |
* | decoder_thread: re-enable file decoders | Max Kellermann | 2009-02-11 | 1 | -1/+1 |
* | archive: replaced setup_stream() with open_stream() | Max Kellermann | 2009-01-30 | 1 | -1/+1 |
* | decoder_control: added decoder_control.thread | Max Kellermann | 2009-01-25 | 1 | -2/+4 |
* | pcm: added pcm_convert_deinit(), pcm_resample_deinit() | Max Kellermann | 2009-01-07 | 1 | -0/+4 |
* | initialize GError pointers | Max Kellermann | 2009-01-04 | 1 | -1/+1 |
* | song: allocate the result of song_get_url() | Max Kellermann | 2009-01-04 | 1 | -5/+2 |
* | ls: renamed functions, no CamelCase | Max Kellermann | 2009-01-04 | 1 | -2/+2 |
* | ls: include cleanup | Max Kellermann | 2009-01-04 | 1 | -0/+3 |
* | input_stream: added tag() method | Max Kellermann | 2009-01-03 | 1 | -3/+12 |
* | mapper: allocate the result of map_directory_child_fs(), map_song_fs() | Max Kellermann | 2009-01-02 | 1 | -14/+25 |
* | decoder_thread: migrate from pthread to glib threads | Thomas Jansen | 2008-12-28 | 1 | -8/+5 |
* | Include <pthread.h> where it is necessary only | Thomas Jansen | 2008-12-28 | 1 | -0/+1 |
* | decoder: terminate decoder thread before MPD cleanup | Max Kellermann | 2008-12-28 | 1 | -2/+2 |
* | decoder: added missing glib.h include | Max Kellermann | 2008-11-25 | 1 | -0/+2 |
* | decoder_thread.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 2008-11-24 | 1 | -1/+1 |
* | decoder: ignore the SEEK command during startup | Max Kellermann | 2008-11-20 | 1 | -1/+1 |
* | decoder: fixed typo in assertion | Max Kellermann | 2008-11-11 | 1 | -1/+1 |
* | decoder: return void from decode() methods | Max Kellermann | 2008-11-11 | 1 | -26/+8 |
* | decoder: removed plugin method try_decode() | Max Kellermann | 2008-11-10 | 1 | -24/+0 |
* | decoder: fall back to next plugin | Max Kellermann | 2008-11-10 | 1 | -4/+16 |
* | decoder: wrapper functions for methods stream_decode() and file_decode() | Max Kellermann | 2008-11-10 | 1 | -5/+66 |
* | 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 |