summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/vc1dsp_mmx.c
Commit message (Expand)AuthorAgeFilesLines
* x86/vc1dsp: Port vc1_*_hor_16b_shift2 to NASM formatTimothy Gu2016-02-141-53/+8
* x86: vc1dsp: Convert vc1_inv_trans_*_dc to NASM formatTimothy Gu2016-02-011-207/+0
* vc1dsp: Port ff_vc1_put_ver_16b_shift2_mmx to yasmTimothy Gu2015-10-211-52/+7
* x86: vc1dsp_mmx: Move yasm initiation steps to vc1dsp_initTimothy Gu2015-10-191-27/+0
* doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun2015-06-161-1/+1
* x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet2015-03-141-1/+1
* x86: kill fpel_mmx.cChristophe Gisquet2014-05-211-2/+5
* vc1dsp: fix build without inline asmHendrik Leppkes2014-04-221-0/+12
* vc1dsp: introduce cases for 8x8 and 16x16Christophe Gisquet2014-04-201-37/+69
* Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos2014-04-191-2/+2
* Merge commit '6655c933a887a2d20707fff657b614aa1d86a25b'Michael Niedermayer2014-03-221-1/+1
|\
| * x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun2014-03-221-1/+1
* | Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver2014-03-181-0/+6
* | Merge commit '1399931d07f0f37ef4526eb8d39d33c64e09618a'Michael Niedermayer2013-05-141-1/+1
|\ \ | |/
| * x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-121-1/+1
* | Merge commit '71469f3b636fbe06b6aca5933f9fdebddd8d5f57'Michael Niedermayer2013-05-091-1/+2
|\ \ | |/
| * x86: dsputil: Move constant declarations into separate headerDiego Biurrun2013-05-081-1/+2
* | Merge commit 'bf7c3c6b157f7938578f964b62cffd5e504940be'Michael Niedermayer2013-05-031-1/+7
|\ \ | |/
| * x86: dsputil: Move cavs and vc1-specific functions where they belongDiego Biurrun2013-05-021-1/+7
* | Merge commit '3b2d0ec473b036bdd0a5bc0d896fd5292915f44d'Michael Niedermayer2013-03-271-42/+42
|\ \ | |/
| * x86: vc1dsp: Fix indentationMartin Storsjö2013-03-261-42/+42
* | Merge commit 'a8b6015823e628047a45916404c00044c5e80415'Michael Niedermayer2013-03-131-2/+7
|\ \ | |/
| * dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-2/+7
* | Merge commit '845cfc92f908791714b8c4c8a49c91b8c64b685e'Michael Niedermayer2013-02-271-2/+0
|\ \ | |/
| * x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun2013-02-261-2/+0
* | Merge commit '096cc11ec102701a18951b4f0437d609081ca1dd'Michael Niedermayer2013-02-271-3/+0
|\ \ | |/
| * x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-261-3/+0
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '71155d7b4157fee44c0d3d0fc1b660ebfb9ccf46'Michael Niedermayer2013-01-271-0/+4
|\ \ | |/
| * dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang2013-01-271-0/+4
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-4/+4
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-4/+4
* | Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer2012-11-011-29/+36
|\ \ | |/
| * x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-311-29/+36
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-081-98/+7
|\ \ | |/
| * x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-081-91/+7
* | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer2012-08-311-3/+2
|\ \ | |/
| * x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-301-3/+2
* | vc1dsp_mmx: remove libavutil/internal.h includeMichael Niedermayer2012-08-161-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+2
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-091-1/+1
|\ \ | |/
| * x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-091-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-041-2/+2
|\ \ | |/
| * x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-301-1/+1
|\ \ | |/
| * x86: vc1: fix and enable optimised loop filterMans Rullgard2012-06-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-251-0/+6
|\ \ | |/
| * x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-251-0/+6
OpenPOWER on IntegriCloud