| Commit message (Expand) | Author | Age |
* | Eliminate the check for ANDROID_LARGE_MEMORY in jpeg decoders | msarett | 2015-06-11 |
* | fixing onSkipScanlines png error | emmaleer | 2015-05-27 |
* | remove dead code behind BOOL_ONGETINFO | reed | 2015-05-05 |
* | Implementing a scanline decoder for jpeg | msarett | 2015-04-29 |
* | Requires a minor API change to pass the color table to getScanlineDecoder, as... | msarett | 2015-04-29 |
* | Update more directories under src/ to follow C++11 style rule for {virtual,ov... | tfarina | 2015-04-27 |
* | Ensure that we create a NULL codec for images with zero dimensions | msarett | 2015-04-23 |
* | Zero jpeg_decompress_struct before calling jpeg_calc_output_dimensions(). | mtklein | 2015-04-16 |
* | SkJpegCodec | msarett | 2015-04-15 |
* | Implementing filling for SkBmpCodec | msarett | 2015-04-10 |
* | ***Disables swizzles to 565. | msarett | 2015-04-09 |
* | Enable both static and dynamically linked libpng | djsollen | 2015-04-03 |
* | Get rid of leaks in SkCodec::NewFromStream. | scroggo | 2015-04-03 |
* | SkCodec::onGetScanlineDecoder must call rewind. | scroggo | 2015-04-01 |
* | Revert of Enable both static and dynamically linked libpng (patchset #4 id:60... | djsollen | 2015-04-01 |
* | Enable both static and dynamically linked libpng | djsollen | 2015-04-01 |
* | Make SkPngCodec support rewinding properly. | scroggo | 2015-04-01 |
* | Handle rewinds in SkBmpCodec. | scroggo | 2015-04-01 |
* | Creating a new wrapper for gif decoder | msarett | 2015-04-01 |
* | SkCodec: add wbmp class | halcanary | 2015-03-27 |
* | Silence PNG warnings from SkPngCodec. | scroggo | 2015-03-26 |
* | Use a wrapper for SkDebugf in SkCodec. | scroggo | 2015-03-26 |
* | SkCodec: conditionally remove fInfo | halcanary | 2015-03-26 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Add scanline decoding to SkCodec. | scroggo | 2015-03-25 |
* | Fixing memory leak in ico decoder | msarett | 2015-03-25 |
* | Enabling ico decoding with use of png and bmp decoders | msarett | 2015-03-25 |
* | Revert of Enabling ico decoding with use of png and bmp decoders (patchset #1... | tomhudson | 2015-03-24 |
* | Enabling ico decoding with use of png and bmp decoders | msarett | 2015-03-24 |
* | Add SkEncodedFormat, used by SkCodec. | scroggo | 2015-03-20 |
* | guarded change to SkImageGenerator to make getInfo() const | reed | 2015-03-19 |
* | Do not create empty color table if it does not exist | msarett | 2015-03-18 |
* | Adding swizzles for bmp: | msarett | 2015-03-18 |
* | Option for SkCodec to treat dst as all zeroes. | scroggo | 2015-03-17 |
* | Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id... | msarett | 2015-03-16 |
* | Revert "Implementation of image decoding for bmp files, in accordance with th... | msarett | 2015-03-16 |
* | Revert of fix for invalid for loop syntax broke build (patchset #1 id:1 of ht... | egdaniel | 2015-03-16 |
* | fix for invalid for loop syntax broke build | msarett | 2015-03-16 |
* | Implementation of image decoding for bmp files, in accordance with the new API. | msarett | 2015-03-16 |
* | Add SkCodec, including PNG implementation. | scroggo | 2015-03-03 |
* | Revert of Add SkCodec, including PNG implementation. (patchset #24 id:460001 ... | scroggo | 2015-03-02 |
* | Add SkCodec, including PNG implementation. | scroggo | 2015-03-02 |