summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_mmx.c
Commit message (Expand)AuthorAge
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-03
* x86: remove libmpeg2 mmx(ext) idct functionsMans Rullgard2012-08-02
* h264_chromamc_10bit: port x86 simd to cpuflags.Ronald S. Bultje2012-07-27
* x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-25
* dsputil_mmx: fix incorrect assembly codeYang Wang2012-07-25
* x86: dsputil: drop some unused CPU flag debug codeDiego Biurrun2012-07-19
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-18
* x86: Only use optimizations with cmov if the CPU supports the instructionDiego Biurrun2012-06-23
* x86: move some inline asm macros to the only places they are usedMans Rullgard2012-06-23
* 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