aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/mp3_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use strcasecmp to check for replaygain id3v2 tags, since apparently some apps...J. Alexander Treuman2006-08-231-4/+4
* Instead of ignoring mp2/mp3 files that start with a layer 1 frame, just skip ...J. Alexander Treuman2006-08-231-2/+1
* If a frame header decode loses sync, just try again instead of trying to deco...J. Alexander Treuman2006-08-231-7/+3
* Skip layer 2 frames in mp3s and vice versa. Also drop support for layer 1, s...J. Alexander Treuman2006-08-231-3/+15
* trivial: labels should be on the left-most column, no tabbingEric Wong2006-08-201-2/+2
* Stop decoding once we've dropped samples at the end (it messes up the audio i...J. Alexander Treuman2006-08-131-1/+3
* Presume that the Xing frame count is accurate, and stop decoding when we hit ...J. Alexander Treuman2006-08-131-2/+9
* Several fixes uncovered with -pedanticEric Wong2006-08-011-2/+2
* Silence a gcc warning... Properly.J. Alexander Treuman2006-07-261-1/+3
* Silence a gcc warningJ. Alexander Treuman2006-07-261-0/+2
* jat's second tip of the day: when you change a ternary operator to an if, don...J. Alexander Treuman2006-07-261-1/+1
* Screw this found_* stuff, just wrap parse_*() in an ifJ. Alexander Treuman2006-07-261-11/+6
* Don't decode the first frame if it has a xing tag, not only if it has a xing ...J. Alexander Treuman2006-07-261-1/+2
* Use the lame tag's encoder delay/padding to implement gapless mp3 playbackJ. Alexander Treuman2006-07-261-0/+53
* Parse lame tag for encoder delay/padding so we can later implement gaplessJ. Alexander Treuman2006-07-251-0/+67
* jat's tip of the day: remember to remove your silly debug messages before com...J. Alexander Treuman2006-07-251-1/+0
* Add support for mp1/2. Thanks to Stephan Beyer for the patch.J. Alexander Treuman2006-07-251-2/+5
* Removing my stupid debug messages for testing xingJ. Alexander Treuman2006-07-251-2/+0
* Reworking xing parsing so lame tags will fit in betterJ. Alexander Treuman2006-07-251-20/+19
* Thanks for making my code totally unreadable indent!J. Alexander Treuman2006-07-251-80/+54
* Add mpd-indent.shAvuton Olrich2006-07-201-6/+4
* Add mpd-indent.shAvuton Olrich2006-07-201-357/+440
* Fix VBR mp3 seek accuracy bugJ. Alexander Treuman2006-07-181-1/+1
* Cleaned up parse_xing, added support for Info magic, and added a parse_extens...J. Alexander Treuman2006-07-181-15/+54
* Reindenting parse_xing, since I need to work on it and it's a messJ. Alexander Treuman2006-07-181-42/+41
* inputPlugins/*_plugin.c: static-ficationEric Wong2006-07-171-18/+18
* Remove hosted libid3tag & libmadAvuton Olrich2006-07-161-8/+2
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Cleanup id3 ReplayGain parsing code.J. Alexander Treuman2006-06-211-13/+19
* Silly jat, don't use newMpdTag as a variable name!J. Alexander Treuman2006-06-211-4/+4
* Cleanup mp3_parseId3Tag to only modify the MpdTag if we have something new to...J. Alexander Treuman2006-06-211-7/+11
* Rewrote id3Dup to search for tags manually. Now libid3tag will actually tell...J. Alexander Treuman2006-06-211-0/+2
* Work around a stupid bug in libmad so VBR MP3s with CRC protection have the c...J. Alexander Treuman2006-05-151-4/+17
* merge with mpd/trunk up to r3925Eric Wong2006-03-161-0/+2
* fix for mp3 replaygaineQball Cow2006-01-211-4/+1
* Replay gain for mp3. (Patch cleaned up and provided by Jat)Qball Cow2006-01-141-18/+70
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-081-0/+3
* when filling mp3 buffer, check if its already full. If it is, then give up t...Warren Dukes2005-02-141-0/+4
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-7/+13
* rewrite replaygain code, needs testingWarren Dukes2004-11-021-2/+4
* 1) fix bug, id3_tag_parse does may return NULL if there's an error in decodin...Warren Dukes2004-07-241-2/+6
* for mp3's, skip all initial frames that aren't layer 3 so we can be sure toWarren Dukes2004-07-031-0/+3
* fix for when trying to seek past the end of an mp3Warren Dukes2004-07-031-5/+6
* fix poping at the beginng of mp3'sWarren Dukes2004-06-201-12/+17
* put CHUNK_SIZE backWarren Dukes2004-06-201-2/+2
* fix a few bugs in mp3_decode and minimize alsa underruns by playing silence w...Warren Dukes2004-06-191-5/+4
* DEBUG messageWarren Dukes2004-06-191-2/+7
* icy metadata! wahooWarren Dukes2004-06-071-3/+36
* todo updateWarren Dukes2004-06-061-1/+5