summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dsputil_mmx.c
Commit message (Expand)AuthorAge
...
* dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang2013-01-27
* x86: h264qpel: Move stray comment to the right spot and clarify itDiego Biurrun2013-01-26
* dsputil: Separate h264 qpelMans Rullgard2013-01-24
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-22
* dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-22
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje2013-01-22
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-22
* dsputil: remove butterflies_float_interleave.Ronald S. Bultje2013-01-20
* dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard2013-01-20
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-19
* x86: dsputil: Drop some unused macro definitionsDiego Biurrun2013-01-18
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* x86: fix build without inline asmDiego Biurrun2012-11-26
* x86: h264: Convert 8-bit QPEL inline assembly to YASMDaniel Kang2012-11-25
* x86: h264: Remove 3dnow QPEL codeDaniel Kang2012-11-25
* x86: dsputil: port to cpuflagsDiego Biurrun2012-11-16
* 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