aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/mp3_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-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 Olrich1-6/+4
2006-07-20Add mpd-indent.shAvuton Olrich1-357/+440
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-17inputPlugins/*_plugin.c: static-ficationEric Wong1-18/+18
2006-07-16Remove hosted libid3tag & libmadAvuton Olrich1-8/+2
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
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-05-15Work around a stupid bug in libmad so VBR MP3s with CRC protection have the c...J. Alexander Treuman1-4/+17
2006-03-16merge with mpd/trunk up to r3925Eric Wong1-0/+2
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-09-08Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow1-0/+3
2005-02-14when filling mp3 buffer, check if its already full. If it is, then give up t...Warren Dukes1-0/+4
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-7/+13
2004-11-02rewrite replaygain code, needs testingWarren Dukes1-2/+4
2004-07-241) fix bug, id3_tag_parse does may return NULL if there's an error in decodin...Warren Dukes1-2/+6
2004-07-03for mp3's, skip all initial frames that aren't layer 3 so we can be sure toWarren Dukes1-0/+3
2004-07-03fix for when trying to seek past the end of an mp3Warren Dukes1-5/+6
2004-06-20fix poping at the beginng of mp3'sWarren Dukes1-12/+17
2004-06-20put CHUNK_SIZE backWarren Dukes1-2/+2
2004-06-19fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes1-5/+4
2004-06-19DEBUG messageWarren Dukes1-2/+7
2004-06-07icy metadata! wahooWarren Dukes1-3/+36
2004-06-06todo updateWarren Dukes1-1/+5
2004-06-04todo updateWarren Dukes1-1/+1
2004-06-03don't stop on play command!Warren Dukes1-2/+3
2004-06-01remove an errant AHHHHWarren Dukes1-1/+0
2004-06-01remove some debug codeWarren Dukes1-4/+0
2004-06-01parsing mp3 id3v2 tags on the fly for streamsWarren Dukes1-9/+79
2004-05-31mod_plugin, just for tarzeauWarren Dukes1-0/+4
2004-05-31little cleanup of plugin stuffWarren Dukes1-6/+3
2004-05-31flac_pluginWarren Dukes1-0/+1