summaryrefslogtreecommitdiff
path: root/libavcodec/i386/idct_mmx.c
Commit message (Expand)AuthorAge
* Remove the LGPL exception clause as discussed on ffmpeg-develDiego Biurrun2006-09-14
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* add consts (this was in my local tree, dunno where it came from, probably for...Michael Niedermayer2005-09-02
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01
* sort H.264 mmx dsp functions into their own fileLoren Merritt2005-06-02
* 100l for myself (breaking amd64)Michael Niedermayer2005-06-01
* merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron)Michael Niedermayer2005-06-01
* get rid of 2 movq (680 -> 658 dezicycles on duron)Michael Niedermayer2005-06-01
* avoid one transpose (730->680 dezicycles on duron)Michael Niedermayer2005-06-01
* 10l (symbol mangling)Loren Merritt2005-06-01
* add rounding bias before the horizontal idct (765->730 dezicyles on duron)Michael Niedermayer2005-06-01
* MMX for H.264 iDCT (adapted from x264)Loren Merritt2005-05-31
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-18
* * undefine local defines when they are no longer neededZdenek Kabelac2002-05-27
* win32 fixesFabrice Bellard2001-08-15
* added idct mmx codeFabrice Bellard2001-08-07