1. a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 8 years ago
  2. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  3. 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
  4. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  5. 18300a3 detach -> release by mtklein · 8 years ago
  6. 7f7ec20 Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec by msarett · 8 years ago
  7. 39b2d5a Individually enable and disable SkCodecs by msarett · 8 years ago
  8. 4691d99 Add SkCodec to the CMake build by msarett · 8 years ago
  9. b30d698 Fix colorType/alphaType checks in SkCodec by msarett · 8 years ago
  10. deabdb5 Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of https://codereview.chromium.org/1695473002/ ) by msarett · 8 years ago
  11. c7578b6 Fix colorType/alphaType checks in SkCodec by msarett · 8 years ago
  12. c5560be Support decoding opaque to *premul by scroggo · 8 years ago
  13. 1a46467 Rename SkGifCodec, SkIcoCodec, SkWbmpCodec by msarett · 9 years ago[Renamed (99%) from src/codec/SkCodec_libgif.cpp]
  14. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  15. cb0d5c9 Add currScanline() getter to SkCodec API by msarett · 9 years ago
  16. 72261c0 Implement SkGifCodec::onSkipScanlines() by msarett · 9 years ago
  17. 5af4e0b Make SkAndroidCodec support gif by msarett · 9 years ago
  18. f724b99 Reenable warnings in src/codec by msarett · 9 years ago
  19. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  20. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  21. 4aa02d8 Fix SkGifCodec to handle gifs where frameSize != imageSize by msarett · 9 years ago
  22. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  23. 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
  24. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  25. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  26. 10522ff Scanline decoding for gifs by msarett · 9 years ago
  27. e3330cf Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://codereview.chromium.org/1305123002/ ) by jcgregorio · 9 years ago
  28. e9c10b9 Scanline decoding for gifs by msarett · 9 years ago
  29. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  30. d02b99f Interlaced gifs without the iterator by msarett · 9 years ago
  31. 0153dea Some codec code formatting cleanup. by bungeman · 9 years ago
  32. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  33. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  34. 0e6ff38 Update giflib to 5.1.1 (AOSP hash) by msarett · 9 years ago
  35. b30e9d3 Clean up ifdefs in SkGifCodec by msarett · 9 years ago
  36. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  37. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  38. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago
  39. b157917 SkScaledCodec class by emmaleer · 9 years ago
  40. c7993d7 Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  41. d518ea7 SkScaledCodec class by emmaleer · 9 years ago
  42. e5aaa07 Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  43. 0944100 SkScaledCodec class by emmaleer · 9 years ago
  44. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  45. 614aa07 Pass the destination pointer to next() in SkSwizzler by msarett · 9 years ago
  46. b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
  47. 9e43cab Requires a minor API change to pass the color table to getScanlineDecoder, as we do with getPixels(). by msarett · 9 years ago
  48. 3c309db Implementing filling for SkBmpCodec by msarett · 9 years ago
  49. 438b2ad ***Disables swizzles to 565. by msarett · 9 years ago
  50. 0a7e69c Get rid of leaks in SkCodec::NewFromStream. by scroggo · 9 years ago
  51. 8c8f22a Creating a new wrapper for gif decoder by msarett · 9 years ago