| Commit message (Expand) | Author | Files | Lines |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -21/+21 |
2006-08-06 | renamce cstrtok to buffer2array. please don't rename functions; especially to... | Warren Dukes | 1 | -0/+2 |
2006-08-06 | merge changes from mpd-tree: | Warren Dukes | 1 | -2/+0 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -5/+5 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -9/+9 |
2006-07-14 | Fix the undefined reference to `playerInitReal' | Avuton Olrich | 1 | -0/+2 |
2006-07-14 | [CLEANUP] Remove unused function | Avuton Olrich | 1 | -6/+0 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2004-10-25 | fix a big time bug in metadataChunk (off by one in an array assignment) | Warren Dukes | 1 | -0/+1 |
2004-06-07 | potential bugfixes for handling metadata in player/decoder | Warren Dukes | 1 | -1/+0 |
2004-06-06 | mechanism for updating metadata while decoding | Warren Dukes | 1 | -5/+2 |
2004-06-06 | todo update | Warren Dukes | 1 | -0/+1 |
2004-06-03 | better method for computing total time played | Warren Dukes | 1 | -1/+0 |
2004-06-01 | ogg voribs comment parsing on the fly in the decoder | Warren Dukes | 1 | -0/+2 |
2004-05-31 | some stream metadata fixes | Warren Dukes | 1 | -0/+8 |
2004-05-31 | icynames are now copied to title of streams | Warren Dukes | 1 | -2/+4 |
2004-05-31 | mp3 and ogg plugin stuff | Warren Dukes | 1 | -2/+0 |
2004-05-19 | just a we bit of changes | Warren Dukes | 1 | -3/+5 |
2004-05-18 | rework stuff so that we can use mime-type of streams to detect type of file | Warren Dukes | 1 | -0/+1 |
2004-04-15 | don't stat() the db to get the modtime everytime, instead store it when we re... | Warren Dukes | 1 | -0/+2 |
2004-04-15 | log cycling and a few cleanups | Warren Dukes | 1 | -0/+1 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-13 | when doing signal functions (like sigaction) make sure it wasn't interrupted ... | Warren Dukes | 1 | -0/+2 |
2004-04-12 | volatile fun-ness | Warren Dukes | 1 | -24/+24 |
2004-04-11 | more volatile stuff | Warren Dukes | 1 | -3/+3 |
2004-04-11 | add volatile qualifiers to some shared mem buffer stuff, to enusre compiler | Warren Dukes | 1 | -11/+11 |
2004-04-11 | adjust scaling of software volume | Warren Dukes | 1 | -1/+1 |
2004-04-11 | make "update" command background/non-blocking | Warren Dukes | 1 | -1/+1 |
2004-03-18 | bunch of autotool cleanups | Warren Dukes | 1 | -0/+2 |
2004-02-27 | put decode_pid in shared mem, so if player process dies, the master | Warren Dukes | 1 | -0/+1 |
2004-02-27 | add xfade and audio to status, remove crossfade no args options | Warren Dukes | 1 | -14/+25 |
2004-02-25 | some cleanups for utf8 in playerSeek and using strncpy for copying filenames | Warren Dukes | 1 | -1/+1 |
2004-02-25 | have pause take an optional arugment | Warren Dukes | 1 | -0/+2 |