1307 Commits (bc68927a0f2c26edc675a01db7ac77ab42a81d0c)

Author SHA1 Message Date
Michael Niedermayer 2ffead98dd avcodec: add emuedge_linesize_type 11 years ago
Paul B Mahol 6053812814 x86/simple_idct: use LOCAL_ALIGNED instead of DECLARE_ALIGNED 11 years ago
Thilo Borgmann d814a839ac Reinstate proper FFmpeg license for all files. 11 years ago
Carl Eugen Hoyos 8fe1fb41ac Fix compilation with --disable-mmx. 11 years ago
Michael Niedermayer 7fb758cd8e avcodec/x86/lpc: Fix cpu flag checks so they work 11 years ago
Michael Niedermayer c1913064e3 avcodec/x86/vp8dsp: Fix cpu flag checks so they work 11 years ago
Diego Biurrun e998b56362 x86: avcodec: Consistently structure CPU extension initialization 11 years ago
Diego Biurrun 6369ba3c9c x86: avcodec: Use convenience macros to check for CPU flags 11 years ago
Diego Biurrun cd52917237 x86: rv40dsp: Move inline assembly optimizations out of YASM init section 12 years ago
Diego Biurrun a64f6a04ac dsputil: x86: Hide arch-specific initialization details 12 years ago
Diego Biurrun 8506ff97c9 vp56: Mark VP6-only optimizations as such. 12 years ago
Diego Biurrun e7b31844f6 x86: Split DCT and FFT initialization into separate files 12 years ago
Diego Biurrun 0b45269c2d x86: h264_idct: Remove incorrect comment 12 years ago
Diego Biurrun 3ac7fa81b2 Consistently use "cpu_flags" as variable/parameter name for CPU flags 12 years ago
Christophe Gisquet b6293e2798 fmtconvert: Explicitly use int32_t instead of int 12 years ago
Luca Barbato 2b379a9251 mlpdsp: x86: Respect cpuflags 12 years ago
Michael Niedermayer 707b2135fd libavcodec/x86/mpegvideo: Move mmx functions under HAVE_MMX_INLINE 12 years ago
Michael Niedermayer abce6dfd9e avcodec/x86/vp3dsp_init: move mmx functions under HAVE_MMX_INLINE 12 years ago
Michael Niedermayer 66537c7efd avcodec/x86/cabac: Disable get_cabac_bypass_x86() on broken llvm/clang 12 years ago
Michael Niedermayer 32de28053d avcodec/x86/cabac: factorize broken llvm/clang check out 12 years ago
Jason Garrett-Glaser d222f6e39e cabac: x86 version of get_cabac_bypass 12 years ago
Michael Niedermayer b791a0831b avcodec/x86/dsputil_init: only use xvid idct for lowres=0 12 years ago
Hendrik Leppkes 659df32a9d mathops/x86: work around inline asm miscompilation with GCC 4.8.1 12 years ago
Diego Biurrun 186599ffe0 build: cosmetics: Place unconditional before conditional OBJS lines 12 years ago
Christophe Gisquet f49564c607 fmtconvert: int32_t input to int32_to_float_fmul_scalar 12 years ago
Diego Biurrun 004b81c465 mpegvideo: Remove commented-out PARANOID debug cruft 12 years ago
Diego Biurrun 1399931d07 x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h 12 years ago
Diego Biurrun 245b76a108 x86: dsputil: Split inline assembly from init code 12 years ago
Diego Biurrun 46bb456853 x86: dsputil: Refactor pixels16 wrapper functions with a macro 12 years ago
Diego Biurrun f54b55058a configure: Rename cmov processor capability to i686 12 years ago
Christophe Gisquet 2c299d4165 x86: sbrdsp: implement SSE2 qmf_pre_shuffle 12 years ago
Diego Biurrun f243bf7aa2 x86: dsputil: Remove unused argument from QPEL_OP macro 12 years ago
Diego Biurrun 3d40c1ee74 x86: dsputil: Move TRANSPOSE4 macro to the only place it is used 12 years ago
Diego Biurrun 71469f3b63 x86: dsputil: Move constant declarations into separate header 12 years ago
Christophe Gisquet fc37cd4333 x86: sbrdsp: force PIC addressing for Win64 12 years ago
Diego Biurrun ed880050ed x86: dsputil: Group all assembly constants together in constants.c 12 years ago
Diego Biurrun 8761466760 x86: dsputil: Move ff_pd assembly constants to the only place they are used 12 years ago
Diego Biurrun 1b343cedd7 x86: dsputil: Remove unused ff_pb_3F constant 12 years ago
Diego Biurrun 63bac48f73 x86: dsputil: Move rv40-specific functions where they belong 12 years ago
Diego Biurrun 3334cbec0a x86: dsputil: Remove unused MOVQ_BONE macro 12 years ago
Diego Biurrun 92f8e06ecb x86: dsputil hpeldsp: Move shared template functions into separate object 12 years ago
Diego Biurrun 7edaf4edb5 x86: rnd_template: Eliminate pointless OP_AVG macro indirection 12 years ago
Diego Biurrun 110796739a x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.c 12 years ago
Diego Biurrun dc1b328d0d x86: hpeldsp: Only compile MMX hpeldsp code if MMX is enabled 12 years ago
Diego Biurrun 9e5e76ef9e x86: More specific ifdefs for dsputil/hpeldsp init functions 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Diego Biurrun a5f8873620 silly typo fixes 12 years ago
Christophe Gisquet 5a97469a4f x86: sbrdsp: Implement SSE2 qmf_deint_bfly 12 years ago
Diego Biurrun bf7c3c6b15 x86: dsputil: Move cavs and vc1-specific functions where they belong 12 years ago
Diego Biurrun 9328062321 x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.c 12 years ago