1. 08 Dec, 2014 1 commit
  2. 03 Dec, 2014 1 commit
  3. 30 Aug, 2013 1 commit
  4. 13 Nov, 2012 1 commit
  5. 30 Oct, 2012 2 commits
  6. 08 Aug, 2012 1 commit
  7. 10 Feb, 2012 1 commit
  8. 07 Feb, 2012 1 commit
  9. 03 Feb, 2012 1 commit
    • Reimar Döffinger's avatar
      Fix png decoding on x86. · 58dabf7b
      Reimar Döffinger authored
      Line sizes are only 8-byte aligned, so use unaliged loads
      for add_bytes_l2 pointers.
      Increasing the alignment requirement to 16 seemed a bit extreme
      (png may be used for rather small sizes).
      Also fix a mov that had its arguments swapped, leading
      add_bytes_l2 being applied on up to 8 bytes too few.
      Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
      58dabf7b
  10. 02 Feb, 2012 1 commit
  11. 30 Jan, 2012 3 commits