| Commit message (Expand) | Author | Age | Files | Lines |
* | make the "kill" command work again | Eric Wong | 2005-02-07 | 1 | -2/+2 |
* | fix a logic error in flacParseReplayGain and also a gcc 2.95 compile error | Eric Wong | 2005-02-07 | 1 | -3/+3 |
* | add ALSA_CFLAGS and _LIBS to MPD_* | Warren Dukes | 2005-02-03 | 1 | -1/+1 |
* | fix alsa configure stuff | Warren Dukes | 2005-02-03 | 2 | -3/+3 |
* | make local functions static | Warren Dukes | 2005-02-03 | 1 | -6/+7 |
* | - Clarify MPC to musepack (MPC) as not to confuse new MPD customers | Avuton Olrich | 2005-02-02 | 2 | -7/+10 |
* | big endian support for flac | Warren Dukes | 2005-02-02 | 1 | -1/+8 |
* | fix to code just submitted | Warren Dukes | 2005-02-02 | 1 | -1/+1 |
* | minor optimization to flacWrite() | Warren Dukes | 2005-02-02 | 1 | -19/+16 |
* | todo update | Warren Dukes | 2005-02-02 | 2 | -7/+17 |
* | forgot to remove some debug statements | Warren Dukes | 2005-02-02 | 1 | -2/+0 |
* | playing, stopping, and seeking mpc files should work now. next is parsing me... | Warren Dukes | 2005-02-02 | 1 | -6/+11 |
* | mpc plugin basically working. | Warren Dukes | 2005-02-01 | 1 | -20/+12 |
* | some minor changes, still doesn't quite work | Warren Dukes | 2005-02-01 | 1 | -5/+25 |
* | remove getOggTotalTime(), wasn't used anywhere | Warren Dukes | 2005-02-01 | 2 | -28/+1 |
* | configure now checks for libmusepack | Warren Dukes | 2005-02-01 | 1 | -0/+46 |
* | will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack to | Warren Dukes | 2005-02-01 | 3 | -77/+102 |
* | beginnings of a mpc plugin, work in progress | Warren Dukes | 2005-02-01 | 1 | -0/+280 |
* | todo update | Warren Dukes | 2005-02-01 | 1 | -0/+2 |
* | use alsa m4 stuff to generate configure | Warren Dukes | 2005-02-01 | 3 | -22/+149 |
* | fix compilation error: s/mpdItemToMpdTag/addItemToMpdTag/ | Warren Dukes | 2005-01-31 | 1 | -1/+1 |
* | fix --enable-mod | Warren Dukes | 2005-01-31 | 1 | -1/+1 |
* | add streaming input support for FLAC | Eric Wong | 2005-01-29 | 1 | -45/+33 |
* | free(name) in readDirectoryInfo after using it | Eric Wong | 2005-01-29 | 1 | -0/+1 |
* | change the http identification string to package_name/package_version | Warren Dukes | 2005-01-23 | 1 | -1/+4 |
* | this should fix compile bugs #350 and #351 | Warren Dukes | 2005-01-16 | 2 | -9/+33 |
* | fix some casting issues in error messages for output buffer size | Warren Dukes | 2004-12-22 | 1 | -5/+6 |
* | todo update | Warren Dukes | 2004-12-19 | 1 | -0/+2 |
* | todo update | Warren Dukes | 2004-12-13 | 1 | -0/+2 |
* | remove np from credits | Warren Dukes | 2004-12-12 | 1 | -2/+0 |
* | todo update | Warren Dukes | 2004-12-10 | 1 | -0/+2 |
* | todo update | Warren Dukes | 2004-12-07 | 1 | -2/+3 |
* | fix logic for commands and notcommands for real this time | Warren Dukes | 2004-11-23 | 1 | -3/+2 |
* | fix a little logic bomb in commands && notcommands | Warren Dukes | 2004-11-23 | 1 | -2/+2 |
* | added "notcommands" command | Warren Dukes | 2004-11-23 | 1 | -0/+21 |
* | remove --update-db option | Warren Dukes | 2004-11-20 | 1 | -3/+3 |
* | fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud... | Warren Dukes | 2004-11-20 | 2 | -2/+4 |
* | todo update | Warren Dukes | 2004-11-19 | 1 | -0/+2 |
* | don't need to pass audioFormat to openDeviceFunc | Warren Dukes | 2004-11-19 | 4 | -12/+7 |
* | fix an issue with errors and new read() code on interface | Warren Dukes | 2004-11-16 | 1 | -3/+8 |
* | get rid of a gcc warning | Warren Dukes | 2004-11-15 | 1 | -4/+4 |
* | s/device/output/ | Warren Dukes | 2004-11-15 | 1 | -3/+3 |
* | this shit really needs to be cleaned up, but its good enough for testing, | Warren Dukes | 2004-11-15 | 5 | -24/+45 |
* | use realloc for makeListNodesArray | Warren Dukes | 2004-11-15 | 1 | -27/+27 |
* | ok, fix FindNode | Warren Dukes | 2004-11-15 | 1 | -1/+1 |
* | don't to an unneccessary sort | Warren Dukes | 2004-11-15 | 1 | -5/+0 |
* | oops, forgot to remove some DEBUG statments | Warren Dukes | 2004-11-15 | 2 | -4/+1 |
* | insert stuff in tagTracker in sorted order, hopefully this makes it faster | Warren Dukes | 2004-11-15 | 5 | -57/+80 |
* | - Fix compilation error when compiling in a working directory with mp4 support. | Avuton Olrich | 2004-11-14 | 2 | -2/+2 |
* | add non-standard m4's to mpd svn repository | Warren Dukes | 2004-11-14 | 8 | -0/+729 |