Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
3917cf4ef76dabecd340f1e4cd7999802809e5ca
/
src
/
codec
c4ce6b5
Differentiate between sRGBGamma and 2Dot2Gamma
by msarett
· 9 years ago
53180c9
Use Options object passed to startScanlineDecode
by scroggo
· 9 years ago
d8d6855
Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ )
by scroggo
· 9 years ago
6fb2391
Make SkPngCodec decode progressively.
by scroggo
· 9 years ago
9876ac5
Create SkColorSpaceXform to handle color conversions
by msarett
· 9 years ago
26694c3
Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ )
by scroggo
· 9 years ago
4a603fc
Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ )
by msarett
· 9 years ago
740cc88
Create SkColorSpaceXform to handle color conversions
by msarett
· 9 years ago
30e78c9
Make SkPngCodec decode progressively.
by scroggo
· 9 years ago
9a89a09
Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ )
by scroggo
· 9 years ago
a9ef92a
SkEncodedInfo: simplify
by halcanary
· 9 years ago
a4b09a1
Make SkPngCodec decode progressively.
by scroggo
· 9 years ago
23c5110
Add SkColorSpace to SkImageInfo
by msarett
· 9 years ago
f34cd63
Assign sRGB color space to unmarked jpegs and pngs
by msarett
· 9 years ago
ba58489
Finish supporting decoding opaque to non-opaque
by scroggo
· 9 years ago
bb9f774
Prepare SkColorSpace to be a public API
by msarett
· 9 years ago
ad3a5c6
Compile SkForceLinking on CMake
by msarett
· 9 years ago
3e375b0
Fix ICO bug exposed by the fuzzer
by msarett
· 9 years ago
02125d1
Create a single, unique pointer to sRGB color space
by msarett
· 9 years ago
50d3b57
return 4x4 matrix from SkColorSpace
by reed
· 9 years ago
ffc2aea
Introduce SkGammas type to represent ICC gamma curves
by msarett
· 9 years ago
a2ffa98
Revert of Introduce SkGammas type to represent ICC gamma curves (patchset #7 id:40002 of https://codereview.chromium.org/1928123002/ )
by msarett
· 9 years ago
7b2c6dd
Introduce SkGammas type to represent ICC gamma curves
by msarett
· 9 years ago
68758ae
Remove SkEncodedInfo kPreSwizzled_Color from public API
by msarett
· 9 years ago
ac6c750
Remove SkEncodedInfo kUnknown_Color and kUnknown_Alpha from public API
by msarett
· 9 years ago
34e0ec4
Support the non-native (RGBA/BGRA) swizzle
by msarett
· 9 years ago
a45a668
Use SkEncodedInfo in place of SkSwizzler::SrcConfig
by msarett
· 9 years ago
0370712
Remove obsolete image codec colorspace hacks.
by brianosman
· 9 years ago
c30c418
Add SkEncodedInfo to report properties of encoded image data
by msarett
· 9 years ago
3c92024
Revert of Add SkEncodedInfo to report properties of encoded image data (patchset #6 id:200001 of https://codereview.chromium.org/1820073002/ )
by robertphillips
· 9 years ago
f682d9a
Add SkEncodedInfo to report properties of encoded image data
by msarett
· 9 years ago
4d1061c
Add ability to default incoming image data as sRGB by default.
by herb
· 9 years ago
e34635d
Since PIEX can now return an uncompressed RGB thumbnail, check the type of the image before treating it as a JPEG.
by yujieqin
· 9 years ago
6e077e1
Mark webps as sRGB
by msarett
· 9 years ago
128245c
Correct png inverse gAMA when parsing color space
by msarett
· 9 years ago
c1d0312
Rename encoders to Sk*ImageEncoder
by msarett
· 9 years ago
3ec5db4
Workaround to set the sRGB flag on SkImageGenerator
by msarett
· 9 years ago
1088db9
Refactor SkBmpCodec
by msarett
· 9 years ago
0e6274f
Parse icc profiles and exif orientation from jpeg markers
by msarett
· 9 years ago
852f15d
free -> reset
by mtklein
· 9 years ago
43812e2
Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ )
by bungeman
· 9 years ago
0e3738d
free -> reset
by mtklein
· 9 years ago
18300a3
detach -> release
by mtklein
· 9 years ago
7a307df
Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG format
by yujieqin
· 9 years ago
4984c3c
Update Skia's YUV API
by msarett
· 9 years ago
d6215cf
Add a quick check to the TIFF header of DNG image
by yujieqin
· 9 years ago
c04df21
Limit the maximum buffer size of SkRawBufferedStream
by yujieqin
· 9 years ago
1590f3b
Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ )
by msarett
· 9 years ago
095d31c
Update Skia's YUV API
by msarett
· 9 years ago
ad8bcfe
Use a smart pointer for SkColorSpace factories
by msarett
· 9 years ago
e244322
Check libpng version before reading color space
by msarett
· 9 years ago
6a73821
Set SkColorSpace object for PNGs and parse ICC profiles
by msarett
· 9 years ago
7c87cf4
Fix YUV horizontal and vertical sampling checks
by msarett
· 9 years ago
d0e0885
Verify the full size returned by PIEX
by yujieqin
· 9 years ago
7f7ec20
Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec
by msarett
· 9 years ago
f236ee4
Enable RAW codec for Windows
by yujieqin
· 9 years ago
cb3d4fc
Revert of Enable RAW codec for Windows (patchset #8 id:140001 of https://codereview.chromium.org/1738913002/ )
by mtklein
· 9 years ago
474e4c3
Enable RAW codec for Windows
by yujieqin
· 9 years ago
9ca27f3
Remove unnecessary GOOGLE3 ifdefs from SkRawCodec
by msarett
· 9 years ago
5d2cd6e
Move SkUtils.h to src/core.
by bungeman
· 9 years ago
2d172eb
Use new API instead of the deprecated ones.
by yujieqin
· 9 years ago
91c22b2
Use new jpeg_crop_scanlines() API to optimize jpeg subset decodes
by msarett
· 9 years ago
740668d
Update libpng to 1.6.22beta
by msarett
· 9 years ago
2a98bac
Return the proper error code in SkBmpRLECodec
by msarett
· 9 years ago
d9ec320
Do not create BmpMaskCodecs with invalid bits per pixel
by msarett
· 9 years ago
39b2d5a
Individually enable and disable SkCodecs
by msarett
· 9 years ago
46d2aa8
Updates Piex and uses it to obtain the DNG dimensions.
by ebrauer
· 9 years ago
4691d99
Add SkCodec to the CMake build
by msarett
· 9 years ago
c29cd72
Make png filter functions compatible with libpng
by msarett
· 9 years ago
b30d698
Fix colorType/alphaType checks in SkCodec
by msarett
· 9 years ago
deabdb5
Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of https://codereview.chromium.org/1695473002/ )
by msarett
· 9 years ago
c7578b6
Fix colorType/alphaType checks in SkCodec
by msarett
· 9 years ago
70e418b
Make SkJpegCodec compatible with libjpeg
by msarett
· 9 years ago
9b9497e
Implement onSkipScanlines() for bmp and wbmp
by msarett
· 9 years ago
f4004f9
Support more color types for ICOs
by msarett
· 9 years ago
17315c2
Avoid initializing memory twice on incomplete RLE bmps
by msarett
· 9 years ago
ef02b24
Clarify bmp comment about when we support the alpha mask
by msarett
· 9 years ago
4946b94
Fix scanline decoding of rare RLE bmps
by msarett
· 9 years ago
d5951b1
More efficient Jpeg skipScanlines for older versions of libjpeg-turbo
by msarett
· 9 years ago
02b407b
Fix bug processing bmp bit masks
by msarett
· 9 years ago
9972c42
Clean up comments in SkSwizzler
by msarett
· 9 years ago
c5c322d
Optimize CMYK->RGBA (BGRA) transform for jpeg decodes
by msarett
· 9 years ago
e721a8e
flags and hacks to get MSAN bot going
by mtklein
· 9 years ago
23e78d3
Use size_t for get_row_bytes() in SkJpegCodec
by msarett
· 9 years ago
60dcd3c
SkPngCodec clean-ups
by msarett
· 9 years ago
9c7a8a4
Optimize the SkRawStream when the input is an asset stream
by yujieqin
· 9 years ago
a87d6de
Set sRGB flag for PNGs with an sRGB chunk
by msarett
· 9 years ago
ebf4408
Fix bugs in SkBmpCodec
by msarett
· 9 years ago
1e06079
NEON optimizations for GrayAlpha -> RGBA/BGRA Premul/Unpremul
by msarett
· 9 years ago
93e613d
Handle gray alpha conversions in SkSwizzler
by msarett
· 9 years ago
c5560be
Support decoding opaque to *premul
by scroggo
· 9 years ago
2eff71c
NEON optimizations for gray -> RGBA (or BGRA) conversions
by msarett
· 9 years ago
22000d1
Avoid too small reads to bufferMoreData()
by yujieqin
· 9 years ago
2ac722f
Revert of Avoid too small reads to bufferMoreData() (patchset #4 id:60001 of https://codereview.chromium.org/1644893003/ )
by jcgregorio
· 9 years ago
fd918e8
Avoid too small reads to bufferMoreData()
by yujieqin
· 9 years ago
b21c752
Look beyond SSE2 for Paeth
by mtklein
· 9 years ago
13a9123
A variety of SkPngCodec clean-ups
by msarett
· 9 years ago
e645965
Use proper row step in SkRawCodec
by scroggo
· 9 years ago
62358e7
SkPngFilters: guard with libpng >= 1.5.7
by mtklein
· 9 years ago
1c971fa
SkPngFilters: use normal pointer types.
by mtklein
· 9 years ago
Next »