summaryrefslogtreecommitdiff
path: root/src/inputPlugins
AgeCommit message (Expand)Author
2008-06-13mod: fix crashing on modtracker filesHans de Goede
2008-06-01oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)Eric Wong
2008-04-15use dc.current_song instead of pc.current_songMax Kellermann
2008-04-13Make the OutputBuffer API more consistentEric Wong
2008-04-13Stop passing our single OutputBuffer object everywhereEric Wong
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong
2008-04-12replaced assertion with checkMax Kellermann
2008-04-12multiply num_samples with bytes_per_channelMax Kellermann
2008-04-12missing num_channels check in previous patchMax Kellermann
2008-04-12special optimized case for 16bit stereoMax Kellermann
2008-04-12read num_channels onceMax Kellermann
2008-04-12assume the buffer is empty in flacWrite()Max Kellermann
2008-04-12convert blocks until the buffer is fullMax Kellermann
2008-04-12calculate bytes_per_channel, check for buffer flush onceMax Kellermann
2008-04-12don't calculate bytes per sample within the loopMax Kellermann
2008-04-12use unsigned integers and size_t in the flac pluginMax Kellermann
2008-04-12clean up CPP includesMax Kellermann
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