summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
...
* x86: qpel: Move fullpel and l2 functions to a separate fileRonald S. Bultje2013-04-084-233/+257
* x86: sbrdsp: Implement SSE neg_odd_64Christophe Gisquet2013-04-052-0/+24
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-273-160/+158
* x86: vc1dsp: Fix indentationMartin Storsjö2013-03-261-42/+42
* x86: consistently use unaligned movs in the unaligned bswapJanne Grunau2013-03-251-6/+6
* x86: Change a missed occurrance of int to ptrdiff_t for stridesMartin Storsjö2013-03-241-1/+1
* x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_...Martin Storsjö2013-03-231-7/+0
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-127-79/+108
* Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."Diego Biurrun2013-02-282-169/+191
* x86: dsputil: Drop some unused function #definesDiego Biurrun2013-02-261-5/+0
* x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun2013-02-262-8/+1
* x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-265-13/+14
* x86: dsputil_mmx: Remove leftover inline assembly fragmentsMartin Storsjö2013-02-271-12/+4
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-2611-11/+0
* x86: h264: Don't use redzone in AVX h264_deblock on Win64Matt Wolenetz2013-02-211-0/+8
* h264chroma: Remove duplicate 9/10 bit functionsRonald S. Bultje2013-02-191-3/+3
* x86: dsputil: Fix h263 loop filter link error in some configurationsDaniel Kang2013-02-183-162/+189
* x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size paramDaniel Kang2013-02-181-1/+1
* x86: mpeg4qpel: Make movsxifnidn do the right thingDaniel Kang2013-02-111-1/+1
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-093-2/+3
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-1/+1
* dsputil: x86: Fix compile errorDaniel Kang2013-02-071-2/+2
* dsputil: x86: Convert h263 loop filter to yasmDaniel Kang2013-02-062-177/+171
* h264chroma: x86: Fix building with yasm disabledMartin Storsjö2013-02-062-2/+4
* rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-062-2/+2
* dsputil: Separate h264chromaDiego Biurrun2013-02-063-99/+118
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-0519-33/+59
* 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
OpenPOWER on IntegriCloud