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 (Expand)Author
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-10-06Check whether compiler supports xmm registers in asm clobber listRamiro Polla
2010-10-04snowdsp: Explicitly state the operand sizesİsmail Dönmez
2009-03-19typedef int x86_reg on non x86Michael Niedermayer
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-09-15Only define x86 register names on x86.Diego Biurrun
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-07-13simplify vorbis windowingLoren Merritt
2008-05-09Add required stdint.h header.Diego Biurrun
2008-05-09Do not misuse long as the size of a register in x86.Ramiro Polla
2008-03-18add REGd definitionMåns Rullgård
2008-03-13Add #include "config.h" to headers that need it.Diego Biurrun
2008-02-15prettyprinting cosmeticsDiego Biurrun
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-08-16CONFIG_7REGS -> HAVE_7REGSRamiro Polla
2007-04-27Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun
2007-04-24Move ebx_available and ebp_available from CONFIG_LIST to HAVE_LIST,Diego Biurrun
2007-03-29Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-10Add official LGPL license headers to the files that were missing them.Diego Biurrun
2006-08-12Add #define REGcGuillaume Poirier
2006-07-03Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni