aboutsummaryrefslogtreecommitdiff
path: root/src/inputPlugins
Commit message (Expand)AuthorAge
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-13
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-13
* Get rid of PlayerControl inside the PlayerData structEric Wong2008-04-13
* replaced assertion with checkMax Kellermann2008-04-12
* multiply num_samples with bytes_per_channelMax Kellermann2008-04-12
* missing num_channels check in previous patchMax Kellermann2008-04-12
* special optimized case for 16bit stereoMax Kellermann2008-04-12
* read num_channels onceMax Kellermann2008-04-12
* assume the buffer is empty in flacWrite()Max Kellermann2008-04-12
* convert blocks until the buffer is fullMax Kellermann2008-04-12
* calculate bytes_per_channel, check for buffer flush onceMax Kellermann2008-04-12
* don't calculate bytes per sample within the loopMax Kellermann2008-04-12
* use unsigned integers and size_t in the flac pluginMax Kellermann2008-04-12
* clean up CPP includesMax Kellermann2008-04-12
* Fix a few more warnings from -WshadowEric Wong2008-04-12
* constant pointersMax Kellermann2008-04-12
* fix parameter types in the faad callsMax Kellermann2008-04-12
* fix compilation error in wavpack pluginMax Kellermann2008-04-12
* yet more unsigned integersMax Kellermann2008-04-12
* Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong2008-04-12
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-12
* use unsigned integers in the flac pluginMax Kellermann2008-04-12
* removed unused variableMax Kellermann2008-04-12
* wavpack_plugin: cleanups after the last commitEric Wong2008-03-26
* WavPack improvementsLaszlo Ashin2008-03-26
* audiofile_plugin: fix nasty long lines introduced in previous commitEric Wong2008-03-26
* inputPlugins/oggvorbis: removed unused variablesMax Kellermann2008-03-26
* eliminated duplicate initializationMax Kellermann2008-03-26
* explicitly downcastMax Kellermann2008-03-26
* inputPlugins: add .oga suffix support for Ogg containersEric Wong2008-03-20
* fix -Wconst warningsMax Kellermann2008-02-05
* fixed "comparison between signed and unsigned"Max Kellermann2008-01-26
* assume old flac api when FLAC_API_VERSION_CURRENT is not definedMax Kellermann2008-01-26
* fixed -Wshadow warningsMax Kellermann2008-01-26
* 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