| Commit message (Expand) | Author | Age |
* | Write transparent pixels more often (SkGifCodec) | scroggo | 2016-10-26 |
* | SkGifCodec: do not write off the end of memory when repeatCount > 1 | Matt Sarett | 2016-10-26 |
* | GIF: Fill the frame if we have a dummy color table | scroggo | 2016-10-25 |
* | SK_FIX_BUILD | scroggo | 2016-10-25 |
* | Always use a color table with 256 colors | scroggo | 2016-10-25 |
* | Fix more namespace conflicts in SkGifImageReader | scroggo | 2016-10-25 |
* | Rename GIFImageReader to SkGifImageReader | scroggo | 2016-10-24 |
* | Add support for multiple frames in SkCodec | scroggo | 2016-10-24 |
* | Rename all color space factories from New* to Make* | Brian Osman | 2016-10-24 |
* | Safely handle unsupported color xforms in SkCodec | Matt Sarett | 2016-10-20 |
* | Subtract start_coord instead of adding it | scroggo | 2016-10-19 |
* | Refactored SkColorSpace and added in a Lab PCS GM | raftias | 2016-10-18 |
* | Consider the start_coord in interlaced PNG | scroggo | 2016-10-18 |
* | Incremental decode: only use subset for subsetting | scroggo | 2016-10-17 |
* | Avoid integer overflow in SkIcoCodec and SkImageInfo | Matt Sarett | 2016-10-17 |
* | Revert "Avoid integer overflow in SkIcoCodec" | Matt Sarett | 2016-10-17 |
* | Avoid integer overflow in SkIcoCodec | Matt Sarett | 2016-10-17 |
* | Add NewRGB() with float gamma to SkColorSpace public API | Matt Sarett | 2016-10-14 |
* | Add SkColorSpaceXform to the public API | msarett | 2016-10-11 |
* | Add SkColorSpacePrimaries to help with making D50 matrices | msarett | 2016-10-11 |
* | Simplify rowsDecoded returned by incrementalDecode | scroggo | 2016-10-10 |
* | Report 0 rowsDecoded for no rows (SkPngCodec interlaced) | scroggo | 2016-10-10 |
* | Fix an assert statement in SkPngCodec | scroggo | 2016-10-10 |
* | Fix bmp bug exposed by fuzzer | msarett | 2016-10-05 |
* | Add BGRA as input format to SkColorSpaceXform | msarett | 2016-09-22 |
* | Make SkColorSpaceXform::New() take bare ptrs | msarett | 2016-09-22 |
* | Fix filling of incomplete images in SkSampledCodec | msarett | 2016-09-16 |
* | Support Float32 output from SkColorSpaceXform | msarett | 2016-09-16 |
* | Revert of Support Float32 output from SkColorSpaceXform (patchset #7 id:14000... | msarett | 2016-09-16 |
* | Support Float32 output from SkColorSpaceXform | msarett | 2016-09-16 |
* | Make SkPngCodec decode progressively. | scroggo | 2016-09-16 |
* | Implement Fill() for incomplete decodes to RGBA_F16 | msarett | 2016-09-13 |
* | change SkStreams to work with sk_sp<SkData> instead of SkData* | reed | 2016-09-12 |
* | Fix storage of gamut transform matrices in SkColorSpace | brianosman | 2016-09-09 |
* | Checking for valid colorType, alphaType, colorSpace in SkCodec | msarett | 2016-09-08 |
* | Revert of Checking for valid colorType, alphaType, colorSpace in SkCodec (pat... | msarett | 2016-09-08 |
* | Checking for valid colorType, alphaType, colorSpace in SkCodec | msarett | 2016-09-08 |
* | Add color xform support to SkWebpCodec | msarett | 2016-09-08 |
* | Rename SkColorSpace::GammaNamed to SkColorSpace::RenderTargetGamma | msarett | 2016-09-07 |
* | Revert of Add color xform support to SkWebpCodec (patchset #2 id:80001 of htt... | msarett | 2016-09-07 |
* | Add color xform support to SkWebpCodec | msarett | 2016-09-07 |
* | Use demux API in SkWebpCodec | msarett | 2016-09-07 |
* | Make swizzler optional for SkPngCodec, refactor xforms | msarett | 2016-09-01 |
* | We can't infer the right type for voidp for old png_jmpbuf() | mtklein | 2016-08-24 |
* | SkPngCodec: voidp instead of forward-declares for png.h types. | mtklein | 2016-08-24 |
* | GN: more optional components: jpeg, pdf, png, xml | mtklein | 2016-08-24 |
* | Parse ICC profiles from webps | msarett | 2016-08-24 |
* | Assume all TURBO_HAS_* are true. | mtklein | 2016-08-23 |
* | Fix MSAN - mark temporary memory as kNo_ZeroInitialized | msarett | 2016-08-22 |
* | Support color xforms for kIndex8 pngs | msarett | 2016-08-22 |