5 Commits (cc69ccb6d44042b1f795da66306116b0964af996)

Author SHA1 Message Date
James Almer ad26e83f9c avcodec/x86: use function pointers for {put,add}_pixels_clamped 10 years ago
Diego Biurrun 8d27bf1cff x86: xvid: K&R formatting cosmetics 10 years ago
Diego Biurrun dcb7c868ec cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTs 10 years ago
Diego Biurrun 1f156af427 x86: xvid_idct: Drop unused definitions 10 years ago
Diego Biurrun d35b94fbab avcodec: Rename xvidmmx IDCT to xvid 10 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Matt Oliver 1898c2f49d inline asm: fix arrays as named constraints. 11 years ago
Michael Niedermayer 46d5625f44 avcodec/x86/idct_sse2_xvid: fix non C99 inline function 11 years ago
Matt Oliver 8236747511 Automatically change MANGLE() into named inline asm operands when direct symbol reference in inline asm are not supported. 11 years ago
Matt Oliver b73aae6fe9 avcodec/x86/idct_sse2_xvid: move offsets out of MANGLE() 11 years ago
Diego Biurrun 0b8b2ae5e9 x86: xviddct: Employ more specific ifdefs 11 years ago
Diego Biurrun 1399931d07 x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Diego Biurrun c59211b437 x86: Simplify some arch conditionals 12 years ago
Michael Niedermayer 7cb9f1a8d0 idct_sse2_xvid: remove libavutil/internal.h include 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 12 years ago
Ronald S. Bultje 79195ce565 x86/dsputil: put inline asm under HAVE_INLINE_ASM. 12 years ago
Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Mans Rullgard ef4a65149d Replace ASMALIGN() with .p2align 14 years ago
Ramiro Polla 153ca56b38 xmm_clobbers: list xmm registers first in clobber list 14 years ago
Ramiro Polla ba40452095 idct_sse2_xvid: only mark xmm>=8 as clobbered on x86_64 14 years ago
Ramiro Polla 616735eb97 idct_sse2_xvid: add xmm registers to clobber list 14 years ago
Ronald S. Bultje 7e7c4b6008 Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx() 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Måns Rullgård c67278098d Move array specifiers outside DECLARE_ALIGNED() invocations 15 years ago
Måns Rullgård 4e36a5b46f Move declarations of some mmx functions to dsputil_mmx.h 15 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun a6493a8fbd Rename libavcodec/i386/ --> libavcodec/x86/. 16 years ago
Diego Biurrun c4ff7c53e0 Do not use full include path for headers in the same directory. 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Alexander Strange bc31447225 Make the function prototype visible to comply with C99 inline. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Alexander Strange f73a6393e7 Add a new xvid-style IDCT using SSE2. 17 years ago