summaryrefslogtreecommitdiff
path: root/src/inputPlugins
AgeCommit message (Expand)Author
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
2006-08-25Fix an esoteric gcc warningJ. Alexander Treuman
2006-08-24audiofile_plugin: use afSetVirtualSampleFormat, tooEric Wong
2006-08-24audiofile_plugin: fix for playing mono .au files with 8000Hz sample rateEric Wong
2006-08-23Use strcasecmp to check for replaygain id3v2 tags, since apparently some apps...J. Alexander Treuman
2006-08-23Instead of ignoring mp2/mp3 files that start with a layer 1 frame, just skip ...J. Alexander Treuman
2006-08-23If a frame header decode loses sync, just try again instead of trying to deco...J. Alexander Treuman
2006-08-23Skip layer 2 frames in mp3s and vice versa. Also drop support for layer 1, s...J. Alexander Treuman
2006-08-22fix Replay Gain reading for FLAC and OggFLACEric Wong
2006-08-20oggvorbis_plugin.c: update message to match changed function nameEric Wong
2006-08-20trivial: labels should be on the left-most column, no tabbingEric Wong
2006-08-20inputPlugins/_ogg_common.c: check for read errors correctlyEric Wong
2006-08-20This fixes 5 potential bugs where the conditional would always be true.Avuton Olrich
2006-08-13Stop decoding once we've dropped samples at the end (it messes up the audio i...J. Alexander Treuman
2006-08-13Presume that the Xing frame count is accurate, and stop decoding when we hit ...J. Alexander Treuman
2006-08-08mpc_plugin: fix seeking bugEric Wong
2006-08-07mpc_plugin.c: fix compilation error with MPC_FIXED_POINTEric Wong
2006-08-01Several fixes uncovered with -pedanticEric Wong
2006-07-30Now fix the mp4 plugin warnings to what they were before the dynamic linkingAvuton Olrich
2006-07-26Silence a gcc warning... Properly.J. Alexander Treuman
2006-07-26Silence a gcc warningJ. Alexander Treuman
2006-07-26jat's second tip of the day: when you change a ternary operator to an if, don...J. Alexander Treuman
2006-07-26Screw this found_* stuff, just wrap parse_*() in an ifJ. Alexander Treuman
2006-07-26Don't decode the first frame if it has a xing tag, not only if it has a xing ...J. Alexander Treuman
2006-07-26Use the lame tag's encoder delay/padding to implement gapless mp3 playbackJ. Alexander Treuman
2006-07-26Put mp4ff back into the treeAvuton Olrich
2006-07-25Parse lame tag for encoder delay/padding so we can later implement gaplessJ. Alexander Treuman
2006-07-25jat's tip of the day: remember to remove your silly debug messages before com...J. Alexander Treuman
2006-07-25Add support for mp1/2. Thanks to Stephan Beyer for the patch.J. Alexander Treuman
2006-07-25Removing my stupid debug messages for testing xingJ. Alexander Treuman
2006-07-25Reworking xing parsing so lame tags will fit in betterJ. Alexander Treuman
2006-07-25Thanks for making my code totally unreadable indent!J. Alexander Treuman
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-19Warnings fixes, since MPD uses different mp4ff theyAvuton Olrich
2006-07-19Use ERROR only once for our ogg vorbis errors, so we don't get a timestamp mi...J. Alexander Treuman
2006-07-19Remove the internal mp4ff dependencyAvuton Olrich
2006-07-18Fix VBR mp3 seek accuracy bugJ. Alexander Treuman
2006-07-18Cleaned up parse_xing, added support for Info magic, and added a parse_extens...J. Alexander Treuman
2006-07-18Reindenting parse_xing, since I need to work on it and it's a messJ. Alexander Treuman
2006-07-18inputPlugins/oggflac_plugin.c: remove unused varEric Wong
2006-07-17some quick hacks to avoid signedness warnings with gcc4Warren Dukes
2006-07-17inputPlugins/*_plugin.c: static-ficationEric Wong
2006-07-17sparse: fix a enum type mismatch in flac_pluginEric Wong
2006-07-17sparse: ANSI-fy function declarationsEric Wong
2006-07-16Remove hosted libid3tag & libmadAvuton Olrich
2006-07-15De-inline non-trivial, non-performance-critical functionsEric Wong
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2006-06-21Cleanup id3 ReplayGain parsing code.J. Alexander Treuman