| Commit message (Expand) | Author | Files | Lines |
2008-10-29 | player: request new song only if there is no pending command | Max Kellermann | 1 | -1/+2 |
2008-10-27 | player: reset pc.command when decoder startup fails | Max Kellermann | 1 | -0/+1 |
2008-10-24 | player: don't clear command before do_play() returns | Max Kellermann | 1 | -1/+0 |
2008-10-23 | player: don't send partial frames of silence | Max Kellermann | 1 | -1/+7 |
2008-10-21 | pcm_utils: no CamelCase | Max Kellermann | 1 | -2/+2 |
2008-10-12 | player: replaced buffered_before_play with buffering flag | Max Kellermann | 1 | -9/+10 |
2008-10-12 | player: added commands QUEUE and CANCEL | Max Kellermann | 1 | -29/+48 |
2008-10-12 | player: added struct player | Max Kellermann | 1 | -48/+75 |
2008-10-11 | player: removed player_control.fileTime | Max Kellermann | 1 | -1/+2 |
2008-10-10 | player: don't wake up decoder after every frame | Max Kellermann | 1 | -1/+7 |
2008-10-10 | player: added player_control.audio_format | Max Kellermann | 1 | -6/+2 |
2008-10-10 | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 1 | -1/+1 |
2008-10-08 | song: removed CamelCase | Max Kellermann | 1 | -2/+2 |
2008-10-08 | use the "bool" data type instead of "int" | Max Kellermann | 1 | -4/+4 |
2008-10-08 | song: converted typedef Song to struct song | Max Kellermann | 1 | -0/+1 |
2008-09-29 | audio_output: added method pause() | Max Kellermann | 1 | -1/+1 |
2008-09-26 | notify: protect notify->pending with the mutex | Max Kellermann | 1 | -2/+0 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -1/+1 |
2008-08-26 | moved player_command_finished() to player_thread.c | Max Kellermann | 1 | -0/+8 |
2008-08-26 | moved code to pc_init(), dc_init() | Max Kellermann | 1 | -3/+2 |
2008-08-26 | renamed player.c to player_control.c | Max Kellermann | 1 | -1/+1 |
2008-08-26 | renamed decode.h to decoder_control.h | Max Kellermann | 1 | -1/+1 |
2008-08-26 | moved global variable "pc" to player.h | Max Kellermann | 1 | -0/+1 |
2008-08-26 | moved variable "dc" to decode.h | Max Kellermann | 1 | -6/+7 |
2008-08-26 | player_thread: removed decode(), renamed decodeParent() | Max Kellermann | 1 | -15/+4 |
2008-08-26 | hide DecoderControl accesses in inline functions | Max Kellermann | 1 | -10/+6 |
2008-08-26 | check for decoder error before state!=START | Max Kellermann | 1 | -9/+8 |
2008-08-26 | don't reset dc->command in quitDecode() | Max Kellermann | 1 | -1/+0 |
2008-08-26 | added decoder_control.c | Max Kellermann | 1 | -50/+17 |
2008-08-26 | fix a comment regarding the player queue | Max Kellermann | 1 | -1/+1 |
2008-08-26 | rewrote playerKill() | Max Kellermann | 1 | -0/+8 |
2008-08-26 | player: don't call STOP before CLOSE_AUDIO | Max Kellermann | 1 | -1/+2 |
2008-08-26 | assert song->url != NULL | Max Kellermann | 1 | -0/+4 |
2008-08-26 | don't call quitDecode() in waitOnDecode() | Max Kellermann | 1 | -2/+3 |
2008-08-26 | moved code to player_thread.c | Max Kellermann | 1 | -165/+54 |
2008-08-26 | moved code to crossfade.c | Max Kellermann | 1 | -49/+10 |
2008-08-26 | added inline function audio_format_time_to_size() | Max Kellermann | 1 | -1/+1 |
2008-08-26 | pass max_chunks to calculateCrossFadeChunks() | Max Kellermann | 1 | -7/+8 |
2008-08-26 | renamed functions in decoder_list.h | Max Kellermann | 1 | -4/+4 |
2008-08-26 | no camel case in struct decoder_plugin | Max Kellermann | 1 | -20/+22 |
2008-08-26 | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 1 | -1/+1 |
2008-08-26 | added PlayerControl.command | Max Kellermann | 1 | -21/+26 |
2008-08-26 | added decoder_command_finished() to decoder_api.h | Max Kellermann | 1 | -8/+0 |
2008-08-26 | moved struct AudioFormat to audio_format.h | Max Kellermann | 1 | -0/+1 |
2008-08-26 | do not sleep after openAudioDevice() | Max Kellermann | 1 | -3/+0 |
2008-08-26 | added struct decoder | Max Kellermann | 1 | -5/+13 |
2008-08-26 | invoke the notify API directly | Max Kellermann | 1 | -38/+17 |
2008-08-26 | removed "else" | Max Kellermann | 1 | -2/+3 |
2008-08-26 | added dc_command_finished() | Max Kellermann | 1 | -2/+9 |
2008-08-26 | don't busy wait for the decoder thread | Max Kellermann | 1 | -3/+7 |