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