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
*
Avoid copies in SkMasks constructor
scroggo
2015-09-30
*
Call rewindIfNeeded in SkCodec
scroggo
2015-09-30
*
Merge SkCodec with SkScanlineDecoder
scroggo
2015-09-30
*
Remove SkNEW and SkDELETE macros
mdempsky
2015-09-22
*
Disable dithering in libjpeg-turbo for 565 decodes
msarett
2015-09-18
*
Use rounding when converting desiredScale to a sampleSize
msarett
2015-09-18
*
Scanline decoding for gifs
msarett
2015-09-07
*
Revert of Scanline decoding for gifs (patchset #15 id:380001 of https://coder...
jcgregorio
2015-09-05
*
Scanline decoding for gifs
msarett
2015-09-04
*
Ico bug fix for opaque embedded images
msarett
2015-09-04
*
Fix bug in ico decodes
msarett
2015-09-02
*
Fix bmp bug in ReadHeader()
msarett
2015-09-01
*
Call standard libjpeg/libjpeg-turbo APIs
msarett
2015-09-01
*
Scanline decoding for bmp
msarett
2015-08-31
*
Interlaced gifs without the iterator
msarett
2015-08-28
*
Some codec code formatting cleanup.
bungeman
2015-08-27
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Update giflib to 5.1.1 (AOSP hash)
msarett
2015-08-24
*
Clean up ifdefs in SkGifCodec
msarett
2015-08-21
*
Move SkTemplates.h to private.
bungeman
2015-08-19
*
Prefer native scaling to sampling
msarett
2015-08-18
*
Support more swizzles to 565 in SkCodec
scroggo
2015-08-14
*
SkScaledCodec class
emmaleer
2015-08-14
*
Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.c...
egdaniel
2015-08-14
*
SkScaledCodec class
emmaleer
2015-08-14
*
Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.c...
emmaleer
2015-08-13
*
SkScaledCodec class
emmaleer
2015-08-13
*
Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.c...
emmaleer
2015-08-13
*
SkScaledCodec class
emmaleer
2015-08-13
*
Update CodexTest to test valid_alpha.
scroggo
2015-08-12
*
Fix bmp RLE "bug"
msarett
2015-08-12
*
Consolidate SkCodec functions for handling rewind
scroggo
2015-08-12
*
Switching Skia to chromium's libjpeg-turbo
msarett
2015-08-11
*
Split SkBmpCodec into three separate classes
msarett
2015-08-06
*
Let SkWebpCodec decode to 565
scroggo
2015-08-06
*
Support decoding PNG to 565.
scroggo
2015-08-06
*
Fix ASAN error for wbmp swizzles
msarett
2015-08-05
*
Scanline decoding for wbmp
msarett
2015-08-05
*
Create a scanline decoder without creating a codec
scroggo
2015-08-04
*
Rename SkCodec_libbmp to SkBmpCodec
msarett
2015-07-30
*
Make SkSwizzler::Fill() support 565
msarett
2015-07-29
*
Pass the destination pointer to next() in SkSwizzler
msarett
2015-07-27
*
Remove sk_memcpy32
mtklein
2015-07-27
*
Add the ability to decode a subset to SkCodec
scroggo
2015-07-22
*
removing png_read_end from SkPngScanlineDecoder
emmaleer
2015-07-20
*
Allow creating multiple scanline decoders.
scroggo
2015-07-10
*
Changing name of has_transpareny_in_palette to has_transparency_in_tRNS
emmaleer
2015-07-10
*
SkCodec no longer inherits from SkImageGenerator.
scroggo
2015-07-09
*
Add libjpeg-turbo library (depends on yasm)
msarett
2015-07-07
[next]