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
2011-12-12x86: bswap: remove test for bswap instructionMans Rullgard
2011-12-12bswap: make generic implementation more compiler-friendlyMans Rullgard
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-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-21fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles
2011-09-27x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser
2011-09-03cpu detection: avoid a signed overflowSean McGovern
2011-08-18Move clipd macros to x86util.asm.Ronald S. Bultje
2011-08-12Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje
2011-08-12Move x86inc.asm to libavutil/.Ronald S. Bultje
2011-04-23bswap: use native types for av_bwap16().Jason Garrett-Glaser
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-20x86: use raw opcode for xgetbv instructionMans Rullgard
2011-02-20x86: check for AVX supportMans Rullgard
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
2009-04-02Split libavutil/timer.h per architectureMåns Rullgård
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-10-22split bswap.h into per-arch filesMåns Rullgård