| Commit message (Expand) | Author | Age | Files | Lines |
* | syntax error cleanup | Warren Dukes | 2005-04-03 | 1 | -1/+1 |
* | fix syntax error | Warren Dukes | 2005-04-03 | 1 | -1/+1 |
* | - Fix incompatible type warnings | Avuton Olrich | 2005-03-29 | 1 | -2/+2 |
* | fix FLAC playback over non-ideal HTTP streams | Eric Wong | 2005-03-13 | 1 | -4/+14 |
* | hopefully replaygain now works for musepack | Warren Dukes | 2005-03-07 | 1 | -4/+5 |
* | add support for parsing ape tags in musepack files | Warren Dukes | 2005-03-07 | 1 | -7/+40 |
* | added composer, performer, and comment metadata items | Warren Dukes | 2005-03-05 | 2 | -0/+18 |
* | s/mpc_bool_t/BOOL/ so it works with libmusepack 1.1 | Warren Dukes | 2005-02-26 | 1 | -2/+2 |
* | when filling mp3 buffer, check if its already full. If it is, then give up t... | Warren Dukes | 2005-02-14 | 1 | -0/+4 |
* | disable replaygain support for musepack till i can figure out the format that... | Warren Dukes | 2005-02-09 | 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 |
* | make local functions static | Warren Dukes | 2005-02-03 | 1 | -6/+7 |
* | 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 | 1 | -3/+13 |
* | 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 |
* | will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack to | Warren Dukes | 2005-02-01 | 1 | -77/+99 |
* | beginnings of a mpc plugin, work in progress | Warren Dukes | 2005-02-01 | 1 | -0/+280 |
* | fix compilation error: s/mpdItemToMpdTag/addItemToMpdTag/ | Warren Dukes | 2005-01-31 | 1 | -1/+1 |
* | add streaming input support for FLAC | Eric Wong | 2005-01-29 | 1 | -45/+33 |
* | remove np from credits | Warren Dukes | 2004-12-12 | 1 | -2/+0 |
* | merge changes from metadata-rewrite branch | Warren Dukes | 2004-11-10 | 5 | -89/+127 |
* | here's why mikmod was segfaulting, the char * strings returned need to be str... | Warren Dukes | 2004-11-09 | 1 | -1/+1 |
* | more descriptive error messages for mpd | Warren Dukes | 2004-11-05 | 1 | -2/+22 |
* | rewrite replaygain code, needs testing | Warren Dukes | 2004-11-02 | 7 | -71/+56 |
* | flac spelling fixes from np | Warren Dukes | 2004-09-08 | 1 | -2/+2 |
* | add configuration variables for shout stuff | Warren Dukes | 2004-09-02 | 1 | -8/+19 |
* | don't call replaygain and cause preamp to beused if no replaygain tag exists | Warren Dukes | 2004-08-13 | 2 | -6/+10 |
* | 1) fix bug, id3_tag_parse does may return NULL if there's an error in decodin... | Warren Dukes | 2004-07-24 | 1 | -2/+6 |
* | fix same seeking past end of file issue for mp4, please test DJMario | Warren Dukes | 2004-07-03 | 1 | -9/+12 |
* | for mp3's, skip all initial frames that aren't layer 3 so we can be sure to | Warren Dukes | 2004-07-03 | 1 | -0/+3 |
* | fix for when trying to seek past the end of an mp3 | Warren Dukes | 2004-07-03 | 1 | -5/+6 |
* | spelling fixes from normalperson | Warren Dukes | 2004-06-29 | 1 | -1/+1 |
* | set flac_metadata_respond(VORBIS_COMMENT) so that flac responds to vorbis com... | Warren Dukes | 2004-06-28 | 1 | -0/+2 |
* | fix some memory leaks in flac_plugin - from normalperson | Warren Dukes | 2004-06-28 | 1 | -12/+22 |
* | fix bug in ogg replaygain | Warren Dukes | 2004-06-25 | 1 | -1/+1 |
* | slight fix to replay gain tags for oggs | Warren Dukes | 2004-06-25 | 1 | -1/+5 |
* | fix poping at the beginng of mp3's | Warren Dukes | 2004-06-20 | 1 | -12/+17 |
* | put CHUNK_SIZE back | Warren Dukes | 2004-06-20 | 1 | -2/+2 |
* | fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w... | Warren Dukes | 2004-06-19 | 2 | -7/+5 |
* | DEBUG message | Warren Dukes | 2004-06-19 | 1 | -2/+7 |
* | since stuff like vorbis streams report actual time into stream, | Warren Dukes | 2004-06-10 | 1 | -1/+2 |
* | fix some streaming metadata issues | Warren Dukes | 2004-06-09 | 1 | -0/+3 |
* | icy metadata! wahoo | Warren Dukes | 2004-06-07 | 2 | -4/+37 |
* | todo update | Warren Dukes | 2004-06-06 | 2 | -8/+21 |