aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugins (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong2008-04-122-6/+0
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-1210-0/+15
* use unsigned integers in the flac pluginMax Kellermann2008-04-122-2/+2
* removed unused variableMax Kellermann2008-04-122-6/+6
* wavpack_plugin: cleanups after the last commitEric Wong2008-03-261-2/+2
* WavPack improvementsLaszlo Ashin2008-03-261-29/+130
* audiofile_plugin: fix nasty long lines introduced in previous commitEric Wong2008-03-261-2/+4
* inputPlugins/oggvorbis: removed unused variablesMax Kellermann2008-03-261-7/+6
* eliminated duplicate initializationMax Kellermann2008-03-261-2/+2
* explicitly downcastMax Kellermann2008-03-262-7/+7
* inputPlugins: add .oga suffix support for Ogg containersEric Wong2008-03-202-2/+2
* 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