aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_control.h
Commit message (Expand)AuthorAge
* decoder_control: pass pipe and buffer to dc_start()Max Kellermann2009-11-03
* decoder_control: don't check command in decoder_is_starting()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_control: make the song objects constMax Kellermann2009-11-03
* decoder_control: removed the global variable "dc"Max Kellermann2009-10-31
* Merge branch 'v0.15.x'Max Kellermann2009-10-31
|\
| * decoder_control: removed unused DECODE_TYPE macrosMax 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
|/
* all: Update copyright header.Avuton Olrich2009-03-13
* pipe: added music_buffer, rewrite music_pipeMax Kellermann2009-03-06
* decoder_api: moved enum decoder_command to decoder_command.hMax Kellermann2009-02-15
* 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: converted DECODE_ERROR_* to enumMax Kellermann2008-11-03
* decoder: removed "volatile" modifierMax Kellermann2008-11-03
* decoder: no CamelCaseMax Kellermann2008-11-03
* decoder: replaced music_pipe.audioFormat with dc.out_audio_formatMax Kellermann2008-11-02
* added prefix to header macrosMax Kellermann2008-10-31
* decoder: use bool for return values and flagsMax Kellermann2008-10-30
* notify: removed the "Notify" typedefMax Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08
* switch to C99 types, part IIMax Kellermann2008-09-29
* notify: added notify_deinit()Max Kellermann2008-09-24
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-07
* moved code to pc_init(), dc_init()Max Kellermann2008-08-26
* renamed decode.h to decoder_control.hMax Kellermann2008-08-26