36 Commits (cc69ccb6d44042b1f795da66306116b0964af996)

Author SHA1 Message Date
Diego Biurrun 5ab03e41e5 x86: h264dsp: Fix link failure with optimizations disabled 11 years ago
Diego Biurrun b42f49e42f x86: dsputil: Eliminate some unnecessary dsputil_x86.h #includes 11 years ago
Anton Khirnov a03a642d5c h264: do not use 422 functions for monochrome 11 years ago
Diego Biurrun e998b56362 x86: avcodec: Consistently structure CPU extension initialization 11 years ago
Diego Biurrun 3ac7fa81b2 Consistently use "cpu_flags" as variable/parameter name for CPU flags 11 years ago
Diego Biurrun 1399931d07 x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h 12 years ago
Diego Biurrun f2e9d44a57 x86: Drop unnecessary ff_ name prefixes from static functions 12 years ago
Diego Biurrun c9f933b5b6 Add av_cold attributes to arch-specific init functions 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 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
Diego Biurrun 89145fbbfe x86: h264dsp: Fix linking with yasm and optimizations disabled 12 years ago
Diego Biurrun 26301caaa1 x86: mmx2 ---> mmxext in asm constructs 12 years ago
Diego Biurrun d8eda37080 x86: mmx2 ---> mmxext in function names 12 years ago
Michael Niedermayer 6add8eb2ce x86/h264dsp_init: put a HAVE_YASM back 12 years ago
Diego Biurrun e0c6cce447 x86: Replace checks for CPU extensions and flags by convenience macros 12 years ago
Diego Biurrun a84ac7a860 x86: h264dsp: drop some unnecessary ifdefs around prototype declarations 12 years ago
Carl Eugen Hoyos a26789cf9f Fix compilation with yasm-0.6.2. 12 years ago
Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 12 years ago
Diego Biurrun 29cfdd3767 x86: avcodec: Appropriately name files containing only init functions 12 years ago
Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 12 years ago
Diego Biurrun 239fdf1b4a x86: build: replace mmx2 by mmxext 12 years ago
Diego Biurrun 81905088a1 x86: h264dsp: K&R formatting cosmetics 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 a5bbb1242c h264_loopfilter: port x86 simd to cpuflags. 12 years ago
Diego Biurrun fe07c9c6b5 x86: Only use optimizations with cmov if the CPU supports the instruction 13 years ago
Michael Niedermayer 915ec91e6b libavcodec/x86/h264dsp_mmx.c: add forgotten HAVE_YASM 13 years ago
Reimar Döffinger b223035511 Detect and check for CMOV. 13 years ago
Ronald S. Bultje c2d337429c H264: change weight/biweight functions to take a height argument. 13 years ago
Ronald S. Bultje 229d263cc9 Support for lossless and inter H264 4:2:2. 13 years ago
Baptiste Coudurier 76741b0e56 h264: 4:2:2 intra decoding support 13 years ago
Baptiste Coudurier 231a6df9ea h264dec: h264: 4:2:2 intra decoding 13 years ago
Jason Garrett-Glaser b5bbc84fe2 H.264: add filter_mb_fast support for >8-bit decoding 14 years ago
Daniel Kang 84e70ef004 h264: Add x86 assembly for 10-bit weight/biweight H.264 functions. 14 years ago
Carl Eugen Hoyos 5fb67d8039 Fix compilation with old yasm. 14 years ago
Daniel Kang f3aa65af3a h264/10bit: add HAVE_ALIGNED_STACK checks. 14 years ago
Daniel Kang 348493db60 Update 8-bit H.264 IDCT function names to reflect bit-depth. 14 years ago
Daniel Kang 836f47d34b Add IDCT functions for 10-bit H.264. 14 years ago
Gil Pedersen 257de5fb25 h264dsp_mmx: Add #ifdefs around some mmxext functions on x86_64. 14 years ago
Jason Garrett-Glaser 5705b02079 10-bit H.264 x86 chroma v loopfilter asm 14 years ago
Jason Garrett-Glaser 9f3d6ca4f1 Port x86 10-bit H.264 deblock asm from x264 14 years ago
Jason Garrett-Glaser 8ad77b65b5 Update x86 H.264 deblock asm 14 years ago
Ronald S. Bultje 86b29553f8 h264dsp_mmx: place bracket outside #if/#endif block. 14 years ago
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Carl Eugen Hoyos 5c0068758f Fix compilation with --disable-yasm. 14 years ago
Oskar Arvidsson 8dbe585641 Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Jason Garrett-Glaser 19fb234e4a H.264: split luma dc idct out and implement MMX/SSE2 versions 14 years ago