Skip to content
Snippets Groups Projects
  1. Sep 10, 2013
  2. Aug 29, 2013
  3. Aug 28, 2013
  4. Aug 15, 2013
  5. Aug 02, 2013
  6. Jun 02, 2013
  7. May 15, 2013
  8. May 06, 2013
  9. May 04, 2013
  10. Apr 30, 2013
  11. Mar 27, 2013
  12. Mar 08, 2013
  13. Feb 27, 2013
  14. 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
  15. Feb 09, 2013
  16. Jan 27, 2013
  17. Jan 18, 2013
  18. Jan 05, 2013
  19. Dec 20, 2012
  20. Nov 18, 2012
  21. Nov 16, 2012
  22. Nov 13, 2012
  23. Nov 09, 2012
  24. Oct 31, 2012
Loading