| Commit message (Expand) | Author | Files | Lines |
2006-07-26 | Use the lame tag's encoder delay/padding to implement gapless mp3 playback | J. Alexander Treuman | 1 | -0/+53 |
2006-07-26 | Put mp4ff back into the tree | Avuton Olrich | 1 | -30/+25 |
2006-07-25 | Parse lame tag for encoder delay/padding so we can later implement gapless | J. Alexander Treuman | 1 | -0/+67 |
2006-07-25 | jat's tip of the day: remember to remove your silly debug messages before com... | J. Alexander Treuman | 1 | -1/+0 |
2006-07-25 | Add support for mp1/2. Thanks to Stephan Beyer for the patch. | J. Alexander Treuman | 1 | -2/+5 |
2006-07-25 | Removing my stupid debug messages for testing xing | J. Alexander Treuman | 1 | -2/+0 |
2006-07-25 | Reworking xing parsing so lame tags will fit in better | J. Alexander Treuman | 1 | -20/+19 |
2006-07-25 | Thanks for making my code totally unreadable indent! | J. Alexander Treuman | 1 | -80/+54 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 12 | -25/+23 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 13 | -1524/+1756 |
2006-07-19 | Warnings fixes, since MPD uses different mp4ff they | Avuton Olrich | 1 | -4/+4 |
2006-07-19 | Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mi... | J. Alexander Treuman | 1 | -7/+9 |
2006-07-19 | Remove the internal mp4ff dependency | Avuton Olrich | 1 | -42/+43 |
2006-07-18 | Fix VBR mp3 seek accuracy bug | J. Alexander Treuman | 1 | -1/+1 |
2006-07-18 | Cleaned up parse_xing, added support for Info magic, and added a parse_extens... | J. Alexander Treuman | 1 | -15/+54 |
2006-07-18 | Reindenting parse_xing, since I need to work on it and it's a mess | J. Alexander Treuman | 1 | -42/+41 |
2006-07-18 | inputPlugins/oggflac_plugin.c: remove unused var | Eric Wong | 1 | -1/+0 |
2006-07-17 | some quick hacks to avoid signedness warnings with gcc4 | Warren Dukes | 1 | -1/+1 |
2006-07-17 | inputPlugins/*_plugin.c: static-fication | Eric Wong | 8 | -77/+77 |
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 |