aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_control.c
Commit message (Expand)AuthorAge
* include config.h in all sourcesMax Kellermann2009-11-12
* decoder_control: pass pipe and buffer to dc_start()Max Kellermann2009-11-03
* decoder_control: merge next_song and current_songMax Kellermann2009-11-03
* player_thread: don't start the decoder asynchronouslyMax Kellermann2009-11-03
* {decoder,player}_control: removed duplicate wakeupsMax Kellermann2009-11-02
* decoder_control: removed the global variable "dc"Max Kellermann2009-10-31
* player_control: protect command, state, error with a mutexMax Kellermann2009-10-31
* decoder_control: protect command, state with a mutexMax Kellermann2009-08-13
* decoder_control: properly cancel an existing command in dc_stop()Max Kellermann2009-04-25
* decoder: added assertions on dc.pipeMax Kellermann2009-04-25
* player_thread: wait for decoder before seekingMax Kellermann2009-03-25
* all: Update copyright header.Avuton Olrich2009-03-13
* decoder_control: added decoder_control.threadMax Kellermann2009-01-25
* decoder: terminate decoder thread before MPD cleanupMax Kellermann2008-12-28
* decoder: converted dc.error to a dc.state valueMax Kellermann2008-11-08
* decoder: no CamelCaseMax Kellermann2008-11-03
* decoder: use bool for return values and flagsMax Kellermann2008-10-30
* don't include os_compat.hMax Kellermann2008-10-08
* notify: removed the "Notify" typedefMax Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08
* notify: added notify_deinit()Max Kellermann2008-09-24
* moved code to pc_init(), dc_init()Max Kellermann2008-08-26
* renamed decode.h to decoder_control.hMax Kellermann2008-08-26
* moved variable "dc" to decode.hMax Kellermann2008-08-26
* added decoder_control.cMax Kellermann2008-08-26