Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
43812e24cbb97208d149f419f0c3f61181ba4126
/
src
/
codec
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
372d65c
sketch hooking into PNG_FILTER_OPTIMIZATIONS
by mtklein
· 9 years ago
fda27a9
Fix Windows build
by yujieqin
· 9 years ago
076d83d
Enable RAW codec for Windows
by yujieqin
· 9 years ago
b84b5b4
It derives the dng_host and overrides PerformAreaTask() to split the task into several sub-tasks which get added to SkTaskGroup.
by ebrauer
· 9 years ago
24716be
Fix complier issue [-Werror, -Wvla]
by yujieqin
· 9 years ago
916de9f
Add RAW decoding into Skia.
by yujieqin
· 9 years ago
c85a9fd
Revert of Prototype of RAW decoding in Skia. (patchset #32 id:610001 of https://codereview.chromium.org/1520403003/ )
by msarett
· 9 years ago
6bd8639
Add RAW decoding into Skia.
by yujieqin
· 9 years ago
b714fb0
Add getYUV8Planes() API to SkCodec
by msarett
· 9 years ago
f1b8b6a
Use NEON optimizations for RGB -> RGB(FF) or BGR(FF) in SkSwizzler
by msarett
· 9 years ago
8bf7b79
Refactor swizzle names and types.
by mtklein
· 9 years ago
19032f7
Use fActualProc to choose fFastProc or fSlowProc in SkSwizzler
by msarett
· 9 years ago
be1d555
Rename SkCodec_libpng to SkPngCodec
by msarett
· 9 years ago
bda8609
Clean up unused or overly complex modes in SkSwizzler
by msarett
· 9 years ago
03108de
Add NEON swap opts and use opts in SkSwizzler
by msarett
· 9 years ago
edd2dcf
Create an SkCodecImageGenerator
by msarett
· 9 years ago
f44631b
Remove size check from SkCodec
by msarett
· 9 years ago
a51e778
Use SkOpts routines in SkSwizzler
by msarett
· 9 years ago
8604ca2
SkSwizzler: Factor skipping zeros out into a helper function.
by mtklein
· 9 years ago
a4970dc
Delete reallyHasAlpha() from SkCodec
by msarett
· 9 years ago
3d00db3
Might as well inline these premultiplies.
by mtklein
· 9 years ago
1a46467
Rename SkGifCodec, SkIcoCodec, SkWbmpCodec
by msarett
· 9 years ago
133eaaa
Store ninepatch chunks in the png header in CodexTest
by msarett
· 9 years ago
3ab9f2e
Fix some SkCodecPrintfs
by scroggo
· 9 years ago
457f54d
Change computeOutputColorType() to mimic old behavior
by msarett
· 9 years ago
9a0e346
Make BitmapRegionDecoder succeed on invalid requests
by msarett
· 9 years ago
90c4d5f
Add reallyHasAlpha() to SkAndroidCodec
by msarett
· 9 years ago
565901d
Switch SkAutoMalloc to SkAutoTMalloc to avoid cast
by scroggo
· 9 years ago
db30be2
Make SkCodec support peek() and read()
by scroggo
· 9 years ago
886e5e4
Fix overflow caught by ASAN.
by benjaminwagner
· 9 years ago
be8216a
Make SkAndroidCodec support ico
by msarett
· 9 years ago
97ff7f5
Revert of Make SkAndroidCodec support ico (patchset #7 id:130002 of https://codereview.chromium.org/1472933002/ )
by scroggo
· 9 years ago
1603e93
Make SkAndroidCodec support ico
by msarett
· 9 years ago
cb0d5c9
Add currScanline() getter to SkCodec API
by msarett
· 9 years ago
7d5105c
Allow SkAndroidCodec to use SkPngChunkReader
by msarett
· 9 years ago
b9a1e34
Support wbmp that are supported by SkImageDecoder
by scroggo
· 9 years ago
cf98fa9
Add SkPngChunkReader.
by scroggo
· 9 years ago
93c69ff
Revert of Add SkPngChunkReader. (patchset #9 id:160001 of https://codereview.chromium.org/1040453002/ )
by scroggo
· 9 years ago
3389e00
Add SkPngChunkReader.
by scroggo
· 9 years ago
72261c0
Implement SkGifCodec::onSkipScanlines()
by msarett
· 9 years ago
Next »