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-08-13x86: cabac: allow building with sunccMans Rullgard
2012-06-25x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje
2012-06-24h264: use asm cabac reader under a generic conditionMans Rullgard
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-03-28cabac: add overread protection to BRANCHLESS_GET_CABAC().Ronald S. Bultje
2012-03-28cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC().Ronald S. Bultje
2012-03-28cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().Ronald S. Bultje
2011-12-27x86: Fix constraints for decode_significance*_x86Martin Storsjö
2011-12-21x86: Tighten register constraints for decode_significance*_x86.Diego Biurrun
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
2011-06-21x86: h264: cast pointers to intptr_t rather than intMans Rullgard
2011-06-21x86: h264: remove hardcoded edi in decode_significance_8x8_x86()Mans Rullgard
2011-06-21x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()Mans Rullgard
2011-06-21x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()Mans Rullgard
2011-06-21x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86()Mans Rullgard
2011-06-21x86: cabac: remove hardcoded ebx in inline asmMans Rullgard
2011-06-21x86: cabac: remove hardcoded struct offsets from inline asmMans Rullgard
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-22Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun