History | View | Annotate | Download (5.55 KB)
move comment
Originally committed as revision 7072 to svn://svn.ffmpeg.org/ffmpeg/trunk
merge CONFIG_WINCE sections
Originally committed as revision 7047 to svn://svn.ffmpeg.org/ffmpeg/trunk
indentation
Originally committed as revision 7046 to svn://svn.ffmpeg.org/ffmpeg/trunk
rename inverse -> ff_inverse
Originally committed as revision 6990 to svn://svn.ffmpeg.org/ffmpeg/trunk
Use common define for x86_32 and x86_64.
Originally committed as revision 6859 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changethe semantics of ARCH_X86 to mean both 32 and 64 bits.
Originally committed as revision 6852 to svn://svn.ffmpeg.org/ffmpeg/trunk
Protect code that uses CMOV instructions with HAVE_CMOV,Make configure set CMOV_IS_FAST on arches on which cmov has a low latency(typically non-Netburst based processor)
Originally committed as revision 6749 to svn://svn.ffmpeg.org/ffmpeg/trunk
Change license headers to say 'FFmpeg' instead of 'this program/this library'and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
add FASTDIV macro for ARM. Reported speed-up on MPEG-4 decoding: 1.8%Patch by Siarhei Siamashka siarhei P siamashka A gmail P comOriginal thread:Date: Sep 28, 2006 2:26 AMSubject: [Ffmpeg-devel] [PATCH] ARM implementation of FASTDIV
Originally committed as revision 6366 to svn://svn.ffmpeg.org/ffmpeg/trunk
Add official LGPL license headers to the files that were missing them.
Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
Remove unused defines, patch by takis P issaris A uhasselt P beOriginal thread:Re: [Ffmpeg-devel] [PATCH] Remove unused internal macrosSep 7 2006, 14:05
Originally committed as revision 6188 to svn://svn.ffmpeg.org/ffmpeg/trunk
Explicitly include fastmemcpy.h from libvo/.
Originally committed as revision 6021 to svn://svn.ffmpeg.org/ffmpeg/trunk
do not include bswap.h in common.h for external programs, since the formeris not installed currently.
Originally committed as revision 5809 to svn://svn.ffmpeg.org/ffmpeg/trunk
Split common.h in two parts, purely internal stuff (internal.h) and thingsavailable to external programs as well.Also make more things available to external programs like GET_UTF8, MKTAG etc.
Originally committed as revision 5765 to svn://svn.ffmpeg.org/ffmpeg/trunk