summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_mmx.c
Commit message (Expand)AuthorAge
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
* x86: Move optimization suffix to end of function namesDiego Biurrun2012-10-31
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-31
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-31
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-31
* x86: dsputil: kill VLA in gmc_mmx()Mans Rullgard2012-10-05
* x86: dsputil: Move Xvid IDCT put/add functions to a more suitable placeDiego Biurrun2012-09-14
* ac3: move ac3_downmix() from dsputil to ac3dspMans Rullgard2012-09-12
* x86: dsputil: Move specific optimization settings out of global init functionDiego Biurrun2012-09-11
* x86: avcodec: Drop silly "_mmx" suffix from dsputil template namesDiego Biurrun2012-09-07
* cavsdsp: set idct permutation independently of dsputilMans Rullgard2012-09-07
* x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmovMans Rullgard2012-09-07
* x86: dsputil: Do not redundantly check for CPU caps before calling init funcsDiego Biurrun2012-09-06
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-30
* x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun2012-08-28
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* 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