summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_mmx.c
Commit message (Expand)AuthorAge
* build: conditionally compile x86 H.264 chroma optimizationsDiego Biurrun2011-12-14
* dsputil: use movups instead of movdqu in ff_emu_edge_core_sse()Justin Ruggles2011-11-22
* twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles2011-11-11
* dsputil: use cpuflags in x86 versions of vector_clip_int32()Justin Ruggles2011-11-06
* H.264: Cometics to dsputil_mmx.cDaniel Kang2011-10-26
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-11
* dsputil_mmx: Honor HAVE_AMD3DNOWAlex Converse2011-08-15
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-11
* H.264: tweak some other x86 asm for AtomJason Garrett-Glaser2011-07-29
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
* simple_idct: add 10-bit versionMans Rullgard2011-07-20
* dsputil: remove disabled codeDiego Biurrun2011-07-18
* dsputil: remove ff_emulated_edge_mc macro used in one placeMans Rullgard2011-07-10
* H.264: Add x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-08
* YASM: Shut up unused variable compiler warning with --disable-yasm.Daniel Kang2011-07-04
* Fix build with --disable-yasm.Daniel Kang2011-07-03
* H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang2011-07-03
* ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions.Justin Ruggles2011-07-01
* configure: Drop check for availability of ten assembler operands.Diego Biurrun2011-06-28
* Fix build if yasm is not available.Ronald S. Bultje2011-06-18
* H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang2011-06-18
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-13
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser2011-05-10
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-26
* Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-22
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* dsputil_mmx.c: remove ff_vector128.Ronald S. Bultje2011-02-19
* dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje2011-02-17
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Implement a SIMD version of emulated_edge_mc() for x86.Ronald S. Bultje2011-01-31
* cosmetics: indentationJustin Ruggles2011-01-31
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
* Change DSPContext.vector_fmul() from dst=dst*src to dest=src0*src1.Justin Ruggles2011-01-22
* Replace ASMALIGN() with .p2alignMans Rullgard2011-01-18
* x86: remove VLA in ac3_downmix_sseMans Rullgard2011-01-18
* Fix ff_pw_3 alignment.Ronald S. Bultje2011-01-14
* H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser2011-01-14
* For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytesRonald S. Bultje2010-12-24
* In yadif filter, declare asm constants directly to avoid dependency on libavc...Baptiste Coudurier2010-12-06
* 10l, add ff_pw_1 to dsputil_mmx for yadif sse2Baptiste Coudurier2010-12-04
* dsputil: Use explicit movzbl instead of movzxİsmail Dönmez2010-11-01
* xmm_clobbers: list xmm registers first in clobber listRamiro Polla2010-10-31
* dsputil_mmx: add xmm registers to clobber listRamiro Polla2010-10-31
* dsputil_mmx: prefer xmm registers below xmm6 when they are availableRamiro Polla2010-10-31
* MMX, MMX2, SSE2 and SSSE3 optimizations for pred16x16/8x8_plane H264 intraRonald S. Bultje2010-10-05
* Use sse2 variant of put_pixels16() for no_rnd also. Provides a minor speedEli Friedman2010-09-29
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08