aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/i386/dsputil_mmx_avg.h
Commit message (Expand)AuthorAgeFilesLines
* Support for MacIntel, last part: balign directivesJohn Dalgliesh2006-08-121-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-640/+640
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-11/+11
* read 32bit instead of 64bit to avoid overreading and missalignmentsMichael Niedermayer2005-04-171-4/+8
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs2004-10-111-176/+176
* h264 luma motion compensation in mmx2/3dnowMichael Niedermayer2004-09-071-0/+99
* 10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written...Michael Niedermayer2004-09-061-6/+296
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-181-2/+2
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-101-1/+1
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-16/+16
* qpel in mmx2/3dnowMichael Niedermayer2003-01-051-0/+60
* put/avg_pixels16Michael Niedermayer2002-09-111-8/+79
* * removed MANGLE from macros for setting constantsZdenek Kabelac2002-05-301-10/+10
* * cosmetic minor changeZdenek Kabelac2002-05-291-1/+1
* * optimized remaing avg_pixels_xy2Zdenek Kabelac2002-05-291-34/+26
* * optimized avg_* functions (except xy2)Zdenek Kabelac2002-05-281-153/+139
* * more PIC friendly and faster codeZdenek Kabelac2002-05-271-96/+63
* license/copyright changeFabrice Bellard2002-05-251-11/+11
* * fixed contrains and avoid usage of scale index accessZdenek Kabelac2002-05-231-6/+6
* using 1 operand less and slightly faster put_pixels_y2Michael Niedermayer2002-05-221-15/+19
* * fix for -fPIC compilation - compiles with 2.95.2 as well - anyZdenek Kabelac2002-05-221-17/+49
* removed unused codeFabrice Bellard2002-05-201-61/+0
* tried to avoid gcc 2.95.2 bug by puting explicit register constraints - added...Fabrice Bellard2002-05-181-16/+20
* shared lib support (req by kabi) ...Michael Niedermayer2002-05-171-4/+4
* hopefully faster mmx2&3dnow MCMichael Niedermayer2002-05-171-234/+264
* fixed gcc-3.0.x compilation (by Michael Niedermayer)Nick Kurshev2001-11-101-39/+37
* Sync with mplayer's stuffNick Kurshev2001-07-301-1/+1
* suppressed no longer needed emms()Fabrice Bellard2001-07-241-8/+0
* Initial revisionFabrice Bellard2001-07-221-0/+352