summaryrefslogtreecommitdiff
path: root/libavcodec/i386/fdct_mmx.c
Commit message (Expand)AuthorAge
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs2004-10-11
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-18
* mmx dct optimizationMichael Niedermayer2004-04-30
* fixing alignment problems -> SSE2 support enabled again in libavcodec (from f...Michael Niedermayer2004-04-09
* SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)Michael Niedermayer2004-01-29
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-10
* reorder table instead of wasting instructions to reorder the input to match t...Michael Niedermayer2003-10-25
* 10lMichael Niedermayer2003-10-25
* optimizingMichael Niedermayer2003-10-24
* minor mmx2 optimization if the dctMichael Niedermayer2003-10-23
* inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference ...Michael Niedermayer2003-10-23
* cleanupMichael Niedermayer2002-11-05
* fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi2002-09-19
* dct cleanupMichael Niedermayer2002-09-01
* license/copyright changeFabrice Bellard2002-05-25
* suppressed nasm dependancy - rewrote forward DCT and motion estimation codeFabrice Bellard2001-08-15