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