aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec
Commit message (Expand)AuthorAge
* Add the ability to decode a subset to SkCodecGravatar scroggo2015-07-22
* removing png_read_end from SkPngScanlineDecoderGravatar emmaleer2015-07-20
* Allow creating multiple scanline decoders.Gravatar scroggo2015-07-10
* Changing name of has_transpareny_in_palette to has_transparency_in_tRNSGravatar emmaleer2015-07-10
* SkCodec no longer inherits from SkImageGenerator.Gravatar scroggo2015-07-09
* Add libjpeg-turbo library (depends on yasm)Gravatar msarett2015-07-07
* Revert of Revert of Fixing libpng transform use (patchset #1 id:1 of https:/...Gravatar scroggo2015-07-07
* Revert of Switch SkJpegCode to libjpeg-turbo (patchset #29 id:750001 of https...Gravatar jvanverth2015-07-02
* Revert of Fixing libpng transform use (patchset #5 id:80001 of https://coder...Gravatar jvanverth2015-07-02
* This change:Gravatar emmaleer2015-07-01
* Add libjpeg-turbo library (depends on yasm)Gravatar msarett2015-07-01
* Revert of Switch SkJpegCode to libjpeg-turbo (patchset #28 id:710001 of https...Gravatar msarett2015-07-01
* Add libjpeg-turbo library (depends on yasm)Gravatar msarett2015-07-01
* In the case of subset decodes, we will often not decode toGravatar msarett2015-07-01
* Revert of Switch SkJpegCode to libjpeg-turbo (patchset #25 id:680001 of https...Gravatar msarett2015-06-29
* Add libjpeg-turbo library (depends on yasm)Gravatar msarett2015-06-29
* Revert of Switch SkJpegCode to libjpeg-turbo (patchset #11 id:540001 of https...Gravatar mtklein2015-06-24
* Add libjpeg-turbo library (depends on yasm)Gravatar msarett2015-06-24
* Implemented onGetScanlines and onSkipScanlines for interlaced pngsGravatar emmaleer2015-06-22
* Prevent webp from producing 0 dimensional imagesGravatar msarett2015-06-19
* Add SkWebpCodec, for decoding .webp images.Gravatar scroggo2015-06-18
* Try again to rename one SkJpegUtility.h to remove ambiguity.Gravatar mtklein2015-06-18
* Eliminate the check for ANDROID_LARGE_MEMORY in jpeg decodersGravatar msarett2015-06-11
* fixing onSkipScanlines png errorGravatar emmaleer2015-05-27
* remove dead code behind BOOL_ONGETINFOGravatar reed2015-05-05
* Implementing a scanline decoder for jpegGravatar msarett2015-04-29
* Requires a minor API change to pass the color table to getScanlineDecoder, as...Gravatar msarett2015-04-29
* Update more directories under src/ to follow C++11 style rule for {virtual,ov...Gravatar tfarina2015-04-27
* Ensure that we create a NULL codec for images with zero dimensionsGravatar msarett2015-04-23
* Zero jpeg_decompress_struct before calling jpeg_calc_output_dimensions().Gravatar mtklein2015-04-16
* SkJpegCodecGravatar msarett2015-04-15
* Implementing filling for SkBmpCodecGravatar msarett2015-04-10
* ***Disables swizzles to 565.Gravatar msarett2015-04-09
* Enable both static and dynamically linked libpngGravatar djsollen2015-04-03
* Get rid of leaks in SkCodec::NewFromStream.Gravatar scroggo2015-04-03
* SkCodec::onGetScanlineDecoder must call rewind.Gravatar scroggo2015-04-01
* Revert of Enable both static and dynamically linked libpng (patchset #4 id:60...Gravatar djsollen2015-04-01
* Enable both static and dynamically linked libpngGravatar djsollen2015-04-01
* Make SkPngCodec support rewinding properly.Gravatar scroggo2015-04-01
* Handle rewinds in SkBmpCodec.Gravatar scroggo2015-04-01
* Creating a new wrapper for gif decoderGravatar msarett2015-04-01
* SkCodec: add wbmp classGravatar halcanary2015-03-27
* Silence PNG warnings from SkPngCodec.Gravatar scroggo2015-03-26
* Use a wrapper for SkDebugf in SkCodec.Gravatar scroggo2015-03-26
* SkCodec: conditionally remove fInfoGravatar halcanary2015-03-26
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Add scanline decoding to SkCodec.Gravatar scroggo2015-03-25
* Fixing memory leak in ico decoderGravatar msarett2015-03-25
* Enabling ico decoding with use of png and bmp decodersGravatar msarett2015-03-25
* Revert of Enabling ico decoding with use of png and bmp decoders (patchset #1...Gravatar tomhudson2015-03-24