]> git.sesse.net Git - ffmpeg/history - libavcodec/i386/motion_est_mmx.c
cosmetics: use a better function name than uncouple_channels()
[ffmpeg] / libavcodec / i386 / motion_est_mmx.c
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-08 Ramiro PollaDo not misuse long as the size of a register in x86.
2008-01-27 Reimar DöffingerAdd and use DECLARE_ASM_CONST for constants used in...
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-05-11 Loren Merritt10l, r8991 broke mmx1 sad
2007-05-11 Loren Merrittsse2 version of fullpel sad.
2007-05-11 Loren Merritttweak mmx2 sad.
2007-05-10 Loren Merritttweak mmx2 sad.
2006-11-14 Måns Rullgårdrevert bad checkin
2006-11-14 Måns Rullgårdmove some CFLAGS settings away from config.* writing...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-12 John DalglieshSupport for MacIntel, last part: balign directives
2006-07-03 Luca AbeniMove REG_* macros from libavcodec/i386/mmx.h to libavut...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-10-11 Aurelien Jacobsadapting existing mmx/mmx2/sse/3dnow optimizations...
2004-02-29 Dmitry Baryshkovattribute used patch by (mitya at school dot ioffe...
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-10-24 Panagiotis IssarisFixes GCC 3.3.2 warnings patch by (Panagiotis Issaris...
2003-09-09 Fabrice Bellardremoved warnings
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-11 Zdenek Kabelac* prototypes at one place
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2002-12-27 Michael Niedermayerqpel encoding
2002-12-03 Michael Niedermayer100l (sad8x8_x2 had params in wrong order)
2002-05-25 Fabrice Bellardlicense/copyright change
2002-04-21 Michael Niedermayerrounding bugfix
2002-03-27 Michael Niedermayer4MV motion estimation (not finished yet)
2001-08-15 Fabrice Bellardsuppressed nasm dependancy - rewrote forward DCT and...