| Commit message (Expand) | Author | Age | Files | Lines |
* | win64: add a XMM clobber test configure option. | Ronald S. Bultje | 2012-02-02 | 2 | -0/+81 |
* | Fix a typo in the x86 asm version of ff_vector_clip_int32() | Justin Ruggles | 2012-02-01 | 1 | -1/+1 |
* | rv40: x86 SIMD for biweight | Christophe Gisquet | 2012-01-30 | 3 | -1/+228 |
* | x86: Give RV40 init file a more suitable name. | Diego Biurrun | 2012-01-30 | 2 | -1/+1 |
* | x86: Place mm_flags variable declaration below the appropriate #ifdef. | Diego Biurrun | 2012-01-30 | 2 | -3/+3 |
* | x86 dsputil: provide SSE2/SSSE3 versions of bswap_buf | Christophe Gisquet | 2012-01-30 | 2 | -0/+128 |
* | png: add support for bpp>4 to paeth x86 SIMD code. | Ronald S. Bultje | 2012-01-29 | 1 | -1/+13 |
* | png: add SSE2 version for add_bytes_l2. | Ronald S. Bultje | 2012-01-29 | 2 | -0/+26 |
* | png: convert DSP functions to yasm. | Ronald S. Bultje | 2012-01-29 | 3 | -103/+156 |
* | png: add missing #if HAVE_SSSE3 around function pointer assignment. | Ronald S. Bultje | 2012-01-29 | 1 | -1/+1 |
* | imdct36: mark SSE functions as using all 16 XMM registers. | Ronald S. Bultje | 2012-01-29 | 1 | -1/+1 |
* | png: move DSP functions to their own DSP context. | Ronald S. Bultje | 2012-01-29 | 3 | -102/+136 |
* | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 21 | -174/+174 |
* | dsputil: use vertical component for drawing bottom edge. | Ronald S. Bultje | 2012-01-25 | 1 | -1/+1 |
* | rv34: 1-pass inter MB reconstruction | Christophe GISQUET | 2012-01-16 | 2 | -4/+3 |
* | rv34: Intra 16x16 handling | Christophe GISQUET | 2012-01-16 | 2 | -14/+83 |
* | rv34: DC-only inverse transform | Christophe GISQUET | 2012-01-12 | 3 | -1/+100 |
* | fft: init functions with INIT_XMM/YMM. | Henrik Gramner | 2012-01-11 | 1 | -0/+3 |
* | mpegaudiodec: optimized iMDCT transform | Vitor Sessak | 2012-01-08 | 3 | -0/+802 |
* | x86: Fix constraints for decode_significance*_x86 | Martin Storsjö | 2011-12-27 | 1 | -2/+2 |
* | x86: Tighten register constraints for decode_significance*_x86. | Diego Biurrun | 2011-12-21 | 1 | -2/+2 |
* | x86: conditionally compile dnxhd encoder optimizations | Diego Biurrun | 2011-12-19 | 1 | -2/+2 |
* | build: conditionally compile x86 H.264 chroma optimizations | Diego Biurrun | 2011-12-14 | 2 | -11/+16 |
* | x86: Require 7 registers for the cabac asm | Martin Storsjö | 2011-12-12 | 1 | -2/+2 |
* | x86: cabac: replace explicit memory references with "m" operands | Mans Rullgard | 2011-12-11 | 2 | -40/+36 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 1 | -1/+1 |
* | dsputil: use cpuflags in x86 emu_edge_core | Justin Ruggles | 2011-11-22 | 1 | -45/+46 |
* | dsputil: use movups instead of movdqu in ff_emu_edge_core_sse() | Justin Ruggles | 2011-11-22 | 2 | -7/+7 |
* | twinvq: add SSE/AVX optimized sum/difference stereo interleaving | Justin Ruggles | 2011-11-11 | 2 | -0/+55 |
* | Remove redundant filename self-references inside files. | Diego Biurrun | 2011-11-08 | 1 | -1/+0 |
* | x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectory | Diego Biurrun | 2011-11-08 | 2 | -4/+4 |
* | dsputil: use cpuflags in x86 versions of vector_clip_int32() | Justin Ruggles | 2011-11-06 | 2 | -21/+27 |
* | h264_weight: remove duplication functions. | Ronald S. Bultje | 2011-11-05 | 1 | -4/+0 |
* | fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64 | Justin Ruggles | 2011-11-02 | 1 | -1/+5 |
* | H.264: Cometics to dsputil_mmx.c | Daniel Kang | 2011-10-26 | 1 | -12/+12 |
* | h264_weight: initialize "height" function argument properly. | Ronald S. Bultje | 2011-10-22 | 1 | -0/+1 |
* | fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 2 | -60/+61 |
* | fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 3 | -60/+53 |
* | fmtconvert: check compile-time x86 instruction set flags | Justin Ruggles | 2011-10-21 | 1 | -4/+4 |
* | fmtconvert: port float_to_int16() x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 2 | -76/+55 |
* | H264: change weight/biweight functions to take a height argument. | Ronald S. Bultje | 2011-10-21 | 3 | -338/+192 |
* | Support for lossless and inter H264 4:2:2. | Ronald S. Bultje | 2011-10-21 | 1 | -1/+1 |
* | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 2 | -25/+45 |
* | x86: Move some variable declarations below the appropriat #ifdef. | Diego Biurrun | 2011-10-20 | 3 | -3/+3 |
* | x86: Fix linking of ProRes DSP ASM with YASM disabled. | Diego Biurrun | 2011-10-20 | 1 | -3/+3 |
* | proresdsp: fix function prototypes. | Ronald S. Bultje | 2011-10-14 | 1 | -3/+3 |
* | prores: idct sse2/sse4 optimizations. | Ronald S. Bultje | 2011-10-11 | 4 | -0/+490 |
* | fft: avoid a signed overflow | Sean McGovern | 2011-09-23 | 2 | -4/+4 |
* | Move clipd macros to x86util.asm. | Ronald S. Bultje | 2011-08-17 | 1 | -33/+1 |
* | Fix NASM include directive | Dave Yeo | 2011-08-15 | 22 | -41/+41 |