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.c
Age
Commit message (
Expand
)
Author
2008-08-26
renamed player.c to player_control.c
Max Kellermann
2008-08-26
no commandError() in playerSeek()
Max Kellermann
2008-08-26
moved global variable "pc" to player.h
Max Kellermann
2008-08-26
don't call playerStop() before playerPlay()
Max Kellermann
2008-08-26
assert locked/unlocked in queue lock functions
Max Kellermann
2008-08-26
don't unlock player queue in playerStop(), playerWait()
Max Kellermann
2008-08-26
queueSong() cannot fail
Max Kellermann
2008-08-26
added enum player_queue_state
Max Kellermann
2008-08-26
rewrote playerKill()
Max Kellermann
2008-08-26
player: don't call STOP before CLOSE_AUDIO
Max Kellermann
2008-08-26
player: no "fd" and no return value
Max Kellermann
2008-08-26
assert song->url != NULL
Max Kellermann
2008-08-26
moved code to player_thread.c
Max Kellermann
2008-08-26
no busy-waiting for the player process
Max Kellermann
2008-08-26
converted PlayerControl.state to enum
Max Kellermann
2008-08-26
added PlayerControl.command
Max Kellermann
2008-08-26
moved struct AudioFormat to audio_format.h
Max Kellermann
2008-08-26
invoke the notify API directly
Max Kellermann
2008-08-26
added dc.next_song, renamed pc.current_song
Max Kellermann
2008-08-26
clean up CPP includes
Max Kellermann
2008-08-26
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
2008-06-01
notify: don't use camelCase in notify.[ch]
Max Kellerman
2008-04-13
Get rid of PlayerControl inside the PlayerData struct
Eric Wong
2008-04-12
Fix the problem of songs not advancing without client activity
Eric Wong
2008-04-12
pass pc to set_current_song()
Max Kellermann
2008-04-12
pass pc to player_task()
Max Kellermann
2008-04-12
clean up CPP includes
Max Kellermann
2008-04-12
pass pc to player notify functions
Max Kellermann
2008-04-12
fix deadlock at end of song
Max Kellermann
2008-04-12
use the notify API in the main thread
Max Kellermann
2008-04-12
use the notify API in the player
Max Kellermann
2008-04-12
Start using song pointers in core data structures
Eric Wong
2008-04-12
Drop metadata updates from HTTP for now (input HTTP, and shout)
Eric Wong
2008-04-12
Initial cut of fork() => pthreads() for decoder and player
Eric Wong
2008-03-26
player: more assertions
Max Kellermann
2008-03-26
fix "unreachable code" warning
Max Kellermann
2008-01-26
fixed -Wshadow warnings
Max Kellermann
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-03
playerCloseAudio() is static
Eric Wong
2008-01-03
player.c: introduce set_current_song to avoid needless repetition
Eric Wong
2007-12-28
Merge branches/ew r7104
Eric Wong
2007-09-08
playerInit() is static
Eric Wong
2007-09-06
Once again get rid of busy waiting and use SIGSTOP for pause
Eric Wong
2007-09-06
return to busy-waiting on pause for now..
Eric Wong
2007-09-06
send SIGCONT to the player process whenever we need to busy wait on it
Eric Wong
2007-08-27
removing debug messages from signal handlers
J. Alexander Treuman
2007-08-27
send SIGSTOP to player and decoder processes on pause, too
Eric Wong
2007-06-04
Set a flag if we've sent the player process SIGSTOP so that we know not to
J. Alexander Treuman
2007-06-04
Don't kill the player process (and effectively the decode process) when
J. Alexander Treuman
2007-06-01
Tell the player process (and thus also the decode process) to quit when
J. Alexander Treuman
[next]