aboutsummaryrefslogtreecommitdiff
path: root/src/inputPlugins
Commit message (Expand)AuthorAge
* Now fix the mp4 plugin warnings to what they were before the dynamic linkingAvuton Olrich2006-07-30
* 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
* Put mp4ff back into the treeAvuton Olrich2006-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
* Warnings fixes, since MPD uses different mp4ff theyAvuton Olrich2006-07-19
* Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mi...J. Alexander Treuman2006-07-19
* Remove the internal mp4ff dependencyAvuton Olrich2006-07-19
* 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/oggflac_plugin.c: remove unused varEric Wong2006-07-18
* some quick hacks to avoid signedness warnings with gcc4Warren Dukes2006-07-17
* inputPlugins/*_plugin.c: static-ficationEric Wong2006-07-17
* sparse: fix a enum type mismatch in flac_pluginEric Wong2006-07-17
* sparse: ANSI-fy function declarationsEric Wong2006-07-17
* Remove hosted libid3tag & libmadAvuton Olrich2006-07-16
* De-inline non-trivial, non-performance-critical functionsEric Wong2006-07-15
* 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
* gcc 2.95 compatibility fixesEric Wong2006-06-04
* Work around a stupid bug in libmad so VBR MP3s with CRC protection have the c...J. Alexander Treuman2006-05-15
* Add 'aif' as an extension with libaudiofile.Avuton Olrich2006-05-03
* Added Disc # metadata item based on bug 571 (added id3v2 support)Qball Cow2006-04-30
* oggvorbis_plugin.c: eek, I'm a moron..Eric Wong2006-04-18
* oggvorbis_plugin.c: oops, fix an off-by-oneEric Wong2006-04-18
* 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
* flac_plugin: revert the performance optimization we did a while agoEric Wong2005-12-31
* Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr...Qball Cow2005-09-08
* patch for using Tremor to decode Ogg-VorbisEric Wong2005-08-25
* Fix musepack bitrate displayEric Wong2005-08-07
* update musepack decoding code to use the newer mpcdec libraryEric Wong2005-07-30
* syntax error cleanupWarren Dukes2005-04-03