summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e8c52271c45ec27d783e74238dcfad0c2008731c'Michael Niedermayer2013-03-012-169/+192
|\
| * Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."Diego Biurrun2013-02-282-169/+191
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-271-5/+0
|\ \ | |/
| * x86: dsputil: Drop some unused function #definesDiego Biurrun2013-02-261-5/+0
* | Merge commit '845cfc92f908791714b8c4c8a49c91b8c64b685e'Michael Niedermayer2013-02-272-8/+1
|\ \ | |/
| * x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun2013-02-262-8/+1
* | Merge commit '096cc11ec102701a18951b4f0437d609081ca1dd'Michael Niedermayer2013-02-275-13/+14
|\ \ | |/
| * x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-265-13/+14
* | Merge commit '31a23a0dc663bd42bf593275971b4277a479b73d'Michael Niedermayer2013-02-271-12/+4
|\ \ | |/
| * x86: dsputil_mmx: Remove leftover inline assembly fragmentsMartin Storsjö2013-02-271-12/+4
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-2611-11/+0
|\ \ | |/
| * 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
* | Fix Win64 AVX h264_deblock by not using redzone on Win64Matt Wolenetz2013-02-211-0/+8
* | h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje2013-02-192-30/+131
* | x86/h263_loopfilter: Fix author attribution after code has been moved/splited...Michael Niedermayer2013-02-191-4/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-193-164/+189
|\ \ | |/
| * x86: dsputil: Fix h263 loop filter link error in some configurationsDaniel Kang2013-02-183-162/+189
* | Merge commit '7a03145ed7cb4f1ce794b5126559dd6f38029243'Michael Niedermayer2013-02-191-1/+1
|\ \ | |/
| * x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size paramDaniel Kang2013-02-181-1/+1
* | x86/dsputil: fix compilation when h263 decoder/encoder are disabled.Ronald S. Bultje2013-02-181-1/+2
* | Merge commit '304b806cb524fb040f8e09a241040f1af2cb820b'Michael Niedermayer2013-02-121-1/+1
|\ \ | |/
| * x86: mpeg4qpel: Make movsxifnidn do the right thingDaniel Kang2013-02-111-1/+1
* | h264chroma: remove duplicate 9/10 bit functions.Ronald S. Bultje2013-02-111-3/+3
* | Move ff_emulated_edge_mc prototypes to videodsp.Ronald S. Bultje2013-02-111-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-093-2/+3
|\ \ | |/
| * dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-093-2/+3
* | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer2013-02-091-1/+1
|\ \ | |/
| * dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-1/+1
* | x86/dsputil: Fix author attribution after code has been moved/splited aroundMichael Niedermayer2013-02-071-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-072-177/+171
|\ \ | |/
| * dsputil: x86: Fix compile errorDaniel Kang2013-02-071-2/+2
| * dsputil: x86: Convert h263 loop filter to yasmDaniel Kang2013-02-062-177/+171
* | Merge commit 'a846dccb29d2bb0798af1d47d06100eda9ca87cc'Michael Niedermayer2013-02-074-4/+6
|\ \ | |/
| * h264chroma: x86: Fix building with yasm disabledMartin Storsjö2013-02-062-2/+4
| * rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-062-2/+2
* | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer2013-02-073-99/+118
|\ \ | |/
| * dsputil: Separate h264chromaDiego Biurrun2013-02-063-99/+118
* | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer2013-02-0619-33/+59
|\ \ | |/
| * Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-0519-33/+59
* | dsputil: fixup half a dozen bugs with ptrdiff vs int linesizeMichael Niedermayer2013-02-061-2/+2
* | Merge commit '25841dfe806a13de526ae09c11149ab1f83555a8'Michael Niedermayer2013-02-064-73/+60
|\ \ | |/
| * Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-054-73/+60
* | put_vp_no_rnd_pixels8_l2_mmx: fix typeMichael Niedermayer2013-02-031-1/+1
* | avcodec/x86: Add daniels copyright to the recent gcc->yasm convertions he did.Michael Niedermayer2013-02-032-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-312-43/+43
|\ \ | |/
| * x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldspDiego Biurrun2013-01-312-43/+43
* | dirac/x86: fix compile without yasmMichael Niedermayer2013-01-301-1/+2
* | dirac/x86: fix compile without inline asmMichael Niedermayer2013-01-301-0/+2
OpenPOWER on IntegriCloud