Home | History | Annotate | only in /external/chromium_org/third_party/libwebp
Up to higher level directory
NameDateSize
dec/11-Dec-2013
demux/11-Dec-2013
dsp/11-Dec-2013
enc/11-Dec-2013
libwebp.gyp11-Dec-20133.7K
libwebp.target.darwin-arm.mk11-Dec-20131.8K
libwebp.target.darwin-mips.mk11-Dec-20131.8K
libwebp.target.darwin-x86.mk11-Dec-20131.8K
libwebp.target.linux-arm.mk11-Dec-20131.8K
libwebp.target.linux-mips.mk11-Dec-20131.8K
libwebp.target.linux-x86.mk11-Dec-20131.8K
libwebp_dec.target.darwin-arm.mk11-Dec-20136K
libwebp_dec.target.darwin-mips.mk11-Dec-20136K
libwebp_dec.target.darwin-x86.mk11-Dec-20136K
libwebp_dec.target.linux-arm.mk11-Dec-20136K
libwebp_dec.target.linux-mips.mk11-Dec-20136K
libwebp_dec.target.linux-x86.mk11-Dec-20136K
libwebp_demux.target.darwin-arm.mk11-Dec-20135.6K
libwebp_demux.target.darwin-mips.mk11-Dec-20135.6K
libwebp_demux.target.darwin-x86.mk11-Dec-20135.6K
libwebp_demux.target.linux-arm.mk11-Dec-20135.6K
libwebp_demux.target.linux-mips.mk11-Dec-20135.6K
libwebp_demux.target.linux-x86.mk11-Dec-20135.6K
libwebp_dsp.target.darwin-arm.mk11-Dec-20135.9K
libwebp_dsp.target.darwin-mips.mk11-Dec-20135.8K
libwebp_dsp.target.darwin-x86.mk11-Dec-20135.9K
libwebp_dsp.target.linux-arm.mk11-Dec-20135.9K
libwebp_dsp.target.linux-mips.mk11-Dec-20135.8K
libwebp_dsp.target.linux-x86.mk11-Dec-20135.9K
libwebp_dsp_neon.target.darwin-arm.mk11-Dec-20135.8K
libwebp_dsp_neon.target.darwin-mips.mk11-Dec-20131.1K
libwebp_dsp_neon.target.darwin-x86.mk11-Dec-20131.1K
libwebp_dsp_neon.target.linux-arm.mk11-Dec-20135.8K
libwebp_dsp_neon.target.linux-mips.mk11-Dec-20131.1K
libwebp_dsp_neon.target.linux-x86.mk11-Dec-20131.1K
libwebp_enc.target.darwin-arm.mk11-Dec-20136.2K
libwebp_enc.target.darwin-mips.mk11-Dec-20136.1K
libwebp_enc.target.darwin-x86.mk11-Dec-20136.2K
libwebp_enc.target.linux-arm.mk11-Dec-20136.2K
libwebp_enc.target.linux-mips.mk11-Dec-20136.1K
libwebp_enc.target.linux-x86.mk11-Dec-20136.2K
libwebp_utils.target.darwin-arm.mk11-Dec-20136.1K
libwebp_utils.target.darwin-mips.mk11-Dec-20136K
libwebp_utils.target.darwin-x86.mk11-Dec-20136K
libwebp_utils.target.linux-arm.mk11-Dec-20136.1K
libwebp_utils.target.linux-mips.mk11-Dec-20136K
libwebp_utils.target.linux-x86.mk11-Dec-20136K
LICENSE11-Dec-20132.7K
OWNERS11-Dec-201323
README.chromium11-Dec-2013916
utils/11-Dec-2013
webp/11-Dec-2013

README.chromium

      1 Name: WebP image encoder/decoder
      2 Short Name: libwebp
      3 URL: http://developers.google.com/speed/webp
      4 Version: v0.3.1
      5 License: BSD
      6 License File: LICENSE
      7 Security Critical: Yes
      8 
      9 Description:
     10 Source archive:
     11   http://code.google.com/p/webp/downloads/detail?name=libwebp-0.3.1.tar.gz
     12 
     13 WebP is an image format that does both lossy and lossless compression of
     14 digital photographic images. WebP consists of a codec based on VP8, that Google
     15 open-sourced in May 2010 and a container based on RIFF. Webmasters, web
     16 developers and browser developers can use WebP to compress, archive and
     17 distribute digital images more efficiently.
     18 
     19 Local changes:
     20  * Removed examples/, documentation and build related files, keeping only
     21    the contents of src/ less mux/ which is unused.
     22  * Merged COPYING/PATENTS to LICENSE
     23 Cherry-picks:
     24   f626fe2 Detect canvas and image size mismatch in decoder.
     25   f5fbdee demux: stricter image bounds check
     26