584 Commits (69ac6400b8b77b200bce50d04292ea65c0edeefa)

Author SHA1 Message Date
Mans Rullgard 2b140a3d09 x86: use 32-bit source registers with movd instruction 12 years ago
Mans Rullgard a3df4781f4 x86: add colons after labels 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 2096857551 x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2 12 years ago
Ronald S. Bultje 4a8143e73c fft: 3dnow: fix register name typo in DECL_IMDCT macro 12 years ago
Diego Biurrun 0c3ff1982c x86: dct32: port to cpuflags 12 years ago
Diego Biurrun 239fdf1b4a x86: build: replace mmx2 by mmxext 12 years ago
Ronald S. Bultje da6505ad2f dsputil: make add_hfyu_left_prediction_sse4() support unaligned src. 12 years ago
Diego Biurrun ca844b7be9 x86: Use consistent 3dnowext function and macro name suffixes 12 years ago
Diego Biurrun 03737412a3 x86: proresdsp: improve SIGNEXTEND macro comments 12 years ago
Diego Biurrun 81905088a1 x86: h264dsp: K&R formatting cosmetics 12 years ago
Ronald S. Bultje c728518b3c x86: fft: fix imdct_half() for AVX 12 years ago
Mans Rullgard ec7c501ed5 x86: remove libmpeg2 mmx(ext) idct functions 12 years ago
Ronald S. Bultje b6a3849adb fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64. 12 years ago
Ronald S. Bultje 53dfaedc01 x86/dsputilenc: bury inline asm under HAVE_INLINE_ASM. 12 years ago
Diego Biurrun 6376a3ad24 x86: h264dsp: Remove unused variable ff_pb_3_1 12 years ago
Diego Biurrun 8728b381cb x86: h264dsp: Adjust YASM #ifdefs 12 years ago
Ronald S. Bultje b829b4ce29 h264: convert loop filter strength dsp function to yasm. 12 years ago
Ronald S. Bultje c83f44dba1 h264_idct_10bit: port x86 assembly to cpuflags. 12 years ago
Ronald S. Bultje b3c5ae5607 fft: rename "z" to "zc" to prevent name collision. 12 years ago
Ronald S. Bultje 4d777eedfd vp3: don't compile mmx IDCT functions on x86-64. 12 years ago
Ronald S. Bultje a5bbb1242c h264_loopfilter: port x86 simd to cpuflags. 12 years ago
Ronald S. Bultje d07ff3cd5a h264_chromamc_10bit: port x86 simd to cpuflags. 12 years ago
Ronald S. Bultje 4a26fdd852 vp3: port x86 SIMD to cpuflags. 12 years ago
Ronald S. Bultje 76888c64b0 rv34: port x86 SIMD to cpuflags. 12 years ago
Ronald S. Bultje 158744a4cd vp56: only compile MMX SIMD on x86-32. 12 years ago
Ronald S. Bultje 2734ba787b vp56: port x86 simd to cpuflags. 12 years ago
Ronald S. Bultje 5361e10a5e proresdsp: port x86 assembly to cpuflags. 12 years ago
Ronald S. Bultje bde73f28af mpegaudio: bury inline asm under HAVE_INLINE_ASM. 12 years ago
Ronald S. Bultje 30b45d9c38 x86inc: automatically insert vzeroupper for YMM functions. 12 years ago
Ronald S. Bultje a1878a88a1 vp3: don't use calls to inline asm in yasm code. 12 years ago
Ronald S. Bultje 79195ce565 x86/dsputil: put inline asm under HAVE_INLINE_ASM. 12 years ago
Yang Wang 845e92fd6a dsputil_mmx: fix incorrect assembly code 12 years ago
Jason Garrett-Glaser 85a3c19ed1 dsputil: x86: add SHUFFLE_MASK_W macro 12 years ago
Diego Biurrun 9f97af2688 x86: dsputil: drop some unused CPU flag debug code 13 years ago
Mans Rullgard 28f9ab7029 vp3: move idct and loop filter pointers to new vp3dsp context 13 years ago
Mans Rullgard ab9f987661 build: add CONFIG_VP3DSP, reduce repetition in OBJS lists 13 years ago
Martin Storsjö f27386cdc7 x86: h264_intrapred: Don't add the 'd' suffix to the SPLATB_REG macro 13 years ago
Diego Biurrun 878e669029 x86: h264_intrapred: use newly introduced SPLAT* and PSHUFLW macros 13 years ago
Loren Merritt 4d4752366f x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macros 13 years ago
Diego Biurrun d20f133ef9 x86: h264_intrapred: port to cpuflag macros 13 years ago
Martin Storsjö 07eeeb1d4f vp8: Add ifdef guards around the sse2 loopfilter in the sse2slow branch too 13 years ago
Martin Storsjö 70a1c8000f vp8: loopfilter >=sse2 functions need aligned stack on x86-32. 13 years ago
Ronald S. Bultje 723b266d72 dsputilenc: group yasm and inline asm function pointer assignment. 13 years ago
Ronald S. Bultje ceabc13f12 dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section. 13 years ago
Ronald S. Bultje 66a02159ea x86: fmtconvert: add special asm for float_to_int16_interleave_misc_* 13 years ago
Mans Rullgard f2fd167835 x86: vc1: fix and enable optimised loop filter 13 years ago
Christophe Gisquet a5bfa66df5 x86: fft: replace call to memcpy by a loop 13 years ago
Mans Rullgard 0595334892 x86: fft: elf64: fix PIC build 13 years ago
Mans Rullgard 8725da49a2 x86: fft: win64: fix stack alignment for memcpy() call 13 years ago