612 Commits (af46ca73568ea8edb261d2aeedd892c68fa918bc)

Author SHA1 Message Date
  Diego Biurrun 0bba26466f cosmetics: Delete empty lines at end of file. 14 years ago
  Ronald S. Bultje ce1e250ee9 h264: manually save/restore XMM registers for functions using INIT_MMX. 14 years ago
  Ronald S. Bultje 4ff6dea390 pngdsp: swap argument inversion. 14 years ago
  Michael Kostylev 3206cccc0e h264: mark h264_idct_add8_10 with number of XMM registers. 14 years ago
  Reimar Döffinger 58dabf7bf2 Fix png decoding on x86. 14 years ago
  Reimar Döffinger da1ba4e88b Fix NASM compilation. 14 years ago
  KO Myung-Hun c853124fb0 Use SECTION_TEXT instead of section .text for the compatibility 14 years ago
  Ronald S. Bultje 7e4d9d5d45 win64: add a XMM clobber test configure option. 14 years ago
  Justin Ruggles 236a550c3f Fix a typo in the x86 asm version of ff_vector_clip_int32() 14 years ago
  Christophe Gisquet e5c9de2ab7 rv40: x86 SIMD for biweight 14 years ago
  Diego Biurrun 91bafb52ae x86: Give RV40 init file a more suitable name. 14 years ago
  Diego Biurrun c30b198381 x86: Place mm_flags variable declaration below the appropriate #ifdef. 14 years ago
  Christophe Gisquet 6b03900382 x86 dsputil: provide SSE2/SSSE3 versions of bswap_buf 14 years ago
  Ronald S. Bultje af79a0c48a png: add support for bpp>4 to paeth x86 SIMD code. 14 years ago
  Ronald S. Bultje f91c4b7824 png: add SSE2 version for add_bytes_l2. 14 years ago
  Ronald S. Bultje 59f474b49d png: convert DSP functions to yasm. 14 years ago
  Ronald S. Bultje 20a7d3178f png: add missing #if HAVE_SSSE3 around function pointer assignment. 14 years ago
  Ronald S. Bultje 331e7c4cb3 imdct36: mark SSE functions as using all 16 XMM registers. 14 years ago
  Ronald S. Bultje e92003514d png: move DSP functions to their own DSP context. 14 years ago
  Michael Niedermayer 81ab42a334 dirac_yasm: fix linking failure due to %ifndef 14 years ago
  Ronald S. Bultje 3b15a6d742 config.asm: change %ifdef directives to %if directives. 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