1. 33c7623 Make SkAndroidCodec support wbmp by msarett · 9 years ago
  2. 6dfe9ac Reduce messages from libjpeg-turbo by msarett · 9 years ago
  3. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  4. 1aaaba5 Fix the build on Android devices by Matt Sarett · 9 years ago
  5. b747b90 Remove dependencies on Android's forked decoder libraries by msarett · 9 years ago
  6. 691ad76 Fix bug in sampled decodes by msarett · 9 years ago
  7. e95a068 Make AndroidOptions const by scroggo · 9 years ago
  8. 501b734 Combine native sampling with sampling by scroggo · 9 years ago
  9. a3f792d Rename SkScaledCodec.cpp to SkSampledCodec.cpp by scroggo · 9 years ago
  10. aada3e8 Remove SkJpegCodec.cpp from Google3 BUILD due to differing libjpeg_turbo versions. by benjaminwagner · 9 years ago
  11. ef27d89 Use SkSwizzler to convert from CMYK by scroggo · 9 years ago
  12. b7f1251 Revert of Use SkSwizzler to convert from CMYK (patchset #4 id:60001 of https://codereview.chromium.org/1411083009/ ) by scroggo · 9 years ago
  13. 450ee8f Use SkSwizzler to convert from CMYK by scroggo · 9 years ago
  14. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
  15. 80803ff Fix SkSwizzler bug by msarett · 9 years ago
  16. e975928 Fix -Winconsistent-missing-override in SkCodec_libgif.h by mtklein · 9 years ago
  17. 6f6bef8 Add dm target to BUILD and refactor BUILD file. The corresponding google3 BUILD file changes are in google3 cl/105413829. by benjaminwagner · 9 years ago
  18. f724b99 Reenable warnings in src/codec by msarett · 9 years ago
  19. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  20. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  21. 2c3b218 Focus SkScaledCodec on BitmapRegionDecoder by scroggo · 9 years ago
  22. 85f0d5d Allow SkIcoCodec to fail due to conversion by scroggo · 9 years ago
  23. 4aa02d8 Fix SkGifCodec to handle gifs where frameSize != imageSize by msarett · 9 years ago
  24. cc7f305 SkScaledCodec should implement onRewind() by msarett · 9 years ago
  25. 19ae315 Stop calling jpeg_finish_decompress() by msarett · 9 years ago
  26. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  27. 8b17dcb Avoid copies in SkMasks constructor by scroggo · 9 years ago
  28. 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
  29. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  30. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  31. 8ff6ca6 Disable dithering in libjpeg-turbo for 565 decodes by msarett · 9 years ago
  32. 6c50a8f Use rounding when converting desiredScale to a sampleSize by msarett · 9 years ago
  33. 10522ff Scanline decoding for gifs by msarett · 9 years ago
  34. e3330cf Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://codereview.chromium.org/1305123002/ ) by jcgregorio · 9 years ago
  35. e9c10b9 Scanline decoding for gifs by msarett · 9 years ago
  36. 19e9b35 Ico bug fix for opaque embedded images by msarett · 9 years ago
  37. d67d08e Fix bug in ico decodes by msarett · 9 years ago
  38. 9aa32d1 Fix bmp bug in ReadHeader() by msarett · 9 years ago
  39. fbccb59 Call standard libjpeg/libjpeg-turbo APIs by msarett · 9 years ago
  40. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  41. d02b99f Interlaced gifs without the iterator by msarett · 9 years ago
  42. 0153dea Some codec code formatting cleanup. by bungeman · 9 years ago
  43. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  44. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  45. 0e6ff38 Update giflib to 5.1.1 (AOSP hash) by msarett · 9 years ago
  46. b30e9d3 Clean up ifdefs in SkGifCodec by msarett · 9 years ago
  47. f3c15b7 Move SkTemplates.h to private. by bungeman · 9 years ago
  48. a83593b Prefer native scaling to sampling by msarett · 9 years ago
  49. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  50. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  51. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago
  52. b157917 SkScaledCodec class by emmaleer · 9 years ago
  53. c7993d7 Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  54. d518ea7 SkScaledCodec class by emmaleer · 9 years ago
  55. e5aaa07 Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  56. 0944100 SkScaledCodec class by emmaleer · 9 years ago
  57. d1bc574 Update CodexTest to test valid_alpha. by scroggo · 9 years ago
  58. d0375bc Fix bmp RLE "bug" by msarett · 9 years ago
  59. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  60. fcaaade Switching Skia to chromium's libjpeg-turbo by msarett · 9 years ago
  61. 4ab9d5f Split SkBmpCodec into three separate classes by msarett · 9 years ago
  62. 74992b5 Let SkWebpCodec decode to 565 by scroggo · 9 years ago
  63. ab60c5b Support decoding PNG to 565. by scroggo · 9 years ago
  64. cbb12ca Fix ASAN error for wbmp swizzles by msarett · 9 years ago
  65. 99f567e Scanline decoding for wbmp by msarett · 9 years ago
  66. 1c005e4 Create a scanline decoder without creating a codec by scroggo · 9 years ago
  67. b46e5e2 Rename SkCodec_libbmp to SkBmpCodec by msarett · 9 years ago
  68. fdb788c Make SkSwizzler::Fill() support 565 by msarett · 9 years ago
  69. 614aa07 Pass the destination pointer to next() in SkSwizzler by msarett · 9 years ago
  70. 58fd2c8 Remove sk_memcpy32 by mtklein · 9 years ago
  71. b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
  72. 973ae86 removing png_read_end from SkPngScanlineDecoder by emmaleer · 9 years ago
  73. 9b2cdbf4 Allow creating multiple scanline decoders. by scroggo · 9 years ago
  74. 21cea72 Changing name of has_transpareny_in_palette to has_transparency_in_tRNS by emmaleer · 9 years ago
  75. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  76. 1c8a587 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  77. 6f29a3c Revert of Revert of Fixing libpng transform use (patchset #1 id:1 of https://codereview.chromium.org/1213743004/) by scroggo · 9 years ago
  78. 94a2fbc Revert of Switch SkJpegCode to libjpeg-turbo (patchset #29 id:750001 of https://codereview.chromium.org/1180983002/) by jvanverth · 9 years ago
  79. 6c90e09 Revert of Fixing libpng transform use (patchset #5 id:80001 of https://codereview.chromium.org/1214203005/) by jvanverth · 9 years ago
  80. 9693037 This change: by emmaleer · 9 years ago
  81. 40141b5 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  82. aa2a7de Revert of Switch SkJpegCode to libjpeg-turbo (patchset #28 id:710001 of https://codereview.chromium.org/1180983002/) by msarett · 9 years ago
  83. e9e3ee3 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  84. c0e80c1 In the case of subset decodes, we will often not decode to by msarett · 9 years ago
  85. f657b10 Revert of Switch SkJpegCode to libjpeg-turbo (patchset #25 id:680001 of https://codereview.chromium.org/1180983002/) by msarett · 9 years ago
  86. f8bf918 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  87. c0bdecb Revert of Switch SkJpegCode to libjpeg-turbo (patchset #11 id:540001 of https://codereview.chromium.org/1180983002/) by mtklein · 9 years ago
  88. b60c3f8 Add libjpeg-turbo library (depends on yasm) by msarett · 9 years ago
  89. 0a4c3cb Implemented onGetScanlines and onSkipScanlines for interlaced pngs by emmaleer · 9 years ago
  90. a0c414d Prevent webp from producing 0 dimensional images by msarett · 9 years ago
  91. 6f5e619 Add SkWebpCodec, for decoding .webp images. by scroggo · 9 years ago
  92. 525e90a Try again to rename one SkJpegUtility.h to remove ambiguity. by mtklein · 9 years ago
  93. 78d79cc Eliminate the check for ANDROID_LARGE_MEMORY in jpeg decoders by msarett · 9 years ago
  94. 7dc9190 fixing onSkipScanlines png error by emmaleer · 9 years ago
  95. d129084 remove dead code behind BOOL_ONGETINFO by reed · 10 years ago
  96. 97fdea6 Implementing a scanline decoder for jpeg by msarett · 10 years ago
  97. 9e43cab Requires a minor API change to pass the color table to getScanlineDecoder, as we do with getPixels(). by msarett · 10 years ago
  98. 7831a4b Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 10 years ago
  99. 4b17fa3 Ensure that we create a NULL codec for images with zero dimensions by msarett · 10 years ago
  100. f7aaadb Zero jpeg_decompress_struct before calling jpeg_calc_output_dimensions(). by mtklein · 10 years ago