aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_control.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* decoder_control: store GCond object, not a player_controlMax Kellermann2011-01-101-4/+3
* decoder_control: remove unused function dc_command_wait()Max Kellermann2011-01-101-8/+0
* decoder_control: replace dc_init() with dc_new()Max Kellermann2011-01-101-6/+8
* player_control: removed the global variable "pc"Max Kellermann2011-01-101-2/+3
* Merge release 0.15.14 from branch 'v0.15.x'Max Kellermann2010-11-071-0/+2
|\
| * decoder_control: pass music_pipe to dc_start()Max Kellermann2010-11-051-4/+11
* | decoder_control: use g_free() to manage mixramp allocationsMax Kellermann2010-09-231-13/+6
* | mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps2010-05-081-0/+2
* | Add support for MixRamp tagsTim Phipps2010-03-211-0/+50
* | Update copyright notices.Avuton Olrich2009-12-311-1/+1
* | include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* | decoder_control: pass pipe and buffer to dc_start()Max Kellermann2009-11-031-2/+6
* | decoder_control: merge next_song and current_songMax Kellermann2009-11-031-1/+1
* | player_thread: don't start the decoder asynchronouslyMax Kellermann2009-11-031-10/+0
* | {decoder,player}_control: removed duplicate wakeupsMax Kellermann2009-11-021-3/+2
* | decoder_control: removed the global variable "dc"Max Kellermann2009-10-311-59/+62
* | player_control: protect command, state, error with a mutexMax Kellermann2009-10-311-20/+16
* | decoder_control: protect command, state with a mutexMax Kellermann2009-08-131-10/+42
|/
* decoder_control: properly cancel an existing command in dc_stop()Max Kellermann2009-04-251-2/+8
* decoder: added assertions on dc.pipeMax Kellermann2009-04-251-0/+2
* player_thread: wait for decoder before seekingMax Kellermann2009-03-251-0/+1
* all: Update copyright header.Avuton Olrich2009-03-131-6/+7
* 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