summaryrefslogtreecommitdiffstats
path: root/libavcodec/i386/fdct_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+3
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-1/+1
* sse2 version of fdct_col.Loren Merritt2007-05-101-92/+94
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-4/+4
* adding more static keywordsMåns Rullgård2006-11-121-2/+2
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-101-0/+14
* simplifyMichael Niedermayer2006-08-181-21/+9
* insufficient alignmentMichael Niedermayer2006-08-171-1/+1
* Add support for Mac OS X Intel part 2: Assembler macros in fdct_mmx.cJohn Dalgliesh2006-08-101-53/+53
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-65/+65
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-87/+87
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-011-1/+1
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 pat...Aurelien Jacobs2004-10-111-3/+3
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-181-0/+1
* mmx dct optimizationMichael Niedermayer2004-04-301-138/+135
* fixing alignment problems -> SSE2 support enabled again in libavcodec (from f...Michael Niedermayer2004-04-091-4/+17
* SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)Michael Niedermayer2004-01-291-7/+215
* copyright year update of the files i touched and remembered, things look anno...Michael Niedermayer2004-01-101-0/+1
* reorder table instead of wasting instructions to reorder the input to match t...Michael Niedermayer2003-10-251-123/+107
* 10lMichael Niedermayer2003-10-251-0/+2
* optimizingMichael Niedermayer2003-10-241-23/+60
* minor mmx2 optimization if the dctMichael Niedermayer2003-10-231-2/+30
* inline -> always_inline (842 -> 690 cpu cycles for dct_quantize() difference ...Michael Niedermayer2003-10-231-4/+4
* cleanupMichael Niedermayer2002-11-051-8/+8
* fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi2002-09-191-1/+1
* dct cleanupMichael Niedermayer2002-09-011-1/+1
* license/copyright changeFabrice Bellard2002-05-251-1/+1
* suppressed nasm dependancy - rewrote forward DCT and motion estimation codeFabrice Bellard2001-08-151-0/+291
OpenPOWER on IntegriCloud