aboutsummaryrefslogtreecommitdiff
path: root/src/inputPlugins
Commit message (Expand)AuthorAge
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* Simplify decode cleanup logic a bitEric Wong2008-01-01
* mpc_plugin: break out if a missed error branchEric Wong2008-01-01
* ogg_common: fix indent screwupEric Wong2007-12-31
* fix builds that only have FLAC >= 1.1.3 but not Ogg-VorbisEric Wong2007-12-31
* Fix possible wrong 'addition'Qball Cow2007-12-10
* Fix replaygain for latest flac version.Qball Cow2007-12-06
* Re-enable seeking in http streams.Qball Cow2007-11-28
* Fix wavpack endian issues, tested to work for 16bit. (after blowing my ears o...Qball Cow2007-10-03
* inputPlugins/_ogg_common.c: fixup includes for new (1.1.4+ FLAC)Eric Wong2007-09-17
* Add oga extension for flac-1.2.1Avuton Olrich2007-09-14
* buffer input while waiting for outputBuffer space in mp4 and (ogg)flacEric Wong2007-09-10
* conf: improved boolean config parameter handling from -keEric Wong2007-09-05
* inputPlugins/flac: improve error messagesEric Wong2007-08-28
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-27
* inputPlugins/mp3_plugin: parse LAME tags for ReplayGain infoJ. Alexander Treuman2007-08-22
* Cleanup a outcommented debug statementQball Cow2007-08-11
* inputPlugins/wavpack_plugin: enable ReplayGain codeJ. Alexander Treuman2007-06-25
* inputPlugins/wavpack_plugin: adding dummy code for ReplayGain supportJ. Alexander Treuman2007-06-25
* Updating Kodest's name/email.J. Alexander Treuman2007-06-25
* Adding WavPack support. Patch courtesy Kodest.J. Alexander Treuman2007-06-24
* Adding very experimental streaming support for mp4.J. Alexander Treuman2007-06-04
* Add MIME types for the aac and mp4 input plugins. Note that these won'tJ. Alexander Treuman2007-06-04
* Making some bool options more consistent.J. Alexander Treuman2007-06-03
* Just specify mimeType as NULL in mpc's InputPlugin struct.J. Alexander Treuman2007-05-22
* Cleaning up some comments.J. Alexander Treuman2007-04-09
* The massive copyright updateAvuton Olrich2007-04-05
* Set totalTime to 0 for MODs. If this isn't done, the totalTime of theJ. Alexander Treuman2007-03-31
* Disable looping MOD files played with libmikmod. Many MODs will loopJ. Alexander Treuman2007-03-31
* Support for libmikmod 3.2.0 betas.J. Alexander Treuman2007-03-02
* flac: workaround for type inconsistency between new/old read callbackEric Wong2007-01-14
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong2007-01-14
* mp3: sparse: fix warnings reported with -WshadowEric Wong2007-01-14
* flac: sparse: mismatched enum type for seekEric Wong2007-01-14
* flac: fix a stupid mistake newer preprocessors don't complain aboutEric Wong2007-01-14
* Fix the mime types for flac & oggflac, see mantis bug #1423 for more informationAvuton Olrich2007-01-06
* Accept application/x-ogg as valid mime typeQball Cow2006-12-27
* Added gapless_mp3_playback option. Setting to "no" will disable gaplessJ. Alexander Treuman2006-12-23
* Only parse gapless info if the input stream is seekable, under theJ. Alexander Treuman2006-12-23
* Don't stop decoding if we're at maxFrames just because there's a Xing tag.J. Alexander Treuman2006-12-23
* Cleaning up some damn near unreadable wrapping caused by indent.J. Alexander Treuman2006-12-23
* Properly calculate the number of remaining samples in the MP3 frame, evenJ. Alexander Treuman2006-12-23
* Add OggFLAC support when using the new 1.1.3 FLAC libraryEric Wong2006-12-04
* Introduce backwards compatibility with pre-1.1.3 FLACEric Wong2006-12-04
* inputPlugins/flac_plugin: switch to the new (1.1.3) APIEric Wong2006-12-04
* inputPlugins/flac_plugin: cleanup static declarationsEric Wong2006-12-04
* jack patch from anarch (and some type fixes for mp4 and acc plugins)Warren Dukes2006-10-18
* mp3_plugin.c: fix compilation with -pedantic and/or gcc 2.95Eric Wong2006-10-06
* handle invalid xing tags better.Warren Dukes2006-10-03