Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
4cdbf6056de29e8c12c3b1b4c2c2fa286cf68049
/
src
/
codec
809cbed
Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"
by Jim Van Verth
· 7 years ago
e567746
Fix truncated webp images
by Leon Scroggins III
· 7 years ago
88757da
guard old apis for querying byte-size of a bitmap/imageinfo/pixmap
by Mike Reed
· 7 years ago
f46633f
Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"
by Greg Daniel
· 7 years ago
98a6216
guard old apis for querying byte-size of a bitmap/imageinfo/pixmap
by Mike Reed
· 7 years ago
477e9d4
Merge fCurrIncrementalCodec and fCurrScanlineCodec usage into single variable
by nagarajan.n
· 7 years ago
f398dd5
Move adding offset to dstRow in SkRawCodec::onGetPixels
by nagarajan.n
· 7 years ago
a4083c9
make most of SkColorPriv.h private
by Cary Clark
· 7 years ago
08cda14
Share code for setting the out_color_space CMYK encoded colorspaces
by nagarajan.n
· 7 years ago
6e17b6f
Remove loop unrolling code in load_gamut
by nagarajan.n
· 8 years ago
b1854fa
Remove loop unrolling code in onQueryYUV8
by nagarajan.n
· 8 years ago
67e3429
Update libjpeg buffer status when it has has to be refilled.
by nagarajan.n
· 8 years ago
1f1aa2d
Stop using SkRasterPipeline inside GIF
by Leon Scroggins III
· 7 years ago
de7f91b
Remove SK_LEGACY_FRAME_INFO_ALPHA_TYPE
by Leon Scroggins III
· 7 years ago
722b3a7
Initialize the swizzler if there is a subset
by Chong Zhang
· 7 years ago
223ec29
Make haveDecodedRow return void
by Leon Scroggins III
· 7 years ago
ae79f32
Call initializeColorXform inside SkCodec
by Leon Scroggins III
· 7 years ago
04be2b5
Reland "skia: add heif decoding support"
by Leon Scroggins III
· 7 years ago
0741818
Move calls to conversion_possible to SkCodec
by Leon Scroggins III
· 7 years ago
db68a42
Revert "skia: add heif decoding support"
by Mike Klein
· 7 years ago
c2a9542
skia: add heif decoding support
by Chong Zhang
· 7 years ago
7f97f49
remove SK_SUPPORT_LEGACY_CODEC_NEW dead code
by Mike Reed
· 8 years ago
847068c
add Make factory to SkMemoryStream (simplify call-sites)
by Mike Reed
· 8 years ago
816afd8
fix legacy compile
by Mike Reed
· 8 years ago
ede7bac
use unique_ptr for codec factories
by Mike Reed
· 8 years ago
45c16fa
convert over to 2d-mode
by Mike Klein
· 8 years ago
9a0e390
sk_sp: act as if operator bool() not implicit.
by Hal Canary
· 8 years ago
e726e7c
Report first GIF frame after knowing its meta data
by Leon Scroggins III
· 8 years ago
e43fdb3
Use SkRasterPipeline to blend GIF frames and use proper offset
by Leon Scroggins III
· 8 years ago
262b319
Index8 is dead, remove guarded code
by Mike Reed
· 8 years ago
588fb04
Report error on failure to create SkCodec
by Leon Scroggins III
· 8 years ago
fc4ee22
Fix double delete in SkBmpCodec
by Leon Scroggins III
· 8 years ago
c20b5f8
Fix computeOutputColorSpace
by Leon Scroggins III
· 8 years ago
5805013
Guard to remove kIndex_8_SkColorType
by Mike Reed
· 8 years ago
571b30f
Reland "Remove support for decoding to kIndex_8"
by Leon Scroggins
· 8 years ago
8321f75
Revert "Remove support for decoding to kIndex_8"
by Leon Scroggins
· 8 years ago
742a3e2
Remove support for decoding to kIndex_8
by Leon Scroggins III
· 8 years ago
674a184
Add SkCodec::Result indicating error in the data
by Leon Scroggins III
· 8 years ago
005a970
ICO: Prevent calling 'new' with large values
by Leon Scroggins III
· 8 years ago
466c7d6
header cleanup
by Hal Canary
· 8 years ago
c2d2076
clean up low-hanging swap_rb
by Mike Klein
· 8 years ago
8db74f1
Revert "Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorType""
by Matt Sarett
· 8 years ago
1f6af6b
Consolidate decoding frames into SkCodec
by Leon Scroggins III
· 8 years ago
ee7c820
Remove debug checks for unsupported ICC profiles
by Matt Sarett
· 8 years ago
81c83a7
Revert "Do not return Index8 from SkAndroidCodec::computeOutputColorType"
by Matt Sarett
· 8 years ago
b6f4767
Do not return Index8 from SkAndroidCodec::computeOutputColorType
by Matt Sarett
· 8 years ago
33deb7e
Make SkCodec more flexible about its required frame
by Leon Scroggins III
· 8 years ago
912e6b8
Reland "Handle different types of streams in different jpeg source managers"
by Matt Sarett
· 8 years ago
91f0f73
Fix alpha issues in SkGifCodec
by Leon Scroggins III
· 8 years ago
15f4d02
Revert "Handle different types of streams in different jpeg source managers"
by Matt Sarett
· 8 years ago
c6e6a5f
Simplify SkCodecs' call to SkColorSpaceXform::apply
by Leon Scroggins III
· 8 years ago
12a4dc9
Defend against ICOs with large BMPs embedded
by Leon Scroggins III
· 8 years ago
d81fed9
Replace BMP calls to new with calls to malloc
by Leon Scroggins III
· 8 years ago
96cc361
Handle different types of streams in different jpeg source managers
by cjbao
· 8 years ago
ec4400b
Avoid new for small arrays in SkBmpCodec
by Leon Scroggins III
· 8 years ago
761d27c
update SkRasterPipeline::run() to also take y
by Mike Klein
· 8 years ago
b24704d
SkRasterPipeline in SkArenaAlloc
by Mike Klein
· 8 years ago
ee92f13
Fix alpha in webp bug introduced with animation
by Leon Scroggins III
· 8 years ago
557fbbe
Add animation support to SkWebpCodec
by Leon Scroggins III
· 8 years ago
ebb1b5c
Add new SkImageGenerator::getPixels() API, deprecate the old
by Matt Sarett
· 8 years ago
2feb796
Finish removing GrContext param from onRefEncodedData
by Brian Osman
· 8 years ago
d59948a
SkPngCodec: Do not return kInvalidConversion on corrupt png
by Matt Sarett
· 8 years ago
4785897
Remove compressed texture support from cacherator
by Brian Osman
· 8 years ago
600effb
Improve the Codec_end test and add fixes
by Leon Scroggins III
· 8 years ago
b644650
Fix decoding incomplete PNG images
by Leon Scroggins III
· 8 years ago
8323965
Reland "Make SkPngCodec only read as much of the stream as necessary"
by Leon Scroggins III
· 8 years ago
434b6e8
Revert "Make SkPngCodec only read as much of the stream as necessary"
by Leon Scroggins
· 8 years ago
2c65d51
Make SkPngCodec only read as much of the stream as necessary
by Leon Scroggins III
· 8 years ago
66f2332
Fix spacing style
by Chris Blume
· 8 years ago
249b8e3
Switch SkCodec to int for counts and indices
by Leon Scroggins III
· 8 years ago
e132e7b
Add SkCodec methods for individual frames
by Leon Scroggins III
· 8 years ago
fafe135
SkSize can be aggregate-initialized
by Hal Canary
· 8 years ago
a4db9be
Correct GIF frame dependencies and track alpha
by Leon Scroggins III
· 8 years ago
68feef4
Allow BF and BRD clients to request an output color space
by Matt Sarett
· 8 years ago
3a1ad6f
Try disabling MSAN workarounds in SkJpegCodec
by Mike Klein
· 8 years ago
19aff5d
565 codec color xform support: fix colortable / incomplete image behavior
by Matt Sarett
· 8 years ago
d531ca0
Use SkTransferFunctionBehavior in SkImageGenerator
by Matt Sarett
· 8 years ago
58c7b92
Fix msan errors in webp decoder
by Matt Sarett
· 8 years ago
3725f0a
Add codec and color xform support for 565
by Matt Sarett
· 8 years ago
f388093
Delete SkColorSpace::ColorSpaceFlags
by Matt Sarett
· 8 years ago
cf3f234
Add SkTransferFunctionBehavior flag: Use in codec and encoder
by Matt Sarett
· 8 years ago
5df93de
Revert "Revert "Add support for writing icc profiles to the jpeg encoder""
by Matt Sarett
· 8 years ago
dda14b9
Revert "Add support for writing icc profiles to the jpeg encoder"
by Derek Sollenberger
· 8 years ago
4ef0148
Add support for writing icc profiles to the jpeg encoder
by Matt Sarett
· 8 years ago
d68c41d
Revert "Add support for writing icc profiles to the jpeg encoder"
by Derek Sollenberger
· 8 years ago
d3b6597
Mark overridden destructors with 'override' and remove 'virtual'
by Brian Salomon
· 8 years ago
e3b95ce
Add support for writing icc profiles to the jpeg encoder
by Matt Sarett
· 8 years ago
4d1955c
Fix SkFILEStream.
by Ben Wagner
· 8 years ago
9341c98
SkAndroidCodec: Leave pixels in encoded colorspace when tf is numerical
by Matt Sarett
· 8 years ago
7f15b68
Fix bug handling CMYK images without color profiles
by Matt Sarett
· 8 years ago
0354c62
Set a limit on the size for BMP images
by Leon Scroggins III
· 8 years ago
c5eabe7
Read color space info from raw exif data
by Matt Sarett
· 8 years ago
e522f4c
Enable legacy premuls in SkColorSpaceXform
by Matt Sarett
· 8 years ago
5444446
Use non-linear color spaces for Android decode outputs
by Matt Sarett
· 8 years ago
185130c
return and take SkImageGenerator as unique_ptr
by Mike Reed
· 8 years ago
26e573c
removed unused code around scaled generators
by Mike Reed
· 8 years ago
2ae3a2e
Suggest P3 for wide gamut images in SkAndroidCodec
by Matt Sarett
· 8 years ago
03a7f5f
Make header files idempotent; script to check
by Hal Canary
· 8 years ago
5c49617
Reland "Respect canvas size and frame offset in webp decoder"
by Matt Sarett
· 8 years ago
77a7a1b
SkColorSpace: remove named API, add gamut API
by Matt Sarett
· 8 years ago
Next »