1. 2477594 Rename CodexTest.cpp to CodecTest.cpp by scroggo · 8 years ago[Renamed from tests/CodexTest.cpp]
  2. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  3. 18300a3 detach -> release by mtklein · 8 years ago
  4. fde0511 Make sp variants for SkData by reed · 8 years ago
  5. 7f7ec20 Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec by msarett · 8 years ago
  6. f236ee4 Enable RAW codec for Windows by yujieqin · 8 years ago
  7. ef0fed3 Remove position from FrontBufferedStream by scroggo · 8 years ago
  8. 46d2aa8 Updates Piex and uses it to obtain the DNG dimensions. by ebrauer · 8 years ago
  9. bed1ed6 Test SkAndroidCodec for more types by scroggo · 8 years ago
  10. 4946b94 Fix scanline decoding of rare RLE bmps by msarett · 8 years ago
  11. 9c7a8a4 Optimize the SkRawStream when the input is an asset stream by yujieqin · 8 years ago
  12. 7b5e553 Add SkAndroidCodec::getPixels by scroggo · 8 years ago
  13. c5560be Support decoding opaque to *premul by scroggo · 8 years ago
  14. 8e49ca3 Disable RAW test when SkRawCodec is not compiled by msarett · 9 years ago
  15. 02cb4d4 Disable RAW test on Chrome OS, Windows by msarett · 9 years ago
  16. 916de9f Add RAW decoding into Skia. by yujieqin · 9 years ago
  17. c85a9fd Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ ) by msarett · 9 years ago
  18. 6bd8639 Add RAW decoding into Skia. by yujieqin · 9 years ago
  19. edd2dcf Create an SkCodecImageGenerator by msarett · 9 years ago
  20. 8afddab Revert of Create an SkCodecImageGenerator (patchset #10 id:260001 of https://codereview.chromium.org/1487683004/ ) by msarett · 9 years ago
  21. e1102ce Create an SkCodecImageGenerator by msarett · 9 years ago
  22. 133eaaa Store ninepatch chunks in the png header in CodexTest by msarett · 9 years ago
  23. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  24. be8216a Make SkAndroidCodec support ico by msarett · 9 years ago
  25. 97ff7f5 Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://codereview.chromium.org/1472933002/ ) by scroggo · 9 years ago
  26. 1603e93 Make SkAndroidCodec support ico by msarett · 9 years ago
  27. b9a1e34 Support wbmp that are supported by SkImageDecoder by scroggo · 9 years ago
  28. cf98fa9 Add SkPngChunkReader. by scroggo · 9 years ago
  29. 93c69ff Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview.chromium.org/1040453002/ ) by scroggo · 9 years ago
  30. 3389e00 Add SkPngChunkReader. by scroggo · 9 years ago
  31. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  32. 501b734 Combine native sampling with sampling by scroggo · 9 years ago
  33. 27c1728 Update CodexTest for 565 by scroggo · 9 years ago
  34. ef27d89 Use SkSwizzler to convert from CMYK by scroggo · 9 years ago
  35. b7f1251 Revert of Use SkSwizzler to convert from CMYK (patchset #4 id:60001 of https://codereview.chromium.org/1411083009/ ) by scroggo · 9 years ago
  36. 450ee8f Use SkSwizzler to convert from CMYK by scroggo · 9 years ago
  37. 3d9d7a7 Create an SkAndroidCodec API separate from SkCodec by msarett · 9 years ago
  38. 80803ff Fix SkSwizzler bug by msarett · 9 years ago
  39. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  40. 2c3b218 Focus SkScaledCodec on BitmapRegionDecoder by scroggo · 9 years ago
  41. cc7f305 SkScaledCodec should implement onRewind() by msarett · 9 years ago
  42. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  43. 8ff6ca6 Disable dithering in libjpeg-turbo for 565 decodes by msarett · 9 years ago
  44. 10522ff Scanline decoding for gifs by msarett · 9 years ago
  45. e3330cf Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://codereview.chromium.org/1305123002/ ) by jcgregorio · 9 years ago
  46. e9c10b9 Scanline decoding for gifs by msarett · 9 years ago
  47. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  48. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  49. b32758a Test scaling for small images by msarett · 9 years ago
  50. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  51. d1bc574 Update CodexTest to test valid_alpha. by scroggo · 9 years ago
  52. d0375bc Fix bmp RLE "bug" by msarett · 9 years ago
  53. 99f567e Scanline decoding for wbmp by msarett · 9 years ago
  54. 1c005e4 Create a scanline decoder without creating a codec by scroggo · 9 years ago
  55. b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
  56. 9b2cdbf4 Allow creating multiple scanline decoders. by scroggo · 9 years ago
  57. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  58. c0e80c1 In the case of subset decodes, we will often not decode to by msarett · 9 years ago
  59. 6f5e619 Add SkWebpCodec, for decoding .webp images. by scroggo · 9 years ago
  60. 97fdea6 Implementing a scanline decoder for jpeg by msarett · 9 years ago
  61. 4b17fa3 Ensure that we create a NULL codec for images with zero dimensions by msarett · 9 years ago
  62. e16b04a SkJpegCodec by msarett · 9 years ago
  63. 438b2ad ***Disables swizzles to 565. by msarett · 9 years ago
  64. 0a7e69c Get rid of leaks in SkCodec::NewFromStream. by scroggo · 9 years ago
  65. 68b204e Ico test with embedded png by msarett · 9 years ago
  66. 5842154 SkCodec::onGetScanlineDecoder must call rewind. by scroggo · 9 years ago
  67. 65a8e12 Acknowledge that SkIcoCodec can rewind and test it. by scroggo · 9 years ago
  68. 3eada2a Make SkPngCodec support rewinding properly. by scroggo · 9 years ago
  69. 79e378d Handle rewinds in SkBmpCodec. by scroggo · 9 years ago
  70. a096d7a SkCodec: add wbmp class by halcanary · 9 years ago