1. 13 4月, 2015 4 次提交
  2. 12 4月, 2015 1 次提交
  3. 29 3月, 2015 1 次提交
  4. 23 2月, 2015 1 次提交
  5. 20 2月, 2015 1 次提交
    • J
      Avoid GCC sign-compare warning. · a60912f1
      Joseph Thomson 提交于
      GCC 4.7 gave the warning "signed and unsigned type in conditional
      expression" because the ternary operator mixes signed and unsigned
      integers. Fixed by casting to unsigned inside the "if" branch instead
      of casting the result of the entire conditional.
      a60912f1
  6. 06 2月, 2015 1 次提交
  7. 19 1月, 2015 1 次提交
  8. 18 1月, 2015 3 次提交
  9. 12 1月, 2015 2 次提交
  10. 30 12月, 2014 1 次提交
  11. 26 12月, 2014 1 次提交
  12. 25 12月, 2014 1 次提交
  13. 24 12月, 2014 6 次提交
  14. 23 12月, 2014 1 次提交
    • S
      Put progressive JPEG AC decode logic back the way I wrote it originally (I... · 5b53d20c
      Sean Barrett 提交于
      Put progressive JPEG AC decode logic back the way I wrote it originally (I changed it to match jpgd when I was trying to figure out why it didn't work);
      add STBI__ prefixes to internal SCAN_ enum;
      strip unused function arguments for progressive funcs;
      tweak release notes;
      forget to git commit frequently so these would all be in their own commits;
      5b53d20c
  15. 22 12月, 2014 2 次提交
  16. 21 12月, 2014 3 次提交
  17. 20 12月, 2014 4 次提交
  18. 19 12月, 2014 3 次提交
  19. 18 12月, 2014 3 次提交