| Commit message (Expand) | Author | Age | Files | Lines |
* | conf: improved boolean config parameter handling from -ke | Eric Wong | 2007-09-05 | 1 | -4/+3 |
* | inputPlugins/mp3_plugin: parse LAME tags for ReplayGain info | J. Alexander Treuman | 2007-08-22 | 1 | -46/+104 |
* | Making some bool options more consistent. | J. Alexander Treuman | 2007-06-03 | 1 | -5/+7 |
* | Cleaning up some comments. | J. Alexander Treuman | 2007-04-09 | 1 | -1/+1 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 1 | -12/+1 |
* | mp3: sparse: fix warnings reported with -Wshadow | Eric Wong | 2007-01-14 | 1 | -8/+7 |
* | Added gapless_mp3_playback option. Setting to "no" will disable gapless | J. Alexander Treuman | 2006-12-23 | 1 | -2/+15 |
* | Only parse gapless info if the input stream is seekable, under the | J. Alexander Treuman | 2006-12-23 | 1 | -1/+2 |
* | Don't stop decoding if we're at maxFrames just because there's a Xing tag. | J. Alexander Treuman | 2006-12-23 | 1 | -4/+3 |
* | Cleaning up some damn near unreadable wrapping caused by indent. | J. Alexander Treuman | 2006-12-23 | 1 | -25/+8 |
* | Properly calculate the number of remaining samples in the MP3 frame, even | J. Alexander Treuman | 2006-12-23 | 1 | -5/+7 |
* | mp3_plugin.c: fix compilation with -pedantic and/or gcc 2.95 | Eric Wong | 2006-10-06 | 1 | -16/+20 |
* | handle invalid xing tags better. | Warren Dukes | 2006-10-03 | 1 | -18/+26 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -3/+3 |
* | Use strcasecmp to check for replaygain id3v2 tags, since apparently some apps... | J. Alexander Treuman | 2006-08-23 | 1 | -4/+4 |
* | Instead of ignoring mp2/mp3 files that start with a layer 1 frame, just skip ... | J. Alexander Treuman | 2006-08-23 | 1 | -2/+1 |
* | If a frame header decode loses sync, just try again instead of trying to deco... | J. Alexander Treuman | 2006-08-23 | 1 | -7/+3 |
* | Skip layer 2 frames in mp3s and vice versa. Also drop support for layer 1, s... | J. Alexander Treuman | 2006-08-23 | 1 | -3/+15 |
* | trivial: labels should be on the left-most column, no tabbing | Eric Wong | 2006-08-20 | 1 | -2/+2 |
* | Stop decoding once we've dropped samples at the end (it messes up the audio i... | J. Alexander Treuman | 2006-08-13 | 1 | -1/+3 |
* | Presume that the Xing frame count is accurate, and stop decoding when we hit ... | J. Alexander Treuman | 2006-08-13 | 1 | -2/+9 |
* | Several fixes uncovered with -pedantic | Eric Wong | 2006-08-01 | 1 | -2/+2 |
* | Silence a gcc warning... Properly. | J. Alexander Treuman | 2006-07-26 | 1 | -1/+3 |
* | Silence a gcc warning | J. Alexander Treuman | 2006-07-26 | 1 | -0/+2 |
* | jat's second tip of the day: when you change a ternary operator to an if, don... | J. Alexander Treuman | 2006-07-26 | 1 | -1/+1 |
* | Screw this found_* stuff, just wrap parse_*() in an if | J. Alexander Treuman | 2006-07-26 | 1 | -11/+6 |
* | Don't decode the first frame if it has a xing tag, not only if it has a xing ... | J. Alexander Treuman | 2006-07-26 | 1 | -1/+2 |
* | Use the lame tag's encoder delay/padding to implement gapless mp3 playback | J. Alexander Treuman | 2006-07-26 | 1 | -0/+53 |
* | Parse lame tag for encoder delay/padding so we can later implement gapless | J. Alexander Treuman | 2006-07-25 | 1 | -0/+67 |
* | jat's tip of the day: remember to remove your silly debug messages before com... | J. Alexander Treuman | 2006-07-25 | 1 | -1/+0 |
* | Add support for mp1/2. Thanks to Stephan Beyer for the patch. | J. Alexander Treuman | 2006-07-25 | 1 | -2/+5 |
* | Removing my stupid debug messages for testing xing | J. Alexander Treuman | 2006-07-25 | 1 | -2/+0 |
* | Reworking xing parsing so lame tags will fit in better | J. Alexander Treuman | 2006-07-25 | 1 | -20/+19 |
* | Thanks for making my code totally unreadable indent! | J. Alexander Treuman | 2006-07-25 | 1 | -80/+54 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -6/+4 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -357/+440 |
* | Fix VBR mp3 seek accuracy bug | J. Alexander Treuman | 2006-07-18 | 1 | -1/+1 |
* | Cleaned up parse_xing, added support for Info magic, and added a parse_extens... | J. Alexander Treuman | 2006-07-18 | 1 | -15/+54 |
* | Reindenting parse_xing, since I need to work on it and it's a mess | J. Alexander Treuman | 2006-07-18 | 1 | -42/+41 |
* | inputPlugins/*_plugin.c: static-fication | Eric Wong | 2006-07-17 | 1 | -18/+18 |
* | Remove hosted libid3tag & libmad | Avuton Olrich | 2006-07-16 | 1 | -8/+2 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -1/+1 |
* | Cleanup id3 ReplayGain parsing code. | J. Alexander Treuman | 2006-06-21 | 1 | -13/+19 |
* | Silly jat, don't use newMpdTag as a variable name! | J. Alexander Treuman | 2006-06-21 | 1 | -4/+4 |
* | Cleanup mp3_parseId3Tag to only modify the MpdTag if we have something new to... | J. Alexander Treuman | 2006-06-21 | 1 | -7/+11 |
* | Rewrote id3Dup to search for tags manually. Now libid3tag will actually tell... | J. Alexander Treuman | 2006-06-21 | 1 | -0/+2 |
* | Work around a stupid bug in libmad so VBR MP3s with CRC protection have the c... | J. Alexander Treuman | 2006-05-15 | 1 | -4/+17 |
* | merge with mpd/trunk up to r3925 | Eric Wong | 2006-03-16 | 1 | -0/+2 |