aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_control.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10decoder_control: store GCond object, not a player_controlMax Kellermann1-4/+3
2011-01-10decoder_control: remove unused function dc_command_wait()Max Kellermann1-8/+0
2011-01-10decoder_control: replace dc_init() with dc_new()Max Kellermann1-6/+8
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-2/+3
2010-11-05decoder_control: pass music_pipe to dc_start()Max Kellermann1-4/+11
2010-09-23decoder_control: use g_free() to manage mixramp allocationsMax Kellermann1-13/+6
2010-05-08mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps1-0/+2
2010-03-21Add support for MixRamp tagsTim Phipps1-0/+50
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-03decoder_control: pass pipe and buffer to dc_start()Max Kellermann1-2/+6
2009-11-03decoder_control: merge next_song and current_songMax Kellermann1-1/+1
2009-11-03player_thread: don't start the decoder asynchronouslyMax Kellermann1-10/+0
2009-11-02{decoder,player}_control: removed duplicate wakeupsMax Kellermann1-3/+2
2009-10-31decoder_control: removed the global variable "dc"Max Kellermann1-59/+62
2009-10-31player_control: protect command, state, error with a mutexMax Kellermann1-20/+16
2009-08-13decoder_control: protect command, state with a mutexMax Kellermann1-10/+42
2009-04-25decoder_control: properly cancel an existing command in dc_stop()Max Kellermann1-2/+8
2009-04-25decoder: added assertions on dc.pipeMax Kellermann1-0/+2
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