508 Commits (1af3571e05522df4e71a5b33de05bdb9e953a6c4)

Author SHA1 Message Date
Daniel Kang ded3e9f054 H.264: Cometics to dsputil_mmx.c 13 years ago
Ronald S. Bultje b0b3231074 h264_weight: initialize "height" function argument properly. 13 years ago
Justin Ruggles aad3429d4e fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm 13 years ago
Justin Ruggles 4e8e262476 fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm 13 years ago
Justin Ruggles 185142a5ea fmtconvert: check compile-time x86 instruction set flags 13 years ago
Justin Ruggles 708ab7dd69 fmtconvert: port float_to_int16() x86 inline asm to yasm 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
Diego Biurrun 265980dabc x86: Move some variable declarations below the appropriat #ifdef. 13 years ago
Diego Biurrun 2cb7c81669 x86: Fix linking of ProRes DSP ASM with YASM disabled. 13 years ago
Kieran Kunhya 44d27736fc Add V210 SIMD 13 years ago
Kieran Kunhya b1766c170c Move x264asm to libavutil. 13 years ago
Ronald S. Bultje 05c8f119cc proresdsp: fix function prototypes. 13 years ago
Michael Niedermayer 337496980e prores: use C idct for fate as the SSE code is not matching the SSE* code down at the bits 13 years ago
Michael Niedermayer dc66951bb2 proresdsp: fix rounding 13 years ago
Michael Niedermayer 67dad8e7b1 proresdsp: Correct credits to point to the Author and not just the code this is based on. 13 years ago
Michael Niedermayer 370d7ef2c7 proresdsp: Optimize series of padds out 13 years ago
Michael Niedermayer 6398c0f7e1 proresdsp.asm: Remove useless instructions. 13 years ago
Elvis Presley bebaf4ea1f prores: change license to LGPL, merge some parts. 13 years ago
Elvis Presley b87d882578 proresdsp.asm: drop useless shifts 13 years ago
Elvis Presley ef47c608be x86/proresdsp-init: add forgotten HAVE_YASM 13 years ago
Ronald S. Bultje e3f530feca prores: idct sse2/sse4 optimizations. 13 years ago
Michael Niedermayer 2aaf32f52f mpegvideo: support encoding with chroma intra tables that differ from luma. 13 years ago
Sean McGovern c2d3f56107 fft: avoid a signed overflow 13 years ago
Ronald S. Bultje 38e06c2969 Move clipd macros to x86util.asm. 13 years ago
Dave Yeo cc73511e8e Fix NASM include directive 13 years ago
Alex Converse 48f7163f13 dsputil_mmx: Honor HAVE_AMD3DNOW 13 years ago
Baptiste Coudurier 231a6df9ea h264dec: h264: 4:2:2 intra decoding 13 years ago
Baptiste Coudurier 9a33078b64 dsputil_mmx: fix indention 13 years ago
Ronald S. Bultje b2c087871d Move x86util.asm from libavcodec/ to libavutil/. 13 years ago
Ronald S. Bultje 3a39195b1d Move x86inc.asm to libavutil/. 13 years ago
Kostya Shishkov d241f51e0f Move RV3/4-specific DSP functions into their own context 13 years ago
Carl Eugen Hoyos 324b8adca4 Fix a possible miscompilation of cabac with old (broken) compilers. 13 years ago
Vitor Sessak 18b131de04 dct32: Add SSE2 ASM optimizations 13 years ago
Jason Garrett-Glaser a3bf7b864a H.264: tweak some other x86 asm for Atom 14 years ago
Mans Rullgard 3ad1684126 x86: cabac: add operand size suffixes missing from 6c32576 14 years ago
Mans Rullgard f5f004bc5a x86: cabac: don't load/store context values in asm 14 years ago
Jason Garrett-Glaser 6c32576548 H.264: optimize CABAC x86 asm for Atom 14 years ago
Mans Rullgard da4c7cce21 x86: fix build with gcc 4.7 14 years ago
Daniel Kang 406fbd24dc H.264: Add optimizations to predict x86 assembly. 14 years ago
Joseph Artsimovich 5ab21439fd dnxhd: 10-bit support 14 years ago
Mans Rullgard a617c6aaa3 dsputil: update per-arch init funcs for non-h264 high bit depth 14 years ago
Mans Rullgard 874f1a901d dsputil: template get_pixels() for different bit depths 14 years ago
Mans Rullgard 0a72533e98 jfdctint: add 10-bit version 14 years ago
Mans Rullgard e7a972e113 simple_idct: add 10-bit version 14 years ago
Diego Biurrun 65083b4911 dsputil: remove disabled code 14 years ago
Martin Storsjö 8f62ef0f95 x86: Use LOCAL_ALIGNED in mpegvideo_mmx_template 14 years ago
Diego Biurrun e0ae2174db simple_idct: remove disabled code 14 years ago
Daniel Kang ac4a85f476 H.264: Add more x86 assembly for 10-bit H.264 predict functions 14 years ago