| Commit message (Expand) | Author | Files | Lines |
2005-02-02 | big endian support for flac | Warren Dukes | 1 | -1/+8 |
2005-02-02 | fix to code just submitted | Warren Dukes | 1 | -1/+1 |
2005-02-02 | minor optimization to flacWrite() | Warren Dukes | 1 | -19/+16 |
2005-02-02 | todo update | Warren Dukes | 1 | -3/+13 |
2005-02-02 | forgot to remove some debug statements | Warren Dukes | 1 | -2/+0 |
2005-02-02 | playing, stopping, and seeking mpc files should work now. next is parsing me... | Warren Dukes | 1 | -6/+11 |
2005-02-01 | mpc plugin basically working. | Warren Dukes | 1 | -20/+12 |
2005-02-01 | some minor changes, still doesn't quite work | Warren Dukes | 1 | -5/+25 |
2005-02-01 | remove getOggTotalTime(), wasn't used anywhere | Warren Dukes | 2 | -28/+1 |
2005-02-01 | will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack to | Warren Dukes | 3 | -77/+102 |
2005-02-01 | beginnings of a mpc plugin, work in progress | Warren Dukes | 1 | -0/+280 |
2005-01-31 | fix compilation error: s/mpdItemToMpdTag/addItemToMpdTag/ | Warren Dukes | 1 | -1/+1 |
2005-01-29 | add streaming input support for FLAC | Eric Wong | 1 | -45/+33 |
2005-01-29 | free(name) in readDirectoryInfo after using it | Eric Wong | 1 | -0/+1 |
2005-01-23 | change the http identification string to package_name/package_version | Warren Dukes | 1 | -1/+4 |
2005-01-16 | this should fix compile bugs #350 and #351 | Warren Dukes | 1 | -0/+20 |
2004-12-22 | fix some casting issues in error messages for output buffer size | Warren Dukes | 1 | -5/+6 |
2004-12-12 | remove np from credits | Warren Dukes | 1 | -2/+0 |
2004-11-23 | fix logic for commands and notcommands for real this time | Warren Dukes | 1 | -3/+2 |
2004-11-23 | fix a little logic bomb in commands && notcommands | Warren Dukes | 1 | -2/+2 |
2004-11-23 | added "notcommands" command | Warren Dukes | 1 | -0/+21 |
2004-11-20 | remove --update-db option | Warren Dukes | 1 | -3/+3 |
2004-11-20 | fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud... | Warren Dukes | 2 | -2/+4 |
2004-11-19 | don't need to pass audioFormat to openDeviceFunc | Warren Dukes | 4 | -12/+7 |
2004-11-16 | fix an issue with errors and new read() code on interface | Warren Dukes | 1 | -3/+8 |
2004-11-15 | get rid of a gcc warning | Warren Dukes | 1 | -4/+4 |
2004-11-15 | s/device/output/ | Warren Dukes | 1 | -3/+3 |
2004-11-15 | this shit really needs to be cleaned up, but its good enough for testing, | Warren Dukes | 5 | -24/+45 |
2004-11-15 | use realloc for makeListNodesArray | Warren Dukes | 1 | -27/+27 |
2004-11-15 | ok, fix FindNode | Warren Dukes | 1 | -1/+1 |
2004-11-15 | don't to an unneccessary sort | Warren Dukes | 1 | -5/+0 |
2004-11-15 | oops, forgot to remove some DEBUG statments | Warren Dukes | 1 | -3/+0 |
2004-11-15 | insert stuff in tagTracker in sorted order, hopefully this makes it faster | Warren Dukes | 3 | -55/+78 |
2004-11-14 | - Fix compilation error when compiling in a working directory with mp4 support. | Avuton Olrich | 2 | -2/+2 |
2004-11-14 | put tracking titles back in tag tracker | Warren Dukes | 1 | -5/+5 |
2004-11-14 | fix test (we're not adding title's to the tag tracker) | Warren Dukes | 1 | -1/+1 |
2004-11-14 | test | Warren Dukes | 1 | -1/+9 |
2004-11-14 | no longer need to include sig_handlers.h in interfac.ec | Warren Dukes | 1 | -1/+0 |
2004-11-14 | fix a few bugs in read()'ing | Warren Dukes | 1 | -8/+9 |
2004-11-14 | optimized read() on clients, should be much, much faster now | Warren Dukes | 2 | -124/+123 |
2004-11-13 | a few DEBUG statements | Warren Dukes | 3 | -1/+11 |
2004-11-13 | fix bug in find | Warren Dukes | 1 | -1/+1 |
2004-11-12 | fix a bug in pringSongUrl, don't print leading '/' for songs in root dir | Warren Dukes | 2 | -2/+2 |
2004-11-12 | don't store only relative paths in the directory structure, its probably not | Warren Dukes | 4 | -31/+33 |
2004-11-12 | correct a type in the error message | Warren Dukes | 1 | -1/+1 |
2004-11-12 | now more flexible list, search, find, where you can enter pairs of | Warren Dukes | 3 | -43/+152 |
2004-11-11 | ok, dottemag's id3v1_encoding config parameter should now work. | Warren Dukes | 1 | -1/+19 |
2004-11-11 | somehow a } went missing | Warren Dukes | 1 | -1/+1 |
2004-11-11 | ok, tagtracker now tracks title, this has the disadvantage of needing to sort | Warren Dukes | 3 | -20/+42 |
2004-11-11 | better saved memmory display | Warren Dukes | 4 | -11/+31 |