324 Commits (77811482ab0485ff96ca9dd7cfb74948b216b471)

Author SHA1 Message Date
Michael Niedermayer a285079bc7 lls.asm: disable ff_update_lls_avx 12 years ago
Michael Niedermayer 0b40c50508 lls.asm: put avx code under if HAVE_AVX_EXTERNAL 12 years ago
Loren Merritt b545179fdf x86: lpc: simd av_evaluate_lls 12 years ago
Loren Merritt 502ab21af0 x86: lpc: simd av_update_lls 12 years ago
Diego Biurrun 1fda184a85 avutil: Add av_cold attributes to init functions missing them 12 years ago
Christophe Gisquet 566b7a20fd x86: float dsp: butterflies_float SSE 12 years ago
Michael Niedermayer 92218aad00 butterflies_float: replace 2 lea by 2 add 12 years ago
Christophe Gisquet 1a4007964c x86: float dsp: butterflies_float SSE 12 years ago
Ronald S. Bultje b93b27edb0 dsputil: Make dsputil selectable 12 years ago
Christophe Gisquet 2e81acc687 x86inc: Fix number of operands for cmp* instructions 12 years ago
Christophe Gisquet 0b467a6e83 x264asm: fix cmp* number of arguments 12 years ago
Diego Biurrun b6649ab503 cosmetics: Remove unnecessary extern keywords from function declarations 12 years ago
Ronald S. Bultje 6a701306db dsputil: make selectable. 12 years ago
Ronald S. Bultje 0c0828ecc5 x86: Use simple nop codes for <= sse (rather than <= mmx) 12 years ago
James Almer a56fd9edab lavu: Fix checkheaders for x86/emms.h 12 years ago
Diego Biurrun 4db96649ca avutil: Ensure that emms_c is always defined, even on non-x86 12 years ago
Diego Biurrun ab441e20ff avutil: Move emms code to x86-specific header 12 years ago
Ronald S. Bultje b582af1ed7 Use simple nop codes for <= sse (rather than <= mmx). 12 years ago
Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 12 years ago
Ronald S. Bultje 55aa03b9f8 floatdsp: move vector_fmul_add from dsputil to avfloatdsp. 12 years ago
Ronald S. Bultje d56668bd80 floatdsp: move scalarproduct_float from dsputil to avfloatdsp. 12 years ago
Martin Storsjö f4facd2ce7 x86: Add a Yasm-based emms() replacement 12 years ago
Diego Biurrun d633d12b2c x86inc: Add cvisible macro for C functions with public prefix 12 years ago
Diego Biurrun ef5d41a553 x86inc: Rename "program_name" to "private_prefix" 12 years ago
Martin Storsjö 973b4d44f1 float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_window 12 years ago
Justin Ruggles e034cc6c60 lavc: Move vector_fmul_window to AVFloatDSPContext 12 years ago
Diego Biurrun dae1d507af x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflags 12 years ago
Diego Biurrun 320e1d0df3 x86: ABSB2: port to cpuflags 12 years ago
Diego Biurrun 094a7405e5 x86: ABSB: port to cpuflags 12 years ago
Diego Biurrun 51969a652c x86: ABS2: port to cpuflags 12 years ago
Diego Biurrun 5b4dfbffc2 x86: ABS1: port to cpuflags 12 years ago
Ronald S. Bultje a34d9ad969 lavc: merge latest x86inc.asm fixes with x264 12 years ago
Janne Grunau 0995ad8db4 x86inc: fully concatenate tokens to fix macro expansion for nasm 12 years ago
Ronald S. Bultje 140367aff9 x86inc: fix stack alignment on win64 12 years ago
Ronald S. Bultje ce58642ed0 x86inc: support stack mem allocation and re-alignment in PROLOGUE. 12 years ago
Ronald S. Bultje 6f40e9f070 x86inc: support stack mem allocation and re-alignment in PROLOGUE 12 years ago
Justin Ruggles 1c012e6bfb x86: float_dsp: fix loading of the len parameter on x86-32 12 years ago
Justin Ruggles ecc8b02194 x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32 12 years ago
Justin Ruggles b30a363331 x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling 12 years ago
Justin Ruggles ac7eb4cb20 float_dsp: add vector_dmul_scalar() to multiply a vector of doubles 12 years ago
Diego Biurrun 490df522c7 x86: cpu: Drop unused HAVE_RWEFLAGS condition 12 years ago
Justin Ruggles 947f933687 x86: float_dsp: add SSE version of vector_fmul_scalar() 12 years ago
Diego Biurrun 87af05c575 x86: SPLATD: port to cpuflags 12 years ago
Diego Biurrun 26301caaa1 x86: mmx2 ---> mmxext in asm constructs 12 years ago
Diego Biurrun 2b479bcab0 build: Drop AVX assembly ifdefs 12 years ago
Diego Biurrun f0d124f005 x86inc: Set program_name outside of x86inc.asm 12 years ago
Diego Biurrun 4b60fac419 x86: PALIGNR: port to cpuflags 12 years ago
Diego Biurrun dbb37e7711 x86: PABSW: port to cpuflags 12 years ago
Diego Biurrun 0a7a94f2e5 x86: Refactor PSWAPD fallback implementations and port to cpuflags 12 years ago
Diego Biurrun 26f01bd106 x86: PMINUB: port to cpuflags 12 years ago