summaryrefslogtreecommitdiff
path: root/libavcodec/i386/fdct_mmx.c
Commit message (Expand)AuthorAge
* misc spelling fixesDiego Biurrun2007-06-12
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* sse2 version of fdct_col.Loren Merritt2007-05-10
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* adding more static keywordsMåns Rullgård2006-11-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* simplifyMichael Niedermayer2006-08-18
* insufficient alignmentMichael Niedermayer2006-08-17
* Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.cJohn Dalgliesh2006-08-10
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* 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