aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_control.c
Commit message (Expand)AuthorAge
* decoder_control: remove MixRamp debug messagesMax Kellermann2012-09-25
* Merge branch 'v0.16.x'Max Kellermann2011-10-06
|\
| * decoder_control: add attributes start_ms, end_msMax Kellermann2011-10-05
* | copyright year 2011Max Kellermann2011-01-29
* | decoder_control: store GCond object, not a player_controlMax Kellermann2011-01-10
* | decoder_control: remove unused function dc_command_wait()Max Kellermann2011-01-10
* | decoder_control: replace dc_init() with dc_new()Max Kellermann2011-01-10
* | player_control: removed the global variable "pc"Max Kellermann2011-01-10
|/
* Merge release 0.15.14 from branch 'v0.15.x'Max Kellermann2010-11-07
|\
| * decoder_control: pass music_pipe to dc_start()Max Kellermann2010-11-05
* | decoder_control: use g_free() to manage mixramp allocationsMax Kellermann2010-09-23
* | mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps2010-05-08
* | Add support for MixRamp tagsTim Phipps2010-03-21
* | Update copyright notices.Avuton Olrich2009-12-31
* | 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