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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-20libavutil: add bmi2 optimized av_mod_uintp2James Almer
2015-03-04pixelutils: Comment on (lack of) sad_8x8_sse2Peter Cordes
2015-02-26libavutil: add x86 optimized av_popcountJames Almer
2015-02-17x86inc: Correctly warn on use of SSE2 instructions in SSE functionsChristophe Gisquet
2015-02-04x86: lavu/x264asm: fix ymm register instantiationChristophe Gisquet
2015-02-02lavu/x86/x86inc: deprecate INIT_AVXJames Darnley
2015-02-02x264asm: warn when inappropriate instruction used in function with specified ...Anton Mitrofanov
2014-12-31x86/swr: add SSE2/AVX pack_8ch functionsJames Almer
2014-11-26v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya
2014-09-28avutil/lls: Make unchanged function arguments constMichael Niedermayer
2014-09-27avutil/x86/cpu: fix cpuid sub-leaf selectionlvqcl
2014-09-05x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner
2014-09-05x86inc: Make ym# behave the same way as xm#Henrik Gramner
2014-09-05x86inc: free up variable name "n" in global namespaceLoren Merritt
2014-08-23avutil/pixelutils: faster pixelutils_sad_16x16Clément Bœsch
2014-08-23avutil/pixelutils: faster pixelutils_sad_[au]_16x16Clément Bœsch
2014-08-10drop LLS1, rename LLS2 to LLSMichael Niedermayer
2014-08-05avutil: add pixelutils APIClément Bœsch
2014-08-03x86/hevc_deblock: improve 8bit transpose store macrosJames Almer
2014-07-26x86/hevc_idct: replace old and unused idct functionsJames Almer
2014-07-01Merge commit '79793f833784121d574454af4871866576c0749d'Michael Niedermayer
2014-07-01Update Fiona's name in copyright statements.Diego Biurrun
2014-06-15x86util: add and use RSHIFT/LSHIFT macrosChristophe Gisquet
2014-06-08x86/float_dsp: add missing femmsJames Almer
2014-06-08x86/float_dsp: port vector_fmul_window to yasmJames Almer
2014-06-08x86/vp9: inital AVX2 intra_predJames Almer
2014-05-29x86: hpeldsp: better factorizationChristophe Gisquet
2014-05-29x86/dsputilenc: implement SSE2 versions of pix_{sum16, norm1}James Almer
2014-05-07inline asm: fix arrays as named constraints.Matt Oliver
2014-04-19x86/float_dsp: remove duplicated code from vector_dmul_scalarJames Almer
2014-04-17x86: move horizontal add macros to x86utilJames Almer
2014-04-16x86/float_dsp: unroll loop in vector_fmac_scalarJames Almer
2014-04-16x86/float_dsp: use SWAP in vector_fmac_scalar Win64James Almer
2014-03-25x86/cpu: check for OS support before enabling AVX2James Almer
2014-03-19Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver
2014-03-13x86/float_dsp: add ff_vector_{fmul_add, fmac_scalar}_fma3James Almer
2014-03-09avutil/timer: Fix units for x86 after c708b5403346255ea5adc776645616cc7c61f078Michael Niedermayer
2014-02-24x86: Move XOP emulation to x86utilJames Almer
2014-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-02-24Merge commit '1b932eb1508f550fac9e911923a0383efda53aa3'Michael Niedermayer
2014-02-23x86: add detection for Bit Manipulation Instruction setsJames Almer
2014-02-23x86: add detection for FMA3 instruction setJames Almer
2014-02-23x86: add missing XOP checks and macrosJames Almer
2014-02-22x86: add detection for Bit Manipulation Instruction setsJames Almer
2014-02-22x86: add detection for FMA3 instruction setJames Almer
2014-02-20x86: float dsp: unroll SSE versionsChristophe Gisquet
2014-02-15x86: float dsp: unroll SSE versionsChristophe Gisquet
2014-02-14x86inc: Extend FMA_INSTR functionalityJames Almer
2014-02-11x86: add missing XOP checks and macrosJames Almer
2014-01-26x86inc: Speed up assembling with YasmLoren Merritt