]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/i386/vp3dsp_sse2.c
Remove duplication of TRANSPOSE8 macro, also removing some redundant load/stores
[frescor/ffmpeg.git] / libavcodec / i386 / vp3dsp_sse2.c
2008-09-18 conradRemove duplication of TRANSPOSE8 macro, also removing...
2008-09-18 conradMake a separate macro for writing an entire block from...
2008-09-18 conradFactorize SSE2_(Row|Column)_IDCT into one macro
2008-09-17 conradCosmetics: remove excessive blank lines
2008-09-17 conradCosmetics: reindent
2008-09-17 conradRewrite SSE2 VP3 IDCT in inline asm
2008-08-31 conradDeclare ff_vp3_idct_data to be uint16_t
2008-08-31 conradDon't declare SSE vp3 idct data static, so it can be...
2008-08-30 conradRemove unused dequantization code from SSE VP3 IDCT
2008-08-30 conradUse ff_pw_8 in MMX/SSE VP3 IDCT
2008-05-09 diegoUse full path for #includes from another directory.
2008-04-14 lu_zeroEliminate movdqu in vp3dsp_sse2, patch from Alexander...
2008-02-19 reimarFix warnings:
2007-05-16 aurelbetter separation of vp3dsp functions from dsputil_mmx.c
2007-05-16 diegoAdd libavcodec to compiler include flags in order to...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-02-05 diegoMSVC-compatible __align8/__align16 declaration
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-08-14 mrukill a bunch of compiler warnings
2005-06-01 michaeladding a few const
2005-05-17 michaelporting the mmx&sse2 (sse2 untested) vp3 idcts to the...
2004-04-26 melansonyes, that's nice...
2004-04-26 melansonreorganize and simplify the VP3 IDCT stuff
2004-04-25 melansonhush...
2004-04-25 melansonSSE2-optimized variant of VP3 IDCT