]> git.sesse.net Git - ffmpeg/history - libavcodec/i386/fdct_mmx.c
Simplify vsad16_mmx().
[ffmpeg] / libavcodec / i386 / fdct_mmx.c
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2007-06-12 Diego Biurrunmisc spelling fixes
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-05-10 Loren Merrittsse2 version of fdct_col.
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-11-12 Måns Rullgårdadding more static keywords
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-08-18 Michael Niedermayersimplify
2006-08-17 Michael Niedermayerinsufficient alignment
2006-08-10 John DalglieshAdd support for Mac OS X Intel part 2: Assembler macros...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-08-01 Alexander Strasserlibavutil: Utility code from libavcodec moved to a...
2004-10-11 Aurelien Jacobsadapting existing mmx/mmx2/sse/3dnow optimizations...
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2004-04-30 Michael Niedermayermmx dct optimization
2004-04-09 Michael Niedermayerfixing alignment problems -> SSE2 support enabled again...
2004-01-29 Michael NiedermayerSSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2003-10-25 Michael Niedermayerreorder table instead of wasting instructions to reorde...
2003-10-25 Michael Niedermayer10l
2003-10-24 Michael Niedermayeroptimizing
2003-10-23 Michael Niedermayerminor mmx2 optimization if the dct
2003-10-23 Michael Niedermayerinline -> always_inline (842 -> 690 cpu cycles for...
2002-11-05 Michael Niedermayercleanup
2002-09-19 Arpifdct_mmx -> ff_fdct_mmx (renamed to avoid namespace...
2002-09-01 Michael Niedermayerdct cleanup
2002-05-25 Fabrice Bellardlicense/copyright change
2001-08-15 Fabrice Bellardsuppressed nasm dependancy - rewrote forward DCT and...