Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
e7a7812744c28e2fe3ae5eba0ea76eabfd9667ad
/
gyp
/
codec.gyp
da19f6f
Assume all TURBO_HAS_* are true.
by mtklein
· 8 years ago
dc90b53
Silence -Wclobbered in each file that needs it.
by mtklein
· 8 years ago
2f42896
Revert of Silence -Wclobbered in each file that needs it. (patchset #2 id:20001 of https://codereview.chromium.org/2184823009/ )
by mtklein
· 8 years ago
03f704a
Silence -Wclobbered in each file that needs it.
by mtklein
· 8 years ago
3d5942e
gyp: clean up warnings with clang-3.8
by halcanary
· 8 years ago
ad3a5c6
Compile SkForceLinking on CMake
by msarett
· 9 years ago
43bf511
Delete ChromeOS code
by borenet
· 9 years ago
c1d0312
Rename encoders to Sk*ImageEncoder
by msarett
· 9 years ago
f9deeb6
Update android_make to support both --gcc and --clang options.
by djsollen
· 9 years ago
ddb347b
Add -lrt flag for ChromeOS to enable the usage of clock_gettime. Enable RawCodec for ChromeOS
by yujieqin
· 9 years ago
285e7c6
Turn on TURBO_HAS_CROP for Android framework
by msarett
· 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
8715d47
Make SkPicture/SkImageGenerator default to SkCodec
by msarett
· 9 years ago
39b2d5a
Individually enable and disable SkCodecs
by msarett
· 9 years ago
70e418b
Make SkJpegCodec compatible with libjpeg
by msarett
· 9 years ago
1de415f
Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:120001 of https://codereview.chromium.org/1671193002/ )
by kjlubick
· 9 years ago
026388a
Make SkPicture/SkImageGenerator default to SkCodec
by scroggo
· 9 years ago
1497f9f
Update SK_IMAGE_VERSION to test RAW
by scroggo
· 9 years ago
ad38ed6
Revert of Treat bad values passed to --images as a fatal error (patchset #17 id:320001 of https://codereview.chromium.org/1611323004/ )
by scroggo
· 9 years ago
7579786
Treat bad values passed to --images as a fatal error
by scroggo
· 9 years ago
372d65c
sketch hooking into PNG_FILTER_OPTIMIZATIONS
by mtklein
· 9 years ago
076d83d
Enable RAW codec for Windows
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
be1d555
Rename SkCodec_libpng to SkPngCodec
by msarett
· 9 years ago
edd2dcf
Create an SkCodecImageGenerator
by msarett
· 9 years ago
a51e778
Use SkOpts routines in SkSwizzler
by msarett
· 9 years ago
1a46467
Rename SkGifCodec, SkIcoCodec, SkWbmpCodec
by msarett
· 9 years ago
39cbd2b
Fix problem with flag unknown to clang. This negates an earlier -Werror causing warnings to be errors.
by herb
· 9 years ago
b747b90
Remove dependencies on Android's forked decoder libraries
by msarett
· 9 years ago
a3f792d
Rename SkScaledCodec.cpp to SkSampledCodec.cpp
by scroggo
· 9 years ago
3d9d7a7
Create an SkAndroidCodec API separate from SkCodec
by msarett
· 9 years ago
e6dd004
Fill incomplete images in SkCodec parent class
by msarett
· 9 years ago
46c5747
Merge SkCodec with SkScanlineDecoder
by scroggo
· 9 years ago
fbccb59
Call standard libjpeg/libjpeg-turbo APIs
by msarett
· 9 years ago
d02b99f
Interlaced gifs without the iterator
by msarett
· 9 years ago
8f4ba76
SkScaledCodec class
by emmaleer
· 9 years ago
b0a32cc
Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ )
by egdaniel
· 9 years ago
b157917
SkScaledCodec class
by emmaleer
· 9 years ago
c7993d7
Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ )
by emmaleer
· 9 years ago
d518ea7
SkScaledCodec class
by emmaleer
· 9 years ago
e5aaa07
Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ )
by emmaleer
· 9 years ago
0944100
SkScaledCodec class
by emmaleer
· 9 years ago
4ab9d5f
Split SkBmpCodec into three separate classes
by msarett
· 9 years ago
1c005e4
Create a scanline decoder without creating a codec
by scroggo
· 9 years ago
b46e5e2
Rename SkCodec_libbmp to SkBmpCodec
by msarett
· 9 years ago
cd1f2da
add -Iinclude/private anywhere we have -Isrc/core
by mtklein
· 9 years ago
5513691
Fix Android framework build
by msarett
· 9 years ago
1c8a587
Add libjpeg-turbo library (depends on yasm)
by msarett
· 9 years ago
94a2fbc
Revert of Switch SkJpegCode to libjpeg-turbo (patchset #29 id:750001 of https://codereview.chromium.org/1180983002/)
by jvanverth
· 9 years ago
40141b5
Add libjpeg-turbo library (depends on yasm)
by msarett
· 9 years ago
aa2a7de
Revert of Switch SkJpegCode to libjpeg-turbo (patchset #28 id:710001 of https://codereview.chromium.org/1180983002/)
by msarett
· 9 years ago
e9e3ee3
Add libjpeg-turbo library (depends on yasm)
by msarett
· 9 years ago
f657b10
Revert of Switch SkJpegCode to libjpeg-turbo (patchset #25 id:680001 of https://codereview.chromium.org/1180983002/)
by msarett
· 9 years ago
f8bf918
Add libjpeg-turbo library (depends on yasm)
by msarett
· 9 years ago
c0bdecb
Revert of Switch SkJpegCode to libjpeg-turbo (patchset #11 id:540001 of https://codereview.chromium.org/1180983002/)
by mtklein
· 9 years ago
b60c3f8
Add libjpeg-turbo library (depends on yasm)
by msarett
· 9 years ago
6f5e619
Add SkWebpCodec, for decoding .webp images.
by scroggo
· 9 years ago
525e90a
Try again to rename one SkJpegUtility.h to remove ambiguity.
by mtklein
· 9 years ago
e16b04a
SkJpegCodec
by msarett
· 10 years ago
b2a6fe7
Enable both static and dynamically linked libpng
by djsollen
· 10 years ago
1865900
Revert of Enable both static and dynamically linked libpng (patchset #4 id:60001 of https://codereview.chromium.org/1032253003/)
by djsollen
· 10 years ago
2469c99
Enable both static and dynamically linked libpng
by djsollen
· 10 years ago
8c8f22a
Creating a new wrapper for gif decoder
by msarett
· 10 years ago
a096d7a
SkCodec: add wbmp class
by halcanary
· 10 years ago
0524590
Add scanline decoding to SkCodec.
by scroggo
· 10 years ago
3e56227
Add copyright headers to remaining gyp files.
by scroggo
· 10 years ago
648ac53
Add copyright to gyp/codec.gyp.
by scroggo
· 10 years ago
9bde918
Enabling ico decoding with use of png and bmp decoders
by msarett
· 10 years ago
7aa846c
Revert of Enabling ico decoding with use of png and bmp decoders (patchset #10 id:280001 of https://codereview.chromium.org/1011343003/)
by tomhudson
· 10 years ago
15bfd07
Enabling ico decoding with use of png and bmp decoders
by msarett
· 10 years ago
7411438
Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id:1 of https://codereview.chromium.org/1007373003/)"
by msarett
· 10 years ago
dfdec78
Revert "Implementation of image decoding for bmp files, in accordance with the new API."
by msarett
· 10 years ago
3675874
Implementation of image decoding for bmp files, in accordance with the new API.
by msarett
· 10 years ago
f24f224
Add SkCodec, including PNG implementation.
by scroggo
· 10 years ago
ee1a726
Revert of Add SkCodec, including PNG implementation. (patchset #24 id:460001 of https://codereview.chromium.org/930283002/)
by scroggo
· 10 years ago
ca35885
Add SkCodec, including PNG implementation.
by scroggo
· 10 years ago