summaryrefslogtreecommitdiff
path: root/src/player_thread.h
AgeCommit message (Collapse)Author
2009-03-13all: Update copyright header.Avuton Olrich
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
2009-03-11player_thread: added commentsMax Kellermann
2008-10-31added prefix to header macrosMax Kellermann
"LOG_H" is a macro which is also used by ffmpeg/log.h. This is ffmpeg's fault, because short macros should be reserved for applications, but since it's always a good idea to choose prefixed macro names, even for applications, we are going to do that in MPD.
2008-08-26moved code to player_thread.cMax Kellermann
Move code which runs in the player thread to player_thread.c. Having a lot of player thread code in decode.c isn't easy to understand.