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
2008-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun
2008-11-03Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-09Do not misuse long as the size of a register in x86.Ramiro Polla
2008-01-27Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2007-05-1110l, r8991 broke mmx1 sadLoren Merritt
2007-05-11sse2 version of fullpel sad.Loren Merritt
2007-05-11tweak mmx2 sad.Loren Merritt
2007-05-11tweak mmx2 sad.Loren Merritt
2006-11-14revert bad checkinMåns Rullgård
2006-11-14move some CFLAGS settings away from config.* writing sectionMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-12Support for MacIntel, last part: balign directivesJohn Dalgliesh
2006-07-03Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.hLuca Abeni
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2004-10-11adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs
2004-03-01attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))Dmitry Baryshkov
2004-01-10copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer
2003-12-30interlaced motion estimationMichael Niedermayer
2003-10-25Fixes GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot l...Panagiotis Issaris
2003-09-10removed warningsFabrice Bellard
2003-03-03MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer
2003-02-11* prototypes at one placeZdenek Kabelac
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2002-12-28qpel encodingMichael Niedermayer
2002-12-03100l (sad8x8_x2 had params in wrong order)Michael Niedermayer
2002-05-26license/copyright changeFabrice Bellard
2002-04-22rounding bugfixMichael Niedermayer
2002-03-284MV motion estimation (not finished yet)Michael Niedermayer
2001-08-16suppressed nasm dependancy - rewrote forward DCT and motion estimation codeFabrice Bellard