1. e95941f Update SkJPEGImageEncoder by Matt Sarett · 8 years ago
  2. 1c2974b Delete SkAutoTime from jpeg encoder by Matt Sarett · 8 years ago
  3. 5521356 Add F16 and gamma correct support to webp encoder by Matt Sarett · 8 years ago
  4. 319ba3d Move shader register setup to SkRasterPipelineBlitter. by Mike Klein · 8 years ago
  5. 62bb280 Make SkWEBPImageEncoder use transform_scanline_procs by Matt Sarett · 8 years ago
  6. 1da27ef Add F16 support to SkPNGImageEncoder by Matt Sarett · 8 years ago
  7. 84014f0 Respect SkColorSpace in SkPNGImageEncoder by Matt Sarett · 8 years ago
  8. 32bf449 Use nullptr instead of png_NULL in SkPNGImageEncoder by Matt Sarett · 8 years ago
  9. 95ada6e Remove SkKTXImageEncoder by Leon Scroggins III · 8 years ago
  10. bde5d5d Revert "Do not build the ktx encoder for android framework" by Mike Klein · 8 years ago
  11. eeb7137 Do not build the ktx encoder for android framework by Leon Scroggins III · 8 years ago
  12. 681fa36 No SkEncodeImageAsKTX for ANDROID_FRAMEWORK by Hal Canary · 8 years ago
  13. 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
  14. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  15. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  16. 2cb6cb7 Fix bug: can't convert nullptr -> bool by Hal Canary · 8 years ago
  17. e8eed32 remove SkPixelRef::refEncodedData() by Hal Canary · 8 years ago
  18. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  19. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  20. 8981c35 Revert "Speculative fix for flaky webp encode/decode on Nexus 5" by Matt Sarett · 8 years ago
  21. 6fe16d3 Remove SkMovie and giflib by scroggo · 8 years ago
  22. 18a11a6 Speculative fix for flaky webp encode/decode on Nexus 5 by Matt Sarett · 8 years ago
  23. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  24. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  25. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  26. fed0334 Encode kIndex8 to PNG more efficiently by msarett · 8 years ago
  27. 029819b Disable png encodes from Alpha8, Float16 by msarett · 8 years ago
  28. f17b71f Support RGBA/BGRA Premul/Unpremul from SkPNGImageEncoder by msarett · 8 years ago
  29. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  30. 9b09cd8 Add Gray support to SkPNGImageEncoder by msarett · 8 years ago
  31. 36931c2 Add test for platform encoders, turn off platform encoders by default by msarett · 8 years ago
  32. 36c38cb Fix WIC encoder to support kJPEG_Type by msarett · 8 years ago
  33. 93963ba Revert of Fix WIC encoder to support kJPEG_Type (patchset #3 id:140001 of https://codereview.chromium.org/2245453002/ ) by msarett · 8 years ago
  34. b3a7ef1 Fix WIC encoder to support kJPEG_Type by msarett · 8 years ago
  35. 4e44efe SkRTConf: eliminate by halcanary · 8 years ago
  36. b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 8 years ago
  37. ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 8 years ago
  38. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  39. 091cb8d Delete SkARGBImageEncoder. by mtklein · 8 years ago
  40. ad3a5c6 Compile SkForceLinking on CMake by msarett · 8 years ago
  41. c7d01d3 Use libjpeg-turbo for YUV->RGB conversion in jpeg encoder by msarett · 8 years ago
  42. b8e0960 Make is_ktx safer by scroggo · 8 years ago
  43. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  44. 1514257 Delete SkPageFlipper by msarett · 8 years ago
  45. c1d0312 Rename encoders to Sk*ImageEncoder by msarett · 8 years ago
  46. e8597a4 Delete SkImageDecoder by msarett · 8 years ago
  47. 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  48. f037fde Delete SkImageDecoder by msarett · 8 years ago
  49. 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  50. 5b6e73e Delete SkImageDecoder by msarett · 8 years ago
  51. 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 8 years ago
  52. f799706 Delete SkImageDecoder by msarett · 8 years ago
  53. 852f15d free -> reset by mtklein · 9 years ago
  54. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 9 years ago
  55. 0e3738d free -> reset by mtklein · 9 years ago
  56. fde0511 Make sp variants for SkData by reed · 9 years ago
  57. 82709da Delete KTX tests to fix Android build by msarett · 9 years ago
  58. 8715d47 Make SkPicture/SkImageGenerator default to SkCodec by msarett · 9 years ago
  59. 829caa2 Delete SkDecodingImageGenerator by msarett · 9 years ago
  60. 1de415f Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:120001 of https://codereview.chromium.org/1671193002/ ) by kjlubick · 9 years ago
  61. 026388a Make SkPicture/SkImageGenerator default to SkCodec by scroggo · 9 years ago
  62. e721a8e flags and hacks to get MSAN bot going by mtklein · 9 years ago
  63. 8ca88e4 Hack together MSAN build. by mtklein · 9 years ago
  64. a913275 SkStream/Priv cleanups by scroggo · 9 years ago
  65. 0a35620 Add optimize_coding setting for JPEG encoding. by benjaminwagner · 9 years ago
  66. 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
  67. f2848b6 default SkPixelSerializer by halcanary · 9 years ago
  68. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  69. 04a0d3f Silence another PNG print statement by scroggo · 9 years ago
  70. 645f6d9 Silence libjpeg warnings in SkImageDecoder by scroggo · 9 years ago
  71. 7596683 Silence libpng warnings in SkImageDecoder by msarett · 9 years ago
  72. 3127c99 ubsan shift fixes by caryclark · 9 years ago
  73. a2e0567 Revert of default SkPixelSerializer (patchset #2 id:20001 of https://codereview.chromium.org/1507123002/ ) by halcanary · 9 years ago
  74. 808ce28 default SkPixelSerializer by halcanary · 9 years ago
  75. 290f00c Revert of default SkPixelSerializer (patchset #1 id:1 of https://codereview.chromium.org/1507123002/ ) by reed · 9 years ago
  76. b0bd151 default SkPixelSerializer by halcanary · 9 years ago
  77. dfd6c6e SkPNGImageEncoder encodes all SkColorTypes by halcanary · 9 years ago
  78. cf98fa9 Add SkPngChunkReader. by scroggo · 9 years ago
  79. 93c69ff Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview.chromium.org/1040453002/ ) by scroggo · 9 years ago
  80. 3389e00 Add SkPngChunkReader. by scroggo · 9 years ago
  81. b5213e6 Change quality settings on SkImageDecoder_libjpeg by msarett · 9 years ago
  82. 5c351f3 Delete dead SkImageDecoder::buildTileIndex and decodeSubset code by msarett · 9 years ago
  83. 2363649 Revert of Change quality settings on SkImageDecoder_libjpeg (patchset #1 id:40001 of https://codereview.chromium.org/1412803009/ ) by fmalita · 9 years ago
  84. 1aaaba5 Fix the build on Android devices by Matt Sarett · 9 years ago
  85. b747b90 Remove dependencies on Android's forked decoder libraries by msarett · 9 years ago
  86. 69ad6a9 Change quality settings on SkImageDecoder_libjpeg by msarett · 9 years ago
  87. 6f45c17 Revert[4] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  88. 67b8b5e Revert of Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" (patchset #1 id:1 of https://codereview.chromium.org/1410343011/ ) by reed · 9 years ago
  89. 7b81994 Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going away" by reed · 9 years ago
  90. 21b7663 Revert of stop using drawSprite (at least w/ no filters) as it is going away (patchset #2 id:20001 of https://codereview.chromium.org/1411173010/ ) by robertphillips · 9 years ago
  91. 4a21602 stop using drawSprite (at least w/ no filters) as it is going away by reed · 9 years ago
  92. c2d0bc5 Supply separate flags for onBuildTileIndex by msarett · 9 years ago
  93. 67e6760 Revert of Supply separate flags for onBuildTileIndex (patchset #1 id:1 of https://codereview.chromium.org/1402783008/ ) by msarett · 9 years ago
  94. fc06e9c Supply separate flags for onBuildTileIndex by msarett · 9 years ago
  95. 8e48ed5 Supply separate flags for onBuildTileIndex by scroggo · 9 years ago
  96. c9e190d Revert of change pixel-serializer to support reencoding existing data (patchset #5 id:80001 of https://codereview.chromium.org/1373683003/ ) by reed · 9 years ago
  97. 13f48dc change pixel-serializer to support reencoding existing data by reed · 9 years ago
  98. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  99. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  100. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago