1138 Commits (eab49f4fb53f6daf7f1de09555e2c7d3b2a0dbb0)

Author SHA1 Message Date
Diego Biurrun e8c52271c4 Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm." 12 years ago
Diego Biurrun ebc701993f x86: dsputil: Drop some unused function #defines 12 years ago
Diego Biurrun 845cfc92f9 x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxext 12 years ago
Diego Biurrun 096cc11ec1 x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c 12 years ago
Martin Storsjö 31a23a0dc6 x86: dsputil_mmx: Remove leftover inline assembly fragments 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Matt Wolenetz 82a4a4e7ca Fix Win64 AVX h264_deblock by not using redzone on Win64 12 years ago
Matt Wolenetz 311443f6c7 x86: h264: Don't use redzone in AVX h264_deblock on Win64 12 years ago
Ronald S. Bultje e5ffffe48d h264chroma: Remove duplicate 9/10 bit functions 12 years ago
Ronald S. Bultje 1acd7d594c h264: integrate clear_blocks calls with IDCT. 12 years ago
Michael Niedermayer b9237aa7b0 x86/h263_loopfilter: Fix author attribution after code has been moved/splited around 12 years ago
Daniel Kang 9acd23d655 x86: dsputil: Fix h263 loop filter link error in some configurations 12 years ago
Daniel Kang 7a03145ed7 x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size param 12 years ago
Ronald S. Bultje 71ae8d50b2 x86/dsputil: fix compilation when h263 decoder/encoder are disabled. 12 years ago
Ronald S. Bultje 972771dcf2 h264chroma: remove duplicate 9/10 bit functions. 12 years ago
Daniel Kang b3f2a3fe3f x86: mpeg4qpel: Make movsxifnidn do the right thing 12 years ago
Ronald S. Bultje c7e3e55429 Move ff_emulated_edge_mc prototypes to videodsp. 12 years ago
Diego Biurrun 5d3d39c72e dsputil: Move fdct function declarations to dct.h 12 years ago
Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 12 years ago
Michael Niedermayer 48870853b2 x86/dsputil: Fix author attribution after code has been moved/splited around 12 years ago
Daniel Kang a1d3673034 dsputil: x86: Fix compile error 12 years ago
Daniel Kang 659d4ba5af dsputil: x86: Convert h263 loop filter to yasm 12 years ago
Martin Storsjö a846dccb29 h264chroma: x86: Fix building with yasm disabled 12 years ago
Michael Niedermayer 0ddca7d416 dsputil: fixup half a dozen bugs with ptrdiff vs int linesize 12 years ago
Diego Biurrun 82bd04b170 rv34: Drop now unnecessary dsputil dependencies 12 years ago
Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 12 years ago
Diego Biurrun c9f933b5b6 Add av_cold attributes to arch-specific init functions 12 years ago
Diego Biurrun 25841dfe80 Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. 12 years ago
Michael Niedermayer 4d37d2bfc5 put_vp_no_rnd_pixels8_l2_mmx: fix type 12 years ago
Michael Niedermayer cb573f7fbc avcodec/x86: Add daniels copyright to the recent gcc->yasm convertions he did. 12 years ago
Diego Biurrun 52acd79165 x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp 12 years ago
Michael Niedermayer 71f8d70456 dirac/x86: fix compile without yasm 12 years ago
Michael Niedermayer 4d3d362549 dirac/x86: fix compile without inline asm 12 years ago
Diego Biurrun c59211b437 x86: Simplify some arch conditionals 12 years ago
Michael Niedermayer 94ef1667bb dirac/x86: Fix handling blocksizes that are not a multiple of 4 12 years ago
Michael Niedermayer 5c9cae7447 dirac: Only use MMX if MMX is available. 12 years ago
Michael Niedermayer 834e9fb056 x86: hpeldsp: Fix a typo, use the right register 12 years ago
Daniel Kang 05b0998f51 dsputil: Fix error by not using redzone and register name 12 years ago
Michael Niedermayer edde562130 AVG_PIXELS8_XY2: fix typo, make code actually work 12 years ago
Daniel Kang 5327a45552 dsputil: x86: Correct the number of registers used in put_no_rnd_pixels16_l2 12 years ago
Daniel Kang d9e62f368d dsputil: add missing HAVE_YASM guard 12 years ago
Michael Niedermayer 5934be16cc x86/mpeg4qpel: Fix author attribution 12 years ago
Michael Niedermayer aa3f449955 x86/hpeldsp: Fix author attribution 12 years ago
Daniel Kang 96753bd00d dsputil: x86: Correct the number of registers used in put_no_rnd_pixels16_l2 12 years ago
Daniel Kang 0eedf5d74d dsputil: add missing HAVE_YASM guard 12 years ago
Daniel Kang 71155d7b41 dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasm 12 years ago
Ronald S. Bultje f90ff772e7 Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm. 12 years ago
Diego Biurrun 033a86f9bb x86: h264qpel: Move stray comment to the right spot and clarify it 12 years ago
Carl Eugen Hoyos a0d1440476 Fix compilation with --disable-everything on x86_32. 12 years ago
Michael Niedermayer fc8e8e5bef h264_qpel: put cpuflags checks back. 12 years ago