57 Commits (26ece7a511f8905a5ddfc19c7cd4ecdca7056138)

Author SHA1 Message Date
Reimar Döffinger 49d9cbe55d h264_i386: Fix operand size 10 years ago
Reimar Döffinger 478c61ccb2 h264_i386: Optimize decode_significance_8x8_x86 for 64 bit. 10 years ago
Matt Oliver 1898c2f49d inline asm: fix arrays as named constraints. 11 years ago
Matt Oliver d1e6e5c887 avcodec/x86: Exclude broken get_cabac under icl. 11 years ago
Matt Oliver 8236747511 Automatically change MANGLE() into named inline asm operands when direct symbol reference in inline asm are not supported. 11 years ago
Mans Rullgard 8ec0204ee4 x86: cabac: allow building with suncc 12 years ago
Ronald S. Bultje 8123e0901f x86: place some inline asm under #if HAVE_INLINE_ASM 13 years ago
Mans Rullgard 0b6f973635 h264: use asm cabac reader under a generic condition 13 years ago
Roland Scheidegger 82c71913e4 h264: new assembly version of get_cabac for x86_64 with PIC 13 years ago
Roland Scheidegger 7f668cd2b5 h264: use one table instead of several for cabac functions 13 years ago
Roland Scheidegger 9b9df1cdff h264: new assembly version of get_cabac for x86_64 with PIC 13 years ago
Roland Scheidegger 14e9ffc1e4 h264: use one table instead of several for cabac functions 13 years ago
Michael Niedermayer 9849515214 Revert "h264: assembly version of get_cabac for x86_64 with PIC (v4)" 13 years ago
Roland Scheidegger a812b599b5 h264: assembly version of get_cabac for x86_64 with PIC (v4) 13 years ago
Ronald S. Bultje a940198130 cabac: add overread protection to BRANCHLESS_GET_CABAC(). 13 years ago
Ronald S. Bultje 448dc42571 cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC(). 13 years ago
Ronald S. Bultje 951014e5bb cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC(). 13 years ago
Michael Niedermayer 2138a89e71 Revert "Revert commit 599b4c6efddaed33b1667c386b34b07729ba732b" 13 years ago
Michael Niedermayer c4f237a981 Revert commit 599b4c6efd 13 years ago
Martin Storsjö 676a9ee1d2 x86: Fix constraints for decode_significance*_x86 13 years ago
Diego Biurrun 6fdb2ce34a x86: Tighten register constraints for decode_significance*_x86. 13 years ago
Mans Rullgard 599b4c6efd x86: cabac: replace explicit memory references with "m" operands 13 years ago
Diego Biurrun 276b995d85 x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectory 13 years ago
Mans Rullgard 3ad1684126 x86: cabac: add operand size suffixes missing from 6c32576 14 years ago
Mans Rullgard f5f004bc5a x86: cabac: don't load/store context values in asm 14 years ago
Jason Garrett-Glaser 6c32576548 H.264: optimize CABAC x86 asm for Atom 14 years ago
Carl Eugen Hoyos 4d08dfefa9 Remove gcc 2.95.3 remnants. 14 years ago
Carl Eugen Hoyos 81ef892ca8 Use HAVE_TEN_OPERANDS for new decode_significance* functions. 14 years ago
Mans Rullgard c5ee740745 x86: cabac: fix register constraints for 32-bit mode 14 years ago
Mans Rullgard 2143d69bdd cabac: move x86 asm to libavcodec/x86/cabac.h 14 years ago
Mans Rullgard d075e7d540 x86: h264: cast pointers to intptr_t rather than int 14 years ago
Mans Rullgard 3a4edb76d6 x86: h264: remove hardcoded edi in decode_significance_8x8_x86() 14 years ago
Mans Rullgard b92c1a6d26 x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86() 14 years ago
Mans Rullgard 3fc4e36c78 x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86() 14 years ago
Mans Rullgard e4b5a204aa x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86() 14 years ago
Mans Rullgard 018c33838e x86: cabac: remove hardcoded ebx in inline asm 14 years ago
Mans Rullgard 6b712acc0e x86: cabac: remove hardcoded struct offsets from inline asm 14 years ago
Jason Garrett-Glaser c90b94424c 4:4:4 H.264 decoding support 14 years ago
Jason Garrett-Glaser 504811baea Roll back 4:4:4 H.264 for now 14 years ago
Jason Garrett-Glaser c9c493872c 4:4:4 H.264 decoding support 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun a6493a8fbd Rename libavcodec/i386/ --> libavcodec/x86/. 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Ramiro Polla 40d0e665d0 Do not misuse long as the size of a register in x86. 17 years ago
Jeff Downs 591d87babe Cosmetics: 17 years ago