summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* x86: Remove some duplicate function declarationsDiego Biurrun2013-04-22
* x86: Remove unused inline asm instruction definesMartin Storsjö2013-04-20
* x86: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-19
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-15
* x86: Move constants to the only place where they are usedRonald S. Bultje2013-04-15
* x86: dsputil: Move some ifdefs to avoid unused variable warningsDiego Biurrun2013-04-12
* x86: dsputil: cosmetics: Remove two pointless variable indirectionsDiego Biurrun2013-04-12
* x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun2013-04-12
* x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable placeDiego Biurrun2013-04-12
* x86: h264qpel: int --> ptrdiff_t for some line_size parametersDiego Biurrun2013-04-12
* Move misplaced file author information where it belongsDiego Biurrun2013-04-11
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-10
* h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-10
* x86: qpel: Move fullpel and l2 functions to a separate fileRonald S. Bultje2013-04-08
* x86: sbrdsp: Implement SSE neg_odd_64Christophe Gisquet2013-04-05
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-27
* x86: vc1dsp: Fix indentationMartin Storsjö2013-03-26
* x86: consistently use unaligned movs in the unaligned bswapJanne Grunau2013-03-25
* x86: Change a missed occurrance of int to ptrdiff_t for stridesMartin Storsjö2013-03-24
* x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_...Martin Storsjö2013-03-23
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-12
* Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."Diego Biurrun2013-02-28
* x86: dsputil: Drop some unused function #definesDiego Biurrun2013-02-26
* x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun2013-02-26
* x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-26
* x86: dsputil_mmx: Remove leftover inline assembly fragmentsMartin Storsjö2013-02-27
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* x86: h264: Don't use redzone in AVX h264_deblock on Win64Matt Wolenetz2013-02-21
* h264chroma: Remove duplicate 9/10 bit functionsRonald S. Bultje2013-02-19
* x86: dsputil: Fix h263 loop filter link error in some configurationsDaniel Kang2013-02-18
* x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size paramDaniel Kang2013-02-18
* x86: mpeg4qpel: Make movsxifnidn do the right thingDaniel Kang2013-02-11
* dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-09
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* dsputil: x86: Fix compile errorDaniel Kang2013-02-07
* dsputil: x86: Convert h263 loop filter to yasmDaniel Kang2013-02-06
* h264chroma: x86: Fix building with yasm disabledMartin Storsjö2013-02-06
* rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-06
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-05
* x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldspDiego Biurrun2013-01-31
* x86: Simplify some arch conditionalsDiego Biurrun2013-01-29
* x86: hpeldsp: Fix a typo, use the right registerMichael Niedermayer2013-01-28
* dsputil: Fix error by not using redzone and register nameDaniel Kang2013-01-28
* dsputil: x86: Correct the number of registers used in put_no_rnd_pixels16_l2Daniel Kang2013-01-27
* dsputil: add missing HAVE_YASM guardDaniel Kang2013-01-27
* dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang2013-01-27
* Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm.Ronald S. Bultje2013-01-26
* x86: h264qpel: Move stray comment to the right spot and clarify itDiego Biurrun2013-01-26