aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_thread.c
Commit message (Expand)AuthorAge
* decoder: added missing glib.h includeMax Kellermann2008-11-25
* decoder_thread.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* decoder: ignore the SEEK command during startupMax Kellermann2008-11-20
* decoder: fixed typo in assertionMax Kellermann2008-11-11
* decoder: return void from decode() methodsMax Kellermann2008-11-11
* decoder: removed plugin method try_decode()Max Kellermann2008-11-10
* decoder: fall back to next pluginMax Kellermann2008-11-10
* decoder: wrapper functions for methods stream_decode() and file_decode()Max Kellermann2008-11-10
* decoder: converted dc.error to a dc.state valueMax Kellermann2008-11-08
* decoder: removed "plugin" from the decoder structMax Kellermann2008-11-08
* decoder: removed stream_typesMax Kellermann2008-11-04
* decoder: update dc.error after input stream failureMax Kellermann2008-11-03
* decoder: no CamelCaseMax Kellermann2008-11-03
* decoder_api: automatically send stream tagMax Kellermann2008-11-03
* decoder: rewind input stream after try_decode()Max Kellermann2008-11-02
* decoder: moved code to decoder_try_decode()Max Kellermann2008-11-02
* decoder_api: pass "seekable" flag to decoder_initialized()Max Kellermann2008-11-02
* music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann2008-11-02
* renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann2008-11-02
* decoder: return const decoder_plugin structsMax Kellermann2008-11-01
* update: check return valuesMax Kellermann2008-10-31
* decoder: eliminate gotos in decodeStart()Max Kellermann2008-10-31
* decoder: don't wake up player when command==NONEMax Kellermann2008-10-31
* decoder: notify player after stopMax Kellermann2008-10-31
* decoder: reset state and command in decoder_task()Max Kellermann2008-10-31
* decoder: introduce switch statement in decoder_task()Max Kellermann2008-10-31
* decoder: use bool for return values and flagsMax Kellermann2008-10-30
* decoder: automatically flush the output buffer after decoder exitsMax Kellermann2008-10-29
* input_stream: use "bool" instead of "int"Max Kellermann2008-10-26
* input_stream: no CamelCaseMax Kellermann2008-10-26
* path: removed pathcpy_trunc()Max Kellermann2008-10-20
* input: declare struct input_streamMax Kellermann2008-10-17
* decoder: notify player after entering decodeStart()Max Kellermann2008-10-17
* mapper: new song-to-filesystem mapper libraryMax Kellermann2008-10-14
* song: don't allow calling song_get_url(NULL)Max Kellermann2008-10-08
* song: removed CamelCaseMax Kellermann2008-10-08
* use the "bool" data type instead of "int"Max Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08
* decoder: renamed plugin methodsMax Kellermann2008-09-29
* notify: protect notify->pending with the mutexMax Kellermann2008-09-26
* renamed player.c to player_control.cMax Kellermann2008-08-26
* renamed decoderInit() to decoder_thread_start()Max Kellermann2008-08-26
* renamed decode.h to decoder_control.hMax Kellermann2008-08-26
* renamed decode.c to decoder_thread.cMax Kellermann2008-08-26