1. 07 Mar, 2017 3 commits
  2. 06 Mar, 2017 1 commit
    • Vittorio Giovara's avatar
      pixlet: Fix architecture-dependent code and values · b44bd7ee
      Vittorio Giovara authored
      The constants used in the decoder used floating point precision,
      and this caused different values to be generated on different
      architectures. Additionally on big endian machines, the fate test
      would output bytes in native order, which is different from the one
      hardcoded in the test.
      
      So, eradicate floating point numbers and use fixed point (32.32)
      arithmetics everywhere, replacing constants with precomputed integer
      values, and force the pixel format output to be the same in the fate
      test.
      Signed-off-by: 's avatarVittorio Giovara <vittorio.giovara@gmail.com>
      b44bd7ee
  3. 05 Mar, 2017 2 commits
  4. 04 Mar, 2017 1 commit
  5. 01 Mar, 2017 13 commits
  6. 28 Feb, 2017 5 commits
  7. 27 Feb, 2017 7 commits
  8. 25 Feb, 2017 4 commits
  9. 24 Feb, 2017 3 commits
  10. 23 Feb, 2017 1 commit