aboutsummaryrefslogtreecommitdiff
path: root/src/player_thread.c
Commit message (Expand)AuthorAge
* player_thread: removed meaningless warning on output failureMax Kellermann2009-02-26
* player_thread: don't drop audio buffers when not seekableMax Kellermann2009-02-17
* decoder_api: moved enum decoder_command to decoder_command.hMax Kellermann2009-02-15
* output_all: no CamelCaseMax Kellermann2009-02-10
* audio: moved code to output_all.cMax Kellermann2009-02-10
* crossfade: don't use isCurrentAudioFormat()Max Kellermann2009-02-10
* player: added some more assertionsMax Kellermann2009-02-10
* player_thread: reset pc.next_song only if queuedMax Kellermann2009-02-10
* player_thread: reset pc.next_songMax Kellermann2009-02-10
* player_thread: set player error when output device failsMax Kellermann2009-02-02
* player_thread: start decoder thread in player threadMax Kellermann2009-01-25
* player_control: added player_control.threadMax Kellermann2009-01-25
* decoder_control: added decoder_control.threadMax Kellermann2009-01-25
* player_thread: emit PLAYLIST event when new song failsMax Kellermann2009-01-21
* player_thread: check for decoder failure before seekingMax Kellermann2009-01-21
* player_thread: use bool instead of intMax Kellermann2009-01-21
* player_thread: request next song only if new one starts playingMax Kellermann2009-01-21
* player_thread: eliminated duplicate PLAYLIST eventMax Kellermann2009-01-20
* event_pipe: added "TAG" eventMax Kellermann2009-01-20
* pcm_utils: moved code to pcm_volume.cMax Kellermann2009-01-07
* initialize GError pointersMax Kellermann2009-01-04
* song: allocate the result of song_get_url()Max Kellermann2009-01-04
* player_thread: fix cross-fading duplicate chunk bugMax Kellermann2009-01-04
* player: emit PLAYLIST event when stream tag changesMax Kellermann2009-01-03
* event_pipe: replaced PIPE_EVENT_SIGNAL with main_notifyMax Kellermann2009-01-02
* event_pipe: added pipe_event enum and callbacksMax Kellermann2009-01-01
* event_pipe: renamed functions from main_notify_* to event_pipe_*Max Kellermann2009-01-01
* main_notify: renamed source to event_pipe.cMax Kellermann2009-01-01
* player_thread: use GLib loggingMax Kellermann2008-12-29
* player_thread: migrate from pthread to glib threadsThomas Jansen2008-12-28
* decoder: terminate decoder thread before MPD cleanupMax Kellermann2008-12-28
* player: set elapsed=0 at song changeMarc Pavot2008-11-25
* player_thread.c: replaced mpd_unused by G_GNUC_UNUSEDThomas Jansen2008-11-24
* player: disable music_pipe_check_format()Max Kellermann2008-11-24
* player: don't queue song when there are 2 songs in the pipeMax Kellermann2008-11-14
* player: wake up decoder before waiting for xfade chunksMax Kellermann2008-11-14
* player: chop the tail of the music pipe after CANCELMax Kellermann2008-11-13
* music_pipe: continuously check the sample format of all chunksMax Kellermann2008-11-13
* player: assert that there was no previous "next song chunk"Max Kellermann2008-11-13
* player: fix race condition during tag updateMax Kellermann2008-11-11
* decoder: converted dc.error to a dc.state valueMax Kellermann2008-11-08
* player: no CamelCaseMax Kellermann2008-11-03
* decoder: no CamelCaseMax Kellermann2008-11-03
* player: don't play empty chunksMax Kellermann2008-11-02
* player: copy stream tag to the song structMax Kellermann2008-11-02
* player: added player.songMax Kellermann2008-11-02
* player: send chunk tag to audio deviceMax Kellermann2008-11-02
* music_pipe: no CamelCaseMax Kellermann2008-11-02
* music_pipe: more wrapper functionsMax Kellermann2008-11-02
* decoder: replaced music_pipe.audioFormat with dc.out_audio_formatMax Kellermann2008-11-02