summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/dsputil_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-2/+2
* x86 dsputil: provide SSE2/SSSE3 versions of bswap_bufChristophe Gisquet2012-01-301-0/+5
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-291-102/+0
* dsputil: use vertical component for drawing bottom edge.Ronald S. Bultje2012-01-251-1/+1
* build: conditionally compile x86 H.264 chroma optimizationsDiego Biurrun2011-12-141-9/+13
* dsputil: use movups instead of movdqu in ff_emu_edge_core_sse()Justin Ruggles2011-11-221-4/+4
* twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles2011-11-111-0/+7
* dsputil: use cpuflags in x86 versions of vector_clip_int32()Justin Ruggles2011-11-061-4/+4
* H.264: Cometics to dsputil_mmx.cDaniel Kang2011-10-261-12/+12
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-111-0/+2
* dsputil_mmx: Honor HAVE_AMD3DNOWAlex Converse2011-08-151-5/+5
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-111-20/+0
* H.264: tweak some other x86 asm for AtomJason Garrett-Glaser2011-07-291-2/+2
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-211-1/+1
* simple_idct: add 10-bit versionMans Rullgard2011-07-201-1/+1
* dsputil: remove disabled codeDiego Biurrun2011-07-181-39/+0
* dsputil: remove ff_emulated_edge_mc macro used in one placeMans Rullgard2011-07-101-1/+1
* H.264: Add x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-081-1/+1
* YASM: Shut up unused variable compiler warning with --disable-yasm.Daniel Kang2011-07-041-2/+2
* Fix build with --disable-yasm.Daniel Kang2011-07-031-0/+2
* H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang2011-07-031-50/+86
* ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles2011-07-011-0/+23
* configure: Drop check for availability of ten assembler operands.Diego Biurrun2011-06-281-2/+2
* 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
* 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
* Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser2011-05-101-0/+1
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-0/+32
* dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-261-31/+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
* 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
OpenPOWER on IntegriCloud