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