| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for libmikmod 3.2.0 betas. | J. Alexander Treuman | 2007-03-02 | 1 | -2/+7 |
* | flac: workaround for type inconsistency between new/old read callback | Eric Wong | 2007-01-14 | 2 | -1/+3 |
* | Don't initialize globals to zero (or NULL) | Eric Wong | 2007-01-14 | 9 | -110/+11 |
* | flac/ogg/oggflac: keep old mime-types in addition to the new ones | Eric Wong | 2007-01-14 | 3 | -4/+15 |
* | mp3: sparse: fix warnings reported with -Wshadow | Eric Wong | 2007-01-14 | 1 | -8/+7 |
* | flac: sparse: mismatched enum type for seek | Eric Wong | 2007-01-14 | 1 | -1/+1 |
* | flac: fix a stupid mistake newer preprocessors don't complain about | Eric Wong | 2007-01-14 | 1 | -2/+2 |
* | Fix the mime types for flac & oggflac, see mantis bug #1423 for more information | Avuton Olrich | 2007-01-06 | 2 | -3/+3 |
* | Accept application/x-ogg as valid mime type | Qball Cow | 2006-12-27 | 1 | -1/+1 |
* | Added gapless_mp3_playback option. Setting to "no" will disable gapless | J. Alexander Treuman | 2006-12-23 | 1 | -2/+15 |
* | Only parse gapless info if the input stream is seekable, under the | J. Alexander Treuman | 2006-12-23 | 1 | -1/+2 |
* | Don't stop decoding if we're at maxFrames just because there's a Xing tag. | J. Alexander Treuman | 2006-12-23 | 1 | -4/+3 |
* | Cleaning up some damn near unreadable wrapping caused by indent. | J. Alexander Treuman | 2006-12-23 | 1 | -25/+8 |
* | Properly calculate the number of remaining samples in the MP3 frame, even | J. Alexander Treuman | 2006-12-23 | 1 | -5/+7 |
* | Add OggFLAC support when using the new 1.1.3 FLAC library | Eric Wong | 2006-12-04 | 2 | -22/+119 |
* | Introduce backwards compatibility with pre-1.1.3 FLAC | Eric Wong | 2006-12-04 | 3 | -61/+205 |
* | inputPlugins/flac_plugin: switch to the new (1.1.3) API | Eric Wong | 2006-12-04 | 1 | -106/+60 |
* | inputPlugins/flac_plugin: cleanup static declarations | Eric Wong | 2006-12-04 | 1 | -149/+122 |
* | jack patch from anarch (and some type fixes for mp4 and acc plugins) | Warren Dukes | 2006-10-18 | 2 | -3/+3 |
* | mp3_plugin.c: fix compilation with -pedantic and/or gcc 2.95 | Eric Wong | 2006-10-06 | 1 | -16/+20 |
* | handle invalid xing tags better. | Warren Dukes | 2006-10-03 | 1 | -18/+26 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 4 | -10/+10 |
* | Fix an esoteric gcc warning | J. Alexander Treuman | 2006-08-25 | 1 | -3/+4 |
* | audiofile_plugin: use afSetVirtualSampleFormat, too | Eric Wong | 2006-08-24 | 1 | -0/+2 |
* | audiofile_plugin: fix for playing mono .au files with 8000Hz sample rate | Eric Wong | 2006-08-24 | 1 | -3/+3 |
* | Use strcasecmp to check for replaygain id3v2 tags, since apparently some apps... | J. Alexander Treuman | 2006-08-23 | 1 | -4/+4 |
* | Instead of ignoring mp2/mp3 files that start with a layer 1 frame, just skip ... | J. Alexander Treuman | 2006-08-23 | 1 | -2/+1 |
* | If a frame header decode loses sync, just try again instead of trying to deco... | J. Alexander Treuman | 2006-08-23 | 1 | -7/+3 |
* | Skip layer 2 frames in mp3s and vice versa. Also drop support for layer 1, s... | J. Alexander Treuman | 2006-08-23 | 1 | -3/+15 |
* | fix Replay Gain reading for FLAC and OggFLAC | Eric Wong | 2006-08-22 | 1 | -6/+6 |
* | oggvorbis_plugin.c: update message to match changed function name | Eric Wong | 2006-08-20 | 1 | -2/+2 |
* | trivial: labels should be on the left-most column, no tabbing | Eric Wong | 2006-08-20 | 3 | -5/+5 |
* | inputPlugins/_ogg_common.c: check for read errors correctly | Eric Wong | 2006-08-20 | 1 | -1/+1 |
* | This fixes 5 potential bugs where the conditional would always be true. | Avuton Olrich | 2006-08-20 | 2 | -3/+3 |
* | Stop decoding once we've dropped samples at the end (it messes up the audio i... | J. Alexander Treuman | 2006-08-13 | 1 | -1/+3 |
* | Presume that the Xing frame count is accurate, and stop decoding when we hit ... | J. Alexander Treuman | 2006-08-13 | 1 | -2/+9 |
* | mpc_plugin: fix seeking bug | Eric Wong | 2006-08-08 | 1 | -0/+1 |
* | mpc_plugin.c: fix compilation error with MPC_FIXED_POINT | Eric Wong | 2006-08-07 | 1 | -1/+1 |
* | Several fixes uncovered with -pedantic | Eric Wong | 2006-08-01 | 1 | -2/+2 |
* | Now fix the mp4 plugin warnings to what they were before the dynamic linking | Avuton Olrich | 2006-07-30 | 1 | -3/+3 |
* | Silence a gcc warning... Properly. | J. Alexander Treuman | 2006-07-26 | 1 | -1/+3 |
* | Silence a gcc warning | J. Alexander Treuman | 2006-07-26 | 1 | -0/+2 |
* | jat's second tip of the day: when you change a ternary operator to an if, don... | J. Alexander Treuman | 2006-07-26 | 1 | -1/+1 |
* | Screw this found_* stuff, just wrap parse_*() in an if | J. Alexander Treuman | 2006-07-26 | 1 | -11/+6 |
* | Don't decode the first frame if it has a xing tag, not only if it has a xing ... | J. Alexander Treuman | 2006-07-26 | 1 | -1/+2 |
* | Use the lame tag's encoder delay/padding to implement gapless mp3 playback | J. Alexander Treuman | 2006-07-26 | 1 | -0/+53 |
* | Put mp4ff back into the tree | Avuton Olrich | 2006-07-26 | 1 | -30/+25 |
* | Parse lame tag for encoder delay/padding so we can later implement gapless | J. Alexander Treuman | 2006-07-25 | 1 | -0/+67 |
* | jat's tip of the day: remember to remove your silly debug messages before com... | J. Alexander Treuman | 2006-07-25 | 1 | -1/+0 |
* | Add support for mp1/2. Thanks to Stephan Beyer for the patch. | J. Alexander Treuman | 2006-07-25 | 1 | -2/+5 |