| Commit message (Expand) | Author | Age | Files | Lines |
* | decoder_control: removed the global variable "dc" | Max Kellermann | 2009-10-31 | 1 | -58/+67 |
* | player_control: protect command, state, error with a mutex | Max Kellermann | 2009-10-31 | 1 | -9/+3 |
* | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... | Max Kellermann | 2009-10-20 | 1 | -1/+1 |
* | decoder_thread: removed redundant NULL assignments | Max Kellermann | 2009-10-11 | 1 | -2/+1 |
* | Merge branch 'v0.15.x' | Max Kellermann | 2009-10-11 | 1 | -1/+1 |
|\ |
|
| * | decoder_thread: change the fallback decoder name to "mad" | Max Kellermann | 2009-10-11 | 1 | -1/+1 |
* | | decoder_control: protect command, state with a mutex | Max Kellermann | 2009-08-13 | 1 | -2/+45 |
|/ |
|
* | decoder_thread: reopen the stream after file_decode() has failed | Max Kellermann | 2009-06-19 | 1 | -0/+11 |
* | 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 |