aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/images
Commit message (Expand)AuthorAge
* Test region decoding in skimage, plus fixes.Gravatar scroggo@google.com2013-05-03
* Support for libpng > 1.2.Gravatar commit-bot@chromium.org2013-05-02
* Build fix attempt number 2.Gravatar scroggo@google.com2013-05-01
* Fix the build.Gravatar scroggo@google.com2013-05-01
* Force linking with image decoders for images project.Gravatar scroggo@google.com2013-05-01
* Updates to skimage tool to use it for testing.Gravatar scroggo@google.com2013-04-25
* ARGB image encoder for checksums.Gravatar bungeman@google.com2013-04-23
* Updates to images project.Gravatar scroggo@google.com2013-04-17
* Only use JDCT_IFAST if it's supported.Gravatar scroggo@google.com2013-04-17
* Only use JDCT_FAST if it is supported in jpeg.Gravatar scroggo@google.com2013-04-12
* fix warning (again) for SkMovieGravatar reed@google.com2013-03-22
* fix warning for SkMovieGravatar reed@google.com2013-03-22
* Update code to use helper function for better readability/searching.Gravatar djsollen@google.com2013-03-21
* Fail to return a codec if the provided stream does not support rewind.Gravatar djsollen@google.com2013-03-20
* Upstream changes from Android for decoding jpeg images.Gravatar djsollen@google.com2013-03-20
* Remove SK_ENABLE_LIBPNG define as it is no longer needed by Android.Gravatar djsollen@google.com2013-03-20
* use SkStream::NewFromFile()Gravatar mike@reedtribe.org2013-03-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-15
* fix (bool) warning with SkToBoolGravatar reed@google.com2013-03-14
* fix window's build errorsGravatar commit-bot@chromium.org2013-03-14
* Upstream Android modifications to the image encoders/decoders.Gravatar commit-bot@chromium.org2013-03-14
* Make SkTDArray accessors const-friendly.Gravatar commit-bot@chromium.org2013-02-28
* Fix a bunch of warnings, mainly around rowBytes.Gravatar scroggo@google.com2013-02-25
* move SkFDStream out of images into coreGravatar reed@google.com2013-02-25
* Create SkLazyPixelRef which performs lazy decoding.Gravatar scroggo@google.com2013-02-22
* Fix errors when compiling with -Wall -Werror on Android.Gravatar djsollen@google.com2013-02-07
* landing https://codereview.appspot.com/7225077/ -- tweak for GIF 5.x apiGravatar reed@google.com2013-02-01
* Fix android errors when unflattening an SkImageRef_ashmem object.Gravatar djsollen@google.com2013-02-01
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* kill unused SkFlipPixelRefGravatar reed@google.com2012-12-13
* Create a factory to decode an SkBitmap from an SkData.Gravatar scroggo@google.com2012-11-29
* Extract transform_scanline_XXXX functions into transform_scanline.h for code-...Gravatar epoger@google.com2012-11-16
* Add the ability to provide function pointers to SkPicture serializationGravatar scroggo@google.com2012-10-04
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* remove duplicate definition of SkAlign8()Gravatar reed@google.com2012-06-27
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* fix warnings on Mac in src/imagesGravatar caryclark@google.com2012-06-06
* Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes allGravatar reed@google.com2012-05-17
* Remove unused android code in JPEG decoder.Gravatar djsollen@google.com2012-04-05
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Consolidate PixelRef flattables with the standard implGravatar djsollen@google.com2012-03-28
* Fix a bunch of Coverity defects - class members not initialized in the constr...Gravatar vandebo@chromium.org2012-03-28
* Remove unused classes from the build.Gravatar djsollen@google.com2012-03-28
* Improved codec link-forcing system by adding Encoder/Decoder creation entry p...Gravatar robertphillips@google.com2012-03-23
* Adding CMYK jpeg changes w/o .gyp alterationsGravatar robertphillips@google.com2012-03-20
* reverting to 3437Gravatar robertphillips@google.com2012-03-20
* Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on andr...Gravatar robertphillips@google.com2012-03-20
* Restore SkImageDecoder_libjpeg, which may still be used by the Android build.Gravatar tomhudson@google.com2012-03-02