aboutsummaryrefslogtreecommitdiff
path: root/src/player_thread.c
Commit message (Expand)AuthorAge
* decoder: use bool for return values and flagsMax Kellermann2008-10-30
* output: always call cancel() before stop()Max Kellermann2008-10-29
* output: use bool for return values and flagsMax Kellermann2008-10-29
* player: handle songs shorter than the initial bufferMax Kellermann2008-10-29
* player: added variable "play_audio_format"Max Kellermann2008-10-29
* player: request new song only if there is no pending commandMax Kellermann2008-10-29
* player: reset pc.command when decoder startup failsMax Kellermann2008-10-27
* player: don't clear command before do_play() returnsMax Kellermann2008-10-24
* player: don't send partial frames of silenceMax Kellermann2008-10-23
* pcm_utils: no CamelCaseMax Kellermann2008-10-21
* player: replaced buffered_before_play with buffering flagMax Kellermann2008-10-12
* player: added commands QUEUE and CANCELMax Kellermann2008-10-12
* player: added struct playerMax Kellermann2008-10-12
* player: removed player_control.fileTimeMax Kellermann2008-10-11
* player: don't wake up decoder after every frameMax Kellermann2008-10-10
* player: added player_control.audio_formatMax Kellermann2008-10-10
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-10
* song: removed CamelCaseMax Kellermann2008-10-08
* use the "bool" data type instead of "int"Max Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08
* audio_output: added method pause()Max Kellermann2008-09-29
* notify: protect notify->pending with the mutexMax Kellermann2008-09-26
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-07
* moved player_command_finished() to player_thread.cMax Kellermann2008-08-26
* moved code to pc_init(), dc_init()Max Kellermann2008-08-26
* renamed player.c to player_control.cMax Kellermann2008-08-26
* renamed decode.h to decoder_control.hMax Kellermann2008-08-26
* moved global variable "pc" to player.hMax Kellermann2008-08-26
* moved variable "dc" to decode.hMax Kellermann2008-08-26
* player_thread: removed decode(), renamed decodeParent()Max Kellermann2008-08-26
* hide DecoderControl accesses in inline functionsMax Kellermann2008-08-26
* check for decoder error before state!=STARTMax Kellermann2008-08-26
* don't reset dc->command in quitDecode()Max Kellermann2008-08-26
* added decoder_control.cMax Kellermann2008-08-26
* fix a comment regarding the player queueMax Kellermann2008-08-26
* rewrote playerKill()Max Kellermann2008-08-26
* player: don't call STOP before CLOSE_AUDIOMax Kellermann2008-08-26
* assert song->url != NULLMax Kellermann2008-08-26
* don't call quitDecode() in waitOnDecode()Max Kellermann2008-08-26
* moved code to player_thread.cMax Kellermann2008-08-26