1. 11 3月, 2021 1 次提交
  2. 09 9月, 2020 1 次提交
  3. 01 12月, 2018 1 次提交
  4. 04 9月, 2018 1 次提交
  5. 04 8月, 2016 1 次提交
  6. 12 6月, 2016 1 次提交
  7. 09 6月, 2016 2 次提交
  8. 28 5月, 2016 1 次提交
  9. 26 5月, 2016 2 次提交
  10. 20 2月, 2016 1 次提交
  11. 16 1月, 2015 1 次提交
  12. 01 1月, 2015 1 次提交
  13. 22 12月, 2014 2 次提交
  14. 30 11月, 2014 2 次提交
  15. 21 8月, 2014 1 次提交
  16. 14 8月, 2014 1 次提交
  17. 12 6月, 2014 3 次提交
  18. 07 6月, 2014 1 次提交
  19. 05 6月, 2014 2 次提交
  20. 18 3月, 2014 1 次提交
  21. 07 3月, 2014 3 次提交
  22. 23 2月, 2014 1 次提交
  23. 17 2月, 2014 1 次提交
    • J
      [libpng16] Moved OS dependent code from arm/arm_init.c, to allow the included · dba54b88
      John Bowler 提交于
      implementation of the ARM NEON discovery function to be set at
      build-time and provide sample implementations from the current code in the
      contrib/arm-neon subdirectory. The __linux__ code has also been changed to
      compile and link on Android by using /proc/cpuinfo, and the old linux code
      is in contrib/arm-neon/linux-auxv.c.  The new code avoids POSIX and Linux
      dependencies apart from opening /proc/cpuinfo and is C90 compliant.
      dba54b88
  24. 10 2月, 2014 1 次提交
  25. 06 2月, 2014 1 次提交
  26. 23 12月, 2013 1 次提交
  27. 15 11月, 2013 1 次提交
  28. 01 10月, 2013 1 次提交
    • J
      [libpng16] Avoid up-cast warnings in pngvalid.c. On ARM the alignment · 8f381901
      John Bowler 提交于
      requirements of png_modifier are greater than that of png_store and as a
      consequence compilation of pngvalid.c results in a warning about increased
      alignment requirements because of the bare cast to (png_modifier*). The code
      is safe, because the pointer is known to point to a stack allocated
      png_modifier, but this change avoids the warning.
      
        Fixed default behavior of ARM_NEON_API. If the ARM NEON API option was
          compiled without the CHECK option it defaulted to on, not off.
      
        Check user callback behavior in pngunknown.c. Previous versions compiled
          if SAVE_UNKNOWN was not available but did nothing since the callback
          was never implemented.
      
        Merged pngunknown.c with 1.7 version and back ported 1.7 improvements/fixes
      8f381901
  29. 17 9月, 2013 1 次提交
  30. 16 9月, 2013 1 次提交
  31. 14 9月, 2013 1 次提交