]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/i386/motion_est_mmx.c
Use full path for #includes from another directory.
[frescor/ffmpeg.git] / libavcodec / i386 / motion_est_mmx.c
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-08 ramiroDo not misuse long as the size of a register in x86.
2008-01-27 reimarAdd and use DECLARE_ASM_CONST for constants used in...
2007-07-05 diegoGroup all copyright and author notices together.
2007-05-16 diegoAdd libavcodec to compiler include flags in order to...
2007-05-11 lorenm10l, r8991 broke mmx1 sad
2007-05-11 lorenmsse2 version of fullpel sad. 16% faster than mmx2 on...
2007-05-11 lorenm40% faster mmx2 sad
2007-05-10 lorenm6% faster mmx2 sad
2006-11-14 mrurevert bad checkin
2006-11-14 mrumove some CFLAGS settings away from config.* writing...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-08-12 gpoirierSupport for MacIntel, last part: balign directives
2006-07-03 lucabeMove REG_* macros from libavcodec/i386/mmx.h to libavut...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2004-10-11 michaeladapting existing mmx/mmx2/sse/3dnow optimizations...
2004-02-29 michaelattribute used patch by (mitya at school dot ioffe...
2004-01-10 michaelcopyright year update of the files i touched and rememb...
2003-12-30 michaelinterlaced motion estimation
2003-10-24 michaelFixes GCC 3.3.2 warnings patch by (Panagiotis Issaris...
2003-09-09 bellardremoved warnings
2003-03-03 michaelniMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-11 kabi* prototypes at one place
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-02-10 kabi* static,const,compiler warning cleanup
2002-12-27 michaelniqpel encoding
2002-12-03 michaelni100l (sad8x8_x2 had params in wrong order)
2002-05-25 glantaulicense/copyright change
2002-04-21 michaelnirounding bugfix
2002-03-27 michaelni4MV motion estimation (not finished yet)
2001-08-15 glantausuppressed nasm dependancy - rewrote forward DCT and...