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 (Collapse)Author
2009-03-08Make Musepack decoders use LFG pseudorandom generatorKostya Shishkov
Originally committed as revision 17880 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-30Add missing void keyword to parameterless function declarations.Diego Biurrun
Originally committed as revision 16860 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-14Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun
Originally committed as revision 16594 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Use full path for #includes from another directory.Diego Biurrun
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-02Split Musepack decoder into SV7 decoder and synth coreKostya Shishkov
(for upcoming SV8 decoder) Originally committed as revision 10905 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-05license header consistency cosmeticsDiego Biurrun
Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-11Remove unused variable.Diego Biurrun
Originally committed as revision 8994 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-05Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun
Originally committed as revision 8894 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-17Use AVRandomKostya Shishkov
Originally committed as revision 8004 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-1710l: forgot break statementKostya Shishkov
Originally committed as revision 8003 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-14Buffer for get_bits must be padded because readers may overread.Reimar Döffinger
Originally committed as revision 7477 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-01Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov
Originally committed as revision 7393 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-24Musepack SV7 decoding supportKostya Shishkov
Originally committed as revision 7375 to svn://svn.ffmpeg.org/ffmpeg/trunk