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.h
Age
Commit message (
Expand
)
Author
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 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 a few more warnings from -Wshadow
Eric Wong
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-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-03
playerCloseAudio() is static
Eric Wong
2007-12-28
Merge branches/ew r7104
Eric Wong
2007-09-08
playerInit() is static
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
2007-04-05
The massive copyright update
Avuton Olrich
2006-08-20
Fix warnings for -Wmissing-prototypes
Avuton Olrich
2006-08-06
renamce cstrtok to buffer2array. please don't rename functions; especially to...
Warren Dukes
2006-08-06
merge changes from mpd-tree:
Warren Dukes
2006-07-30
interface/connection malloc reductions from mpd-ke
Eric Wong
2006-07-20
Add mpd-indent.sh
Avuton Olrich
2006-07-14
Fix the undefined reference to `playerInitReal'
Avuton Olrich
2006-07-14
[CLEANUP] Remove unused function
Avuton Olrich
2006-07-14
Change shank's email address
J. Alexander Treuman
2006-07-13
Huge header update, update the copyright and add
Avuton Olrich
2004-10-25
fix a big time bug in metadataChunk (off by one in an array assignment)
Warren Dukes
2004-06-07
potential bugfixes for handling metadata in player/decoder
Warren Dukes
2004-06-06
mechanism for updating metadata while decoding
Warren Dukes
2004-06-06
todo update
Warren Dukes
2004-06-03
better method for computing total time played
Warren Dukes
2004-06-01
ogg voribs comment parsing on the fly in the decoder
Warren Dukes
2004-05-31
some stream metadata fixes
Warren Dukes
2004-05-31
icynames are now copied to title of streams
Warren Dukes
2004-05-31
mp3 and ogg plugin stuff
Warren Dukes
2004-05-19
just a we bit of changes
Warren Dukes
2004-05-18
rework stuff so that we can use mime-type of streams to detect type of file
Warren Dukes
2004-04-15
don't stat() the db to get the modtime everytime, instead store it when we re...
Warren Dukes
2004-04-15
log cycling and a few cleanups
Warren Dukes
2004-04-14
add vim shiznit to end of all source files
Warren Dukes
2004-04-13
when doing signal functions (like sigaction) make sure it wasn't interrupted ...
Warren Dukes
2004-04-12
volatile fun-ness
Warren Dukes
2004-04-11
more volatile stuff
Warren Dukes
2004-04-11
add volatile qualifiers to some shared mem buffer stuff, to enusre compiler
Warren Dukes
2004-04-11
adjust scaling of software volume
Warren Dukes
2004-04-11
make "update" command background/non-blocking
Warren Dukes
2004-03-18
bunch of autotool cleanups
Warren Dukes
2004-02-27
put decode_pid in shared mem, so if player process dies, the master
Warren Dukes
[next]