aboutsummaryrefslogtreecommitdiffstats
path: root/src/player_thread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* event_pipe: added pipe_event enum and callbacksMax Kellermann2009-01-011-3/+3
* event_pipe: renamed functions from main_notify_* to event_pipe_*Max Kellermann2009-01-011-4/+4
* main_notify: renamed source to event_pipe.cMax Kellermann2009-01-011-1/+1
* player_thread: use GLib loggingMax Kellermann2008-12-291-8/+10
* player_thread: migrate from pthread to glib threadsThomas Jansen2008-12-281-8/+6
* decoder: terminate decoder thread before MPD cleanupMax Kellermann2008-12-281-0/+1
* player: set elapsed=0 at song changeMarc Pavot2008-11-251-0/+1
* player_thread.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-241-1/+3
* player: disable music_pipe_check_format()Max Kellermann2008-11-241-0/+2
* player: don't queue song when there are 2 songs in the pipeMax Kellermann2008-11-141-0/+5
* player: wake up decoder before waiting for xfade chunksMax Kellermann2008-11-141-0/+1
* player: chop the tail of the music pipe after CANCELMax Kellermann2008-11-131-0/+1
* music_pipe: continuously check the sample format of all chunksMax Kellermann2008-11-131-0/+6
* player: assert that there was no previous "next song chunk"Max Kellermann2008-11-131-0/+1
* player: fix race condition during tag updateMax Kellermann2008-11-111-2/+4
* decoder: converted dc.error to a dc.state valueMax Kellermann2008-11-081-2/+2
* player: no CamelCaseMax Kellermann2008-11-031-28/+28
* decoder: no CamelCaseMax Kellermann2008-11-031-2/+2
* player: don't play empty chunksMax Kellermann2008-11-021-0/+3
* player: copy stream tag to the song structMax Kellermann2008-11-021-5/+19
* player: added player.songMax Kellermann2008-11-021-0/+7
* player: send chunk tag to audio deviceMax Kellermann2008-11-021-0/+3
* music_pipe: no CamelCaseMax Kellermann2008-11-021-4/+4
* music_pipe: more wrapper functionsMax Kellermann2008-11-021-8/+6
* decoder: replaced music_pipe.audioFormat with dc.out_audio_formatMax Kellermann2008-11-021-6/+6
* music_pipe: renamed ob_* functions to music_pipe_*Max Kellermann2008-11-021-16/+17
* music_pipe: renamed struct output_buffer to struct music_pipeMax Kellermann2008-11-021-3/+5
* decoder: use bool for return values and flagsMax Kellermann2008-10-301-4/+4
* output: always call cancel() before stop()Max Kellermann2008-10-291-4/+2
* output: use bool for return values and flagsMax Kellermann2008-10-291-5/+4
* player: handle songs shorter than the initial bufferMax Kellermann2008-10-291-1/+2
* player: added variable "play_audio_format"Max Kellermann2008-10-291-2/+4
* player: request new song only if there is no pending commandMax Kellermann2008-10-291-1/+2
* player: reset pc.command when decoder startup failsMax Kellermann2008-10-271-0/+1
* player: don't clear command before do_play() returnsMax Kellermann2008-10-241-1/+0
* player: don't send partial frames of silenceMax Kellermann2008-10-231-1/+7
* pcm_utils: no CamelCaseMax Kellermann2008-10-211-2/+2
* player: replaced buffered_before_play with buffering flagMax Kellermann2008-10-121-9/+10
* player: added commands QUEUE and CANCELMax Kellermann2008-10-121-29/+48
* player: added struct playerMax Kellermann2008-10-121-48/+75
* player: removed player_control.fileTimeMax Kellermann2008-10-111-1/+2
* player: don't wake up decoder after every frameMax Kellermann2008-10-101-1/+7
* player: added player_control.audio_formatMax Kellermann2008-10-101-6/+2
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-101-1/+1
* song: removed CamelCaseMax Kellermann2008-10-081-2/+2
* use the "bool" data type instead of "int"Max Kellermann2008-10-081-4/+4
* song: converted typedef Song to struct songMax Kellermann2008-10-081-0/+1
* audio_output: added method pause()Max Kellermann2008-09-291-1/+1
* notify: protect notify->pending with the mutexMax Kellermann2008-09-261-2/+0
* audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann2008-09-071-1/+1