| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'e8c52271c45ec27d783e74238dcfad0c2008731c' | Michael Niedermayer | 2013-03-01 | 2 | -169/+192 |
|\ |
|
| * | Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm." | Diego Biurrun | 2013-02-28 | 2 | -169/+191 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-27 | 1 | -5/+0 |
|\| |
|
| * | x86: dsputil: Drop some unused function #defines | Diego Biurrun | 2013-02-26 | 1 | -5/+0 |
* | | Merge commit '845cfc92f908791714b8c4c8a49c91b8c64b685e' | Michael Niedermayer | 2013-02-27 | 2 | -8/+1 |
|\| |
|
| * | x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxext | Diego Biurrun | 2013-02-26 | 2 | -8/+1 |
* | | Merge commit '096cc11ec102701a18951b4f0437d609081ca1dd' | Michael Niedermayer | 2013-02-27 | 5 | -13/+14 |
|\| |
|
| * | x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c | Diego Biurrun | 2013-02-26 | 5 | -13/+14 |
* | | Merge commit '31a23a0dc663bd42bf593275971b4277a479b73d' | Michael Niedermayer | 2013-02-27 | 1 | -12/+4 |
|\| |
|
| * | x86: dsputil_mmx: Remove leftover inline assembly fragments | Martin Storsjö | 2013-02-27 | 1 | -12/+4 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 11 | -11/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 11 | -11/+0 |
| * | x86: h264: Don't use redzone in AVX h264_deblock on Win64 | Matt Wolenetz | 2013-02-21 | 1 | -0/+8 |
| * | h264chroma: Remove duplicate 9/10 bit functions | Ronald S. Bultje | 2013-02-19 | 1 | -3/+3 |
* | | Fix Win64 AVX h264_deblock by not using redzone on Win64 | Matt Wolenetz | 2013-02-21 | 1 | -0/+8 |
* | | h264: integrate clear_blocks calls with IDCT. | Ronald S. Bultje | 2013-02-19 | 2 | -30/+131 |
* | | x86/h263_loopfilter: Fix author attribution after code has been moved/splited... | Michael Niedermayer | 2013-02-19 | 1 | -4/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-19 | 3 | -164/+189 |
|\| |
|
| * | x86: dsputil: Fix h263 loop filter link error in some configurations | Daniel Kang | 2013-02-18 | 3 | -162/+189 |
* | | Merge commit '7a03145ed7cb4f1ce794b5126559dd6f38029243' | Michael Niedermayer | 2013-02-19 | 1 | -1/+1 |
|\| |
|
| * | x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size param | Daniel Kang | 2013-02-18 | 1 | -1/+1 |
* | | x86/dsputil: fix compilation when h263 decoder/encoder are disabled. | Ronald S. Bultje | 2013-02-18 | 1 | -1/+2 |
* | | Merge commit '304b806cb524fb040f8e09a241040f1af2cb820b' | Michael Niedermayer | 2013-02-12 | 1 | -1/+1 |
|\| |
|
| * | x86: mpeg4qpel: Make movsxifnidn do the right thing | Daniel Kang | 2013-02-11 | 1 | -1/+1 |
* | | h264chroma: remove duplicate 9/10 bit functions. | Ronald S. Bultje | 2013-02-11 | 1 | -3/+3 |
* | | Move ff_emulated_edge_mc prototypes to videodsp. | Ronald S. Bultje | 2013-02-11 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-09 | 3 | -2/+3 |
|\| |
|
| * | dsputil: Move fdct function declarations to dct.h | Diego Biurrun | 2013-02-09 | 3 | -2/+3 |
* | | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9' | Michael Niedermayer | 2013-02-09 | 1 | -1/+1 |
|\| |
|
| * | dsputil: Move LOCAL_ALIGNED macros to libavutil | Diego Biurrun | 2013-02-08 | 1 | -1/+1 |
* | | x86/dsputil: Fix author attribution after code has been moved/splited around | Michael Niedermayer | 2013-02-07 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-07 | 2 | -177/+171 |
|\| |
|
| * | dsputil: x86: Fix compile error | Daniel Kang | 2013-02-07 | 1 | -2/+2 |
| * | dsputil: x86: Convert h263 loop filter to yasm | Daniel Kang | 2013-02-06 | 2 | -177/+171 |
* | | Merge commit 'a846dccb29d2bb0798af1d47d06100eda9ca87cc' | Michael Niedermayer | 2013-02-07 | 4 | -4/+6 |
|\| |
|
| * | h264chroma: x86: Fix building with yasm disabled | Martin Storsjö | 2013-02-06 | 2 | -2/+4 |
| * | rv34: Drop now unnecessary dsputil dependencies | Diego Biurrun | 2013-02-06 | 2 | -2/+2 |
* | | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27' | Michael Niedermayer | 2013-02-07 | 3 | -99/+118 |
|\| |
|
| * | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 3 | -99/+118 |
* | | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84' | Michael Niedermayer | 2013-02-06 | 19 | -33/+59 |
|\| |
|
| * | Add av_cold attributes to arch-specific init functions | Diego Biurrun | 2013-02-05 | 19 | -33/+59 |
* | | dsputil: fixup half a dozen bugs with ptrdiff vs int linesize | Michael Niedermayer | 2013-02-06 | 1 | -2/+2 |
* | | Merge commit '25841dfe806a13de526ae09c11149ab1f83555a8' | Michael Niedermayer | 2013-02-06 | 4 | -73/+60 |
|\| |
|
| * | Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. | Diego Biurrun | 2013-02-05 | 4 | -73/+60 |
* | | put_vp_no_rnd_pixels8_l2_mmx: fix type | Michael Niedermayer | 2013-02-03 | 1 | -1/+1 |
* | | avcodec/x86: Add daniels copyright to the recent gcc->yasm convertions he did. | Michael Niedermayer | 2013-02-03 | 2 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-01-31 | 2 | -43/+43 |
|\| |
|
| * | x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp | Diego Biurrun | 2013-01-31 | 2 | -43/+43 |
* | | dirac/x86: fix compile without yasm | Michael Niedermayer | 2013-01-30 | 1 | -1/+2 |
* | | dirac/x86: fix compile without inline asm | Michael Niedermayer | 2013-01-30 | 1 | -0/+2 |