aboutsummaryrefslogtreecommitdiffstats
path: root/src/player_thread.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder_api: moved enum decoder_command to decoder_command.hMax Kellermann2009-02-151-0/+1
* output_all: no CamelCaseMax Kellermann2009-02-101-11/+11
* audio: moved code to output_all.cMax Kellermann2009-02-101-1/+1
* crossfade: don't use isCurrentAudioFormat()Max Kellermann2009-02-101-0/+1
* player: added some more assertionsMax Kellermann2009-02-101-0/+2
* player_thread: reset pc.next_song only if queuedMax Kellermann2009-02-101-1/+5
* player_thread: reset pc.next_songMax Kellermann2009-02-101-0/+6
* player_thread: set player error when output device failsMax Kellermann2009-02-021-1/+4
* player_thread: start decoder thread in player threadMax Kellermann2009-01-251-0/+3
* player_control: added player_control.threadMax Kellermann2009-01-251-2/+4
* decoder_control: added decoder_control.threadMax Kellermann2009-01-251-1/+1
* player_thread: emit PLAYLIST event when new song failsMax Kellermann2009-01-211-1/+1
* player_thread: check for decoder failure before seekingMax Kellermann2009-01-211-1/+4
* player_thread: use bool instead of intMax Kellermann2009-01-211-12/+13
* player_thread: request next song only if new one starts playingMax Kellermann2009-01-211-11/+0
* player_thread: eliminated duplicate PLAYLIST eventMax Kellermann2009-01-201-2/+0
* event_pipe: added "TAG" eventMax Kellermann2009-01-201-1/+1
* pcm_utils: moved code to pcm_volume.cMax Kellermann2009-01-071-1/+1
* initialize GError pointersMax Kellermann2009-01-041-1/+1
* song: allocate the result of song_get_url()Max Kellermann2009-01-041-8/+11
* player_thread: fix cross-fading duplicate chunk bugMax Kellermann2009-01-041-0/+8
* player: emit PLAYLIST event when stream tag changesMax Kellermann2009-01-031-0/+7
* event_pipe: replaced PIPE_EVENT_SIGNAL with main_notifyMax Kellermann2009-01-021-1/+2
* 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