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