1. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  2. 1f1aa2d Stop using SkRasterPipeline inside GIF by Leon Scroggins III · 7 years ago
  3. de7f91b Remove SK_LEGACY_FRAME_INFO_ALPHA_TYPE by Leon Scroggins III · 7 years ago
  4. 223ec29 Make haveDecodedRow return void by Leon Scroggins III · 7 years ago
  5. ae79f32 Call initializeColorXform inside SkCodec by Leon Scroggins III · 7 years ago
  6. 0741818 Move calls to conversion_possible to SkCodec by Leon Scroggins III · 7 years ago
  7. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  8. 45c16fa convert over to 2d-mode by Mike Klein · 7 years ago
  9. 9a0e390 sk_sp: act as if operator bool() not implicit. by Hal Canary · 7 years ago
  10. e726e7c Report first GIF frame after knowing its meta data by Leon Scroggins III · 7 years ago
  11. e43fdb3 Use SkRasterPipeline to blend GIF frames and use proper offset by Leon Scroggins III · 7 years ago
  12. 588fb04 Report error on failure to create SkCodec by Leon Scroggins III · 7 years ago
  13. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  14. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  15. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  16. 674a184 Add SkCodec::Result indicating error in the data by Leon Scroggins III · 7 years ago
  17. 1f6af6b Consolidate decoding frames into SkCodec by Leon Scroggins III · 7 years ago
  18. 33deb7e Make SkCodec more flexible about its required frame by Leon Scroggins III · 7 years ago
  19. 91f0f73 Fix alpha issues in SkGifCodec by Leon Scroggins III · 7 years ago
  20. c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 7 years ago
  21. 557fbbe Add animation support to SkWebpCodec by Leon Scroggins III · 7 years ago
  22. 249b8e3 Switch SkCodec to int for counts and indices by Leon Scroggins III · 8 years ago
  23. e132e7b Add SkCodec methods for individual frames by Leon Scroggins III · 8 years ago
  24. a4db9be Correct GIF frame dependencies and track alpha by Leon Scroggins III · 8 years ago
  25. 19aff5d 565 codec color xform support: fix colortable / incomplete image behavior by Matt Sarett · 8 years ago
  26. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 8 years ago
  27. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  28. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  29. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  30. e4ba105 GIF: Only report a frame after knowing dependency by Leon Scroggins III · 8 years ago
  31. 3639faa Add SkCodec::FrameInfo::fFullyReceived by Leon Scroggins III · 8 years ago
  32. 49f5da7 Fix out of bounds memory write in SkGifCodec by Leon Scroggins III · 8 years ago
  33. 56e3209 SkGifCodec: intersect frameRect with image size by Leon Scroggins III · 8 years ago
  34. 3fc97d7 Fix SkGifCodec bugs around truncated data by Leon Scroggins III · 8 years ago
  35. 4993b95 Do not create SkGifCodec if true size is not known by Leon Scroggins III · 8 years ago
  36. 562e681 Refactor RGBA/BGRA xform logic in SkCodecs by Matt Sarett · 8 years ago
  37. 61eedeb Add F16, SkColorSpaceXform support to SkGifCodec by Matt Sarett · 8 years ago
  38. e71b1a1 Report repetition count in SkCodec by scroggo · 8 years ago
  39. fc49b40 Use correct color table for prior GIF frames by Leon Scroggins III · 8 years ago
  40. 7f650bd Tag images as sRGB by default in SkCodec by Matt Sarett · 8 years ago
  41. a049ac4 Revert "Always use a color table with 256 colors" by Leon Scroggins III · 8 years ago
  42. 53f63b6 Fix decoding GIF to 565 by scroggo · 8 years ago
  43. 1285f41 Write transparent pixels more often (SkGifCodec) by scroggo · 8 years ago
  44. 8a4e9c5 SkGifCodec: do not write off the end of memory when repeatCount > 1 by Matt Sarett · 8 years ago
  45. 8bce117 GIF: Fill the frame if we have a dummy color table by scroggo · 8 years ago
  46. c85b970 SK_FIX_BUILD by scroggo · 8 years ago
  47. 0057ac1 Always use a color table with 256 colors by scroggo · 8 years ago
  48. f9acbe2 Fix more namespace conflicts in SkGifImageReader by scroggo · 8 years ago
  49. 3d3a65c Rename GIFImageReader to SkGifImageReader by scroggo · 8 years ago
  50. 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
  51. f7eb6fc Implement Fill() for incomplete decodes to RGBA_F16 by msarett · 8 years ago
  52. 2ecc35f Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  53. 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
  54. 7a9900d Checking for valid colorType, alphaType, colorSpace in SkCodec by msarett · 8 years ago
  55. 53180c9 Use Options object passed to startScanlineDecode by scroggo · 8 years ago
  56. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  57. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  58. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  59. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  60. 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  61. a4b09a1 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  62. 34e0ec4 Support the non-native (RGBA/BGRA) swizzle by msarett · 9 years ago
  63. a45a668 Use SkEncodedInfo in place of SkSwizzler::SrcConfig by msarett · 9 years ago
  64. c30c418 Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
  65. 3c92024 Revert of Add SkEncodedInfo to report properties of encoded image data (patchset #6 id:200001 of https://codereview.chromium.org/1820073002/ ) by robertphillips · 9 years ago
  66. f682d9a Add SkEncodedInfo to report properties of encoded image data by msarett · 9 years ago
  67. 18300a3 detach -> release by mtklein · 9 years ago
  68. 7f7ec20 Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec by msarett · 9 years ago
  69. 39b2d5a Individually enable and disable SkCodecs by msarett · 9 years ago
  70. 4691d99 Add SkCodec to the CMake build by msarett · 9 years ago
  71. b30d698 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  72. deabdb5 Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of https://codereview.chromium.org/1695473002/ ) by msarett · 9 years ago
  73. c7578b6 Fix colorType/alphaType checks in SkCodec by msarett · 9 years ago
  74. c5560be Support decoding opaque to *premul by scroggo · 9 years ago
  75. 1a46467 Rename SkGifCodec, SkIcoCodec, SkWbmpCodec by msarett · 9 years ago[Renamed (99%) from src/codec/SkCodec_libgif.cpp]
  76. db30be2 Make SkCodec support peek() and read() by scroggo · 9 years ago
  77. cb0d5c9 Add currScanline() getter to SkCodec API by msarett · 9 years ago
  78. 72261c0 Implement SkGifCodec::onSkipScanlines() by msarett · 9 years ago
  79. 5af4e0b Make SkAndroidCodec support gif by msarett · 9 years ago
  80. f724b99 Reenable warnings in src/codec by msarett · 9 years ago
  81. fdb4757 Add subsetting to SkScanlineDecoder by msarett · 9 years ago
  82. e6dd004 Fill incomplete images in SkCodec parent class by msarett · 9 years ago
  83. 4aa02d8 Fix SkGifCodec to handle gifs where frameSize != imageSize by msarett · 9 years ago
  84. e7fc14b Move all knowledge of X sampling into SkScaledCodec by scroggo · 9 years ago
  85. 3a7701c Call rewindIfNeeded in SkCodec by scroggo · 9 years ago
  86. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  87. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  88. 10522ff Scanline decoding for gifs by msarett · 9 years ago
  89. e3330cf Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://codereview.chromium.org/1305123002/ ) by jcgregorio · 9 years ago
  90. e9c10b9 Scanline decoding for gifs by msarett · 9 years ago
  91. 5406d6f Scanline decoding for bmp by msarett · 9 years ago
  92. d02b99f Interlaced gifs without the iterator by msarett · 9 years ago
  93. 0153dea Some codec code formatting cleanup. by bungeman · 9 years ago
  94. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  95. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  96. 0e6ff38 Update giflib to 5.1.1 (AOSP hash) by msarett · 9 years ago
  97. b30e9d3 Clean up ifdefs in SkGifCodec by msarett · 9 years ago
  98. cc2feb1 Support more swizzles to 565 in SkCodec by scroggo · 9 years ago
  99. 8f4ba76 SkScaledCodec class by emmaleer · 9 years ago
  100. b0a32cc Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ ) by egdaniel · 9 years ago