1. 2812f03 Fix rewinding bug in SkJpegCodec by msarett · 8 years ago
  2. db00a2a Revert of Fix rewinding bug in SkJpegCodec (patchset #1 id:1 of https://codereview.chromium.org/2161593003/ ) by msarett · 8 years ago
  3. 4ecb8ab Fix rewinding bug in SkJpegCodec by msarett · 8 years ago
  4. c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 8 years ago
  5. c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 8 years ago
  6. 53180c9 Use Options object passed to startScanlineDecode by scroggo · 8 years ago
  7. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  8. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  9. 9876ac5 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  10. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  11. 4a603fc Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ ) by msarett · 8 years ago
  12. 740cc88 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  13. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  14. 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  15. a9ef92a SkEncodedInfo: simplify by halcanary · 8 years ago
  16. a4b09a1 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  17. 23c5110 Add SkColorSpace to SkImageInfo by msarett · 8 years ago
  18. f34cd63 Assign sRGB color space to unmarked jpegs and pngs by msarett · 8 years ago
  19. ba58489 Finish supporting decoding opaque to non-opaque by scroggo · 8 years ago
  20. bb9f774 Prepare SkColorSpace to be a public API by msarett · 8 years ago
  21. ad3a5c6 Compile SkForceLinking on CMake by msarett · 8 years ago
  22. 3e375b0 Fix ICO bug exposed by the fuzzer by msarett · 8 years ago
  23. 02125d1 Create a single, unique pointer to sRGB color space by msarett · 8 years ago
  24. 50d3b57 return 4x4 matrix from SkColorSpace by reed · 8 years ago
  25. ffc2aea Introduce SkGammas type to represent ICC gamma curves by msarett · 8 years ago
  26. a2ffa98 Revert of Introduce SkGammas type to represent ICC gamma curves (patchset #7 id:40002 of https://codereview.chromium.org/1928123002/ ) by msarett · 8 years ago
  27. 7b2c6dd Introduce SkGammas type to represent ICC gamma curves by msarett · 8 years ago
  28. 68758ae Remove SkEncodedInfo kPreSwizzled_Color from public API by msarett · 8 years ago
  29. ac6c750 Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API by msarett · 8 years ago
  30. 34e0ec4 Support the non-native (RGBA/BGRA) swizzle by msarett · 8 years ago
  31. a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 8 years ago
  32. 0370712 Remove obsolete image codec colorspace hacks. by brianosman · 8 years ago
  33. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  34. 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
  35. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  36. 4d1061c Add ability to default incoming image data as sRGB by default. by herb · 8 years ago
  37. 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
  38. 6e077e1 Mark webps as sRGB by msarett · 8 years ago
  39. 128245c Correct png inverse gAMA when parsing color space by msarett · 8 years ago
  40. c1d0312 Rename encoders to Sk*ImageEncoder by msarett · 8 years ago
  41. 3ec5db4 Workaround to set the sRGB flag on SkImageGenerator by msarett · 8 years ago
  42. 1088db9 Refactor SkBmpCodec by msarett · 8 years ago
  43. 0e6274f Parse icc profiles and exif orientation from jpeg markers by msarett · 8 years ago
  44. 852f15d free -> reset by mtklein · 8 years ago
  45. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 8 years ago
  46. 0e3738d free -> reset by mtklein · 8 years ago
  47. 18300a3 detach -> release by mtklein · 8 years ago
  48. 7a307df Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG format by yujieqin · 8 years ago
  49. 4984c3c Update Skia's YUV API by msarett · 8 years ago
  50. d6215cf Add a quick check to the TIFF header of DNG image by yujieqin · 8 years ago
  51. c04df21 Limit the maximum buffer size of SkRawBufferedStream by yujieqin · 8 years ago
  52. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 8 years ago
  53. 095d31c Update Skia's YUV API by msarett · 8 years ago
  54. ad8bcfe Use a smart pointer for SkColorSpace factories by msarett · 8 years ago
  55. e244322 Check libpng version before reading color space by msarett · 8 years ago
  56. 6a73821 Set SkColorSpace object for PNGs and parse ICC profiles by msarett · 8 years ago
  57. 7c87cf4 Fix YUV horizontal and vertical sampling checks by msarett · 8 years ago
  58. d0e0885 Verify the full size returned by PIEX by yujieqin · 8 years ago
  59. 7f7ec20 Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec by msarett · 8 years ago
  60. f236ee4 Enable RAW codec for Windows by yujieqin · 8 years ago
  61. cb3d4fc Revert of Enable RAW codec for Windows (patchset #8 id:140001 of https://codereview.chromium.org/1738913002/ ) by mtklein · 8 years ago
  62. 474e4c3 Enable RAW codec for Windows by yujieqin · 8 years ago
  63. 9ca27f3 Remove unnecessary GOOGLE3 ifdefs from SkRawCodec by msarett · 8 years ago
  64. 5d2cd6e Move SkUtils.h to src/core. by bungeman · 8 years ago
  65. 2d172eb Use new API instead of the deprecated ones. by yujieqin · 8 years ago
  66. 91c22b2 Use new jpeg_crop_scanlines() API to optimize jpeg subset decodes by msarett · 8 years ago
  67. 740668d Update libpng to 1.6.22beta by msarett · 8 years ago
  68. 2a98bac Return the proper error code in SkBmpRLECodec by msarett · 8 years ago
  69. d9ec320 Do not create BmpMaskCodecs with invalid bits per pixel by msarett · 8 years ago
  70. 39b2d5a Individually enable and disable SkCodecs by msarett · 8 years ago
  71. 46d2aa8 Updates Piex and uses it to obtain the DNG dimensions. by ebrauer · 8 years ago
  72. 4691d99 Add SkCodec to the CMake build by msarett · 8 years ago
  73. c29cd72 Make png filter functions compatible with libpng by msarett · 8 years ago
  74. b30d698 Fix colorType/alphaType checks in SkCodec by msarett · 8 years ago
  75. deabdb5 Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of https://codereview.chromium.org/1695473002/ ) by msarett · 8 years ago
  76. c7578b6 Fix colorType/alphaType checks in SkCodec by msarett · 8 years ago
  77. 70e418b Make SkJpegCodec compatible with libjpeg by msarett · 8 years ago
  78. 9b9497e Implement onSkipScanlines() for bmp and wbmp by msarett · 8 years ago
  79. f4004f9 Support more color types for ICOs by msarett · 8 years ago
  80. 17315c2 Avoid initializing memory twice on incomplete RLE bmps by msarett · 8 years ago
  81. ef02b24 Clarify bmp comment about when we support the alpha mask by msarett · 8 years ago
  82. 4946b94 Fix scanline decoding of rare RLE bmps by msarett · 8 years ago
  83. d5951b1 More efficient Jpeg skipScanlines for older versions of libjpeg-turbo by msarett · 9 years ago
  84. 02b407b Fix bug processing bmp bit masks by msarett · 9 years ago
  85. 9972c42 Clean up comments in SkSwizzler by msarett · 9 years ago
  86. c5c322d Optimize CMYK->RGBA (BGRA) transform for jpeg decodes by msarett · 9 years ago
  87. e721a8e flags and hacks to get MSAN bot going by mtklein · 9 years ago
  88. 23e78d3 Use size_t for get_row_bytes() in SkJpegCodec by msarett · 9 years ago
  89. 60dcd3c SkPngCodec clean-ups by msarett · 9 years ago
  90. 9c7a8a4 Optimize the SkRawStream when the input is an asset stream by yujieqin · 9 years ago
  91. a87d6de Set sRGB flag for PNGs with an sRGB chunk by msarett · 9 years ago
  92. ebf4408 Fix bugs in SkBmpCodec by msarett · 9 years ago
  93. 1e06079 NEON optimizations for GrayAlpha -> RGBA/BGRA Premul/Unpremul by msarett · 9 years ago
  94. 93e613d Handle gray alpha conversions in SkSwizzler by msarett · 9 years ago
  95. c5560be Support decoding opaque to *premul by scroggo · 9 years ago
  96. 2eff71c NEON optimizations for gray -> RGBA (or BGRA) conversions by msarett · 9 years ago
  97. 22000d1 Avoid too small reads to bufferMoreData() by yujieqin · 9 years ago
  98. 2ac722f Revert of Avoid too small reads to bufferMoreData() (patchset #4 id:60001 of https://codereview.chromium.org/1644893003/ ) by jcgregorio · 9 years ago
  99. fd918e8 Avoid too small reads to bufferMoreData() by yujieqin · 9 years ago
  100. b21c752 Look beyond SSE2 for Paeth by mtklein · 9 years ago