aboutsummaryrefslogtreecommitdiff
path: root/src/codec
AgeCommit message (Expand)Author
2019-01-30Fix bug in sampling rotated decodesLeon Scroggins III
2019-01-28Let SkWuffsCodec allow workbuf_len == 0Nigel Tao
2019-01-22Update Wuffs versionNigel Tao
2019-01-14Have SkWuffsCodec get workbuf_len from decoderNigel Tao
2019-01-07Update third_party/wuffs versionNigel Tao
2019-01-05Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function"Brian Osman
2019-01-04Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function"Brian Osman
2019-01-04Add SkColorSpace factory from 3x3 row-major gamut and transfer functionBrian Osman
2018-12-10SkWuffsCodec: swizzle only the dirty rectLeon Scroggins III
2018-12-10Fix decoding RAW images to 565Leon Scroggins III
2018-12-07Stop using SkSwizzler in SkRawCodecLeon Scroggins III
2018-12-07Dummy SkOrientationMarker.cpp so Chromium can compile itLeon Scroggins III
2018-12-07SkWuffsCodec: Do not swizzle frame of width 0Leon Scroggins III
2018-12-05Fix uninitialized bug in SkWuffsCodec for incomplete imagesLeon Scroggins III
2018-11-30Fix occurrences of "-Wextra-semi-stmt"Brian Salomon
2018-11-30Add SkEncodedOrigin to SkYUVASizeInfo, fix JPEG orientation in GPU decode pathBrian Osman
2018-11-27SkWuffsCodec: fix dependent framesLeon Scroggins III
2018-11-16Add safety net logging for issue 118143775Leon Scroggins III
2018-11-16Add SafetNet Logging for JCS_RGB jpegsLeon Scroggins III
2018-11-14Add SafetyNetLogging and use in SkPngCodecLeon Scroggins III
2018-11-09Merge SkFooAdapterCodec impls into one implNigel Tao
2018-11-08Have SkWuffsCodec use a SkSwizzlerNigel Tao
2018-11-07Handle static/single frame images in SkAnimCodecPlayerFlorin Malita
2018-11-07Remove some #ifdef's from SkAndroidCodecNigel Tao
2018-10-31Treat start(Incremental/Scanline)Decode errors as failuresLeon Scroggins III
2018-10-30Replace use of SkYUVSizeInfo with SkYUVASizeInfoJim Van Verth
2018-10-29Ensure fSrcOffsetUnits is in a valid rangeLeon Scroggins III
2018-10-26Fix bug decoding JCS_RGB jpeg filesLeon Scroggins III
2018-10-26Reland "New GIF codec; new third_party/wuffs dep"Leon Scroggins III
2018-10-25Revert "New GIF codec; new third_party/wuffs dep"Brian Osman
2018-10-24New GIF codec; new third_party/wuffs depNigel Tao
2018-10-24remove src/jumperMike Klein
2018-10-23Fix an assert in SkBmpCodec::ReadHeaderLeon Scroggins III
2018-10-22Ensure that SkYUVSizeInfo is fully initialized with old interface.Jim Van Verth
2018-10-22Remove use of colorTypes from SkYUVSizeInfoJim Van Verth
2018-10-22Fix heap buffer overflowLeon Scroggins III
2018-10-22Avoid potential overflow in assert.Ben Wagner
2018-10-18Properly fill in memory in sampled RLE BMPsLeon Scroggins III
2018-10-18Reland: Widen internal API to support more complex YUV formatsJim Van Verth
2018-10-18Revert "Widen internal API to support more complex YUV formats"Jim Van Verth
2018-10-18Widen internal API to support more complex YUV formatsJim Van Verth
2018-10-18trim off more bgra stagesMike Klein
2018-10-16Fix uninitialized errors in SkPngCodecLeon Scroggins III
2018-10-03Fix-up colorSpace-less decodesLeon Scroggins III
2018-10-03Remove SkCodec::fSrcInfoLeon Scroggins III
2018-09-28Support encoding/decoding F16 without a color spaceBrian Osman
2018-09-27Make SkCodec truly default to sRGBLeon Scroggins III
2018-09-27encodedProfile can be null, so check for thatLeon Scroggins III
2018-09-26Remove more SkColorSpaceXform (and friends)Brian Osman
2018-09-21Reland "have SkConvertPixels use SkColorSpaceXformSteps"Mike Klein