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