1. 4993b95 Do not create SkGifCodec if true size is not known by Leon Scroggins III · 8 years ago
  2. 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 8 years ago
  3. 61eedeb Add F16, SkColorSpaceXform support to SkGifCodec by Matt Sarett · 8 years ago
  4. e71b1a1 Report repetition count in SkCodec by scroggo · 8 years ago
  5. fc49b40 Use correct color table for prior GIF frames by Leon Scroggins III · 8 years ago
  6. 7f650bd Tag images as sRGB by default in SkCodec by Matt Sarett · 8 years ago
  7. a049ac4 Revert "Always use a color table with 256 colors" by Leon Scroggins III · 8 years ago
  8. 53f63b6 Fix decoding GIF to 565 by scroggo · 8 years ago
  9. 1285f41 Write transparent pixels more often (SkGifCodec) by scroggo · 8 years ago
  10. 8a4e9c5 SkGifCodec: do not write off the end of memory when repeatCount > 1 by Matt Sarett · 8 years ago
  11. 8bce117 GIF: Fill the frame if we have a dummy color table by scroggo · 8 years ago
  12. c85b970 SK_FIX_BUILD by scroggo · 8 years ago
  13. 0057ac1 Always use a color table with 256 colors by scroggo · 8 years ago
  14. f9acbe2 Fix more namespace conflicts in SkGifImageReader by scroggo · 8 years ago
  15. 3d3a65c Rename GIFImageReader to SkGifImageReader by scroggo · 8 years ago
  16. 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
  17. f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 by msarett · 8 years ago
  18. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  19. 85c922a Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (patchset #2 id:100001 of https://codereview.chromium.org/2319293003/ ) by msarett · 8 years ago
  20. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  21. 53180c9 Use Options object passed to startScanlineDecode by scroggo · 8 years ago
  22. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  23. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  24. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  25. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  26. 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  27. a4b09a1 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  28. 34e0ec4 Support the non-native (RGBA/BGRA) swizzle by msarett · 8 years ago
  29. a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 8 years ago
  30. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  31. 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
  32. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 8 years ago
  33. 18300a3 detach -> release by mtklein · 8 years ago
  34. 7f7ec20 Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec by msarett · 8 years ago
  35. 39b2d5a Individually enable and disable SkCodecs by msarett · 8 years ago
  36. 4691d99 Add SkCodec to the CMake build by msarett · 8 years ago
  37. b30d698 Fix colorType/alphaType checks in SkCodec by msarett · 8 years ago
  38. deabdb5 Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of https://codereview.chromium.org/1695473002/ ) by msarett · 8 years ago
  39. c7578b6 Fix colorType/alphaType checks in SkCodec by msarett · 8 years ago
  40. c5560be Support decoding opaque to *premul by scroggo · 8 years ago
  41. 1a46467 Rename SkGifCodec, SkIcoCodec, SkWbmpCodec by msarett · 9 years ago[Renamed (99%) from src/codec/SkCodec_libgif.cpp]
  42. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  43. cb0d5c9 Add currScanline() getter to SkCodec API by msarett · 9 years ago
  44. 72261c0 Implement SkGifCodec::onSkipScanlines() by msarett · 9 years ago
  45. 5af4e0b Make SkAndroidCodec support gif by msarett · 9 years ago
  46. f724b99 Reenable warnings in src/codec by msarett · 9 years ago
  47. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  48. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  49. 4aa02d8 Fix SkGifCodec to handle gifs where frameSize != imageSize by msarett · 9 years ago
  50. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  51. 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
  52. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  53. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  54. 10522ff Scanline decoding for gifs by msarett · 9 years ago
  55. e3330cf Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://codereview.chromium.org/1305123002/ ) by jcgregorio · 9 years ago
  56. e9c10b9 Scanline decoding for gifs by msarett · 9 years ago
  57. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  58. d02b99f Interlaced gifs without the iterator by msarett · 9 years ago
  59. 0153dea Some codec code formatting cleanup. by bungeman · 9 years ago
  60. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  61. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  62. 0e6ff38 Update giflib to 5.1.1 (AOSP hash) by msarett · 9 years ago
  63. b30e9d3 Clean up ifdefs in SkGifCodec by msarett · 9 years ago
  64. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  65. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  66. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago
  67. b157917 SkScaledCodec class by emmaleer · 9 years ago
  68. c7993d7 Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  69. d518ea7 SkScaledCodec class by emmaleer · 9 years ago
  70. e5aaa07 Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ ) by emmaleer · 9 years ago
  71. 0944100 SkScaledCodec class by emmaleer · 9 years ago
  72. b427db1 Consolidate SkCodec functions for handling rewind by scroggo · 9 years ago
  73. 614aa07 Pass the destination pointer to next() in SkSwizzler by msarett · 9 years ago
  74. b636b45 Add the ability to decode a subset to SkCodec by scroggo · 9 years ago
  75. 9e43cab Requires a minor API change to pass the color table to getScanlineDecoder, as we do with getPixels(). by msarett · 9 years ago
  76. 3c309db Implementing filling for SkBmpCodec by msarett · 9 years ago
  77. 438b2ad ***Disables swizzles to 565. by msarett · 9 years ago
  78. 0a7e69c Get rid of leaks in SkCodec::NewFromStream. by scroggo · 9 years ago
  79. 8c8f22a Creating a new wrapper for gif decoder by msarett · 9 years ago