53 Commits (7a6514861ecf26fe7f892ddc494c063c5d093023)

Author SHA1 Message Date
James Darnley 33de0fee2c avcodec/h264: enable sse2 chroma deblock/loop filter functions 8 years ago
James Darnley cd893b9307 avcodec/h264: add avx 8-bit 4:2:2 chroma h intra deblock/loop filter 8 years ago
James Darnley 0e16b3e2be avcodec/h264: add avx 8-bit 4:2:0 chroma h intra deblock/loop filter 8 years ago
James Darnley 987ffe4b8d avcodec/h264: add avx 8-bit chroma v intra deblock/loop filter 8 years ago
James Darnley 88307b3eec avcodec/h264: add avx 8-bit 4:2:2 chroma h deblock/loop filter 8 years ago
James Darnley ac096fc82d avcodec/h264: add avx 8-bit 4:2:0 chroma h deblock/loop filter 8 years ago
James Darnley 5c56758843 avcodec/h264: add avx 8-bit chroma v deblock/loop filter 8 years ago
James Darnley 5336887867 avcodec/h264: sse2, avx h luma mbaff deblock/loop filter 8 years ago
James Darnley 728651df06 avcodec/h264: mmx2, sse2, avx 10-bit 4:2:2 h chroma deblock/loop filter 8 years ago
James Darnley add21d0bb3 avcodec/h264: mmx2, sse2, avx 10-bit h chroma deblock/loop filter 8 years ago
James Darnley 58ca2ef62e whitespace changes after last commit 8 years ago
James Darnley f33714a694 avcodec/h264: clean up and expand x86 function definitions 8 years ago
James Darnley 13d71c28cc avcodec/h264: sse2 and avx 4:2:2 idct add8 10-bit functions 8 years ago
James Darnley 1dae7ffa0b avcodec/h264: mmx 4:2:2 idct add8 function 8 years ago
James Darnley 815ea8c6cc avcodec/h264: mmxext 4:2:2 chroma intra deblock/loop filter 8 years ago
Michael Niedermayer bc26fe8927 avcodec/h264: Use ptrdiff_t for (bi)weight functions 8 years ago
James Darnley 7042a55c55 avcodec/h264: mmxext 4:2:2 chroma deblock/loop filter 9 years ago
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 12 years ago
Diego Biurrun 3ac7fa81b2 Consistently use "cpu_flags" as variable/parameter name for CPU flags 12 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 13 years ago
Carl Eugen Hoyos a26789cf9f Fix compilation with yasm-0.6.2. 13 years ago
Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 13 years ago
Diego Biurrun 29cfdd3767 x86: avcodec: Appropriately name files containing only init functions 13 years ago
Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 13 years ago
Diego Biurrun 239fdf1b4a x86: build: replace mmx2 by mmxext 13 years ago
Diego Biurrun 81905088a1 x86: h264dsp: K&R formatting cosmetics 13 years ago
Diego Biurrun 6376a3ad24 x86: h264dsp: Remove unused variable ff_pb_3_1 13 years ago
Diego Biurrun 8728b381cb x86: h264dsp: Adjust YASM #ifdefs 13 years ago
Ronald S. Bultje b829b4ce29 h264: convert loop filter strength dsp function to yasm. 13 years ago
Ronald S. Bultje a5bbb1242c h264_loopfilter: port x86 simd to cpuflags. 13 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