aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-22Just specify mimeType as NULL in mpc's InputPlugin struct.J. Alexander Treuman1-2/+1
2007-04-09Cleaning up some comments.J. Alexander Treuman3-3/+3
2007-04-05The massive copyright updateAvuton Olrich13-13/+13
2007-03-31Set totalTime to 0 for MODs. If this isn't done, the totalTime of theJ. Alexander Treuman1-0/+1
2007-03-31Disable looping MOD files played with libmikmod. Many MODs will loopJ. Alexander Treuman1-0/+3
2007-03-02Support for libmikmod 3.2.0 betas.J. Alexander Treuman1-2/+7
2007-01-14flac: workaround for type inconsistency between new/old read callbackEric Wong2-1/+3
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong9-110/+11
2007-01-14flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong3-4/+15
2007-01-14mp3: sparse: fix warnings reported with -WshadowEric Wong1-8/+7
2007-01-14flac: sparse: mismatched enum type for seekEric Wong1-1/+1
2007-01-14flac: fix a stupid mistake newer preprocessors don't complain aboutEric Wong1-2/+2
2007-01-06Fix the mime types for flac & oggflac, see mantis bug #1423 for more informationAvuton Olrich2-3/+3
2006-12-27Accept application/x-ogg as valid mime typeQball Cow1-1/+1
2006-12-23Added gapless_mp3_playback option. Setting to "no" will disable gaplessJ. Alexander Treuman1-2/+15
2006-12-23Only parse gapless info if the input stream is seekable, under theJ. Alexander Treuman1-1/+2
2006-12-23Don't stop decoding if we're at maxFrames just because there's a Xing tag.J. Alexander Treuman1-4/+3
2006-12-23Cleaning up some damn near unreadable wrapping caused by indent.J. Alexander Treuman1-25/+8
2006-12-23Properly calculate the number of remaining samples in the MP3 frame, evenJ. Alexander Treuman1-5/+7
2006-12-04Add OggFLAC support when using the new 1.1.3 FLAC libraryEric Wong2-22/+119
2006-12-04Introduce backwards compatibility with pre-1.1.3 FLACEric Wong3-61/+205
2006-12-04inputPlugins/flac_plugin: switch to the new (1.1.3) APIEric Wong1-106/+60
2006-12-04inputPlugins/flac_plugin: cleanup static declarationsEric Wong1-149/+122
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