| Commit message (Expand) | Author | Files | Lines |
2007-05-27 | Increasing default buffer_before_play from 0% to 10%. | J. Alexander Treuman | 1 | -2/+2 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 1 | -18/+6 |
2007-05-24 | Reverting to the full lsr API. Turns out the simple API needs all of the | J. Alexander Treuman | 1 | -0/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2006-08-18 | fix a few warnings on 64-bit machines | Eric Wong | 1 | -1/+1 |
2006-08-14 | Several bugfixes during exit found by valgrind | Eric Wong | 1 | -0/+5 |
2006-08-06 | merge changes from mpd-tree: | Warren Dukes | 1 | -13/+6 |
2006-08-01 | audio: get rid of the myAudioDevicesEnabled array | Eric Wong | 1 | -2/+2 |
2006-08-01 | audio: remove AUDIO_MAX_DEVICES limit | Eric Wong | 1 | -0/+6 |
2006-08-01 | playerData: move player_pid into the main playerData structure | Eric Wong | 1 | -20/+2 |
2006-08-01 | Several fixes uncovered with -pedantic | Eric Wong | 1 | -2/+2 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -52/+59 |
2006-07-17 | sparse: replace 0 (integer) usage with NULL where appropriate | Eric Wong | 1 | -2/+2 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -4/+4 |
2006-07-14 | Fix the undefined reference to `playerInitReal' | Avuton Olrich | 1 | -2/+2 |
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 |
2006-03-16 | fix some uninitialized variables (found by valgrind) | Eric Wong | 1 | -0/+2 |
2005-11-16 | DJWLindenaar balanced tree and master process patch | Qball Cow | 1 | -0/+26 |
2005-03-05 | set buffer_before_play default to 0% | Warren Dukes | 1 | -1/+1 |
2004-10-28 | merge shank-rewrite-config changes | Warren Dukes | 1 | -13/+27 |
2004-06-06 | mechanism for updating metadata while decoding | Warren Dukes | 1 | -11/+4 |
2004-06-06 | todo update | Warren Dukes | 1 | -6/+4 |
2004-06-01 | ogg voribs comment parsing on the fly in the decoder | Warren Dukes | 1 | -0/+4 |
2004-05-31 | some stream metadata fixes | Warren Dukes | 1 | -1/+7 |
2004-05-31 | icynames are now copied to title of streams | Warren Dukes | 1 | -3/+7 |
2004-05-07 | new OutputBuffer abstraction stuff, implemented for mp3, now need to | Warren Dukes | 1 | -1/+1 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-11 | adjust scaling of software volume | Warren Dukes | 1 | -1/+1 |
2004-04-02 | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 1 | -6/+6 |
2004-04-01 | use 16-bit signed ints for storing positions in the ring buffer | Warren Dukes | 1 | -0/+5 |
2004-03-01 | memset erroredFile to 0 | Warren Dukes | 1 | -0/+1 |
2004-03-01 | fix a typecast | Warren Dukes | 1 | -2/+2 |
2004-02-27 | put decode_pid in shared mem, so if player process dies, the master | Warren Dukes | 1 | -0/+1 |
2004-02-25 | some more cleanups | Warren Dukes | 1 | -12/+12 |
2004-02-25 | cleanup logging, need to be careful with SECURE and DEBUG | Warren Dukes | 1 | -2/+2 |
2004-02-25 | be more careful with string manipulations, use strncpy as much as possible | Warren Dukes | 1 | -2/+3 |