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
2014-07-01Update Fiona's name in copyright statements.Diego Biurrun
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-20x86: float dsp: unroll SSE versionsChristophe Gisquet
2014-01-26x86inc: Speed up assembling with YasmLoren Merritt
2013-10-25libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya
2013-10-14x86: more AVX2 frameworkJason Garrett-Glaser
2013-10-14x86inc: FMA3/4 SupportJason Garrett-Glaser
2013-10-14x86inc: Remove our FMA4 supportDerek Buitenhuis
2013-10-14x86inc: Use VEX-encoded instructions in AVX functionsHenrik Gramner
2013-10-09x86inc: Remove .rodata kludgesHenrik Gramner
2013-10-07x86inc: remove misaligned cpu flagHenrik Gramner
2013-10-07x86inc: various minor backports from x264Jason Garrett-Glaser
2013-10-07x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64"Derek Buitenhuis
2013-10-07x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner
2013-10-07x86inc: create xm# and ym#, analagous to m#Loren Merritt
2013-10-07x86inc: fix some corner cases of SWAPLoren Merritt
2013-10-07x86inc: Use SSE instead of SSE2 for copying dataHenrik Gramner
2013-10-07x86inc: Set ELF hidden visibility for global constantsHenrik Gramner
2013-10-07x86inc: activate REP_RET automaticallyLoren Merritt
2013-09-22avutil: Fix compilation with inline asm disabled on mingwAlex Smith
2013-08-29x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun
2013-08-29avutil: Refactor CPU extension availability macrosDiego Biurrun
2013-08-29avutil: Move internal CPU detection function declarations to private headerDiego Biurrun
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-07-02lls/x86: use 3-operator vaddpd in ADDPD_MEMLoren Merritt
2013-07-01x86: lpc: fix a segfault in av_evaluate_lls_sse2()Loren Merritt
2013-06-29x86: lpc: simd av_evaluate_llsLoren Merritt
2013-06-29x86: lpc: simd av_update_llsLoren Merritt
2013-05-05avutil: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-03x86: float dsp: butterflies_float SSEChristophe Gisquet
2013-04-10dsputil: Make dsputil selectableRonald S. Bultje
2013-04-10x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet
2013-03-27cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun
2013-02-20x86: Use simple nop codes for <= sse (rather than <= mmx)Ronald S. Bultje
2013-02-14avutil: Ensure that emms_c is always defined, even on non-x86Diego Biurrun
2013-02-14avutil: Move emms code to x86-specific headerDiego Biurrun
2013-01-22floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-22floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje
2013-01-19x86: Add a Yasm-based emms() replacementMartin Storsjö
2013-01-19x86inc: Add cvisible macro for C functions with public prefixDiego Biurrun
2013-01-18x86inc: Rename "program_name" to "private_prefix"Diego Biurrun
2013-01-17float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_windowMartin Storsjö
2013-01-16lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles
2013-01-15x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun
2013-01-15x86: ABSB2: port to cpuflagsDiego Biurrun
2013-01-15x86: ABSB: port to cpuflagsDiego Biurrun
2013-01-15x86: ABS2: port to cpuflagsDiego Biurrun