1. 18 Apr, 2013 1 commit
  2. 16 Apr, 2013 5 commits
  3. 15 Apr, 2013 5 commits
  4. 14 Apr, 2013 9 commits
  5. 10 Apr, 2013 1 commit
  6. 27 Mar, 2013 1 commit
  7. 08 Mar, 2013 1 commit
  8. 27 Feb, 2013 2 commits
  9. 26 Feb, 2013 1 commit
  10. 15 Feb, 2013 1 commit
  11. 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
  12. 09 Feb, 2013 4 commits
  13. 07 Feb, 2013 1 commit
  14. 04 Feb, 2013 1 commit
  15. 27 Jan, 2013 1 commit
  16. 26 Jan, 2013 5 commits