summaryrefslogtreecommitdiff
path: root/libavcodec/i386/vp3dsp_sse2.c
Commit message (Expand)AuthorAge
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Remove duplication of TRANSPOSE8 macro, also removing some redundant load/storesDavid Conrad2008-09-18
* Make a separate macro for writing an entire block from registers to memoryDavid Conrad2008-09-18
* Factorize SSE2_(Row|Column)_IDCT into one macroDavid Conrad2008-09-18
* Cosmetics: remove excessive blank linesDavid Conrad2008-09-17
* Cosmetics: reindentDavid Conrad2008-09-17
* Rewrite SSE2 VP3 IDCT in inline asmDavid Conrad2008-09-17
* Declare ff_vp3_idct_data to be uint16_tDavid Conrad2008-08-31
* Don't declare SSE vp3 idct data static, so it can be used in the mmx versionDavid Conrad2008-08-31
* Remove unused dequantization code from SSE VP3 IDCTDavid Conrad2008-08-30
* Use ff_pw_8 in MMX/SSE VP3 IDCTDavid Conrad2008-08-30
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithin...Luca Barbato2008-04-14
* Fix warnings:Reimar Döffinger2008-02-19
* better separation of vp3dsp functions from dsputil_mmx.cAurelien Jacobs2007-05-16
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* adding a few constMichael Niedermayer2005-06-01
* porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct APIMichael Niedermayer2005-05-17
* yes, that's nice...Mike Melanson2004-04-26
* reorganize and simplify the VP3 IDCT stuffMike Melanson2004-04-26
* hush...Mike Melanson2004-04-25
* SSE2-optimized variant of VP3 IDCTMike Melanson2004-04-25