summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* x86/qpel: move fullpel and l2 functions to separate file.Ronald S. Bultje2013-03-09
* Merge commit 'e8c52271c45ec27d783e74238dcfad0c2008731c'Michael Niedermayer2013-03-01
|\
| * Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."Diego Biurrun2013-02-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-27
|\|
| * x86: dsputil: Drop some unused function #definesDiego Biurrun2013-02-26
* | Merge commit '845cfc92f908791714b8c4c8a49c91b8c64b685e'Michael Niedermayer2013-02-27
|\|
| * x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun2013-02-26
* | Merge commit '096cc11ec102701a18951b4f0437d609081ca1dd'Michael Niedermayer2013-02-27
|\|
| * x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-26
* | Merge commit '31a23a0dc663bd42bf593275971b4277a479b73d'Michael Niedermayer2013-02-27
|\|
| * x86: dsputil_mmx: Remove leftover inline assembly fragmentsMartin Storsjö2013-02-27
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\|
| * 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
* | Fix Win64 AVX h264_deblock by not using redzone on Win64Matt Wolenetz2013-02-21
* | h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje2013-02-19
* | x86/h263_loopfilter: Fix author attribution after code has been moved/splited...Michael Niedermayer2013-02-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-19
|\|
| * x86: dsputil: Fix h263 loop filter link error in some configurationsDaniel Kang2013-02-18
* | Merge commit '7a03145ed7cb4f1ce794b5126559dd6f38029243'Michael Niedermayer2013-02-19
|\|
| * x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size paramDaniel Kang2013-02-18
* | x86/dsputil: fix compilation when h263 decoder/encoder are disabled.Ronald S. Bultje2013-02-18
* | Merge commit '304b806cb524fb040f8e09a241040f1af2cb820b'Michael Niedermayer2013-02-12
|\|
| * x86: mpeg4qpel: Make movsxifnidn do the right thingDaniel Kang2013-02-11
* | h264chroma: remove duplicate 9/10 bit functions.Ronald S. Bultje2013-02-11
* | Move ff_emulated_edge_mc prototypes to videodsp.Ronald S. Bultje2013-02-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-09
|\|
| * dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-09
* | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer2013-02-09
|\|
| * dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* | x86/dsputil: Fix author attribution after code has been moved/splited aroundMichael Niedermayer2013-02-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-07
|\|
| * dsputil: x86: Fix compile errorDaniel Kang2013-02-07
| * dsputil: x86: Convert h263 loop filter to yasmDaniel Kang2013-02-06
* | Merge commit 'a846dccb29d2bb0798af1d47d06100eda9ca87cc'Michael Niedermayer2013-02-07
|\|
| * h264chroma: x86: Fix building with yasm disabledMartin Storsjö2013-02-06
| * rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-06
* | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer2013-02-07
|\|
| * dsputil: Separate h264chromaDiego Biurrun2013-02-06
* | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer2013-02-06
|\|
| * Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* | dsputil: fixup half a dozen bugs with ptrdiff vs int linesizeMichael Niedermayer2013-02-06
* | Merge commit '25841dfe806a13de526ae09c11149ab1f83555a8'Michael Niedermayer2013-02-06
|\|
| * Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-05
* | put_vp_no_rnd_pixels8_l2_mmx: fix typeMichael Niedermayer2013-02-03
* | avcodec/x86: Add daniels copyright to the recent gcc->yasm convertions he did.Michael Niedermayer2013-02-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-31
|\|
| * x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldspDiego Biurrun2013-01-31
* | dirac/x86: fix compile without yasmMichael Niedermayer2013-01-30