index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
Commit message (
Expand
)
Author
Age
*
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
*
Fix color xform width bug when scaling/subsetting
msarett
2016-08-22
*
Modify SkPngCodec to recognize 565 images from the sBIT chunk
msarett
2016-08-17
*
Webp has_alpha is a hint only
msarett
2016-08-14
*
Convert SkAutoTUnref<SkData> to sk_sp<SkData>.
bungeman
2016-08-03
*
Perform color correction on png decodes
msarett
2016-08-03
*
Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.
bungeman
2016-08-02
*
Fix SkJpegCodec::onSkipScanlines when TURBO_HAS_SKIP is not defined
msarett
2016-08-01
*
Add SkColorSpace::Equals() API
msarett
2016-08-01
*
Add color space xform support to SkJpegCodec (includes F16!)
msarett
2016-07-29
*
Revert of Add color space xform support to SkJpegCodec (includes F16!) (patch...
msarett
2016-07-28
*
Add color space xform support to SkJpegCodec (includes F16!)
msarett
2016-07-28
*
Silence -Wclobbered in each file that needs it.
mtklein
2016-07-28
*
Revert of Silence -Wclobbered in each file that needs it. (patchset #2 id:200...
mtklein
2016-07-28
*
Silence -Wclobbered in each file that needs it.
mtklein
2016-07-28
*
Convert XYZ values from PNGs to D50
msarett
2016-07-22
*
Drop support for libjpeg-turbo < 1.2 in SkJpegCodec
msarett
2016-07-21
*
Remove unnecessary getColorSpace() API from SkCodec
msarett
2016-07-21
*
Fix rewinding bug in SkJpegCodec
msarett
2016-07-18
*
Revert of Fix rewinding bug in SkJpegCodec (patchset #1 id:1 of https://coder...
msarett
2016-07-18
*
Fix rewinding bug in SkJpegCodec
msarett
2016-07-18
*
SkMatrix44 clarifications and clean-ups
msarett
2016-06-23
*
Differentiate between sRGBGamma and 2Dot2Gamma
msarett
2016-06-16
*
Use Options object passed to startScanlineDecode
scroggo
2016-06-06
*
Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of ht...
scroggo
2016-06-06
*
Make SkPngCodec decode progressively.
scroggo
2016-06-02
*
Create SkColorSpaceXform to handle color conversions
msarett
2016-06-01
*
Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of ht...
scroggo
2016-06-01
*
Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 ...
msarett
2016-06-01
*
Create SkColorSpaceXform to handle color conversions
msarett
2016-06-01
*
Make SkPngCodec decode progressively.
scroggo
2016-06-01
*
Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of ht...
scroggo
2016-05-31
*
SkEncodedInfo: simplify
halcanary
2016-05-31
*
Make SkPngCodec decode progressively.
scroggo
2016-05-31
*
Add SkColorSpace to SkImageInfo
msarett
2016-05-27
*
Assign sRGB color space to unmarked jpegs and pngs
msarett
2016-05-25
*
Finish supporting decoding opaque to non-opaque
scroggo
2016-05-20
*
Prepare SkColorSpace to be a public API
msarett
2016-05-17
*
Compile SkForceLinking on CMake
msarett
2016-05-06
*
Fix ICO bug exposed by the fuzzer
msarett
2016-05-04
*
Create a single, unique pointer to sRGB color space
msarett
2016-05-03
[next]