1. 466c7d6 header cleanup by Hal Canary · 8 years ago
  2. c2d2076 clean up low-hanging swap_rb by Mike Klein · 8 years ago
  3. 8db74f1 Revert "Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorType"" by Matt Sarett · 8 years ago
  4. 1f6af6b Consolidate decoding frames into SkCodec by Leon Scroggins III · 8 years ago
  5. ee7c820 Remove debug checks for unsupported ICC profiles by Matt Sarett · 8 years ago
  6. 81c83a7 Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorType" by Matt Sarett · 8 years ago
  7. b6f4767 Do not return Index8 from SkAndroidCodec::computeOutputColorType by Matt Sarett · 8 years ago
  8. 33deb7e Make SkCodec more flexible about its required frame by Leon Scroggins III · 8 years ago
  9. 912e6b8 Reland "Handle different types of streams in different jpeg source managers" by Matt Sarett · 8 years ago
  10. 91f0f73 Fix alpha issues in SkGifCodec by Leon Scroggins III · 8 years ago
  11. 15f4d02 Revert "Handle different types of streams in different jpeg source managers" by Matt Sarett · 8 years ago
  12. c6e6a5f Simplify SkCodecs' call to SkColorSpaceXform::apply by Leon Scroggins III · 8 years ago
  13. 12a4dc9 Defend against ICOs with large BMPs embedded by Leon Scroggins III · 8 years ago
  14. d81fed9 Replace BMP calls to new with calls to malloc by Leon Scroggins III · 8 years ago
  15. 96cc361 Handle different types of streams in different jpeg source managers by cjbao · 8 years ago
  16. ec4400b Avoid new for small arrays in SkBmpCodec by Leon Scroggins III · 8 years ago
  17. 761d27c update SkRasterPipeline::run() to also take y by Mike Klein · 8 years ago
  18. b24704d SkRasterPipeline in SkArenaAlloc by Mike Klein · 8 years ago
  19. ee92f13 Fix alpha in webp bug introduced with animation by Leon Scroggins III · 8 years ago
  20. 557fbbe Add animation support to SkWebpCodec by Leon Scroggins III · 8 years ago
  21. ebb1b5c Add new SkImageGenerator::getPixels() API, deprecate the old by Matt Sarett · 8 years ago
  22. 2feb796 Finish removing GrContext param from onRefEncodedData by Brian Osman · 8 years ago
  23. d59948a SkPngCodec: Do not return kInvalidConversion on corrupt png by Matt Sarett · 8 years ago
  24. 4785897 Remove compressed texture support from cacherator by Brian Osman · 8 years ago
  25. 600effb Improve the Codec_end test and add fixes by Leon Scroggins III · 8 years ago
  26. b644650 Fix decoding incomplete PNG images by Leon Scroggins III · 8 years ago
  27. 8323965 Reland "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins III · 8 years ago
  28. 434b6e8 Revert "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins · 8 years ago
  29. 2c65d51 Make SkPngCodec only read as much of the stream as necessary by Leon Scroggins III · 8 years ago
  30. 66f2332 Fix spacing style by Chris Blume · 8 years ago
  31. 249b8e3 Switch SkCodec to int for counts and indices by Leon Scroggins III · 8 years ago
  32. e132e7b Add SkCodec methods for individual frames by Leon Scroggins III · 8 years ago
  33. fafe135 SkSize can be aggregate-initialized by Hal Canary · 8 years ago
  34. a4db9be Correct GIF frame dependencies and track alpha by Leon Scroggins III · 8 years ago
  35. 68feef4 Allow BF and BRD clients to request an output color space by Matt Sarett · 8 years ago
  36. 3a1ad6f Try disabling MSAN workarounds in SkJpegCodec by Mike Klein · 8 years ago
  37. 19aff5d 565 codec color xform support: fix colortable / incomplete image behavior by Matt Sarett · 8 years ago
  38. d531ca0 Use SkTransferFunctionBehavior in SkImageGenerator by Matt Sarett · 8 years ago
  39. 58c7b92 Fix msan errors in webp decoder by Matt Sarett · 8 years ago
  40. 3725f0a Add codec and color xform support for 565 by Matt Sarett · 8 years ago
  41. f388093 Delete SkColorSpace::ColorSpaceFlags by Matt Sarett · 8 years ago
  42. cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 8 years ago
  43. 5df93de Revert "Revert "Add support for writing icc profiles to the jpeg encoder"" by Matt Sarett · 8 years ago
  44. dda14b9 Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 8 years ago
  45. 4ef0148 Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 8 years ago
  46. d68c41d Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 8 years ago
  47. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
  48. e3b95ce Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 8 years ago
  49. 4d1955c Fix SkFILEStream. by Ben Wagner · 8 years ago
  50. 9341c98 SkAndroidCodec: Leave pixels in encoded colorspace when tf is numerical by Matt Sarett · 8 years ago
  51. 7f15b68 Fix bug handling CMYK images without color profiles by Matt Sarett · 8 years ago
  52. 0354c62 Set a limit on the size for BMP images by Leon Scroggins III · 8 years ago
  53. c5eabe7 Read color space info from raw exif data by Matt Sarett · 8 years ago
  54. e522f4c Enable legacy premuls in SkColorSpaceXform by Matt Sarett · 8 years ago
  55. 5444446 Use non-linear color spaces for Android decode outputs by Matt Sarett · 8 years ago
  56. 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
  57. 26e573c removed unused code around scaled generators by Mike Reed · 8 years ago
  58. 2ae3a2e Suggest P3 for wide gamut images in SkAndroidCodec by Matt Sarett · 8 years ago
  59. 03a7f5f Make header files idempotent; script to check by Hal Canary · 8 years ago
  60. 5c49617 Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 8 years ago
  61. 77a7a1b SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  62. 1f2fff2 Revert "SkColorSpace: remove named API, add gamut API" by Matt Sarett · 8 years ago
  63. ecaaf6f SkColorSpace: remove named API, add gamut API by Matt Sarett · 8 years ago
  64. 2bb94e8 Revert "Reland "Respect canvas size and frame offset in webp decoder"" by Matt Sarett · 8 years ago
  65. 604971e Reland "Respect canvas size and frame offset in webp decoder" by Matt Sarett · 8 years ago
  66. b3050b9 Revert "Respect canvas size and frame offset in webp decoder" by Robert Phillips · 8 years ago
  67. 0f33970 Respect canvas size and frame offset in webp decoder by Matt Sarett · 8 years ago
  68. 09a1c08 Prepare to test all image decode modes to F16 by Matt Sarett · 8 years ago
  69. e4ba105 GIF: Only report a frame after knowing dependency by Leon Scroggins III · 8 years ago
  70. 4288657 Set fOptions in SkCodec::getPixels by Leon Scroggins III · 8 years ago
  71. c8c901f Use appropriate options in SkJpegCodec readRows() by Matt Sarett · 8 years ago
  72. 34c69d6 Reland "Respect full precision for RGB16 PNGs" (part 3) by Matt Sarett · 8 years ago
  73. b3b2453 Use fixed size buffer for RLE bmps by Leon Scroggins III · 8 years ago
  74. dfff166 Revert "Respect full precision for RGB16 PNGs" by Matt Sarett · 8 years ago
  75. 7a090c4 Respect full precision for RGB16 PNGs by Matt Sarett · 8 years ago
  76. 523116d Unify ICC support for gray jpegs and gray pngs by Matt Sarett · 8 years ago
  77. 379938e Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  78. 25b6083 Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs" by Matt Sarett · 8 years ago
  79. bb2339d Use RasterPipeline to support full precision on 16-bit RGBA pngs by Matt Sarett · 8 years ago
  80. 5dfb4e4 Use shared toSRGBD50 matrix in SkPngCodec by Matt Sarett · 8 years ago
  81. 909d379 Improve color space support in SkImage::readPixels() by Matt Sarett · 8 years ago
  82. 9be9a42 Do not support index8 for generateScaledPixels by Leon Scroggins III · 8 years ago
  83. 20a7ecc Implement scaling in SkCodecImageGenerator by Leon Scroggins III · 8 years ago
  84. 932efed GIF: Avoid copying/storing data when possible by Leon Scroggins III · 8 years ago
  85. 4cd6865 Only attempt index8 if underlying GIF is index8 by Leon Scroggins III · 8 years ago
  86. 0b24cbd Stop supporting kUnknown_BmpHeaderType by Leon Scroggins III · 8 years ago
  87. 3639faa Add SkCodec::FrameInfo::fFullyReceived by Leon Scroggins III · 8 years ago
  88. 7a1cc67 SkPngCodec: Add support for 16-bit pngs (step 1) by Matt Sarett · 8 years ago
  89. 8dcc84f Prefer F16 in SkAndroidCodec for high precision images by Matt Sarett · 8 years ago
  90. 9bf39c2 Fix double CMYK->RGBA conversion on swizzled jpeg decodes by Matt Sarett · 8 years ago
  91. 49f5da7 Fix out of bounds memory write in SkGifCodec by Leon Scroggins III · 8 years ago
  92. 56e3209 SkGifCodec: intersect frameRect with image size by Leon Scroggins III · 8 years ago
  93. 966bb34 Decode to sRGB on Android by Matt Sarett · 8 years ago
  94. 3fc97d7 Fix SkGifCodec bugs around truncated data by Leon Scroggins III · 8 years ago
  95. d737bee Updated the get_images_from_skps tool to check for ICC profile support by raftias · 8 years ago
  96. 4993b95 Do not create SkGifCodec if true size is not known by Leon Scroggins III · 8 years ago
  97. df8599a remove SK_SUPPORT_LEGACY_REFENCODEDDATA_NOCTX flag by Mike Reed · 8 years ago
  98. 91db12d Color-correct Gray JPEG image decoding via ICC profiles. by raftias · 8 years ago
  99. d87fbee Do not create an SkRawCodec with zero dimensions by Leon Scroggins III · 8 years ago
  100. 5476128 Added CMYK support for ICC profiles. by raftias · 8 years ago