Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-07libavcodec/x86/mpegvideo: Move mmx functions under HAVE_MMX_INLINEMichael Niedermayer
2013-07-07avcodec/x86/vp3dsp_init: move mmx functions under HAVE_MMX_INLINEMichael Niedermayer
2013-07-07avcodec/x86/dsputil_init: only use xvid idct for lowres=0Michael Niedermayer
2013-06-24mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes
2013-03-01Merge commit 'e8c52271c45ec27d783e74238dcfad0c2008731c'Michael Niedermayer
2013-03-01Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."Diego Biurrun
2013-02-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-27Merge commit '845cfc92f908791714b8c4c8a49c91b8c64b685e'Michael Niedermayer
2013-02-27Merge commit '096cc11ec102701a18951b4f0437d609081ca1dd'Michael Niedermayer
2013-02-27Merge commit '31a23a0dc663bd42bf593275971b4277a479b73d'Michael Niedermayer
2013-02-27x86: dsputil: Drop some unused function #definesDiego Biurrun
2013-02-27x86: dsputil: Drop aliasing of ff_put_pixels8_mmx to ff_put_pixels8_mmxextDiego Biurrun
2013-02-27x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun
2013-02-27x86: dsputil_mmx: Remove leftover inline assembly fragmentsMartin Storsjö
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-22Fix Win64 AVX h264_deblock by not using redzone on Win64Matt Wolenetz
2013-02-21x86: h264: Don't use redzone in AVX h264_deblock on Win64Matt Wolenetz
2013-02-20h264chroma: Remove duplicate 9/10 bit functionsRonald S. Bultje
2013-02-19h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje
2013-02-19x86/h263_loopfilter: Fix author attribution after code has been moved/splited...Michael Niedermayer
2013-02-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-19Merge commit '7a03145ed7cb4f1ce794b5126559dd6f38029243'Michael Niedermayer
2013-02-18x86: dsputil: Fix h263 loop filter link error in some configurationsDaniel Kang
2013-02-18x86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmxext line_size paramDaniel Kang
2013-02-18x86/dsputil: fix compilation when h263 decoder/encoder are disabled.Ronald S. Bultje
2013-02-12Merge commit '304b806cb524fb040f8e09a241040f1af2cb820b'Michael Niedermayer
2013-02-12h264chroma: remove duplicate 9/10 bit functions.Ronald S. Bultje
2013-02-11x86: mpeg4qpel: Make movsxifnidn do the right thingDaniel Kang
2013-02-11Move ff_emulated_edge_mc prototypes to videodsp.Ronald S. Bultje
2013-02-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-09Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer
2013-02-09dsputil: Move fdct function declarations to dct.hDiego Biurrun
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-02-07x86/dsputil: Fix author attribution after code has been moved/splited aroundMichael Niedermayer
2013-02-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-07Merge commit 'a846dccb29d2bb0798af1d47d06100eda9ca87cc'Michael Niedermayer
2013-02-07Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer
2013-02-07dsputil: x86: Fix compile errorDaniel Kang
2013-02-07dsputil: x86: Convert h263 loop filter to yasmDaniel Kang
2013-02-06h264chroma: x86: Fix building with yasm disabledMartin Storsjö
2013-02-06Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer
2013-02-06dsputil: fixup half a dozen bugs with ptrdiff vs int linesizeMichael Niedermayer
2013-02-06Merge commit '25841dfe806a13de526ae09c11149ab1f83555a8'Michael Niedermayer
2013-02-06rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-02-05Add av_cold attributes to arch-specific init functionsDiego Biurrun
2013-02-05Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun
2013-02-03put_vp_no_rnd_pixels8_l2_mmx: fix typeMichael Niedermayer
2013-02-03avcodec/x86: Add daniels copyright to the recent gcc->yasm convertions he did.Michael Niedermayer