summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-198-657/+957
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-152-43/+82
* x86: Move constants to the only place where they are usedRonald S. Bultje2013-04-153-9/+4
* x86: dsputil: Move some ifdefs to avoid unused variable warningsDiego Biurrun2013-04-121-2/+2
* x86: dsputil: cosmetics: Remove two pointless variable indirectionsDiego Biurrun2013-04-121-4/+2
* x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun2013-04-123-15/+6
* x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable placeDiego Biurrun2013-04-121-5/+3
* x86: h264qpel: int --> ptrdiff_t for some line_size parametersDiego Biurrun2013-04-122-6/+9
* Move misplaced file author information where it belongsDiego Biurrun2013-04-112-4/+4
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-107-49/+60
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-102-30/+131
* 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