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
2017-06-21build: Generalize yasm/nasm-related variable namesDiego Biurrun
2017-04-27avcodec/x86/vc1dsp_init: Fix build failure with --disable-optimizations and c...Michael Niedermayer
2017-03-21Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c'James Almer
2017-03-21Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer
2016-09-29h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-02-02x86: vc1dsp: Convert vc1_inv_trans_*_dc to NASM formatTimothy Gu
2015-10-22lavc/x86/vc1dsp_init: Fix compilation with --disable-yasm.Carl Eugen Hoyos
2015-10-20x86: vc1dsp_mmx: Move yasm initiation steps to vc1dsp_initTimothy Gu
2014-04-22vc1dsp: fix build without inline asmHendrik Leppkes
2014-04-20vc1dsp: introduce cases for 8x8 and 16x16Christophe Gisquet
2014-04-19Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos
2014-03-22x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun
2014-01-09x86: avcodec: Add a bunch of missing #includes for av_coldDiego Biurrun
2013-08-29x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun
2013-08-29x86: avcodec: Use convenience macros to check for CPU flagsDiego Biurrun
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-05-13x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato
2013-02-27x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-11-05x86: vc1dsp: port to cpuflagsDiego Biurrun
2012-10-31x86: Move optimization suffix to end of function namesDiego Biurrun
2012-10-08x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau