Skip to content
Snippets Groups Projects
  1. May 15, 2013
  2. May 06, 2013
  3. May 04, 2013
  4. Apr 30, 2013
  5. Mar 27, 2013
  6. Mar 08, 2013
  7. Feb 27, 2013
  8. Feb 11, 2013
    • 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: default avatarMartin Storsjö <martin@martin.st>
      d192ac3e
  9. Feb 09, 2013
  10. Jan 27, 2013
  11. Jan 18, 2013
  12. Jan 05, 2013
  13. Dec 20, 2012
  14. Nov 18, 2012
  15. Nov 16, 2012
  16. Nov 13, 2012
  17. Nov 09, 2012
  18. Oct 31, 2012
  19. Oct 30, 2012
  20. Oct 23, 2012
  21. Oct 15, 2012
    • 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: default avatarMans Rullgard <mans@mansr.com>
      95cd815c
  22. Oct 12, 2012
  23. Oct 10, 2012
  24. Oct 08, 2012
  25. Oct 06, 2012
  26. Oct 05, 2012
Loading