summaryrefslogtreecommitdiff
path: root/libavcodec/i386/vp3dsp_sse2.c
Commit message (Collapse)AuthorAge
* better separation of vp3dsp functions from dsputil_mmx.cAurelien Jacobs2007-05-16
| | | | Originally committed as revision 9039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
| | | | | | | include paths in the source files. mostly from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
| | | | | | patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr Originally committed as revision 4942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
| | | | Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding a few constMichael Niedermayer2005-06-01
| | | | Originally committed as revision 4337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct APIMichael Niedermayer2005-05-17
| | | | Originally committed as revision 4260 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yes, that's nice...Mike Melanson2004-04-26
| | | | Originally committed as revision 3072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorganize and simplify the VP3 IDCT stuffMike Melanson2004-04-26
| | | | Originally committed as revision 3071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hush...Mike Melanson2004-04-25
| | | | Originally committed as revision 3065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SSE2-optimized variant of VP3 IDCTMike Melanson2004-04-25
Originally committed as revision 3062 to svn://svn.ffmpeg.org/ffmpeg/trunk