summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-1827-198/+200
|\
| * Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-1827-196/+198
| * fmtconvert: Explicitly use int32_t instead of intChristophe Gisquet2013-07-172-3/+3
* | Merge commit '2b379a925162b6783bd9a81dc03e647e8b65494c'Michael Niedermayer2013-07-121-1/+5
|\ \ | |/
| * mlpdsp: x86: Respect cpuflagsLuca Barbato2013-07-121-1/+5
* | libavcodec/x86/mpegvideo: Move mmx functions under HAVE_MMX_INLINEMichael Niedermayer2013-07-071-4/+4
* | avcodec/x86/vp3dsp_init: move mmx functions under HAVE_MMX_INLINEMichael Niedermayer2013-07-071-4/+4
* | avcodec/x86/cabac: Disable get_cabac_bypass_x86() on broken llvm/clangMichael Niedermayer2013-07-061-0/+2
* | avcodec/x86/cabac: factorize broken llvm/clang check outMichael Niedermayer2013-07-061-3/+8
* | Merge commit 'e6d8acf6a8fba4743eb56eabe72a741d1bbee3cb'Michael Niedermayer2013-07-051-0/+40
|\ \ | |/
| * cabac: x86 version of get_cabac_bypassJason Garrett-Glaser2013-07-041-0/+40
* | avcodec/x86/dsputil_init: only use xvid idct for lowres=0Michael Niedermayer2013-07-011-1/+1
* | mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes2013-06-211-1/+1
* | Merge commit '186599ffe0a94d587434e5e46e190e038357ed99'Michael Niedermayer2013-05-301-3/+3
|\ \ | |/
| * build: cosmetics: Place unconditional before conditional OBJS linesDiego Biurrun2013-05-301-3/+3
* | fmtconvert: int32_t input to int32_to_float_fmul_scalarChristophe Gisquet2013-05-182-3/+3
* | Merge commit '9cacdabd1c8cd257a942d8289349c37d992989b7'Michael Niedermayer2013-05-161-22/+0
|\ \ | |/
| * mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun2013-05-151-30/+0
* | Merge commit '1399931d07f0f37ef4526eb8d39d33c64e09618a'Michael Niedermayer2013-05-1424-23/+23
|\ \ | |/
| * x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-1221-20/+20
* | Merge commit '245b76a108585b6fb52eebc2626c472d6fa530dc'Michael Niedermayer2013-05-144-747/+789
|\ \ | |/
| * x86: dsputil: Split inline assembly from init codeDiego Biurrun2013-05-124-727/+759
* | Merge commit '46bb456853b197f4562de7acf5d42abf11ded9be'Michael Niedermayer2013-05-148-143/+41
|\ \ | |/
| * x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun2013-05-128-143/+41
* | Merge commit 'f54b55058a429c4eea5bae7e5bcb49bd29b34199'Michael Niedermayer2013-05-131-4/+2
|\ \ | |/
| * configure: Rename cmov processor capability to i686Diego Biurrun2013-05-121-4/+2
* | Merge commit '2c299d4165cd9653153e12270971c2368551b79e'Michael Niedermayer2013-05-101-6/+6
|\ \ | |/
| * x86: sbrdsp: implement SSE2 qmf_pre_shuffleChristophe Gisquet2013-05-102-0/+32
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-091-4/+4
|\ \ | |/
| * x86: dsputil: Remove unused argument from QPEL_OP macroDiego Biurrun2013-05-081-4/+4
* | Merge commit '3d40c1ee742db5f13ebcf53c2d1fa4bf4f39bcd2'Michael Niedermayer2013-05-092-11/+11
|\ \ | |/
| * x86: dsputil: Move TRANSPOSE4 macro to the only place it is usedDiego Biurrun2013-05-082-11/+11
* | Merge commit '71469f3b636fbe06b6aca5933f9fdebddd8d5f57'Michael Niedermayer2013-05-096-24/+57
|\ \ | |/
| * x86: dsputil: Move constant declarations into separate headerDiego Biurrun2013-05-086-24/+57
* | Merge commit 'ed880050edf061b38d3e39e25657c59ad9108b27'Michael Niedermayer2013-05-092-15/+11
|\ \ | |/
| * x86: dsputil: Group all assembly constants together in constants.cDiego Biurrun2013-05-082-15/+11
* | Merge commit '87614667606b42476f9017d79faf12b45a0bd77c'Michael Niedermayer2013-05-093-13/+11
|\ \ | |/
| * x86: dsputil: Move ff_pd assembly constants to the only place they are usedDiego Biurrun2013-05-083-13/+11
* | Merge commit '1b343cedd7cd68e7865aa5280d1568c7e5d79917'Michael Niedermayer2013-05-083-11/+0
|\ \ | |/
| * x86: dsputil: Remove unused ff_pb_3F constantDiego Biurrun2013-05-072-2/+0
| * x86: dsputil: Remove unused MOVQ_BONE macroDiego Biurrun2013-05-072-9/+0
* | Merge commit '63bac48f734fc69cca2ef2cfada92cd9a222734d'Michael Niedermayer2013-05-083-26/+27
|\ \ | |/
| * x86: dsputil: Move rv40-specific functions where they belongDiego Biurrun2013-05-073-26/+27
* | Merge commit '92f8e06ecb431a427ea13d794e5a6bc927a034d2'Michael Niedermayer2013-05-087-26/+69
|\ \ | |/
| * x86: dsputil hpeldsp: Move shared template functions into separate objectDiego Biurrun2013-05-077-26/+69
* | Merge commit '7edaf4edb5c3c04f34ad1242680cbc32d11f4087'Michael Niedermayer2013-05-084-12/+8
|\ \ | |/
| * x86: rnd_template: Eliminate pointless OP_AVG macro indirectionDiego Biurrun2013-05-074-12/+8
* | x86: sbrdsp: force PIC addressing for Win64Christophe Gisquet2013-05-082-13/+2
* | Merge commit '110796739ab32854dc0b6b0a1c95e6ae98889062'Michael Niedermayer2013-05-065-25/+58
|\ \ | |/
| * x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.cDiego Biurrun2013-05-065-25/+58
OpenPOWER on IntegriCloud