summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-05
|\
| * dsputil x86: use SSE float instruction instead of SSE2 integer equivalentChristophe GISQUET2012-04-04
| * dsputil x86: remove deprecated parameter from scalarproduct_int16 prototypeChristophe GISQUET2012-04-04
| * vp8dsp x86: perform rounding shift with a single instructionChristophe GISQUET2012-04-04
* | dsputil_mmx: fix scalarproduct prototypesMichael Niedermayer2012-04-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-29
|\|
| * cabac: add overread protection to BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-28
| * cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-28
| * cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().Ronald S. Bultje2012-03-28
| * cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().Ronald S. Bultje2012-03-28
| * h264: add overread protection to get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-28
| * h264: reindent get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-28
| * h264: use struct offsets in get_cabac_bypass_sign_x86().Ronald S. Bultje2012-03-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-26
|\|
| * build: prettyprinting cosmeticsDiego Biurrun2012-03-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-25
|\|
| * 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
* | Fix linking without yasm.Carl Eugen Hoyos2012-03-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-24
|\|
| * aacsbr: handle m_max values smaller than 4.Ronald S. Bultje2012-03-23
* | VC1: restore optimizations broken in 9a1ced32.Reimar Döffinger2012-03-23
* | Replace SSE2 instruction in scalarproduct_float_sse() by SSE equivalent.ami_stuff2012-03-22
* | Replace SSE2 instruction by SSE equivalent.Reimar Döffinger2012-03-21
* | dsp: fix diff_bytes_mmx() with small widthMichael Niedermayer2012-03-17
* | dsputil: mark source of diff_bytes as const.Michael Niedermayer2012-03-15
* | dirac: mark some variables const.Michael Niedermayer2012-03-15
* | Move struc FFTContext below SECTION_RODATANico Weber2012-03-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-11
|\|
| * vp8: convert mbedge loopfilter x86 assembly to use named arguments.Ronald S. Bultje2012-03-10
| * vp8: convert inner loopfilter x86 assembly to use named arguments.Ronald S. Bultje2012-03-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-08
|\|
| * sbrdsp.asm: convert all instructions to float/SSE ones.Reimar Döffinger2012-03-07
| * dsputil: remove shift parameter from scalarproduct_int16Christophe GISQUET2012-03-07
| * x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from h264_qpel_mmx.c.Diego Biurrun2012-03-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-07
|\|
| * SBR DSP: fix SSE code to not use SSE2 instructions.Reimar Döffinger2012-03-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-06
|\|
| * x86: clean up ff_dsputil_init_mmx()Mans Rullgard2012-03-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-05
|\|
| * vp8: convert simple loopfilter x86 assembly to use named arguments.Ronald S. Bultje2012-03-03
| * vp8: convert idct x86 assembly to use named arguments.Ronald S. Bultje2012-03-03
| * vp8: convert mc x86 assembly to use named arguments.Ronald S. Bultje2012-03-03
| * vp8: convert loopfilter x86 assembly to use cpuflags().Ronald S. Bultje2012-03-03
| * vp8: convert idct/mc x86 assembly to use cpuflags().Ronald S. Bultje2012-03-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-03
|\|
| * h264: change underread for 10bit QPEL to overread.Ronald S. Bultje2012-03-02
| * vp8: disable mmx functions with sse/sse2 counterparts on x86-64.Ronald S. Bultje2012-03-02