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-05-01ALPHA: Replace sized int_fast integer types with plain int/unsigned.Diego Biurrun
int/unsigned is the natural memory access type for CPUs, using sized types for temporary variables, counters and similar just increases code size and can possibly cause a slowdown.
2011-04-27simple_idct_alpha: Drop some useless casts.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-03-08Alpha: move dsputil prototypes to a header fileMåns Rullgård
Originally committed as revision 22308 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-18Alpha: add ff_ prefix to idct functionsMåns Rullgård
Originally committed as revision 16668 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-07-06update my email addressMåns Rullgård
Originally committed as revision 9489 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-05UTF-8 conversionDiego Biurrun
Originally committed as revision 9485 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-05Group all copyright and author notices together.Diego Biurrun
Originally committed as revision 9483 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
include paths in the source files. mostly from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9034 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-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-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 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-06-20Communicate proper aliasing to gcc (needed for 4.1).Falk Hüffner
Originally committed as revision 4384 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-2232 vs. 64bit bugfix by (Dave Huang (dahanc))Michael Niedermayer
Originally committed as revision 1596 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-27Kludge around compilation failure on Alpha.Falk Hüffner
Originally committed as revision 1286 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-10-12Move Alpha optimized IDCT to own file. Based on a patch by MånsFalk Hüffner
Rullgård <mru@users.sourceforge.net>. I've left out the idctCol2 part, because W4 has recently been decreed to be 16383, and also I doubt it will give a noticeable speedup. Originally committed as revision 1029 to svn://svn.ffmpeg.org/ffmpeg/trunk