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-19typedef int x86_reg on non x86Michael Niedermayer
Originally committed as revision 18043 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-09-15Only define x86 register names on x86.Diego Biurrun
Originally committed as revision 15328 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_". Originally committed as revision 15120 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-13simplify vorbis windowingLoren Merritt
Originally committed as revision 14205 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Add required stdint.h header.Diego Biurrun
Originally committed as revision 13096 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-05-09Do not misuse long as the size of a register in x86.Ramiro Polla
typedef x86_reg as the appropriate size and use it instead. Originally committed as revision 13081 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-18add REGd definitionMåns Rullgård
Originally committed as revision 12481 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-13Add #include "config.h" to headers that need it.Diego Biurrun
Originally committed as revision 12431 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-02-15prettyprinting cosmeticsDiego Biurrun
Originally committed as revision 11941 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-16CONFIG_7REGS -> HAVE_7REGSRamiro Polla
Originally committed as revision 10121 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-27Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun
This allows building shared libraries on AMD64 again. based on a patch by Diego 'Flameeyes' Pettenò and suggestions by Michael original thread: Date: Wed, 18 Apr 2007 11:26:12 +0200 Subject: [Ffmpeg-devel] [PATCH] (try 2) Build shared libraries on AMD64 again Originally committed as revision 8849 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-24Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,Diego Biurrun
it's not configurable by the user. Originally committed as revision 8795 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-29Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris
interested in using a debugger to debug FFmpeg. Original thread: Subject: [PATCH] Fix compilation when using --disable-opts Date: 2007-03-15 16:58:35 GMT Originally committed as revision 8549 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-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-12Add #define REGcGuillaume Poirier
Originally committed as revision 5988 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-03Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni
Originally committed as revision 5595 to svn://svn.ffmpeg.org/ffmpeg/trunk