aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_control.h (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-9/+7
* decoder_control: remove unused function dc_command_wait()Max Kellermann2011-01-101-3/+0
* decoder_control: replace dc_init() with dc_new()Max Kellermann2011-01-101-3/+4
* player_control: removed the global variable "pc"Max Kellermann2011-01-101-1/+9
* mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps2010-05-081-0/+2
* Add support for MixRamp tagsTim Phipps2010-03-211-0/+13
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* decoder_control: pass pipe and buffer to dc_start()Max Kellermann2009-11-031-2/+14
* decoder_control: don't check command in decoder_is_starting()Max Kellermann2009-11-031-5/+3
* decoder_control: merge next_song and current_songMax Kellermann2009-11-031-3/+8
* player_thread: don't start the decoder asynchronouslyMax Kellermann2009-11-031-3/+0
* decoder_control: make the song objects constMax Kellermann2009-11-031-2/+2
* decoder_control: removed the global variable "dc"Max Kellermann2009-10-311-44/+50
* Merge branch 'v0.15.x'Max Kellermann2009-10-311-3/+0
|\
| * decoder_control: removed unused DECODE_TYPE macrosMax Kellermann2009-10-311-3/+0
* | player_control: protect command, state, error with a mutexMax Kellermann2009-10-311-6/+4
* | decoder_control: protect command, state with a mutexMax Kellermann2009-08-131-5/+92
|/
* all: Update copyright header.Avuton Olrich2009-03-131-7/+7
* pipe: added music_buffer, rewrite music_pipeMax Kellermann2009-03-061-0/+6
* decoder_api: moved enum decoder_command to decoder_command.hMax Kellermann2009-02-151-2/+1
* decoder_control: added decoder_control.threadMax Kellermann2009-01-251-1/+5
* decoder: terminate decoder thread before MPD cleanupMax Kellermann2008-12-281-0/+4
* decoder: converted dc.error to a dc.state valueMax Kellermann2008-11-081-12/+30
* decoder: converted DECODE_ERROR_* to enumMax Kellermann2008-11-031-4/+6
* decoder: removed "volatile" modifierMax Kellermann2008-11-031-2/+2
* decoder: no CamelCaseMax Kellermann2008-11-031-3/+3
* decoder: replaced music_pipe.audioFormat with dc.out_audio_formatMax Kellermann2008-11-021-1/+7
* added prefix to header macrosMax Kellermann2008-10-311-2/+2
* decoder: use bool for return values and flagsMax Kellermann2008-10-301-5/+5
* notify: removed the "Notify" typedefMax Kellermann2008-10-081-5/+8
* song: converted typedef Song to struct songMax Kellermann2008-10-081-6/+8
* switch to C99 types, part IIMax Kellermann2008-09-291-3/+3
* notify: added notify_deinit()Max Kellermann2008-09-241-0/+2
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-1/+1
* moved code to pc_init(), dc_init()Max Kellermann2008-08-261-0/+2
* renamed decode.h to decoder_control.hMax Kellermann2008-08-261-0/+90