summaryrefslogtreecommitdiff
path: root/src/inputPlugins
AgeCommit message (Expand)Author
2008-04-12Fix a few more warnings from -WshadowEric Wong
2008-04-12constant pointersMax Kellermann
2008-04-12fix parameter types in the faad callsMax Kellermann
2008-04-12fix compilation error in wavpack pluginMax Kellermann
2008-04-12yet more unsigned integersMax Kellermann
2008-04-12Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong
2008-04-12use unsigned integers in the flac pluginMax Kellermann
2008-04-12removed unused variableMax Kellermann
2008-03-26wavpack_plugin: cleanups after the last commitEric Wong
2008-03-26WavPack improvementsLaszlo Ashin
2008-03-26audiofile_plugin: fix nasty long lines introduced in previous commitEric Wong
2008-03-26inputPlugins/oggvorbis: removed unused variablesMax Kellermann
2008-03-26eliminated duplicate initializationMax Kellermann
2008-03-26explicitly downcastMax Kellermann
2008-03-20inputPlugins: add .oga suffix support for Ogg containersEric Wong
2008-02-05fix -Wconst warningsMax Kellermann
2008-01-26fixed "comparison between signed and unsigned"Max Kellermann
2008-01-26assume old flac api when FLAC_API_VERSION_CURRENT is not definedMax Kellermann
2008-01-26fixed -Wshadow warningsMax Kellermann
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2008-01-01Simplify decode cleanup logic a bitEric Wong
2008-01-01mpc_plugin: break out if a missed error branchEric Wong
2007-12-31ogg_common: fix indent screwupEric Wong
2007-12-31fix builds that only have FLAC >= 1.1.3 but not Ogg-VorbisEric Wong
2007-12-10Fix possible wrong 'addition'Qball Cow
2007-12-06Fix replaygain for latest flac version.Qball Cow
2007-11-28Re-enable seeking in http streams.Qball Cow
2007-10-03Fix wavpack endian issues, tested to work for 16bit. (after blowing my ears o...Qball Cow
2007-09-17inputPlugins/_ogg_common.c: fixup includes for new (1.1.4+ FLAC)Eric Wong
2007-09-14Add oga extension for flac-1.2.1Avuton Olrich
2007-09-10buffer input while waiting for outputBuffer space in mp4 and (ogg)flacEric Wong
2007-09-05conf: improved boolean config parameter handling from -keEric Wong
2007-08-28inputPlugins/flac: improve error messagesEric Wong
2007-08-27adding \n to a bunch of error message stringsJ. Alexander Treuman
2007-08-22inputPlugins/mp3_plugin: parse LAME tags for ReplayGain infoJ. Alexander Treuman
2007-08-11Cleanup a outcommented debug statementQball Cow
2007-06-25inputPlugins/wavpack_plugin: enable ReplayGain codeJ. Alexander Treuman
2007-06-25inputPlugins/wavpack_plugin: adding dummy code for ReplayGain supportJ. Alexander Treuman
2007-06-25Updating Kodest's name/email.J. Alexander Treuman
2007-06-24Adding WavPack support. Patch courtesy Kodest.J. Alexander Treuman
2007-06-04Adding very experimental streaming support for mp4.J. Alexander Treuman
2007-06-04Add MIME types for the aac and mp4 input plugins. Note that these won'tJ. Alexander Treuman
2007-06-03Making some bool options more consistent.J. Alexander Treuman
2007-05-22Just specify mimeType as NULL in mpc's InputPlugin struct.J. Alexander Treuman
2007-04-09Cleaning up some comments.J. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2007-03-31Set totalTime to 0 for MODs. If this isn't done, the totalTime of theJ. Alexander Treuman
2007-03-31Disable looping MOD files played with libmikmod. Many MODs will loopJ. Alexander Treuman
2007-03-02Support for libmikmod 3.2.0 betas.J. Alexander Treuman