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
2008-07-24Fix tiny_psnr so it compares all bytes (it did skip the last block).Michael Niedermayer
Also display both file sizes and slightly change the output formatting. [not split in 3 patches to avoid the huge checksum files from being changed and having to be reviewed 3 times, if people want it split i can revert and split it] Originally committed as revision 14374 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-24cosmetics: typo/grammar fixesDiego Biurrun
Originally committed as revision 14371 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-24Fix segfault with non existing input files.Michael Niedermayer
Originally committed as revision 14369 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-09Disable unused function, fixes the warning:Diego Biurrun
tests/tiny_psnr.c:55: warning: ‘exp16’ defined but not used Originally committed as revision 10968 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-2710l: Revert accidental removal of unused code.Diego Biurrun
Originally committed as revision 9142 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-27Fix seek_test compilation for out-of-tree builds.Diego Biurrun
Originally committed as revision 9135 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-25Use proper license header.Diego Biurrun
Originally committed as revision 9122 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-19Possibility to skip bytes in the beginning of a file.Benjamin Larsson
Originally committed as revision 5783 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-04-24Fix samples to bytes relation.Benjamin Larsson
Originally committed as revision 5314 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-01support comparing files with some posiion offset relative to each otherMichael Niedermayer
Originally committed as revision 3921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-01signed 16bit supportMichael Niedermayer
Originally committed as revision 3913 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-12-23fopen "r" -> "rb"Michael Niedermayer
Originally committed as revision 3772 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-09-201/0 fix for files with size=0Michael Niedermayer
Originally committed as revision 3484 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-25overflow fixMichael Niedermayer
Originally committed as revision 3250 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-12-31fixpoint log() for tiny_psnr so it can output actual PSNRMichael Niedermayer
Originally committed as revision 2640 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-04-11check quality too, not only md5 (but dont take the scores too serious, the ↵Michael Niedermayer
different codecs use different quality/bitrates and its just based on a artificially generated testvideo) small changes to some test to check a broader area of features Originally committed as revision 1751 to svn://svn.ffmpeg.org/ffmpeg/trunk