31 Commits (ce612fc1863830f1b5255beb42e244138f78e145)

Author SHA1 Message Date
Ronald S. Bultje 015821229f vp3: Use full transpose for all IDCTs 12 years ago
Ronald S. Bultje c46819f229 x86: Move constants to the only place where they are used 12 years ago
Ronald S. Bultje d1293512cf vp3: use hpeldsp instead of dsputil for half-pel functions. 12 years ago
Ronald S. Bultje d85c9b036e vp3/x86: use full transpose for all IDCTs. 12 years ago
Ronald S. Bultje aeaf268e52 vp3: integrate clear_blocks with idct of previous block. 12 years ago
Diego Biurrun 26301caaa1 x86: mmx2 ---> mmxext in asm constructs 12 years ago
Diego Biurrun 04581c8c77 x86: yasm: Use complete source path for macro helper %includes 12 years ago
Diego Biurrun 6860b4081d x86: include x86inc.asm in x86util.asm 12 years ago
Ronald S. Bultje 4d777eedfd vp3: don't compile mmx IDCT functions on x86-64. 12 years ago
Ronald S. Bultje 4a26fdd852 vp3: port x86 SIMD to cpuflags. 12 years ago
Ronald S. Bultje a1878a88a1 vp3: don't use calls to inline asm in yasm code. 12 years ago
Mans Rullgard 28f9ab7029 vp3: move idct and loop filter pointers to new vp3dsp context 13 years ago
Ronald S. Bultje 3b15a6d742 config.asm: change %ifdef directives to %if directives. 13 years ago
Kieran Kunhya b1766c170c Move x264asm to libavutil. 13 years ago
Dave Yeo cc73511e8e Fix NASM include directive 13 years ago
Ronald S. Bultje b2c087871d Move x86util.asm from libavcodec/ to libavutil/. 13 years ago
Ronald S. Bultje 3a39195b1d Move x86inc.asm to libavutil/. 13 years ago
Diego Biurrun 888fa31eca Fix FSF address copy paste error in some license headers. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Reimar Döffinger b1c32fb5e5 Use "d" suffix for general-purpose registers used with movd. 14 years ago
Ronald S. Bultje e9f5f020c6 Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6 14 years ago