aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* fix -Wconst warningsMax Kellermann2008-02-057-29/+29
* fixed "comparison between signed and unsigned"Max Kellermann2008-01-261-2/+2
* assume old flac api when FLAC_API_VERSION_CURRENT is not definedMax Kellermann2008-01-261-1/+1
* fixed -Wshadow warningsMax Kellermann2008-01-265-35/+35
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-0312-64/+12
* Simplify decode cleanup logic a bitEric Wong2008-01-0110-100/+6
* mpc_plugin: break out if a missed error branchEric Wong2008-01-011-0/+2
* ogg_common: fix indent screwupEric Wong2007-12-311-14/+5
* fix builds that only have FLAC >= 1.1.3 but not Ogg-VorbisEric Wong2007-12-313-9/+9
* Fix possible wrong 'addition'Qball Cow2007-12-101-1/+1
* Fix replaygain for latest flac version.Qball Cow2007-12-061-0/+9
* Re-enable seeking in http streams.Qball Cow2007-11-281-6/+3
* Fix wavpack endian issues, tested to work for 16bit. (after blowing my ears o...Qball Cow2007-10-031-1/+18
* inputPlugins/_ogg_common.c: fixup includes for new (1.1.4+ FLAC)Eric Wong2007-09-171-1/+3
* Add oga extension for flac-1.2.1Avuton Olrich2007-09-141-1/+1
* buffer input while waiting for outputBuffer space in mp4 and (ogg)flacEric Wong2007-09-102-2/+3
* conf: improved boolean config parameter handling from -keEric Wong2007-09-051-4/+3
* inputPlugins/flac: improve error messagesEric Wong2007-08-281-12/+13
* adding \n to a bunch of error message stringsJ. Alexander Treuman2007-08-271-2/+2
* inputPlugins/mp3_plugin: parse LAME tags for ReplayGain infoJ. Alexander Treuman2007-08-221-46/+104
* Cleanup a outcommented debug statementQball Cow2007-08-111-5/+0
* inputPlugins/wavpack_plugin: enable ReplayGain codeJ. Alexander Treuman2007-06-251-14/+3
* inputPlugins/wavpack_plugin: adding dummy code for ReplayGain supportJ. Alexander Treuman2007-06-251-4/+84
* Updating Kodest's name/email.J. Alexander Treuman2007-06-251-1/+1
* Adding WavPack support. Patch courtesy Kodest.J. Alexander Treuman2007-06-241-0/+422
* Adding very experimental streaming support for mp4.J. Alexander Treuman2007-06-041-16/+10
* Add MIME types for the aac and mp4 input plugins. Note that these won'tJ. Alexander Treuman2007-06-042-6/+8
* Making some bool options more consistent.J. Alexander Treuman2007-06-031-5/+7
* Just specify mimeType as NULL in mpc's InputPlugin struct.J. Alexander Treuman2007-05-221-2/+1
* Cleaning up some comments.J. Alexander Treuman2007-04-093-3/+3
* The massive copyright updateAvuton Olrich2007-04-0513-13/+13
* Set totalTime to 0 for MODs. If this isn't done, the totalTime of theJ. Alexander Treuman2007-03-311-0/+1
* Disable looping MOD files played with libmikmod. Many MODs will loopJ. Alexander Treuman2007-03-311-0/+3
* Support for libmikmod 3.2.0 betas.J. Alexander Treuman2007-03-021-2/+7
* flac: workaround for type inconsistency between new/old read callbackEric Wong2007-01-142-1/+3
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-149-110/+11
* flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong2007-01-143-4/+15
* mp3: sparse: fix warnings reported with -WshadowEric Wong2007-01-141-8/+7
* flac: sparse: mismatched enum type for seekEric Wong2007-01-141-1/+1
* flac: fix a stupid mistake newer preprocessors don't complain aboutEric Wong2007-01-141-2/+2
* Fix the mime types for flac & oggflac, see mantis bug #1423 for more informationAvuton Olrich2007-01-062-3/+3
* Accept application/x-ogg as valid mime typeQball Cow2006-12-271-1/+1
* Added gapless_mp3_playback option. Setting to "no" will disable gaplessJ. Alexander Treuman2006-12-231-2/+15
* Only parse gapless info if the input stream is seekable, under theJ. Alexander Treuman2006-12-231-1/+2
* Don't stop decoding if we're at maxFrames just because there's a Xing tag.J. Alexander Treuman2006-12-231-4/+3
* Cleaning up some damn near unreadable wrapping caused by indent.J. Alexander Treuman2006-12-231-25/+8
* Properly calculate the number of remaining samples in the MP3 frame, evenJ. Alexander Treuman2006-12-231-5/+7
* Add OggFLAC support when using the new 1.1.3 FLAC libraryEric Wong2006-12-042-22/+119
* Introduce backwards compatibility with pre-1.1.3 FLACEric Wong2006-12-043-61/+205
* inputPlugins/flac_plugin: switch to the new (1.1.3) APIEric Wong2006-12-041-106/+60