589 Commits (0d40fbaef09b62ea01ac1cd1ebaaa045ad285e9d)

Author SHA1 Message Date
  Ronald S. Bultje 265a628f16 h264: use struct offsets in get_cabac_bypass_sign_x86(). 14 years ago
  ami_stuff a854d00acd Replace SSE2 instruction in scalarproduct_float_sse() by SSE equivalent. 14 years ago
  Justin Ruggles 4ae138cb12 ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3() 14 years ago
  Ronald S. Bultje 85eb76a23f h264: fix mmxext chroma deblock to use correct TC values. 14 years ago
  Ronald S. Bultje 5186984ee9 h264: change underread for 10bit QPEL to overread. 14 years ago
  Ronald S. Bultje c3af52fa8b dsputil: use vertical component for drawing bottom edge. 14 years ago
  Reimar Döffinger 7e62315c91 Use correct register size. 14 years ago
  Christophe GISQUET 9ba9c34024 rv34: 1-pass inter MB reconstruction 14 years ago
  Christophe GISQUET d78062386e rv34: Intra 16x16 handling 14 years ago
  Reimar Döffinger 7a1723086a Fix compilation without HAVE_AVX, HAVE_YASM etc. 14 years ago
  Reimar Döffinger 83b12c16af Use correct register size, fixes compilation with NASM. 14 years ago
  Carl Eugen Hoyos ef3a19d595 Fix compilation with yasm-0.6.2 14 years ago
  Christophe GISQUET 3faa303a47 rv34: DC-only inverse transform 14 years ago
  Michael Niedermayer 5387f9917f cabac: Try to disable problematic ASM for gcc-llvm 4.2.1 14 years ago
  Henrik Gramner e7d02b04dc fft: init functions with INIT_XMM/YMM. 14 years ago
  Michael Niedermayer f247f4cf47 cabac: 3rd try at working around a compiler bug in clang. 14 years ago
  Michael Niedermayer 444632eae6 cabac: Disable get_cabac_inline_x86() for clang 2.9 on x86_32 14 years ago
  Michael Niedermayer 2138a89e71 Revert "Revert commit 599b4c6efddaed33b1667c386b34b07729ba732b" 14 years ago
  Vitor Sessak 39df0c434c mpegaudiodec: optimized iMDCT transform 14 years ago
  Michael Niedermayer c4f237a981 Revert commit 599b4c6efd 14 years ago
  Martin Storsjö 676a9ee1d2 x86: Fix constraints for decode_significance*_x86 14 years ago
  Diego Biurrun 6fdb2ce34a x86: Tighten register constraints for decode_significance*_x86. 14 years ago
  Diego Biurrun 30bbd5cbc0 x86: conditionally compile dnxhd encoder optimizations 14 years ago
  Diego Biurrun 88b9735753 build: conditionally compile x86 H.264 chroma optimizations 14 years ago
  Martin Storsjö 8349dbfe46 x86: Require 7 registers for the cabac asm 14 years ago
  Martin Storsjö f1dba9e498 x86: Require 7 registers for the cabac asm 14 years ago
  Mans Rullgard 599b4c6efd x86: cabac: replace explicit memory references with "m" operands 14 years ago
  Diego Biurrun da9cea77e3 Fix a bunch of common typos. 14 years ago
  Reimar Döffinger 85372f9d57 Add forgotten %ifdef HAVE_AVX. 14 years ago
  Reimar Döffinger 7076967786 Consistently use %ifdef ARCH_X86_64 14 years ago
  Justin Ruggles 0e8fdd41c2 dsputil: use cpuflags in x86 emu_edge_core 14 years ago
  Justin Ruggles 395f2e70dd dsputil: use movups instead of movdqu in ff_emu_edge_core_sse() 14 years ago
  Clément Bœsch 4da45aff28 cleanup: remove various double end ';' all over the code. 14 years ago
  Michael Niedermayer 7776091b9f diracdec: obmc accesses arent aligned for all files. 14 years ago
  Justin Ruggles 9d06037d48 twinvq: add SSE/AVX optimized sum/difference stereo interleaving 14 years ago
  Diego Biurrun ce33320b30 Remove redundant filename self-references inside files. 14 years ago
  Diego Biurrun 276b995d85 x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectory 14 years ago
  Vitor Sessak 22e25c002e mpegaudiodec: add SSE-optimized imdct36() 14 years ago
  Justin Ruggles b8f02f5b4e dsputil: use cpuflags in x86 versions of vector_clip_int32() 14 years ago
  Michael Niedermayer fb2288834b h264: fix ssse3 biweight code with weights of 128 14 years ago
  Reimar Döffinger db076a2c48 Make fdct_r_row_sse2 const. 14 years ago
  Reimar Döffinger 9663b8da9a Make tab_frw_01234567_sse2 const. 14 years ago
  Ronald S. Bultje 717401aff2 h264_weight: remove duplication functions. 14 years ago
  Justin Ruggles 5463e83dbc fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64 14 years ago
  Michael Niedermayer bd2bcf97fa dirac: drop unused END_HORIZONTAL 14 years ago
  Michael Niedermayer e985d71926 dirac: fix horizontal_compose_dd97i_ssse3 14 years ago
  Michael Niedermayer 754539a409 dirac: Fix mmx/sse haar wavelet compose 14 years ago
  Michael Niedermayer 3e5ea9e471 dirac: disable ff_horizontal_compose_haar0i_sse2() the function is not bitexact 14 years ago
  Michael Niedermayer d2ea38ddb7 dirac: alignment for dirac_hpel_filter_v has been fixed 14 years ago
  Michael Niedermayer 18f2ae3b77 dirac: alignment for add_dirac_obmc has been fixed 14 years ago