aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_control.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-25player_thread: wait for decoder before seekingMax Kellermann1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-01-25decoder_control: added decoder_control.threadMax Kellermann1-2/+7
2008-12-28decoder: terminate decoder thread before MPD cleanupMax Kellermann1-0/+7
2008-11-08decoder: converted dc.error to a dc.state valueMax Kellermann1-5/+3
2008-11-03decoder: no CamelCaseMax Kellermann1-3/+3
2008-10-30decoder: use bool for return values and flagsMax Kellermann1-5/+5
2008-10-08don't include os_compat.hMax Kellermann1-0/+2
2008-10-08notify: removed the "Notify" typedefMax Kellermann1-5/+9
2008-10-08song: converted typedef Song to struct songMax Kellermann1-2/+4
2008-09-24notify: added notify_deinit()Max Kellermann1-0/+5
2008-08-26moved code to pc_init(), dc_init()Max Kellermann1-0/+8
2008-08-26renamed decode.h to decoder_control.hMax Kellermann1-1/+1
2008-08-26moved variable "dc" to decode.hMax Kellermann1-1/+2
2008-08-26added decoder_control.cMax Kellermann1-0/+82