27 Commits (bf9067cf3eba497d450b46d075dde93a90675539)

Author SHA1 Message Date
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
David Conrad f7e5b0cc8f Remove duplication of TRANSPOSE8 macro, also removing some redundant load/stores 16 years ago
David Conrad 7b16a97969 Make a separate macro for writing an entire block from registers to memory 16 years ago
David Conrad 3f429d11da Factorize SSE2_(Row|Column)_IDCT into one macro 16 years ago
David Conrad 3c1ebfd56d Cosmetics: remove excessive blank lines 16 years ago
David Conrad c3c5bba1e2 Cosmetics: reindent 16 years ago
David Conrad f7fc9e499c Rewrite SSE2 VP3 IDCT in inline asm 16 years ago
David Conrad 43410eaf7c Declare ff_vp3_idct_data to be uint16_t 16 years ago
David Conrad 587ae47aa7 Don't declare SSE vp3 idct data static, so it can be used in the mmx version 16 years ago
David Conrad c979fa030f Remove unused dequantization code from SSE VP3 IDCT 16 years ago
David Conrad 167029a73a Use ff_pw_8 in MMX/SSE VP3 IDCT 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Luca Barbato 3fbe711832 Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithinkswDoTcom 17 years ago
Reimar Döffinger 754bf3d8a1 Fix warnings: 17 years ago
Aurelien Jacobs 5b0b7054b4 better separation of vp3dsp functions from dsputil_mmx.c 18 years ago
Ronald S. Bultje b550bfaa61 Add libavcodec to compiler include flags in order to simplify header 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Steve L'Homme 68b51e58ce MSVC-compatible __align8/__align16 declaration 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Måns Rullgård bf4e3bd2d0 kill a bunch of compiler warnings 19 years ago
Michael Niedermayer c26ae41db2 adding a few const 20 years ago
Michael Niedermayer 5773a74669 porting the mmx&sse2 (sse2 untested) vp3 idcts to the lavc idct API 20 years ago
Mike Melanson 75b4f3c6d6 yes, that's nice... 21 years ago
Mike Melanson 116824d0aa reorganize and simplify the VP3 IDCT stuff 21 years ago
Mike Melanson 6186b94c13 hush... 21 years ago
Mike Melanson 5f9379007c SSE2-optimized variant of VP3 IDCT 21 years ago