summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-054-73/+60
* x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldspDiego Biurrun2013-01-312-43/+43
* x86: Simplify some arch conditionalsDiego Biurrun2013-01-292-2/+2
* x86: hpeldsp: Fix a typo, use the right registerMichael Niedermayer2013-01-281-1/+1
* dsputil: Fix error by not using redzone and register nameDaniel Kang2013-01-282-6/+6
* dsputil: x86: Correct the number of registers used in put_no_rnd_pixels16_l2Daniel Kang2013-01-271-1/+1
* dsputil: add missing HAVE_YASM guardDaniel Kang2013-01-271-0/+2
* dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang2013-01-276-1312/+1380
* Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm.Ronald S. Bultje2013-01-262-188/+169
* x86: h264qpel: Move stray comment to the right spot and clarify itDiego Biurrun2013-01-262-2/+4
* x86: h264qpel: add cpu flag checks for init functionJanne Grunau2013-01-241-72/+75
* dsputil: Separate h264 qpelMans Rullgard2013-01-243-89/+131
* dsputil: remove one array dimension from avg_no_rnd_pixels_tab.Ronald S. Bultje2013-01-221-11/+11
* dsputil: remove avg_no_rnd_pixels8.Ronald S. Bultje2013-01-222-1/+6
* Drop DCTELEM typedefDiego Biurrun2013-01-2221-87/+88
* vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje2013-01-225-74/+92
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-222-32/+0
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-222-45/+0
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-222-35/+0
* x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assemblyDiego Biurrun2013-01-211-1/+1
* dsputilenc: x86: Convert pixel inline asm to yasmDaniel Kang2013-01-212-181/+172
* vorbisdsp: change block_size type from int to intptr_t.Ronald S. Bultje2013-01-201-2/+4
* dsputil: remove butterflies_float_interleave.Ronald S. Bultje2013-01-202-51/+0
* dsputil: drop non-compliant "fast" qpel mc functionsMans Rullgard2013-01-202-112/+0
* Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-193-63/+102
* vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje2013-01-192-8/+21
* x86: dsputil: Drop some unused macro definitionsDiego Biurrun2013-01-181-4/+0
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-161-81/+0
* x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun2013-01-151-5/+2
* x86: ABS2: port to cpuflagsDiego Biurrun2013-01-142-5/+0
* Drop Snow codecDiego Biurrun2013-01-063-904/+1
* x86: sbrdsp: Implement SSE qmf_post_shuffleChristophe Gisquet2013-01-062-0/+22
* x86: sbrdsp: Implement SSE sum64x5Christophe Gisquet2013-01-062-0/+24
* x86: ABS1: port to cpuflagsDiego Biurrun2013-01-061-2/+0
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-205-670/+733
* x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje2012-12-124-65/+42
* ac3dec: make downmix() take array of pointers to channel dataMans Rullgard2012-12-091-28/+42
* SBR DSP x86: implement SSE sbr_hf_genChristophe Gisquet2012-12-072-2/+75
* x86: dsputilenc: port to cpuflagsDiego Biurrun2012-11-281-57/+55
* x86: h264dsp: Fix linking with yasm and optimizations disabledDiego Biurrun2012-11-281-4/+4
* x86: h264_idct: port to cpuflagsDiego Biurrun2012-11-281-69/+70
* x86: h264_weight: port to cpuflagsDiego Biurrun2012-11-271-57/+48
* x86: fix build without inline asmDiego Biurrun2012-11-261-20/+22
* x86: h264 qpel: use the correct number of utilized xmm regs in cglobalJustin Ruggles2012-11-251-6/+6
* x86: h264: Convert 8-bit QPEL inline assembly to YASMDaniel Kang2012-11-256-1198/+1276
* x86: h264: Remove 3dnow QPEL codeDaniel Kang2012-11-253-158/+14
* x86: h264_chromamc: port to cpuflagsDiego Biurrun2012-11-251-41/+44
* x86: h264_intrapred: Fix C function names in commentsDiego Biurrun2012-11-181-31/+31
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-182-5/+0
* x86: dsputil: port to cpuflagsDiego Biurrun2012-11-162-127/+119
OpenPOWER on IntegriCloud