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_control.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-05-06
player_control: renamed playerSeek(), return bool
Max Kellermann
1
-2
/
+8
2009-03-30
player_control: remove unused function playerCurrentDecodeSong().
Avuton Olrich
1
-3
/
+0
2009-03-13
all: Update copyright header.
Avuton Olrich
1
-6
/
+7
2009-03-06
pipe: added music_buffer, rewrite music_pipe
Max Kellermann
1
-1
/
+3
2009-01-25
player_control: added player_control.thread
Max Kellermann
1
-0
/
+4
2009-01-16
player_control: fix shadow warning with older gcc
Max Kellermann
1
-1
/
+1
2008-12-17
playlist: clear pc.errored_song on delete
Max Kellermann
1
-0
/
+8
2008-11-03
player: converted PLAYER_ERROR_* to enum
Max Kellermann
1
-8
/
+10
2008-11-03
player: removed "volatile" attributes
Max Kellermann
1
-6
/
+6
2008-11-03
player: no CamelCase
Max Kellermann
1
-7
/
+7
2008-10-31
added prefix to header macros
Max Kellermann
1
-2
/
+2
2008-10-12
player: added commands QUEUE and CANCEL
Max Kellermann
1
-42
/
+15
2008-10-11
player: removed player_control.fileTime
Max Kellermann
1
-1
/
+0
2008-10-10
player: added player_get_audio_format()
Max Kellermann
1
-5
/
+5
2008-10-10
player: added player_control.audio_format
Max Kellermann
1
-5
/
+4
2008-10-08
don't include os_compat.h
Max Kellermann
1
-1
/
+2
2008-10-08
notify: removed the "Notify" typedef
Max Kellermann
1
-1
/
+1
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
1
-7
/
+10
2008-09-29
assume stdint.h and stddef.h are available
Max Kellermann
1
-1
/
+0
2008-09-29
switch to C99 types, part II
Max Kellermann
1
-7
/
+7
2008-09-24
notify: added notify_deinit()
Max Kellermann
1
-0
/
+2
2008-08-26
moved player_command_finished() to player_thread.c
Max Kellermann
1
-2
/
+0
2008-08-26
moved code to pc_init(), dc_init()
Max Kellermann
1
-0
/
+4
2008-08-26
renamed player.c to player_control.c
Max Kellermann
1
-0
/
+0
2008-08-26
no commandError() in playerSeek()
Max Kellermann
1
-1
/
+1
2008-08-26
moved global variable "pc" to player.h
Max Kellermann
1
-2
/
+4
2008-08-26
don't call playerStop() before playerPlay()
Max Kellermann
1
-2
/
+0
2008-08-26
queueSong() cannot fail
Max Kellermann
1
-1
/
+1
2008-08-26
document the PLAYER_QUEUE_ constants
Max Kellermann
1
-0
/
+15
2008-08-26
added enum player_queue_state
Max Kellermann
1
-9
/
+11
2008-08-26
rewrote playerKill()
Max Kellermann
1
-0
/
+1
2008-08-26
player: no "fd" and no return value
Max Kellermann
1
-5
/
+5
2008-08-26
converted PlayerControl.state to enum
Max Kellermann
1
-5
/
+7
2008-08-26
added PlayerControl.command
Max Kellermann
1
-7
/
+14
2008-08-26
invoke the notify API directly
Max Kellermann
1
-4
/
+0
2008-08-26
added dc.next_song, renamed pc.current_song
Max Kellermann
1
-1
/
+1
2008-08-26
clean up CPP includes
Max Kellermann
1
-1
/
+1
2008-04-13
Get rid of PlayerControl inside the PlayerData struct
Eric Wong
1
-3
/
+3
2008-04-12
Fix the problem of songs not advancing without client activity
Eric Wong
1
-4
/
+0
2008-04-12
pass pc to player_task()
Max Kellermann
1
-1
/
+1
2008-04-12
clean up CPP includes
Max Kellermann
1
-2
/
+0
2008-04-12
pass pc to player notify functions
Max Kellermann
1
-2
/
+2
2008-04-12
Fix a few more warnings from -Wshadow
Eric Wong
1
-2
/
+2
2008-04-12
use the notify API in the main thread
Max Kellermann
1
-0
/
+2
2008-04-12
use the notify API in the player
Max Kellermann
1
-0
/
+1
2008-04-12
Start using song pointers in core data structures
Eric Wong
1
-3
/
+2
2008-04-12
Drop metadata updates from HTTP for now (input HTTP, and shout)
Eric Wong
1
-7
/
+0
2008-04-12
Initial cut of fork() => pthreads() for decoder and player
Eric Wong
1
-7
/
+6
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
1
-3
/
+1
2008-01-03
playerCloseAudio() is static
Eric Wong
1
-2
/
+0
[next]