summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_mmx.c
Commit message (Expand)AuthorAge
* Add a float DSP framework to libavutilJustin Ruggles2012-06-08
* Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-21
* rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MCChristophe Gisquet2012-05-10
* dsputil x86: revert a test back to its previous valueChristophe GISQUET2012-04-28
* Remove lowres video decodingMans Rullgard2012-04-21
* avcodec: remove AVCodecContext.dsp_maskMans Rullgard2012-04-21
* dsputil x86: remove deprecated parameter from scalarproduct_int16 prototypeChristophe GISQUET2012-04-04
* x86: dsputil: prettyprint gcc inline asmDiego Biurrun2012-03-25
* x86: K&R prettyprinting cosmetics for dsputil_mmx.cDiego Biurrun2012-03-25
* x86: conditionally compile H.264 QPEL optimizationsDiego Biurrun2012-03-25
* dsputil_mmx: Surround QPEL macros by "do { } while (0);" blocks.Diego Biurrun2012-03-25
* x86: clean up ff_dsputil_init_mmx()Mans Rullgard2012-03-05
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* x86 dsputil: provide SSE2/SSSE3 versions of bswap_bufChristophe Gisquet2012-01-30
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-29
* dsputil: use vertical component for drawing bottom edge.Ronald S. Bultje2012-01-25
* 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