Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-06Add floating point audio decoding to WavPack decoder.Laurent Aimar
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-16WavPack hybrid mode supportKostya Shishkov
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-20remove useless close funcBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-09-17loosen dependencies over allformats.hAurelien Jacobs
2007-08-13Support for WavPack version 0x410 (false stereo chunks)David Bryant
2007-08-05Add the handling of the INT32INFO block to the WavPack decoder.David Bryant
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-01-28Seeking support in WavPackKostya Shishkov
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-10-15Remove unused variable.Diego Biurrun
2006-10-15Ignore blocks with no samples and flags (but usually with MD5 sum)Kostya Shishkov
2006-10-14Move block size check to decoderKostya Shishkov
2006-10-1010l: remove alien seek function from demuxerKostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-26WavPack lossless audio decoderKostya Shishkov