508 Commits (1af3571e05522df4e71a5b33de05bdb9e953a6c4)

Author SHA1 Message Date
Jason Garrett-Glaser b5bbc84fe2 H.264: add filter_mb_fast support for >8-bit decoding 14 years ago
Mans Rullgard 710b8df949 dsputil: remove ff_emulated_edge_mc macro used in one place 14 years ago
Daniel Kang c0483d0c7a H.264: Add x86 assembly for 10-bit H.264 predict functions 14 years ago
Daniel Kang 3c7c16fde3 YASM: Shut up unused variable compiler warning with --disable-yasm. 14 years ago
Daniel Kang 567a32b5b2 x86_32: Fix build on x86_32 with --disable-yasm. 14 years ago
Daniel Kang 58f7aad051 Fix build with --disable-yasm. 14 years ago
Michael Niedermayer 145293b335 h264_qpel_mmx: add another forgotten have_yasm 14 years ago
Michael Niedermayer 889639969b dsputil_mmx: try to fix compilation without yasm. 14 years ago
Daniel Kang 9bfa5363da H.264: Add x86 assembly for 10-bit H.264 qpel functions. 14 years ago
Justin Ruggles f99a5ef92e ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents(). 14 years ago
Justin Ruggles 6054cd25b4 ac3enc: add int32_t array clipping function to DSPUtil, including x86 versions. 14 years ago
Carl Eugen Hoyos 4d08dfefa9 Remove gcc 2.95.3 remnants. 14 years ago
Diego Biurrun d2ee495fb2 configure: Drop check for availability of ten assembler operands. 14 years ago
Reimar Döffinger 5c13b5bb39 Add operand size to add instructions. 14 years ago
Diego Biurrun adbfc605f6 doxygen: Consistently use '@' instead of '\' for Doxygen markup. 14 years ago
Carl Eugen Hoyos 81ef892ca8 Use HAVE_TEN_OPERANDS for new decode_significance* functions. 14 years ago
Reimar Döffinger 5f654897e3 A cmp instruction with two constants is invalid, thus "g" constraint 14 years ago
Daniel Kang 84e70ef004 h264: Add x86 assembly for 10-bit weight/biweight H.264 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
Ronald S. Bultje ed63f527f2 Fix build if yasm is not available. 14 years ago
Daniel Kang f188a1e0ca H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions. 14 years ago
Carl Eugen Hoyos 5fb67d8039 Fix compilation with old yasm. 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
Oskar Arvidsson 6c031a3338 h264: Fix 10-bit H.264 x86 chroma v loopfilter asm. 14 years ago
Daniel Kang 4de83b7b6d H264: x86 predict init cosmetics. 14 years ago
Daniel Kang a8d44f9dd5 Add x86 assembly for some 10-bit H.264 intra predict functions. 14 years ago
Loren Merritt 53be7b23e9 Cosmetic changes to h264_idct_10bit.asm. 14 years ago
Loren Merritt 994c3550ff 2x faster h264_idct_add8_10. 14 years ago
Ronald S. Bultje e6635a9a19 h264: remove CONFIG_GPL from x86 intra prediction code. 14 years ago
Daniel Kang f3aa65af3a h264/10bit: add HAVE_ALIGNED_STACK checks. 14 years ago
Daniel Kang 348493db60 Update 8-bit H.264 IDCT function names to reflect bit-depth. 14 years ago
Daniel Kang 836f47d34b Add IDCT functions for 10-bit H.264. 14 years ago
Justin Ruggles 70bb747a57 ac3dsp: do not use the ff_* prefix when referencing ff_ac3_bap_bits. 14 years ago
Justin Ruggles 6ca23db9cc ac3enc: modify mantissa bit counting to keep bap counts for all values of bap 14 years ago
Diego Biurrun 5e528cffcf x86: Add appropriate ifdefs around certain AVX functions. 14 years ago
Reimar Döffinger 7e637b70ec Fix compilation with YASM/NASM versions not supporting AVX. 14 years ago
Reimar Döffinger 384d10360b Fix register types for LOAD_AB arguments, fixes compilation with NASM. 14 years ago
Dave Yeo a10fb79070 x86 asm: Add SECTION_TEXT to dct32_sse.asm. 14 years ago
Michael Niedermayer 94ea17075b dct32: Replacing libav by ffmpeg in the license header with the authors permission. 14 years ago
Loren Merritt 422b2362fc dct32_sse: eliminate some spills 14 years ago