]> git.sesse.net Git - ffmpeg/history - libavcodec/i386/dsputil_mmx_rnd.h
Kill some compiler warnings. Compiled code verified identical after changes.
[ffmpeg] / libavcodec / i386 / dsputil_mmx_rnd.h
2005-09-06 Måns RullgårdKill some compiler warnings. Compiled code verified...
2004-10-11 Aurelien Jacobsadapting existing mmx/mmx2/sse/3dnow optimizations...
2004-09-07 Michael Niedermayerh264 luma motion compensation in mmx2/3dnow
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-09 Michael Niedermayertypo (noticed by kabi)
2003-01-09 Michael Niedermayerqpel fix
2003-01-07 Michael NiedermayerPIC / ebx fix
2003-01-07 Michael Niedermayermore gcc bug workarounds
2003-01-07 Michael Niedermayergcc 3.2.2 -O3 bug workaround (older gcc are very likely...
2003-01-05 Michael Niedermayerqpel in b frames bugfixes
2003-01-05 Michael Niedermayerqpel in mmx2/3dnow
2002-09-11 Michael Niedermayerput/avg_pixels16
2002-08-20 Michael Niedermayerdont trash mm0, its still used in the next iteration...
2002-06-03 Zdenek Kabelac* implemented remaing avg_ pixel functions (these are...
2002-05-30 Zdenek Kabelac* removed MANGLE from macros for setting constants
2002-05-29 Zdenek Kabelac* using unrolled loops seems to help to MMX Celerons
2002-05-29 Zdenek Kabelac* code with new PAVGB for MMX only CPU splited into...