index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
player_thread.c
Age
Commit message (
Expand
)
Author
2009-01-07
pcm_utils: moved code to pcm_volume.c
Max Kellermann
2009-01-04
initialize GError pointers
Max Kellermann
2009-01-04
song: allocate the result of song_get_url()
Max Kellermann
2009-01-04
player_thread: fix cross-fading duplicate chunk bug
Max Kellermann
2009-01-03
player: emit PLAYLIST event when stream tag changes
Max Kellermann
2009-01-02
event_pipe: replaced PIPE_EVENT_SIGNAL with main_notify
Max Kellermann
2009-01-01
event_pipe: added pipe_event enum and callbacks
Max Kellermann
2009-01-01
event_pipe: renamed functions from main_notify_* to event_pipe_*
Max Kellermann
2009-01-01
main_notify: renamed source to event_pipe.c
Max Kellermann
2008-12-29
player_thread: use GLib logging
Max Kellermann
2008-12-28
player_thread: migrate from pthread to glib threads
Thomas Jansen
2008-12-28
decoder: terminate decoder thread before MPD cleanup
Max Kellermann
2008-11-25
player: set elapsed=0 at song change
Marc Pavot
2008-11-24
player_thread.c: replaced mpd_unused by G_GNUC_UNUSED
Thomas Jansen
2008-11-24
player: disable music_pipe_check_format()
Max Kellermann
2008-11-14
player: don't queue song when there are 2 songs in the pipe
Max Kellermann
2008-11-14
player: wake up decoder before waiting for xfade chunks
Max Kellermann
2008-11-13
player: chop the tail of the music pipe after CANCEL
Max Kellermann
2008-11-13
music_pipe: continuously check the sample format of all chunks
Max Kellermann
2008-11-13
player: assert that there was no previous "next song chunk"
Max Kellermann
2008-11-11
player: fix race condition during tag update
Max Kellermann
2008-11-08
decoder: converted dc.error to a dc.state value
Max Kellermann
2008-11-03
player: no CamelCase
Max Kellermann
2008-11-03
decoder: no CamelCase
Max Kellermann
2008-11-02
player: don't play empty chunks
Max Kellermann
2008-11-02
player: copy stream tag to the song struct
Max Kellermann
2008-11-02
player: added player.song
Max Kellermann
2008-11-02
player: send chunk tag to audio device
Max Kellermann
2008-11-02
music_pipe: no CamelCase
Max Kellermann
2008-11-02
music_pipe: more wrapper functions
Max Kellermann
2008-11-02
decoder: replaced music_pipe.audioFormat with dc.out_audio_format
Max Kellermann
2008-11-02
music_pipe: renamed ob_* functions to music_pipe_*
Max Kellermann
2008-11-02
music_pipe: renamed struct output_buffer to struct music_pipe
Max Kellermann
2008-10-30
decoder: use bool for return values and flags
Max Kellermann
2008-10-29
output: always call cancel() before stop()
Max Kellermann
2008-10-29
output: use bool for return values and flags
Max Kellermann
2008-10-29
player: handle songs shorter than the initial buffer
Max Kellermann
2008-10-29
player: added variable "play_audio_format"
Max Kellermann
2008-10-29
player: request new song only if there is no pending command
Max Kellermann
2008-10-27
player: reset pc.command when decoder startup fails
Max Kellermann
2008-10-24
player: don't clear command before do_play() returns
Max Kellermann
2008-10-23
player: don't send partial frames of silence
Max Kellermann
2008-10-21
pcm_utils: no CamelCase
Max Kellermann
2008-10-12
player: replaced buffered_before_play with buffering flag
Max Kellermann
2008-10-12
player: added commands QUEUE and CANCEL
Max Kellermann
2008-10-12
player: added struct player
Max Kellermann
2008-10-11
player: removed player_control.fileTime
Max Kellermann
2008-10-10
player: don't wake up decoder after every frame
Max Kellermann
2008-10-10
player: added player_control.audio_format
Max Kellermann
2008-10-10
audio_format: renamed sampleRate to sample_rate
Max Kellermann
[next]