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
*
Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview....
msarett
2016-03-07
*
Update Skia's YUV API
msarett
2016-03-07
*
Use a smart pointer for SkColorSpace factories
msarett
2016-03-07
*
Check libpng version before reading color space
msarett
2016-03-04
*
Set SkColorSpace object for PNGs and parse ICC profiles
msarett
2016-03-04
*
Fix YUV horizontal and vertical sampling checks
msarett
2016-03-04
*
Verify the full size returned by PIEX
yujieqin
2016-03-03
*
Fix bug in SkGifCodec / Switch SkImageDec tests to use Codec
msarett
2016-03-01
*
Enable RAW codec for Windows
yujieqin
2016-02-29
*
Revert of Enable RAW codec for Windows (patchset #8 id:140001 of https://code...
mtklein
2016-02-26
*
Enable RAW codec for Windows
yujieqin
2016-02-26
*
Remove unnecessary GOOGLE3 ifdefs from SkRawCodec
msarett
2016-02-23
*
Move SkUtils.h to src/core.
bungeman
2016-02-23
*
Use new API instead of the deprecated ones.
yujieqin
2016-02-23
*
Use new jpeg_crop_scanlines() API to optimize jpeg subset decodes
msarett
2016-02-22
*
Update libpng to 1.6.22beta
msarett
2016-02-19
*
Return the proper error code in SkBmpRLECodec
msarett
2016-02-17
*
Do not create BmpMaskCodecs with invalid bits per pixel
msarett
2016-02-17
*
Individually enable and disable SkCodecs
msarett
2016-02-17
*
Updates Piex and uses it to obtain the DNG dimensions.
ebrauer
2016-02-17
*
Add SkCodec to the CMake build
msarett
2016-02-16
*
Make png filter functions compatible with libpng
msarett
2016-02-16
*
Fix colorType/alphaType checks in SkCodec
msarett
2016-02-15
*
Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of ...
msarett
2016-02-12
*
Fix colorType/alphaType checks in SkCodec
msarett
2016-02-12
*
Make SkJpegCodec compatible with libjpeg
msarett
2016-02-12
*
Implement onSkipScanlines() for bmp and wbmp
msarett
2016-02-11
*
Support more color types for ICOs
msarett
2016-02-11
*
Avoid initializing memory twice on incomplete RLE bmps
msarett
2016-02-11
*
Clarify bmp comment about when we support the alpha mask
msarett
2016-02-11
*
Fix scanline decoding of rare RLE bmps
msarett
2016-02-11
*
More efficient Jpeg skipScanlines for older versions of libjpeg-turbo
msarett
2016-02-10
*
Fix bug processing bmp bit masks
msarett
2016-02-10
*
Clean up comments in SkSwizzler
msarett
2016-02-10
*
Optimize CMYK->RGBA (BGRA) transform for jpeg decodes
msarett
2016-02-08
*
flags and hacks to get MSAN bot going
mtklein
2016-02-06
*
Use size_t for get_row_bytes() in SkJpegCodec
msarett
2016-02-06
*
SkPngCodec clean-ups
msarett
2016-02-05
*
Optimize the SkRawStream when the input is an asset stream
yujieqin
2016-02-05
*
Set sRGB flag for PNGs with an sRGB chunk
msarett
2016-02-04
*
Fix bugs in SkBmpCodec
msarett
2016-02-03
*
NEON optimizations for GrayAlpha -> RGBA/BGRA Premul/Unpremul
msarett
2016-02-03
*
Handle gray alpha conversions in SkSwizzler
msarett
2016-02-03
*
Support decoding opaque to *premul
scroggo
2016-02-03
*
NEON optimizations for gray -> RGBA (or BGRA) conversions
msarett
2016-02-02
*
Avoid too small reads to bufferMoreData()
yujieqin
2016-02-02
*
Revert of Avoid too small reads to bufferMoreData() (patchset #4 id:60001 of ...
jcgregorio
2016-02-02
*
Avoid too small reads to bufferMoreData()
yujieqin
2016-02-02
*
Look beyond SSE2 for Paeth
mtklein
2016-02-01
*
A variety of SkPngCodec clean-ups
msarett
2016-02-01
[next]