- 0c904fa remove unused SkImageEncoderFns bits by Mike Klein · 7 years ago
- 84f8a61 Support encoding/decoding F16 without a color space by Brian Osman · 7 years ago
- b62f50c Replace nearly all kRespect with kIgnore by Brian Osman · 7 years ago
- e1adc3a Remove color space restrictions from image infos by Brian Osman · 7 years ago
- ce4cf72 non-linear blending first steps by Mike Klein · 7 years ago
- 3338482 remove SkColorSpace_Base by Mike Klein · 8 years ago
- 3e79459 Fix setjmp/longjump usage in JPEG error handling by Chris Dalton · 8 years ago
- 021e5c7 Revert "Add an Option for orientation on JPEG encodes" by Ben Wagner · 8 years ago
- 5411a60 Add an Option for orientation on JPEG encodes by Leon Scroggins III · 8 years ago
- a4083c9 make most of SkColorPriv.h private by Cary Clark · 8 years ago
- 086a427 guard references to SkColorTable by Mike Reed · 8 years ago
- 262b319 Index8 is dead, remove guarded code by Mike Reed · 8 years ago
- 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 8 years ago
- 1950e0a Always encode images with sRGB encoded pixels by Matt Sarett · 8 years ago
- 5e819ca fix f16 encoding by Mike Klein · 8 years ago
- 6a4dc66 Add SkJpegEncoder and SkWebpEncoder to public API by Matt Sarett · 8 years ago
- fe31908 Add downsampling option to SkJpegEncoder by Matt Sarett · 8 years ago
- 2e61b18 Add jpeg encoder alpha handling option by Matt Sarett · 8 years ago
- 04c3731 SkEncoder: Rename files, change webp API, for consistency by Matt Sarett · 8 years ago[Renamed from src/images/SkJPEGImageEncoder.cpp]
- c367d03 Add support for row-by-row png encodes by Matt Sarett · 8 years ago
- 26b44df Add support for row-by-row jpeg encoding by Matt Sarett · 8 years ago
- c06f309 Revert "Add support for row-by-row jpeg encoding" by Leon Scroggins · 8 years ago
- 9b848d5 Add support for row-by-row jpeg encoding by Matt Sarett · 8 years ago
- 7abfb5e SkImageEncoder: Be more lenient on inputs by Matt Sarett · 8 years ago
- cf3f234 Add SkTransferFunctionBehavior flag: Use in codec and encoder by Matt Sarett · 8 years ago
- 5df93de Revert "Revert "Add support for writing icc profiles to the jpeg encoder"" by Matt Sarett · 8 years ago
- dda14b9 Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 8 years ago
- 4ef0148 Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 8 years ago
- d68c41d Revert "Add support for writing icc profiles to the jpeg encoder" by Derek Sollenberger · 8 years ago
- e3b95ce Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 8 years ago
- 0e032be Add support for writing ICC profiles in png encodes by Matt Sarett · 8 years ago
- e95941f Update SkJPEGImageEncoder by Matt Sarett · 9 years ago
- 1c2974b Delete SkAutoTime from jpeg encoder by Matt Sarett · 9 years ago
- 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 9 years ago
- db68301 SkImageEncoder: simplify API by Hal Canary · 9 years ago
- a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 9 years ago
- 248ff02 SkImageEncoder: simplify API by Hal Canary · 9 years ago
- 4e44efe SkRTConf: eliminate by halcanary · 9 years ago
- b979634 Revert of SkRTConf: reduce functionality to what we use, increase simplicity (patchset #8 id:150001 of https://codereview.chromium.org/2212473002/ ) by mtklein · 9 years ago
- ef59974 SkRTConf: reduce functionality to what we use, increase simplicity by halcanary · 9 years ago
- c7d01d3 Use libjpeg-turbo for YUV->RGB conversion in jpeg encoder by msarett · 9 years ago
- c1d0312 Rename encoders to Sk*ImageEncoder by msarett · 9 years ago[Renamed (99%) from src/images/SkImageDecoder_libjpeg.cpp]
- e8597a4 Delete SkImageDecoder by msarett · 9 years ago
- 910f7ec Revert of Delete SkImageDecoder (patchset #9 id:150001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
- f037fde Delete SkImageDecoder by msarett · 9 years ago
- 041c870 Revert of Delete SkImageDecoder (patchset #8 id:130001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
- 5b6e73e Delete SkImageDecoder by msarett · 9 years ago
- 39b5495 Revert of Delete SkImageDecoder (patchset #7 id:110001 of https://codereview.chromium.org/1820503002/ ) by msarett · 9 years ago
- f799706 Delete SkImageDecoder by msarett · 9 years ago
- e721a8e flags and hacks to get MSAN bot going by mtklein · 10 years ago
- 8ca88e4 Hack together MSAN build. by mtklein · 10 years ago
- 0a35620 Add optimize_coding setting for JPEG encoding. by benjaminwagner · 10 years ago
- 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 10 years ago
- 645f6d9 Silence libjpeg warnings in SkImageDecoder by scroggo · 10 years ago
- b5213e6 Change quality settings on SkImageDecoder_libjpeg by msarett · 10 years ago
- 5c351f3 Delete dead SkImageDecoder::buildTileIndex and decodeSubset code by msarett · 10 years ago
- 2363649 Revert of Change quality settings on SkImageDecoder_libjpeg (patchset #1 id:40001 of https://codereview.chromium.org/1412803009/ ) by fmalita · 10 years ago
- b747b90 Remove dependencies on Android's forked decoder libraries by msarett · 10 years ago
- 69ad6a9 Change quality settings on SkImageDecoder_libjpeg by msarett · 10 years ago
- 8e48ed5 Supply separate flags for onBuildTileIndex by scroggo · 10 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 10 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 10 years ago
- 27631bd Revert "Remove ambiguity of SkJpegUtility name." by scroggo · 10 years ago
- 93858b4 Remove ambiguity of SkJpegUtility name. by mtklein · 10 years ago
- 78d79cc Eliminate the check for ANDROID_LARGE_MEMORY in jpeg decoders by msarett · 10 years ago
- 7831a4b Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 10 years ago
- 7f00acb Return cropBitmap by zoran.jovanovic · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- b3e5e4d Lazy SKP image decoding in DM. by mtklein · 10 years ago
- f421ec6 Fixing possible out of bound memory access by sugoi · 10 years ago
- 6d7e47a Muck with the right cinfo. by scroggo · 11 years ago
- aa7079b Revert of Muck with the right cinfo. (patchset #2 id:20001 of https://codereview.chromium.org/858333002/) by bungeman · 11 years ago
- 3629865 Muck with the right cinfo. by scroggo · 11 years ago
- a1193e4 Make SkStream *not* ref counted. by scroggo · 11 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 11 years ago
- 2d73d80 remove dead SK_SUPPORT_LEGACY_IMAGEDECODER_CHOOSER code by reed · 11 years ago
- c6b8ffa Fix a case of kPartialSuccess. by scroggo · 11 years ago
- 912ed6e Cleanup: Mark some overridden methods with 'SK_OVERRIDE'. by tfarina · 11 years ago
- 775b819 SkColorTable locking serves no purpose anymore. by mtklein · 11 years ago
- df78d0a This return_false is now only used on Android. Squelch a warning. by mtklein · 11 years ago
- 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 11 years ago
- d157b6a Clean up some warnings about unused code. by mtklein · 11 years ago
- b227e37 JPEG YUV Decoding by sugoi · 11 years ago
- 3ac569b Revert of JPEG YUV Decoding (patchset #5 id:180001 of https://codereview.chromium.org/399683007/) by rmistry · 11 years ago
- 8e6c3b9 JPEG YUV Decoding by sugoi · 11 years ago
- 8482504 make allocPixels throw on failure by reed · 11 years ago
- 5926b86 hide SkImageDecoder::Chooser by reed · 11 years ago
- 6c22573 hide SkBitmap::setConfig by reed · 11 years ago
- 5ee18dd Image decoder fixes (mostly) around A8. by scroggo@google.com · 12 years ago
- 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 12 years ago
- 04b57f8 Runtime configuration setting for suppressing JPEG decoder errors. by halcanary@google.com · 12 years ago
- 2a10318 Simplify code for configuring suppression of ImageDecoder warnings by halcanary@google.com · 12 years ago
- 2dcf36e Fix SkScalar conversion warning error. by halcanary@google.com · 12 years ago
- fed3037 Make image decoding more fault resistant, less verbose. by halcanary@google.com · 12 years ago
- 8d23924 Add an option on SkImageDecoder to skip writing 0s. by scroggo@google.com · 12 years ago
- b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 12 years ago
- 228f2b8 Print a better error message. by scroggo@google.com · 12 years ago
- bd6343b Rewrite SkTRegistry to take any trivially-copyable type. by mtklein@google.com · 12 years ago
- 57a5298 Only destroy huffman if build succeeded. by scroggo@google.com · 12 years ago
- 590a5af Beginning work to refactor jpeg tile decoding. by scroggo@google.com · 12 years ago