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-06-26x86: fft: elf64: fix PIC buildMans Rullgard
2012-06-26Revert "Revert "x86: fft: win64: fix stack alignment for memcpy() call""Nicolas George
2012-06-26Revert "Revert "x86: fft: convert sse inline asm to yasm""Nicolas George
2012-06-26Revert "x86: fft: convert sse inline asm to yasm"Nicolas George
2012-06-26Revert "x86: fft: win64: fix stack alignment for memcpy() call"Nicolas George
2012-06-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-25x86: fft: win64: fix stack alignment for memcpy() callMans Rullgard
2012-06-25x86: fft: convert sse inline asm to yasmMans Rullgard
2012-06-25x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-24h264: use asm cabac reader under a generic conditionMans Rullgard
2012-06-23x86: Only use optimizations with cmov if the CPU supports the instructionDiego Biurrun
2012-06-23x86: remove unused inline asm macros from dsputil_mmx.hMans Rullgard
2012-06-23x86: move some inline asm macros to the only places they are usedMans Rullgard
2012-06-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-22x86/dsputil_mmx: support 4 sample edgesMichael Niedermayer
2012-06-22cosmetics: do not use full path for local headersDiego Biurrun
2012-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-18dwt: remove variable-length arraysRonald S. Bultje
2012-06-17diracdsp: try to fix segfaultMichael Niedermayer
2012-06-10libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASMMichael Niedermayer
2012-06-10libavcodec/x86/h264dsp_mmx.c: add forgotten HAVE_YASMMichael Niedermayer
2012-06-10libavcodec/x86/dwt.c: move some missed things under HAVE_YASMMichael Niedermayer
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08Add a float DSP framework to libavutilJustin Ruggles
2012-05-30Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725'Michael Niedermayer
2012-05-29x86: use new schema for ASM macrosVitor Sessak
2012-05-27x86: use new schema for ASM macrosVitor Sessak
2012-05-24Fix compilation with --disable-everything.Carl Eugen Hoyos
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22x86: lavc: use %if HAVE_AVX guards around AVX functions in yasm code.Justin Ruggles
2012-05-22Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya
2012-05-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-16x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions.Michael Kostylev
2012-05-15ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16Justin Ruggles
2012-05-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-14x86: use more standard construct for setting ASM functions in FFT codeVitor Sessak
2012-05-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-12x86: vc1: drop MMX loop filter implementation, which uses MMX2 instructions.Michael Kostylev
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-10rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MCChristophe Gisquet
2012-05-02snowdsp: explicitily state instruction size.Ronald S. Bultje
2012-04-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-28h264: new assembly version of get_cabac for x86_64 with PICRoland Scheidegger
2012-04-28h264: use one table instead of several for cabac functionsRoland Scheidegger
2012-04-28h264: (trivial) remove unneeded macro argument in x86/cabac.hRoland Scheidegger
2012-04-28dsputil x86: revert a test back to its previous valueChristophe GISQUET