| Commit message (Expand) | Author | Files | Lines |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -2/+2 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -1/+1 |
2006-08-14 | Revert leaks from r4311, and also the leak fixes as a result of that | Eric Wong | 1 | -7/+3 |
2006-08-08 | more sparse cleanups | Eric Wong | 1 | -1/+1 |
2006-08-01 | logging cleanups | Eric Wong | 1 | -2/+2 |
2006-07-30 | remove clumsy strncpy use | Eric Wong | 1 | -18/+8 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -258/+253 |
2006-07-16 | Fixing a whopping 4 memory leaks | J. Alexander Treuman | 1 | -1/+6 |
2006-07-14 | [CLEANUP] Cleanup spaces->tabs | Avuton Olrich | 1 | -87/+87 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-14 | Remove test on a local variable that won't have been modified yet | J. Alexander Treuman | 1 | -1/+0 |
2006-07-14 | Remove unused playSilenceOrSleep macro | J. Alexander Treuman | 1 | -6/+0 |
2006-07-14 | Remove some misleading comments, fix shanks terrible spelling | J. Alexander Treuman | 1 | -6/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2006-03-16 | merge with mpd/trunk up to r3925 | Eric Wong | 1 | -21/+60 |
2005-12-17 | call dropBufferedAudio() when pausing | Warren Dukes | 1 | -1/+4 |
2005-11-19 | gcc 2.95 fixes | Eric Wong | 1 | -1/+1 |
2005-11-16 | DJWLindenaar balanced tree and master process patch | Qball Cow | 1 | -1/+1 |
2005-08-20 | "&", not "&&" (the bug itself was harmless, but a bug nevertheless) | Eric Wong | 1 | -1/+1 |
2005-03-21 | drop the current audio buffer when seeking | Warren Dukes | 1 | -0/+1 |
2005-03-19 | fix some signal handling | Warren Dukes | 1 | -9/+1 |
2005-03-10 | todo update, and remove a potentially gratutious playSilence() call | Warren Dukes | 1 | -1/+6 |
2005-03-09 | *) add support for pid files | Warren Dukes | 1 | -36/+39 |
2005-03-08 | undo fix for killall not preserving the current format properly, it causes pr... | Warren Dukes | 1 | -2/+5 |
2005-03-08 | now player and decoder processes should only exit() when receiving term signa... | Warren Dukes | 1 | -2/+3 |
2005-03-05 | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 1 | -0/+1 |
2004-11-10 | merge changes from metadata-rewrite branch | Warren Dukes | 1 | -4/+0 |
2004-11-03 | forgot a '\n' at the end of a error statement | Warren Dukes | 1 | -2/+2 |
2004-10-28 | when sending metadata to audiodevice, put filename in title if no tag data is... | Warren Dukes | 1 | -0/+4 |
2004-10-26 | undo last changes | Warren Dukes | 1 | -21/+11 |
2004-10-26 | try to fix metadata on initially playing (metadata being sent before device i... | Warren Dukes | 1 | -12/+22 |
2004-10-25 | parse metadata and send to output when playing another stream | Warren Dukes | 1 | -2/+8 |
2004-10-25 | fix a big time bug in metadataChunk (off by one in an array assignment) | Warren Dukes | 1 | -1/+9 |
2004-10-16 | #1) Fix a potential security hole, where mpd sends a line from a playlist to ... | Warren Dukes | 1 | -1/+5 |
2004-08-09 | fix a spelling error in message | Warren Dukes | 1 | -2/+2 |
2004-07-12 | report error to error log when unable to open audio device | Warren Dukes | 1 | -0/+2 |
2004-06-20 | fix qball's bug, crossfading playing with funny samplerate | Warren Dukes | 1 | -1/+3 |
2004-06-19 | fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w... | Warren Dukes | 1 | -3/+8 |
2004-06-19 | uber minor tweaks | Warren Dukes | 1 | -2/+3 |
2004-06-10 | minor little cleanups | Warren Dukes | 1 | -17/+24 |
2004-06-09 | fix some streaming metadata issues | Warren Dukes | 1 | -1/+3 |
2004-06-08 | remove "wrap" from buffering control, its not needed, and could potentially | Warren Dukes | 1 | -11/+6 |
2004-06-07 | remove metadata debugging code | Warren Dukes | 1 | -2/+0 |
2004-06-07 | some fixes to metadata stuff | Warren Dukes | 1 | -11/+0 |
2004-06-07 | potential bugfixes for handling metadata in player/decoder | Warren Dukes | 1 | -14/+43 |
2004-06-07 | icy metadata! wahoo | Warren Dukes | 1 | -3/+3 |
2004-06-06 | harden metadatabuffer | Warren Dukes | 1 | -1/+4 |
2004-06-06 | mechanism for updating metadata while decoding | Warren Dukes | 1 | -59/+29 |
2004-06-06 | todo update | Warren Dukes | 1 | -49/+73 |
2004-06-03 | in decodeStart(), on switch for getting type of file, swtich on dc->utf8url, ... | Warren Dukes | 1 | -1/+1 |