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
2013-07-04cabac: x86 version of get_cabac_bypassJason Garrett-Glaser
2012-08-13x86: cabac: allow building with sunccMans Rullgard
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
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-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
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
2011-07-29H.264: optimize CABAC x86 asm for AtomJason Garrett-Glaser
2011-06-21x86: cabac: fix register constraints for 32-bit modeMans Rullgard
2011-06-21cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard