index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
player_thread.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-04-08
player_control: don't emit IDLE_PLAYER before audio format is known
Max Kellermann
1
-0
/
+4
2013-02-04
player_thread: implement missing "idle" events on output errors
Max Kellermann
1
-1
/
+9
2013-01-02
{decoder,player}_thread: convert to C++
Max Kellermann
1
-1197
/
+0
2012-09-28
main: use C++ compiler
Max Kellermann
1
-1
/
+1
2012-08-25
player_thread: disable cross-fading in "single" mode
Max Kellermann
1
-1
/
+14
2012-08-15
player_control: duplicate the song object
Max Kellermann
1
-2
/
+24
2012-08-15
decoder_control: duplicate the song object
Max Kellermann
1
-1
/
+1
2012-08-15
player_thread: add local variable "start_ms"
Max Kellermann
1
-1
/
+3
2012-08-15
decoder_control: add function _is_current_song()
Max Kellermann
1
-1
/
+1
2012-08-08
player_control: add GError attribute
Max Kellermann
1
-10
/
+8
2012-08-08
output_all: add basic GError support
Max Kellermann
1
-5
/
+19
2012-08-08
player_control: rename attribute "error" to "error_type"
Max Kellermann
1
-4
/
+4
2012-08-08
player_control: rename player_error enum values
Max Kellermann
1
-4
/
+4
2011-10-06
player_thread: add flag "output_open", fixes assertion failure
Max Kellermann
1
-5
/
+17
2011-10-06
player_thread: move code to player_open_output()
Max Kellermann
1
-22
/
+37
2011-10-06
player_thread: handle SEEK while not playing
Max Kellermann
1
-2
/
+10
2011-10-05
decoder_control: add attributes start_ms, end_ms
Max Kellermann
1
-1
/
+3
2011-09-22
decoder_api: emulate SEEK command for initial seek to CUE track
Max Kellermann
1
-10
/
+0
2011-07-20
player_thread: lock the player while setting the bite_rate
Max Kellermann
1
-0
/
+2
2011-03-31
fix common misspellings
Jonathan Neuschäfer
1
-1
/
+1
2011-01-29
copyright year 2011
Max Kellermann
1
-1
/
+1
2011-01-10
decoder_control: store GCond object, not a player_control
Max Kellermann
1
-1
/
+1
2011-01-10
decoder_control: replace dc_init() with dc_new()
Max Kellermann
1
-6
/
+5
2011-01-10
player_control: removed the global variable "pc"
Max Kellermann
1
-148
/
+164
2011-01-07
player_thread: discard empty chunks while cross-fading
Max Kellermann
1
-0
/
+13
2011-01-07
player_thread: fix assertion failure due to early seek
Max Kellermann
1
-0
/
+4
2011-01-07
player_thread: make variables more local
Max Kellermann
1
-36
/
+19
2010-11-05
player_thread: fix assertion failure due to wrong music pipe on seek
Max Kellermann
1
-0
/
+8
2010-11-05
decoder_control: pass music_pipe to dc_start()
Max Kellermann
1
-6
/
+5
2010-11-05
player_thread: add helper function player_dc_at_next_song()
Max Kellermann
1
-6
/
+33
2010-11-05
pipe: add helper function music_pipe_empty()
Max Kellermann
1
-2
/
+2
2010-09-25
eliminate g_error() usage
Thomas Jansen
1
-1
/
+2
2010-05-08
mixramp: Adjust MixRamp threshold to account for ReplayGain.
Tim Phipps
1
-0
/
+2
2010-05-02
player_thread: move cross-fading to output thread
Max Kellermann
1
-8
/
+4
2010-03-21
Add support for MixRamp tags
Tim Phipps
1
-2
/
+14
2010-03-17
player_thread: postpone song tags during cross-fade
Max Kellermann
1
-0
/
+27
2010-03-10
output: added option "always_on" for radio stations
Max Kellermann
1
-1
/
+1
2010-01-02
output_all: reset elapsed_time at song border
Max Kellermann
1
-0
/
+2
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-12-27
decoder, player: support song ranges
Max Kellermann
1
-3
/
+31
2009-12-26
song: added function song_get_duration()
Max Kellermann
1
-2
/
+1
2009-12-14
fixed several gcc warnings on unused debug variables
Max Kellermann
1
-1
/
+1
2009-11-14
player_thread: corrected two assertions on "queued"
Max Kellermann
1
-2
/
+2
2009-11-12
player_thread: initialize chunk->times in silence generator
Max Kellermann
1
-0
/
+1
2009-11-12
include config.h in all sources
Max Kellermann
1
-0
/
+1
2009-11-09
player_thread: drain audio outputs at the end of the playlist
Max Kellermann
1
-1
/
+5
2009-11-03
player_thread: on return, reset next_song only if queued
Max Kellermann
1
-3
/
+7
2009-11-03
player_thread: detect finished queued song
Max Kellermann
1
-1
/
+2
2009-11-03
player_thread: moved code to decoding_next_song()
Max Kellermann
1
-4
/
+15
2009-11-03
player_thread: lock player in player_check_decoder_startup()
Max Kellermann
1
-0
/
+8
[next]