| Commit message (Expand) | Author | Files | Lines |
2006-05-03 | Add 'aif' as an extension with libaudiofile. | Avuton Olrich | 1 | -1/+1 |
2006-04-30 | Added Disc # metadata item based on bug 571 (added id3v2 support) | Qball Cow | 5 | -6/+26 |
2006-04-30 | Remove unused config value | Qball Cow | 2 | -2/+0 |
2006-04-30 | update help text | Qball Cow | 1 | -4/+4 |
2006-04-27 | outputs now only needs read permission | Qball Cow | 1 | -1/+1 |
2006-04-23 | Adding of plchangesposid command, this is a stripped down version of the plch... | Qball Cow | 3 | -0/+39 |
2006-04-22 | Fix for the macro, use gitsetenv, thanks to normalperson, eleusis, jat | Avuton Olrich | 1 | -8/+34 |
2006-04-22 | Solaris is reported to not have a setenv() thus | Avuton Olrich | 1 | -0/+12 |
2006-04-22 | Fix typo, fixes bug in mantis, will sign off later | Avuton Olrich | 1 | -1/+1 |
2006-04-18 | oggvorbis_plugin.c: eek, I'm a moron.. | Eric Wong | 1 | -1/+1 |
2006-04-18 | oggvorbis_plugin.c: oops, fix an off-by-one | Eric Wong | 1 | -2/+2 |
2006-04-05 | Don't rely on memcmp() for structs, padding bits are random | Eric Wong | 2 | -3/+8 |
2006-03-29 | myfprintf: we should be near -ke speeds on most desktops | Eric Wong | 1 | -3/+1 |
2006-03-26 | src/playlist.c: remove unnecessary strdup() | Eric Wong | 1 | -4/+5 |
2006-03-26 | src/command.c: protocol commands are all lowercase, _always_ | Eric Wong | 1 | -2/+2 |
2006-03-26 | Small fix, it's file: test not file:test | Qball Cow | 1 | -2/+2 |
2006-03-26 | Support for fetching the content of a stored playlist (patch by qball), this ... | Qball Cow | 3 | -73/+123 |
2006-03-25 | src/audioOutputs/audioOutput_oss.c: fix for big-endian machines | Eric Wong | 1 | -15/+19 |
2006-03-19 | src/outputBuffer.c: bugfix: freeMpdTag(), not just free() | Eric Wong | 1 | -1/+1 |
2006-03-18 | rewrite statefile code for audio devices | Eric Wong | 3 | -108/+91 |
2006-03-18 | ls.c: remove unnecessary strdup | Eric Wong | 1 | -2/+0 |
2006-03-16 | merge with mpd/trunk up to r3925 | Eric Wong | 23 | -340/+1063 |
2006-03-16 | fix some uninitialized variables (found by valgrind) | Eric Wong | 2 | -0/+3 |
2006-03-16 | command.c: remove unnecessary strdup() | Eric Wong | 1 | -5/+3 |
2006-03-16 | Hopefully the last of the spelling fixes :> | Eric Wong | 3 | -5/+5 |
2006-03-16 | conf.c: correctly parse "~username/file" in config files | Eric Wong | 1 | -1/+1 |
2006-03-15 | inputStream_http.c: speling fikcses | Eric Wong | 1 | -4/+4 |
2006-03-15 | conf.c: speling fickses | Eric Wong | 1 | -3/+3 |
2006-01-25 | fix bug 544 | Warren Dukes | 1 | -11/+4 |
2006-01-21 | fix for mp3 replaygaine | Qball Cow | 1 | -4/+1 |
2006-01-14 | Replay gain for mp3. (Patch cleaned up and provided by Jat) | Qball Cow | 1 | -18/+70 |
2006-01-07 | fix addid crash ( found by qball ) | Warren Dukes | 1 | -1/+1 |
2005-12-31 | flac_plugin: revert the performance optimization we did a while ago | Eric Wong | 1 | -23/+19 |
2005-12-31 | r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800 | Eric Wong | 2 | -0/+2 |
2005-12-17 | call dropBufferedAudio() when pausing | Warren Dukes | 1 | -1/+4 |
2005-12-14 | Configure fix, so when no glib found it gives a error, and another race condi... | Qball Cow | 1 | -1/+1 |
2005-12-12 | potential fix for bug #466 | Warren Dukes | 1 | -6/+6 |
2005-12-05 | optimize away a boatload of strdups during update | Eric Wong | 1 | -4/+11 |
2005-11-19 | remove C++ style comments | Eric Wong | 9 | -36/+41 |
2005-11-19 | gcc 2.95 fixes | Eric Wong | 5 | -6/+9 |
2005-11-18 | DJWLindenaar's fix race condition and some memory leaks patch | Qball Cow | 7 | -8/+44 |
2005-11-16 | DJWLindenaar balanced tree and master process patch | Qball Cow | 12 | -115/+284 |
2005-10-25 | debug messages no longer cause segfaults :P | Eric Wong | 2 | -6/+4 |
2005-10-02 | Fixed (tested in Fink and DarwinPorts) osX output plugin | Qball Cow | 1 | -2/+2 |
2005-09-08 | Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr... | Qball Cow | 11 | -13/+81 |
2005-09-03 | forgot to print a strerror | Warren Dukes | 1 | -1/+1 |
2005-08-25 | patch for using Tremor to decode Ogg-Vorbis | Eric Wong | 1 | -0/+15 |
2005-08-23 | Saving state of output-device in state-file. (This is a temporary solution, r... | Qball Cow | 3 | -0/+142 |
2005-08-20 | "&", not "&&" (the bug itself was harmless, but a bug nevertheless) | Eric Wong | 1 | -1/+1 |
2005-08-18 | change a break; to a return statement | Warren Dukes | 1 | -1/+1 |