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
2016-06-27asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2014-05-07inline asm: fix arrays as named constraints.Matt Oliver
2014-04-10avcodec/x86: Exclude broken get_cabac under icl.Matt Oliver
2014-03-31Use intel compliant CDQ instead of CLTD in inline asm.Matt Oliver
2014-03-19Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver
2014-03-06Merge commit '3741aa37c2a0d0717faff74a5c4cc357d16f6d1d'Michael Niedermayer
2014-03-05x86: cabac: Use correct #includes to make header compile standaloneDiego Biurrun
2013-10-31avcodec/cabac: support UNCHECKED_BITSTREAM_READER = 0Michael Niedermayer
2013-10-26avcodec/x86/cabac: include get_cabac_bypass_sign_x86() under #if !BROKEN_COMP...Michael Niedermayer
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-07-06avcodec/x86/cabac: Disable get_cabac_bypass_x86() on broken llvm/clangMichael Niedermayer
2013-07-06avcodec/x86/cabac: factorize broken llvm/clang check outMichael Niedermayer
2013-07-05Merge commit 'e6d8acf6a8fba4743eb56eabe72a741d1bbee3cb'Michael Niedermayer
2013-07-04cabac: x86 version of get_cabac_bypassJason Garrett-Glaser
2013-01-22avcodec/x86/cabac: workaround llvm 4.2.1 bugMichael Niedermayer
2012-09-18get_cabac_inline_x86: workaround clang bug with disabled optimizationsMichael Niedermayer
2012-08-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-13x86: cabac: allow building with sunccMans Rullgard
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-06-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-25x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje
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-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-21Revert "h264: assembly version of get_cabac for x86_64 with PIC (v4)"Michael Niedermayer
2012-04-21h264: assembly version of get_cabac for x86_64 with PIC (v4)Roland Scheidegger
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28cabac: add overread protection to BRANCHLESS_GET_CABAC().Ronald S. Bultje
2012-03-28cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().Ronald S. Bultje
2012-03-28cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().Ronald S. Bultje
2012-03-28h264: add overread protection to get_cabac_bypass_sign_x86().Ronald S. Bultje
2012-03-28h264: reindent get_cabac_bypass_sign_x86().Ronald S. Bultje
2012-03-28h264: use struct offsets in get_cabac_bypass_sign_x86().Ronald S. Bultje
2012-01-12cabac: Try to disable problematic ASM for gcc-llvm 4.2.1Michael Niedermayer
2012-01-09cabac: 3rd try at working around a compiler bug in clang.Michael Niedermayer
2012-01-09cabac: Disable get_cabac_inline_x86() for clang 2.9 on x86_32Michael Niedermayer
2012-01-09Revert "Revert commit 599b4c6efddaed33b1667c386b34b07729ba732b"Michael Niedermayer
2012-01-06Revert commit 599b4c6efddaed33b1667c386b34b07729ba732bMichael Niedermayer
2011-12-12x86: Require 7 registers for the cabac asmMartin Storsjö
2011-12-12x86: Require 7 registers for the cabac asmMartin Storsjö
2011-12-12x86: cabac: replace explicit memory references with "m" operandsMans Rullgard
2011-11-08x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectoryDiego Biurrun
2011-07-29x86: cabac: add operand size suffixes missing from 6c32576Mans Rullgard
2011-07-29x86: cabac: don't load/store context values in asmMans Rullgard