summaryrefslogtreecommitdiff
path: root/libavcodec/i386/dsputil_mmx_rnd.h
Commit message (Expand)AuthorAge
* misc spelling fixesDiego Biurrun2007-06-12
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-14
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* 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
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
* 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
* 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
* typo (noticed by kabi)Michael Niedermayer2003-01-09
* qpel fixMichael Niedermayer2003-01-09
* PIC / ebx fixMichael Niedermayer2003-01-07
* more gcc bug workaroundsMichael Niedermayer2003-01-07
* gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didn...Michael Niedermayer2003-01-07
* qpel in b frames bugfixesMichael Niedermayer2003-01-05
* qpel in mmx2/3dnowMichael Niedermayer2003-01-05
* put/avg_pixels16Michael Niedermayer2002-09-11
* dont trash mm0, its still used in the next iteration of the loop (fixes stran...Michael Niedermayer2002-08-20
* * implemented remaing avg_ pixel functions (these are not used offen)Zdenek Kabelac2002-06-03
* * removed MANGLE from macros for setting constantsZdenek Kabelac2002-05-30
* * using unrolled loops seems to help to MMX CeleronsZdenek Kabelac2002-05-29
* * code with new PAVGB for MMX only CPU splited into separate fileZdenek Kabelac2002-05-29