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-04-22x86: Remove some duplicate function declarationsDiego Biurrun
2013-04-20x86: Remove unused inline asm instruction definesMartin Storsjö
2013-04-20x86: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje
2013-04-15vp3: Use full transpose for all IDCTsRonald S. Bultje
2013-04-15x86: Move constants to the only place where they are usedRonald S. Bultje
2013-04-12x86: dsputil: Move some ifdefs to avoid unused variable warningsDiego Biurrun
2013-04-12x86: dsputil: cosmetics: Remove two pointless variable indirectionsDiego Biurrun
2013-04-12x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun
2013-04-12x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable placeDiego Biurrun
2013-04-12x86: h264qpel: int --> ptrdiff_t for some line_size parametersDiego Biurrun
2013-04-11Move misplaced file author information where it belongsDiego Biurrun
2013-04-10dsputil: Make dsputil selectableRonald S. Bultje
2013-04-10h264: Integrate clear_blocks calls with IDCTRonald S. Bultje
2013-04-08x86: qpel: Move fullpel and l2 functions to a separate fileRonald S. Bultje
2013-04-06x86: sbrdsp: Implement SSE neg_odd_64Christophe Gisquet
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
2013-03-26x86: vc1dsp: Fix indentationMartin Storsjö
2013-03-25x86: consistently use unaligned movs in the unaligned bswapJanne Grunau
2013-03-24x86: Change a missed occurrance of int to ptrdiff_t for stridesMartin Storsjö
2013-03-24x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_...Martin Storsjö
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato
2013-03-01Revert "Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm."Diego Biurrun
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-26Remove unnecessary dsputil.h #includesDiego Biurrun
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-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-11x86: mpeg4qpel: Make movsxifnidn do the right thingDaniel Kang
2013-02-09dsputil: Move fdct function declarations to dct.hDiego Biurrun
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
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-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-01-31x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldspDiego Biurrun
2013-01-29x86: Simplify some arch conditionalsDiego Biurrun
2013-01-28x86: hpeldsp: Fix a typo, use the right registerMichael Niedermayer
2013-01-28dsputil: Fix error by not using redzone and register nameDaniel Kang
2013-01-27dsputil: x86: Correct the number of registers used in put_no_rnd_pixels16_l2Daniel Kang
2013-01-27dsputil: add missing HAVE_YASM guardDaniel Kang
2013-01-27dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang
2013-01-27Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm.Ronald S. Bultje
2013-01-26x86: h264qpel: Move stray comment to the right spot and clarify itDiego Biurrun