| Commit message (Expand) | Author | Age | Files | Lines |
* | More (v)snprintf-related buffer over-allocations removed | Eric Wong | 2007-02-19 | 1 | -2/+2 |
* | #1) fix a few potential deadlock conditons in decode.c when crossfading is en... | Warren Dukes | 2007-02-11 | 1 | -0/+2 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -3/+3 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -4/+4 |
* | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 2006-08-20 | 1 | -1/+1 |
* | Several bugfixes during exit found by valgrind | Eric Wong | 2006-08-14 | 1 | -1/+1 |
* | Spelling & Grammar | Avuton Olrich | 2006-08-11 | 1 | -1/+1 |
* | more sparse cleanups | Eric Wong | 2006-08-08 | 1 | -23/+23 |
* | merge changes from mpd-tree: | Warren Dukes | 2006-08-06 | 1 | -37/+52 |
* | logging cleanups | Eric Wong | 2006-08-01 | 1 | -1/+1 |
* | remove clumsy strncpy use | Eric Wong | 2006-07-30 | 1 | -6/+4 |
* | commandError() cleanups, fixup gcc checks | Eric Wong | 2006-07-30 | 1 | -1/+1 |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 1 | -13/+10 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -163/+214 |
* | Fix the undefined reference to `playerInitReal' | Avuton Olrich | 2006-07-14 | 1 | -1/+1 |
* | [CLEANUP] Remove unused function | Avuton Olrich | 2006-07-14 | 1 | -54/+26 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | remove C++ style comments | Eric Wong | 2005-11-19 | 1 | -10/+13 |
* | DJWLindenaar balanced tree and master process patch | Qball Cow | 2005-11-16 | 1 | -31/+37 |
* | implement saved memory by not storing full path | Warren Dukes | 2004-11-11 | 1 | -5/+5 |
* | merge changes from metadata-rewrite branch | Warren Dukes | 2004-11-10 | 1 | -3/+0 |
* | now one can specify multiple bind_to_addresses | Warren Dukes | 2004-11-03 | 1 | -1/+1 |
* | new setSigHandlersForDecoder() function, and be sure player/decode processes ... | Warren Dukes | 2004-11-03 | 1 | -9/+1 |
* | fix a big time bug in metadataChunk (off by one in an array assignment) | Warren Dukes | 2004-10-25 | 1 | -0/+6 |
* | remove an extra line of code | Warren Dukes | 2004-06-29 | 1 | -1/+0 |
* | fix C99 stuff for commandError | Warren Dukes | 2004-06-15 | 1 | -1/+1 |
* | fix some streaming metadata issues | Warren Dukes | 2004-06-09 | 1 | -7/+3 |
* | some fixes to metadata stuff | Warren Dukes | 2004-06-07 | 1 | -4/+5 |
* | slightly safer copying of metadataChunk to MpdTag | Warren Dukes | 2004-06-06 | 1 | -5/+5 |
* | mechanism for updating metadata while decoding | Warren Dukes | 2004-06-06 | 1 | -19/+7 |
* | todo update | Warren Dukes | 2004-06-06 | 1 | -3/+6 |
* | finish ack error codes | Warren Dukes | 2004-06-04 | 1 | -1/+2 |
* | clean up ACK error coding a little bit | Warren Dukes | 2004-06-04 | 1 | -2/+1 |
* | better method for computing total time played | Warren Dukes | 2004-06-03 | 1 | -5/+1 |
* | ogg voribs comment parsing on the fly in the decoder | Warren Dukes | 2004-06-01 | 1 | -0/+8 |
* | validateUtf8Tag on stream metadata | Warren Dukes | 2004-06-01 | 1 | -0/+1 |
* | some stream metadata fixes | Warren Dukes | 2004-05-31 | 1 | -8/+23 |
* | little tidying up that will be deleted anyway | Warren Dukes | 2004-05-31 | 1 | -4/+3 |
* | icynames are now copied to title of streams | Warren Dukes | 2004-05-31 | 1 | -22/+33 |
* | mp3 and ogg plugin stuff | Warren Dukes | 2004-05-31 | 1 | -53/+0 |
* | removed a debug statement | Warren Dukes | 2004-05-20 | 1 | -1/+0 |
* | ogg stream playing! some non-blocking seek bug fixes | Warren Dukes | 2004-05-20 | 1 | -0/+1 |
* | just a we bit of changes | Warren Dukes | 2004-05-19 | 1 | -21/+30 |
* | streaming fixes and such, now it seems to work good, what an annoying bug | Warren Dukes | 2004-05-18 | 1 | -2/+2 |
* | rework stuff so that we can use mime-type of streams to detect type of file | Warren Dukes | 2004-05-18 | 1 | -13/+20 |
* | assume all streams are mp3's, we'll need to open the streams before calling | Warren Dukes | 2004-05-18 | 1 | -1/+2 |
* | yes! rudimentary stream playing for mp3's! | Warren Dukes | 2004-05-18 | 1 | -12/+19 |
* | stuff for configuring the audio output format (sampling rate, channels, bits) | Warren Dukes | 2004-05-10 | 1 | -1/+1 |
* | some cleanups of sprintf's => snprintf's | Warren Dukes | 2004-04-16 | 1 | -12/+25 |