summaryrefslogtreecommitdiff
path: root/images
AgeCommit message (Expand)Author
2013-08-09Reland "Make WebP decoding independent of stream length."scroggo@google.com
2013-08-09Reverting r10651: Make WebP decoding independent of stream length.jvanverth@google.com
2013-08-09Make WebP decoding independent of stream length.djsollen@google.com
2013-08-07Beginning work to refactor jpeg tile decoding.scroggo@google.com
2013-08-07Fix failure exits from JPEG onBuildTileIndex.scroggo@google.com
2013-08-07Support decoding subsets from JPG on Android.scroggo@google.com
2013-08-01Fixes for JPEG subset decoding.scroggo@google.com
2013-07-31Upstream changes from Androiddjsollen@google.com
2013-07-24all in the gypmtklein@google.com
2013-07-18Remove assert which is failing.scroggo@google.com
2013-07-18Support decoding Gray to A8 in PNG.scroggo@google.com
2013-07-18Initialize config.scroggo@google.com
2013-07-18A8 bitmaps from JPEG are not opaque.scroggo@google.com
2013-07-18Allow decoding JPEG into A8.scroggo@google.com
2013-07-09Allow ico decoder to decode PNG sub-images.scroggo@google.com
2013-07-09Remove bitmap reuse from SkImageDecoder.scroggo@google.com
2013-07-01Add a newline to the error message from JPEG.scroggo@google.com
2013-06-14Add an option to create unpremultiplied bitmaps.scroggo@google.com
2013-05-31Fix iOS build.scroggo@google.com
2013-05-31Fix build.scroggo@google.com
2013-05-31Separate core and images project.scroggo@google.com
2013-05-21Add buffer helper to read directly into SkString to avoid extra copyingdjsollen@google.com
2013-05-21Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-05-20Make DecodeMemoryToTarget handle more configs.scroggo@google.com
2013-05-20add encodeData() to SkImageEncoder, and add encoding to SkImagereed@google.com
2013-05-15Provide a function to print the name of a Format.scroggo@google.com
2013-05-09remove unneeded reference to SkTScopedPtrcommit-bot@chromium.org
2013-05-03Test region decoding in skimage, plus fixes.scroggo@google.com
2013-05-02Support for libpng > 1.2.commit-bot@chromium.org
2013-05-01Build fix attempt number 2.scroggo@google.com
2013-05-01Fix the build.scroggo@google.com
2013-05-01Force linking with image decoders for images project.scroggo@google.com
2013-04-25Updates to skimage tool to use it for testing.scroggo@google.com
2013-04-23ARGB image encoder for checksums.bungeman@google.com
2013-04-17Updates to images project.scroggo@google.com
2013-04-17Only use JDCT_IFAST if it's supported.scroggo@google.com
2013-04-12Only use JDCT_FAST if it is supported in jpeg.scroggo@google.com
2013-03-22fix warning (again) for SkMoviereed@google.com
2013-03-22fix warning for SkMoviereed@google.com
2013-03-21Update code to use helper function for better readability/searching.djsollen@google.com
2013-03-20Fail to return a codec if the provided stream does not support rewind.djsollen@google.com
2013-03-20Upstream changes from Android for decoding jpeg images.djsollen@google.com
2013-03-20Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android.djsollen@google.com
2013-03-19use SkStream::NewFromFile()mike@reedtribe.org
2013-03-15Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-03-14fix (bool) warning with SkToBoolreed@google.com
2013-03-14fix window's build errorscommit-bot@chromium.org
2013-03-14Upstream Android modifications to the image encoders/decoders.commit-bot@chromium.org
2013-02-28Make SkTDArray accessors const-friendly.commit-bot@chromium.org
2013-02-25Fix a bunch of warnings, mainly around rowBytes.scroggo@google.com