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