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
2012-01-11x86inc: remove duplicate movlhpsMichael Niedermayer
2012-01-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-09mpegaudiodec: optimized iMDCT transformVitor Sessak
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-12x86: bswap: remove test for bswap instructionMans Rullgard
2011-12-12bswap: make generic implementation more compiler-friendlyMans Rullgard
2011-12-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-08x86 cpuid: set vendor union members separatelySean McGovern
2011-11-28x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak
2011-11-28x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak
2011-11-20Fix compilation with YASM.Reimar Döffinger
2011-11-20HACK: fix compilation with NASM.Reimar Döffinger
2011-11-08mpegaudiodec: add SSE-optimized imdct36()Vitor Sessak
2011-11-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-07x86inc: use sse versions of common macros instead of sse2 when applicableJustin Ruggles
2011-11-06Update x86inc.asm to latest x264 version, and add AVX symmetry.Loren Merritt
2011-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles
2011-09-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-27x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser
2011-09-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-03cpu detection: avoid a signed overflowSean McGovern
2011-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-18Move clipd macros to x86util.asm.Ronald S. Bultje
2011-08-13Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer
2011-08-12Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje
2011-08-12Move x86inc.asm to libavutil/.Ronald S. Bultje
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-23bswap: use native types for av_bwap16().Jason Garrett-Glaser
2011-03-23Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-22cosmetics: indentationJustin Ruggles
2011-03-22Add a CPU flag for the Atom processor.Justin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-22x86: use raw opcode for xgetbv instructionMans Rullgard
2011-02-20x86: check for AVX supportMans Rullgard
2011-02-20x86: use raw opcode for xgetbv instructionMans Rullgard
2011-02-20x86: check for AVX supportMans Rullgard
2011-02-13Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles
2011-02-12Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2010-09-09Add missing #include <string.h> in x86/cpu.cMåns Rullgård
2010-09-09Clean up av_get_cpu_flag()Måns Rullgård
2010-09-08Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-09Replace many includes of libavutil/common.h with what is actually neededMåns Rullgård
2010-03-08Add lots of missing includesMåns Rullgård
2010-01-20Move FASTDIV macro to intmath.hMåns Rullgård
2010-01-18Add macros for 64- and 128-bit write-combining optimization to intreadwrite.h.Alexander Strange