aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_control.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder_control: added decoder_control.threadMax Kellermann2009-01-251-2/+7
* decoder: terminate decoder thread before MPD cleanupMax Kellermann2008-12-281-0/+7
* decoder: converted dc.error to a dc.state valueMax Kellermann2008-11-081-5/+3
* decoder: no CamelCaseMax Kellermann2008-11-031-3/+3
* decoder: use bool for return values and flagsMax Kellermann2008-10-301-5/+5
* don't include os_compat.hMax Kellermann2008-10-081-0/+2
* notify: removed the "Notify" typedefMax Kellermann2008-10-081-5/+9
* song: converted typedef Song to struct songMax Kellermann2008-10-081-2/+4
* notify: added notify_deinit()Max Kellermann2008-09-241-0/+5
* moved code to pc_init(), dc_init()Max Kellermann2008-08-261-0/+8
* renamed decode.h to decoder_control.hMax Kellermann2008-08-261-1/+1
* moved variable "dc" to decode.hMax Kellermann2008-08-261-1/+2
* added decoder_control.cMax Kellermann2008-08-261-0/+82