| Commit message (Expand) | Author | Age |
* | Call initializeColorXform inside SkCodec | Leon Scroggins III | 2017-08-18 |
* | Move calls to conversion_possible to SkCodec | Leon Scroggins III | 2017-08-17 |
* | use unique_ptr for codec factories | Mike Reed | 2017-07-25 |
* | Report error on failure to create SkCodec | Leon Scroggins III | 2017-07-14 |
* | Fix double delete in SkBmpCodec | Leon Scroggins III | 2017-07-14 |
* | Reland "Remove support for decoding to kIndex_8" | Leon Scroggins | 2017-07-11 |
* | Revert "Remove support for decoding to kIndex_8" | Leon Scroggins | 2017-07-10 |
* | Remove support for decoding to kIndex_8 | Leon Scroggins III | 2017-07-10 |
* | Simplify SkCodecs' call to SkColorSpaceXform::apply | Leon Scroggins III | 2017-06-05 |
* | Replace BMP calls to new with calls to malloc | Leon Scroggins III | 2017-06-05 |
* | Avoid new for small arrays in SkBmpCodec | Leon Scroggins III | 2017-06-02 |
* | Add SkTransferFunctionBehavior flag: Use in codec and encoder | Matt Sarett | 2017-03-24 |
* | Set a limit on the size for BMP images | Leon Scroggins III | 2017-02-24 |
* | SkColorSpace: remove named API, add gamut API | Matt Sarett | 2017-02-07 |
* | Revert "SkColorSpace: remove named API, add gamut API" | Matt Sarett | 2017-02-07 |
* | SkColorSpace: remove named API, add gamut API | Matt Sarett | 2017-02-07 |
* | Use fixed size buffer for RLE bmps | Leon Scroggins III | 2017-01-19 |
* | Stop supporting kUnknown_BmpHeaderType | Leon Scroggins III | 2016-12-15 |
* | Refactor RGBA/BGRA xform logic in SkCodecs | Matt Sarett | 2016-11-08 |
* | Add F16, SkColorSpaceXform support to SkBmpCodec | Matt Sarett | 2016-11-03 |
* | Remove SkAutoTDelete. | Ben Wagner | 2016-11-03 |
* | Revert "Add F16, SkColorSpaceXform support to SkBmpCodec" | Matt Sarett | 2016-11-03 |
* | Add F16, SkColorSpaceXform support to SkBmpCodec | Matt Sarett | 2016-11-03 |
* | Remove SkAutoTDeleteArray | Ben Wagner | 2016-11-02 |
* | Tag images as sRGB by default in SkCodec | Matt Sarett | 2016-10-31 |
* | 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 |
* | Fix ICO bug exposed by the fuzzer | msarett | 2016-05-04 |
* | Add SkEncodedInfo to report properties of encoded image data | msarett | 2016-04-20 |
* | Revert of Add SkEncodedInfo to report properties of encoded image data (patch... | robertphillips | 2016-04-19 |
* | Add SkEncodedInfo to report properties of encoded image data | msarett | 2016-04-18 |
* | Refactor SkBmpCodec | msarett | 2016-03-22 |
* | free -> reset | mtklein | 2016-03-17 |
* | Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.... | bungeman | 2016-03-17 |
* | free -> reset | mtklein | 2016-03-17 |
* | detach -> release | mtklein | 2016-03-16 |
* | Do not create BmpMaskCodecs with invalid bits per pixel | msarett | 2016-02-17 |
* | Implement onSkipScanlines() for bmp and wbmp | msarett | 2016-02-11 |
* | Support more color types for ICOs | msarett | 2016-02-11 |
* | Clarify bmp comment about when we support the alpha mask | msarett | 2016-02-11 |
* | Make SkCodec support peek() and read() | scroggo | 2015-12-08 |
* | Fix overflow caught by ASAN. | benjaminwagner | 2015-12-04 |
* | Make SkAndroidCodec support ico | msarett | 2015-12-04 |
* | Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://c... | scroggo | 2015-12-04 |
* | Make SkAndroidCodec support ico | msarett | 2015-12-04 |
* | Create an SkAndroidCodec API separate from SkCodec | msarett | 2015-10-21 |
* | Add subsetting to SkScanlineDecoder | msarett | 2015-10-13 |
* | Fill incomplete images in SkCodec parent class | msarett | 2015-10-09 |
* | Move all knowledge of X sampling into SkScaledCodec | scroggo | 2015-10-02 |