summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* silly typo fixesDiego Biurrun2013-05-03
* x86: sbrdsp: Implement SSE2 qmf_deint_bflyChristophe Gisquet2013-05-03
* x86: dsputil: Move cavs and vc1-specific functions where they belongDiego Biurrun2013-05-02
* x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.cDiego Biurrun2013-05-02
* x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.cDiego Biurrun2013-05-02
* x86: Move duplicated put_pixels{8|16}_mmx functions into their own fileDiego Biurrun2013-05-02
* x86: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* mpegaudiosp: More consistent names for ppc/x86 optimization filesDiego Biurrun2013-04-30
* x86: dsputil: Remove a set of pointless #ifs around function declarationsDiego Biurrun2013-04-30
* x86: dsputil: cosmetics: Group ff_{avg|put}_pixels16_mmxext() declarationsDiego Biurrun2013-04-30
* x86: hpeldsp: Remove unused macro definitionsDiego Biurrun2013-04-29
* x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponentsDiego Biurrun2013-04-26
* x86: Rename dsputil_rnd_template.c to rnd_template.cMartin Storsjö2013-04-25
* x86: Get rid of duplication between *_rnd_template.cMartin Storsjö2013-04-23
* x86: Factorize duplicated inline assembly snippetsMartin Storsjö2013-04-23
* x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun2013-04-22
* x86: cavs: Refactor duplicate dspfunc macroDiego Biurrun2013-04-22
* x86: cavs: Put mmx-specific code into its own init functionDiego Biurrun2013-04-22
* 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