aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins/mp3_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed -Wshadow warningsMax Kellermann2008-01-261-8/+8
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-7/+1
* Simplify decode cleanup logic a bitEric Wong2008-01-011-12/+0
* conf: improved boolean config parameter handling from -keEric Wong2007-09-051-4/+3
* inputPlugins/mp3_plugin: parse LAME tags for ReplayGain infoJ. Alexander Treuman2007-08-221-46/+104
* Making some bool options more consistent.J. Alexander Treuman2007-06-031-5/+7
* Cleaning up some comments.J. Alexander Treuman2007-04-091-1/+1
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-12/+1
* mp3: sparse: fix warnings reported with -WshadowEric Wong2007-01-141-8/+7
* Added gapless_mp3_playback option. Setting to "no" will disable gaplessJ. Alexander Treuman2006-12-231-2/+15
* Only parse gapless info if the input stream is seekable, under theJ. Alexander Treuman2006-12-231-1/+2
* Don't stop decoding if we're at maxFrames just because there's a Xing tag.J. Alexander Treuman2006-12-231-4/+3
* Cleaning up some damn near unreadable wrapping caused by indent.J. Alexander Treuman2006-12-231-25/+8
* Properly calculate the number of remaining samples in the MP3 frame, evenJ. Alexander Treuman2006-12-231-5/+7
* mp3_plugin.c: fix compilation with -pedantic and/or gcc 2.95Eric Wong2006-10-061-16/+20
* handle invalid xing tags better.Warren Dukes2006-10-031-18/+26
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-3/+3
* 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