1. 11 Feb, 2013 1 commit
    • Martin Storsjö's avatar
      swscale: Disallow conversion to GBRP16 · d192ac3e
      Martin Storsjö authored
      This reverts parts of d6d5ef55, that didn't work right. (The
      tests that were added failed on big endian, and the output looked
      garbled on little endian as well.)
      
      This is due to the fact that the intermediate scaling values (from
      e.g. hScale8To19_c or hScale16To19_c) are stored as int32_t and
      thus requires a separate output function, while yuv2gbrp_full_X_c
      only interprets it as int16_t.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      d192ac3e
  2. 09 Feb, 2013 2 commits
  3. 27 Jan, 2013 1 commit
  4. 26 Jan, 2013 3 commits
  5. 19 Jan, 2013 3 commits
  6. 18 Jan, 2013 1 commit
  7. 05 Jan, 2013 1 commit
  8. 31 Oct, 2012 1 commit
  9. 30 Oct, 2012 3 commits
  10. 28 Oct, 2012 1 commit
  11. 27 Oct, 2012 3 commits
  12. 26 Oct, 2012 2 commits
  13. 15 Oct, 2012 1 commit
    • Mans Rullgard's avatar
      swscale: try to use mmap only if available · 95cd815c
      Mans Rullgard authored
      Some systems, e.g. Minix, have sys/mman.h defining MAP_ANONYMOUS without
      providing (working) mmap and friends.  The mmx filter generation code
      checks only for MAP_ANONYMOUS, not for availability of mmap itself which
      leads to build errors on aforementioned systems.
      
      This changes the conditional compilation to use mmap only if all the
      required functions are available.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      95cd815c
  14. 12 Oct, 2012 3 commits
  15. 08 Oct, 2012 1 commit
  16. 08 Sep, 2012 2 commits
  17. 30 Aug, 2012 1 commit
  18. 08 Aug, 2012 1 commit
  19. 03 Aug, 2012 1 commit
    • Diego Biurrun's avatar
      x86: build: replace mmx2 by mmxext · 239fdf1b
      Diego Biurrun authored
      Refactoring mmx2/mmxext YASM code with cpuflags will force renames.
      So switching to a consistent naming scheme beforehand is sensible.
      The name "mmxext" is more official and widespread and also the name
      of the CPU flag, as reported e.g. by the Linux kernel.
      239fdf1b
  20. 22 Jul, 2012 2 commits
  21. 17 Jul, 2012 1 commit
  22. 04 Jul, 2012 1 commit
  23. 16 Jun, 2012 1 commit
  24. 08 May, 2012 1 commit
  25. 13 Apr, 2012 1 commit
  26. 21 Mar, 2012 1 commit