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