Skip to content
Snippets Groups Projects
  1. Feb 02, 2014
  2. Feb 01, 2014
  3. Jan 31, 2014
  4. Jan 30, 2014
  5. Jan 20, 2014
  6. Jan 18, 2014
  7. Jan 13, 2014
  8. Jan 12, 2014
  9. Jan 10, 2014
  10. Jan 09, 2014
  11. Jan 08, 2014
  12. Jan 07, 2014
  13. Jan 01, 2014
  14. Dec 31, 2013
  15. Dec 29, 2013
  16. Dec 28, 2013
  17. Dec 27, 2013
  18. Dec 26, 2013
  19. Dec 19, 2013
  20. Dec 15, 2013
  21. Dec 14, 2013
    • John Bowler's avatar
      [libpng17] Made transform implementation functions static. This makes the · 3adf438f
      John Bowler authored
      internal functions called by png_do_{read|write}_transformations static.
      On an x86-64 DLL build (Gentoo Linux) this reduces the size of the text
      segment of the DLL by 1208 bytes, about 0.6%. It also simplifies
      maintenance by removing the declarations from pngpriv.h and allowing
      easier changes to the internal interfaces.
      3adf438f
    • John Bowler's avatar
      [libpng17] Bookkeeping: Moved functions around (no changes). Moved transform · d45a6325
      John Bowler authored
      function definitions before the place where they are called so that
      they can be masde static. Move the intrapixel functions and the
      grayscale palette builder out of the png?tran.c files. The latter
      isn't a transform function and is no longer used internally, and the
      former MNG specific functions are better placed in pngread/pngwrite.c
      d45a6325
Loading