| Commit message (Expand) | Author | Files | Lines |
2006-07-17 | sparse: fix a enum type mismatch in flac_plugin | Eric Wong | 1 | -1/+1 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -6/+6 |
2006-07-16 | Remove hosted libid3tag & libmad | Avuton Olrich | 1 | -8/+2 |
2006-07-15 | De-inline non-trivial, non-performance-critical functions | Eric Wong | 3 | -2/+4 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 13 | -13/+13 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 13 | -13/+13 |
2006-06-21 | Cleanup id3 ReplayGain parsing code. | J. Alexander Treuman | 1 | -13/+19 |
2006-06-21 | Silly jat, don't use newMpdTag as a variable name! | J. Alexander Treuman | 1 | -4/+4 |
2006-06-21 | Cleanup mp3_parseId3Tag to only modify the MpdTag if we have something new to... | J. Alexander Treuman | 1 | -7/+11 |
2006-06-21 | Rewrote id3Dup to search for tags manually. Now libid3tag will actually tell... | J. Alexander Treuman | 1 | -0/+2 |
2006-06-04 | gcc 2.95 compatibility fixes | Eric Wong | 2 | -4/+8 |
2006-05-15 | Work around a stupid bug in libmad so VBR MP3s with CRC protection have the c... | J. Alexander Treuman | 1 | -4/+17 |
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 | 3 | -4/+18 |
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-03-16 | merge with mpd/trunk up to r3925 | Eric Wong | 13 | -286/+908 |
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 |
2005-12-31 | flac_plugin: revert the performance optimization we did a while ago | Eric Wong | 1 | -23/+19 |
2005-09-08 | Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr... | Qball Cow | 8 | -8/+52 |
2005-08-25 | patch for using Tremor to decode Ogg-Vorbis | Eric Wong | 1 | -0/+15 |
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 |