aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (unfollow)
Commit message (Expand)AuthorFilesLines
2006-07-30Now fix the mp4 plugin warnings to what they were before the dynamic linkingAvuton Olrich1-3/+3
2006-07-26Silence a gcc warning... Properly.J. Alexander Treuman1-1/+3
2006-07-26Silence a gcc warningJ. Alexander Treuman1-0/+2
2006-07-26jat's second tip of the day: when you change a ternary operator to an if, don...J. Alexander Treuman1-1/+1
2006-07-26Screw this found_* stuff, just wrap parse_*() in an ifJ. Alexander Treuman1-11/+6
2006-07-26Don't decode the first frame if it has a xing tag, not only if it has a xing ...J. Alexander Treuman1-1/+2
2006-07-26Use the lame tag's encoder delay/padding to implement gapless mp3 playbackJ. Alexander Treuman1-0/+53
2006-07-26Put mp4ff back into the treeAvuton Olrich1-30/+25
2006-07-25Parse lame tag for encoder delay/padding so we can later implement gaplessJ. Alexander Treuman1-0/+67
2006-07-25jat's tip of the day: remember to remove your silly debug messages before com...J. Alexander Treuman1-1/+0
2006-07-25Add support for mp1/2. Thanks to Stephan Beyer for the patch.J. Alexander Treuman1-2/+5
2006-07-25Removing my stupid debug messages for testing xingJ. Alexander Treuman1-2/+0
2006-07-25Reworking xing parsing so lame tags will fit in betterJ. Alexander Treuman1-20/+19
2006-07-25Thanks for making my code totally unreadable indent!J. Alexander Treuman1-80/+54
2006-07-20Add mpd-indent.shAvuton Olrich12-25/+23
2006-07-20Add mpd-indent.shAvuton Olrich13-1524/+1756
2006-07-19Warnings fixes, since MPD uses different mp4ff theyAvuton Olrich1-4/+4
2006-07-19Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mi...J. Alexander Treuman1-7/+9
2006-07-19Remove the internal mp4ff dependencyAvuton Olrich1-42/+43
2006-07-18Fix VBR mp3 seek accuracy bugJ. Alexander Treuman1-1/+1
2006-07-18Cleaned up parse_xing, added support for Info magic, and added a parse_extens...J. Alexander Treuman1-15/+54
2006-07-18Reindenting parse_xing, since I need to work on it and it's a messJ. Alexander Treuman1-42/+41
2006-07-18inputPlugins/oggflac_plugin.c: remove unused varEric Wong1-1/+0
2006-07-17some quick hacks to avoid signedness warnings with gcc4Warren Dukes1-1/+1
2006-07-17inputPlugins/*_plugin.c: static-ficationEric Wong8-77/+77
2006-07-17sparse: fix a enum type mismatch in flac_pluginEric Wong1-1/+1
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-6/+6
2006-07-16Remove hosted libid3tag & libmadAvuton Olrich1-8/+2
2006-07-15De-inline non-trivial, non-performance-critical functionsEric Wong3-2/+4
2006-07-14Change shank's email addressJ. Alexander Treuman13-13/+13
2006-07-13Huge header update, update the copyright and addAvuton Olrich13-13/+13
2006-06-21Cleanup id3 ReplayGain parsing code.J. Alexander Treuman1-13/+19
2006-06-21Silly jat, don't use newMpdTag as a variable name!J. Alexander Treuman1-4/+4
2006-06-21Cleanup mp3_parseId3Tag to only modify the MpdTag if we have something new to...J. Alexander Treuman1-7/+11
2006-06-21Rewrote id3Dup to search for tags manually. Now libid3tag will actually tell...J. Alexander Treuman1-0/+2
2006-06-04gcc 2.95 compatibility fixesEric Wong2-4/+8
2006-05-15Work around a stupid bug in libmad so VBR MP3s with CRC protection have the c...J. Alexander Treuman1-4/+17
2006-05-03Add 'aif' as an extension with libaudiofile.Avuton Olrich1-1/+1
2006-04-30Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow3-4/+18
2006-04-18oggvorbis_plugin.c: eek, I'm a moron..Eric Wong1-1/+1
2006-04-18oggvorbis_plugin.c: oops, fix an off-by-oneEric Wong1-2/+2
2006-03-16merge with mpd/trunk up to r3925Eric Wong13-286/+908
2006-01-21fix for mp3 replaygaineQball Cow1-4/+1
2006-01-14Replay gain for mp3. (Patch cleaned up and provided by Jat)Qball Cow1-18/+70
2005-12-31flac_plugin: revert the performance optimization we did a while agoEric Wong1-23/+19
2005-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow8-8/+52
2005-08-25patch for using Tremor to decode Ogg-VorbisEric Wong1-0/+15
2005-08-07Fix musepack bitrate displayEric Wong1-3/+4
2005-07-30update musepack decoding code to use the newer mpcdec libraryEric Wong1-4/+4
2005-04-03syntax error cleanupWarren Dukes1-1/+1