]> git.sesse.net Git - ffmpeg/history - libavcodec/i386/dsputil_mmx_avg.h
Add some initial optimizations for ARM VFP (floating
[ffmpeg] / libavcodec / i386 / dsputil_mmx_avg.h
2008-05-08 Ramiro PollaDo not misuse long as the size of a register in x86.
2008-02-24 Reimar Döffinger__asm __volatile -> asm volatile part 2
2008-02-03 Loren Merrittavg_pixels4_mmx2
2007-10-17 Diego BiurrunExplain why there are no multiple inclusion guards...
2007-10-17 Aurelien JacobsRemove wrong multiple inclusion guards.
2007-10-17 Diego BiurrunAdd missing multiple inclusion guards.
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-06-12 Diego Biurrunmisc spelling fixes
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-01 Loren Merrittapproximate qpel functions: sacrifice some quality...
2006-08-12 John DalglieshSupport for MacIntel, last part: balign directives
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.
2005-04-17 Michael Niedermayerread 32bit instead of 64bit to avoid overreading and...
2004-10-11 Aurelien Jacobsadapting existing mmx/mmx2/sse/3dnow optimizations...
2004-09-07 Michael Niedermayerh264 luma motion compensation in mmx2/3dnow
2004-09-06 Michael Niedermayer10000l fix and use more mmx2/3dnow code for mpeg4 qpel...
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-05 Michael Niedermayerqpel in mmx2/3dnow
2002-09-11 Michael Niedermayerput/avg_pixels16
2002-05-30 Zdenek Kabelac* removed MANGLE from macros for setting constants
2002-05-29 Zdenek Kabelac* cosmetic minor change
2002-05-29 Zdenek Kabelac* optimized remaing avg_pixels_xy2
2002-05-28 Zdenek Kabelac* optimized avg_* functions (except xy2)
2002-05-27 Zdenek Kabelac* more PIC friendly and faster code
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-23 Zdenek Kabelac* fixed contrains and avoid usage of scale index access
2002-05-22 Michael Niedermayerusing 1 operand less and slightly faster put_pixels_y2
2002-05-22 Zdenek Kabelac* fix for -fPIC compilation - compiles with 2.95.2...
2002-05-20 Fabrice Bellardremoved unused code
2002-05-18 Fabrice Bellardtried to avoid gcc 2.95.2 bug by puting explicit regist...
2002-05-17 Michael Niedermayershared lib support (req by kabi) ...
2002-05-17 Michael Niedermayerhopefully faster mmx2&3dnow MC
2001-11-10 Nick Kurshevfixed gcc-3.0.x compilation (by Michael Niedermayer)
2001-07-30 Nick KurshevSync with mplayer's stuff
2001-07-24 Fabrice Bellardsuppressed no longer needed emms()
2001-07-22 Fabrice BellardInitial revision