summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/dsputil_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-50/+86
|\
| * H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang2011-07-031-50/+86
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-021-0/+23
|\ \ | |/
| * ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles2011-07-011-0/+23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-291-2/+2
|\ \ | |/
| * configure: Drop check for availability of ten assembler operands.Diego Biurrun2011-06-281-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-191-0/+34
|\ \ | |/
| * Fix build if yasm is not available.Ronald S. Bultje2011-06-181-1/+3
| * H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang2011-06-181-0/+32
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-151-2/+2
|\ \ | |/
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-2/+2
| * Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-2/+2
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-121-0/+1
|\ \ | |/
| * Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser2011-05-101-0/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-18/+18
|\ \ | |/
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-0/+32
* | Move png mmx functions into x86/png_mmx.c, remove them from DSPContext.Baptiste Coudurier2011-04-271-99/+0
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-101-0/+32
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-271-4/+6
|\ \ | |/
| * dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-261-31/+38
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-241-2/+38
|\ \ | |/
| * Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-221-2/+38
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * dsputil_mmx.c: remove ff_vector128.Ronald S. Bultje2011-02-191-4/+1
| * dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-171-20/+0
| * Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-220/+0
| * Implement a SIMD version of emulated_edge_mc() for x86.Ronald S. Bultje2011-01-311-3/+107
| * cosmetics: indentationJustin Ruggles2011-01-311-53/+53
| * Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-12/+8
| * Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-221-12/+12
* | Fake-Merge remote-tracking branch 'ffmpeg-mt/master'Michael Niedermayer2011-03-221-29/+34
* | dsputil_mmx.c: remove ff_vector128.Ronald S. Bultje2011-02-201-4/+1
* | dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-181-20/+0
* | Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-041-220/+0
* | Implement a SIMD version of emulated_edge_mc() for x86.Ronald S. Bultje2011-02-021-3/+107
* | cosmetics: indentationJustin Ruggles2011-02-021-53/+53
* | Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-021-12/+8
* | Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-231-12/+12
|/
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-181-4/+4
* x86: remove VLA in ac3_downmix_sseMans Rullgard2011-01-181-1/+2
* Fix ff_pw_3 alignment.Ronald S. Bultje2011-01-141-1/+1
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-141-0/+1
* For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytesRonald S. Bultje2010-12-241-1/+1
* In yadif filter, declare asm constants directly to avoid dependency on libavc...Baptiste Coudurier2010-12-061-1/+0
* 10l, add ff_pw_1 to dsputil_mmx for yadif sse2Baptiste Coudurier2010-12-041-0/+1
* dsputil: Use explicit movzbl instead of movzxİsmail Dönmez2010-11-011-1/+1
* xmm_clobbers: list xmm registers first in clobber listRamiro Polla2010-10-311-3/+3
* dsputil_mmx: add xmm registers to clobber listRamiro Polla2010-10-311-0/+2
* dsputil_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-10-311-8/+8
OpenPOWER on IntegriCloud