1. 740668d Update libpng to 1.6.22beta by msarett · 9 years ago
  2. 2a98bac Return the proper error code in SkBmpRLECodec by msarett · 9 years ago
  3. d9ec320 Do not create BmpMaskCodecs with invalid bits per pixel by msarett · 9 years ago
  4. 39b2d5a Individually enable and disable SkCodecs by msarett · 9 years ago
  5. 46d2aa8 Updates Piex and uses it to obtain the DNG dimensions. by ebrauer · 9 years ago
  6. 4691d99 Add SkCodec to the CMake build by msarett · 9 years ago
  7. c29cd72 Make png filter functions compatible with libpng by msarett · 9 years ago
  8. b30d698 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  9. deabdb5 Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of https://codereview.chromium.org/1695473002/ ) by msarett · 9 years ago
  10. c7578b6 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  11. 70e418b Make SkJpegCodec compatible with libjpeg by msarett · 9 years ago
  12. 9b9497e Implement onSkipScanlines() for bmp and wbmp by msarett · 9 years ago
  13. f4004f9 Support more color types for ICOs by msarett · 9 years ago
  14. 17315c2 Avoid initializing memory twice on incomplete RLE bmps by msarett · 9 years ago
  15. ef02b24 Clarify bmp comment about when we support the alpha mask by msarett · 9 years ago
  16. 4946b94 Fix scanline decoding of rare RLE bmps by msarett · 9 years ago
  17. d5951b1 More efficient Jpeg skipScanlines for older versions of libjpeg-turbo by msarett · 9 years ago
  18. 02b407b Fix bug processing bmp bit masks by msarett · 9 years ago
  19. 9972c42 Clean up comments in SkSwizzler by msarett · 9 years ago
  20. c5c322d Optimize CMYK->RGBA (BGRA) transform for jpeg decodes by msarett · 9 years ago
  21. e721a8e flags and hacks to get MSAN bot going by mtklein · 9 years ago
  22. 23e78d3 Use size_t for get_row_bytes() in SkJpegCodec by msarett · 9 years ago
  23. 60dcd3c SkPngCodec clean-ups by msarett · 9 years ago
  24. 9c7a8a4 Optimize the SkRawStream when the input is an asset stream by yujieqin · 9 years ago
  25. a87d6de Set sRGB flag for PNGs with an sRGB chunk by msarett · 9 years ago
  26. ebf4408 Fix bugs in SkBmpCodec by msarett · 9 years ago
  27. 1e06079 NEON optimizations for GrayAlpha -> RGBA/BGRA Premul/Unpremul by msarett · 9 years ago
  28. 93e613d Handle gray alpha conversions in SkSwizzler by msarett · 9 years ago
  29. c5560be Support decoding opaque to *premul by scroggo · 9 years ago
  30. 2eff71c NEON optimizations for gray -> RGBA (or BGRA) conversions by msarett · 9 years ago
  31. 22000d1 Avoid too small reads to bufferMoreData() by yujieqin · 9 years ago
  32. 2ac722f Revert of Avoid too small reads to bufferMoreData() (patchset #4 id:60001 of https://codereview.chromium.org/1644893003/ ) by jcgregorio · 9 years ago
  33. fd918e8 Avoid too small reads to bufferMoreData() by yujieqin · 9 years ago
  34. b21c752 Look beyond SSE2 for Paeth by mtklein · 9 years ago
  35. 13a9123 A variety of SkPngCodec clean-ups by msarett · 9 years ago
  36. e645965 Use proper row step in SkRawCodec by scroggo · 9 years ago
  37. 62358e7 SkPngFilters: guard with libpng >= 1.5.7 by mtklein · 9 years ago
  38. 1c971fa SkPngFilters: use normal pointer types. by mtklein · 9 years ago
  39. 372d65c sketch hooking into PNG_FILTER_OPTIMIZATIONS by mtklein · 9 years ago
  40. fda27a9 Fix Windows build by yujieqin · 9 years ago
  41. 076d83d Enable RAW codec for Windows by yujieqin · 9 years ago
  42. b84b5b4 It derives the dng_host and overrides PerformAreaTask() to split the task into several sub-tasks which get added to SkTaskGroup. by ebrauer · 9 years ago
  43. 24716be Fix complier issue [-Werror, -Wvla] by yujieqin · 9 years ago
  44. 916de9f Add RAW decoding into Skia. by yujieqin · 9 years ago
  45. c85a9fd Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ ) by msarett · 9 years ago
  46. 6bd8639 Add RAW decoding into Skia. by yujieqin · 9 years ago
  47. b714fb0 Add getYUV8Planes() API to SkCodec by msarett · 9 years ago
  48. f1b8b6a Use NEON optimizations for RGB -> RGB(FF) or BGR(FF) in SkSwizzler by msarett · 9 years ago
  49. 8bf7b79 Refactor swizzle names and types. by mtklein · 9 years ago
  50. 19032f7 Use fActualProc to choose fFastProc or fSlowProc in SkSwizzler by msarett · 9 years ago
  51. be1d555 Rename SkCodec_libpng to SkPngCodec by msarett · 9 years ago
  52. bda8609 Clean up unused or overly complex modes in SkSwizzler by msarett · 9 years ago
  53. 03108de Add NEON swap opts and use opts in SkSwizzler by msarett · 9 years ago
  54. edd2dcf Create an SkCodecImageGenerator by msarett · 9 years ago
  55. f44631b Remove size check from SkCodec by msarett · 9 years ago
  56. a51e778 Use SkOpts routines in SkSwizzler by msarett · 9 years ago
  57. 8604ca2 SkSwizzler: Factor skipping zeros out into a helper function. by mtklein · 9 years ago
  58. a4970dc Delete reallyHasAlpha() from SkCodec by msarett · 9 years ago
  59. 3d00db3 Might as well inline these premultiplies. by mtklein · 9 years ago
  60. 1a46467 Rename SkGifCodec, SkIcoCodec, SkWbmpCodec by msarett · 9 years ago
  61. 133eaaa Store ninepatch chunks in the png header in CodexTest by msarett · 9 years ago
  62. 3ab9f2e Fix some SkCodecPrintfs by scroggo · 9 years ago
  63. 457f54d Change computeOutputColorType() to mimic old behavior by msarett · 9 years ago
  64. 9a0e346 Make BitmapRegionDecoder succeed on invalid requests by msarett · 9 years ago
  65. 90c4d5f Add reallyHasAlpha() to SkAndroidCodec by msarett · 9 years ago
  66. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  67. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  68. 886e5e4 Fix overflow caught by ASAN. by benjaminwagner · 9 years ago
  69. be8216a Make SkAndroidCodec support ico by msarett · 9 years ago
  70. 97ff7f5 Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://codereview.chromium.org/1472933002/ ) by scroggo · 9 years ago
  71. 1603e93 Make SkAndroidCodec support ico by msarett · 9 years ago
  72. cb0d5c9 Add currScanline() getter to SkCodec API by msarett · 9 years ago
  73. 7d5105c Allow SkAndroidCodec to use SkPngChunkReader by msarett · 9 years ago
  74. b9a1e34 Support wbmp that are supported by SkImageDecoder by scroggo · 9 years ago
  75. cf98fa9 Add SkPngChunkReader. by scroggo · 9 years ago
  76. 93c69ff Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview.chromium.org/1040453002/ ) by scroggo · 9 years ago
  77. 3389e00 Add SkPngChunkReader. by scroggo · 9 years ago
  78. 72261c0 Implement SkGifCodec::onSkipScanlines() by msarett · 9 years ago
  79. a376629 Fix BMP RLE bug: attempt 2 by msarett · 9 years ago
  80. bc890c8 Fix BMP RLE bug by msarett · 9 years ago
  81. 5af4e0b Make SkAndroidCodec support gif by msarett · 9 years ago
  82. 887e18e Make SkAndroidCodec support bmp by msarett · 9 years ago
  83. 33c7623 Make SkAndroidCodec support wbmp by msarett · 9 years ago
  84. 6dfe9ac Reduce messages from libjpeg-turbo by msarett · 9 years ago
  85. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  86. 1aaaba5 Fix the build on Android devices by Matt Sarett · 9 years ago
  87. b747b90 Remove dependencies on Android's forked decoder libraries by msarett · 9 years ago
  88. 691ad76 Fix bug in sampled decodes by msarett · 9 years ago
  89. e95a068 Make AndroidOptions const by scroggo · 9 years ago
  90. 501b734 Combine native sampling with sampling by scroggo · 9 years ago
  91. a3f792d Rename SkScaledCodec.cpp to SkSampledCodec.cpp by scroggo · 9 years ago
  92. aada3e8 Remove SkJpegCodec.cpp from Google3 BUILD due to differing libjpeg_turbo versions. by benjaminwagner · 9 years ago
  93. ef27d89 Use SkSwizzler to convert from CMYK by scroggo · 9 years ago
  94. b7f1251 Revert of Use SkSwizzler to convert from CMYK (patchset #4 id:60001 of https://codereview.chromium.org/1411083009/ ) by scroggo · 9 years ago
  95. 450ee8f Use SkSwizzler to convert from CMYK by scroggo · 9 years ago
  96. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
  97. 80803ff Fix SkSwizzler bug by msarett · 9 years ago
  98. e975928 Fix -Winconsistent-missing-override in SkCodec_libgif.h by mtklein · 9 years ago
  99. 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
  100. f724b99 Reenable warnings in src/codec by msarett · 9 years ago