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