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
2011-10-11intfloat_readwrite: fix signed addition overflowsMans Rullgard
These additions might overflow the signed range for large input values. Converting to unsigned before the addition rather than after avoids such undefined behaviour. The result under normal two's complement wraparound remains unchanged. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-25intfloat_readwrite: include "mathematics.h" for fallback macrosMans Rullgard
This allows this file to build on systems lacking NAN or INFINITY in math.h. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-18Use INFINITY and NAN macros instead of 1/0 and 0/0Mans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
This reduces the number of false dependencies on header files and speeds up compilation. Originally committed as revision 22407 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-28spelling/grammar/consistency review part IDiego Biurrun
Originally committed as revision 16840 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-12use C99 standard constant, thanks to Foxy ShadisBaptiste Coudurier
Originally committed as revision 5986 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-03simplifyMichael Niedermayer
Originally committed as revision 5597 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-02-02AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)Michael Niedermayer
Originally committed as revision 4924 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-31add missing #includesDieter
patch by Dieter <freebsd at sopwith solgatos com> Originally committed as revision 4912 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-08-14kill a bunch of compiler warningsMåns Rullgård
Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-08-02libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser
Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk