| Commit message (Expand) | Author | Files | Lines |
2009-11-04 | decoder_thread: initialize decoder_control.quit | Max Kellermann | 1 | -0/+2 |
2009-11-03 | decoder_control: merge next_song and current_song | Max Kellermann | 1 | -2/+3 |
2009-11-03 | decoder_thread: unlock the decoder while checking the stream | Max Kellermann | 1 | -4/+4 |
2009-11-03 | decoder_thread: open input stream after command finished | Max Kellermann | 1 | -5/+10 |
2009-11-03 | decoder_control: make the song objects const | Max Kellermann | 1 | -1/+1 |
2009-10-31 | decoder_control: removed the global variable "dc" | Max Kellermann | 1 | -58/+67 |
2009-10-31 | player_control: protect command, state, error with a mutex | Max Kellermann | 1 | -9/+3 |
2009-10-20 | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... | Max Kellermann | 1 | -1/+1 |
2009-10-11 | decoder_thread: removed redundant NULL assignments | Max Kellermann | 1 | -2/+1 |
2009-10-11 | decoder_thread: change the fallback decoder name to "mad" | Max Kellermann | 1 | -1/+1 |
2009-08-13 | decoder_control: protect command, state with a mutex | Max Kellermann | 1 | -2/+45 |
2009-06-19 | decoder_thread: reopen the stream after file_decode() has failed | Max Kellermann | 1 | -0/+11 |
2009-04-13 | decoder_api: submit the song tag to the music pipe | Max Kellermann | 1 | -0/+5 |
2009-03-15 | log: removed DEBUG() and FATAL() | Max Kellermann | 1 | -2/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -7/+7 |
2009-03-06 | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 1 | -3/+2 |
2009-03-06 | music_pipe: added music_pipe_push() | Max Kellermann | 1 | -1/+5 |
2009-02-25 | ls: moved generic URI utilities to uri.c | Max Kellermann | 1 | -1/+1 |
2009-02-15 | decoder_api: moved enum decoder_command to decoder_command.h | Max Kellermann | 1 | -0/+3 |
2009-02-15 | decoder_plugin: added inline wrapper functions | Max Kellermann | 1 | -2/+2 |
2009-02-11 | decoder_thread: re-enable file decoders | Max Kellermann | 1 | -1/+1 |
2009-01-30 | archive: replaced setup_stream() with open_stream() | Max Kellermann | 1 | -1/+1 |
2009-01-25 | decoder_control: added decoder_control.thread | Max Kellermann | 1 | -2/+4 |
2009-01-07 | pcm: added pcm_convert_deinit(), pcm_resample_deinit() | Max Kellermann | 1 | -0/+4 |
2009-01-04 | initialize GError pointers | Max Kellermann | 1 | -1/+1 |
2009-01-04 | song: allocate the result of song_get_url() | Max Kellermann | 1 | -5/+2 |
2009-01-04 | ls: renamed functions, no CamelCase | Max Kellermann | 1 | -2/+2 |
2009-01-04 | ls: include cleanup | Max Kellermann | 1 | -0/+3 |
2009-01-03 | input_stream: added tag() method | Max Kellermann | 1 | -3/+12 |
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 |