summaryrefslogtreecommitdiff
path: root/libavcodec/i386/dsputil_mmx_avg.h
Commit message (Expand)AuthorAge
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt2006-10-01
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-12
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* read 32bit instead of 64bit to avoid overreading and missalignmentsMichael Niedermayer2005-04-17
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs2004-10-11
* h264 luma motion compensation in mmx2/3dnowMichael Niedermayer2004-09-07
* 10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written...Michael Niedermayer2004-09-06
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-18
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-10
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* qpel in mmx2/3dnowMichael Niedermayer2003-01-05
* put/avg_pixels16Michael Niedermayer2002-09-11
* * removed MANGLE from macros for setting constantsZdenek Kabelac2002-05-30
* * cosmetic minor changeZdenek Kabelac2002-05-29
* * optimized remaing avg_pixels_xy2Zdenek Kabelac2002-05-29
* * optimized avg_* functions (except xy2)Zdenek Kabelac2002-05-28
* * more PIC friendly and faster codeZdenek Kabelac2002-05-27
* license/copyright changeFabrice Bellard2002-05-25
* * fixed contrains and avoid usage of scale index accessZdenek Kabelac2002-05-23
* using 1 operand less and slightly faster put_pixels_y2Michael Niedermayer2002-05-22
* * fix for -fPIC compilation - compiles with 2.95.2 as well - anyZdenek Kabelac2002-05-22
* removed unused codeFabrice Bellard2002-05-20
* tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added...Fabrice Bellard2002-05-18
* shared lib support (req by kabi) ...Michael Niedermayer2002-05-17
* hopefully faster mmx2&3dnow MCMichael Niedermayer2002-05-17
* fixed gcc-3.0.x compilation (by Michael Niedermayer)Nick Kurshev2001-11-10
* Sync with mplayer's stuffNick Kurshev2001-07-30
* suppressed no longer needed emms()Fabrice Bellard2001-07-24
* Initial revisionFabrice Bellard2001-07-22