1. 11 Jan, 2016 1 commit
  2. 07 Sep, 2015 1 commit
  3. 21 Mar, 2015 1 commit
  4. 17 Feb, 2015 1 commit
  5. 14 Jan, 2015 1 commit
  6. 07 Aug, 2014 1 commit
  7. 04 Aug, 2014 2 commits
  8. 03 May, 2014 1 commit
    • Luca Barbato's avatar
      swscale: Fix an undefined behaviour · 3a177a9c
      Luca Barbato authored
      Prevent a division by zero down the codepath.
      
      Sample-Id: 00001721-google
      Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      CC: libav-stable@libav.org
      3a177a9c
  9. 07 Apr, 2014 1 commit
  10. 02 Apr, 2014 1 commit
  11. 16 Mar, 2014 1 commit
  12. 05 Oct, 2013 1 commit
  13. 29 Aug, 2013 3 commits
  14. 28 Aug, 2013 1 commit
  15. 15 Aug, 2013 1 commit
  16. 06 May, 2013 2 commits
  17. 04 May, 2013 1 commit
  18. 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
  19. 09 Feb, 2013 2 commits
  20. 27 Jan, 2013 1 commit
  21. 05 Jan, 2013 1 commit
  22. 31 Oct, 2012 1 commit
  23. 30 Oct, 2012 3 commits
  24. 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
  25. 12 Oct, 2012 2 commits
  26. 08 Oct, 2012 1 commit
  27. 08 Sep, 2012 2 commits
  28. 30 Aug, 2012 1 commit
  29. 08 Aug, 2012 1 commit
  30. 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
  31. 22 Jul, 2012 1 commit