• Home
Name Date Size #Lines LOC

..--

cmake/03-May-2024-518441

doc/03-May-2024-3,2582,464

examples/03-May-2024-8,2176,774

extras/03-May-2024-1,064768

fuzz_seed_corpus/03-May-2024-

gradle/wrapper/03-May-2024-65

imageio/03-May-2024-3,5452,596

infra/03-May-2024-909630

m4/03-May-2024-336300

man/03-May-2024-1,2241,162

sharpyuv/03-May-2024-1,6041,168

src/03-May-2024-68,73952,267

swig/03-May-2024-8,5537,054

tests/03-May-2024-7,1146,727

webp_js/03-May-2024-249208

.gitattributesD03-May-2024133 76

.gitignoreD03-May-2024837 5756

.mailmapD03-May-2024748 1918

.pylintrcD03-May-202414.2 KiB442339

.style.yapfD03-May-202429 22

AUTHORSD03-May-20242.6 KiB5958

Android.bpD03-May-20248.4 KiB350307

Android.mkD03-May-20248.4 KiB310240

CMakeLists.txtD03-May-202429.1 KiB780700

CONTRIBUTING.mdD03-May-20241.2 KiB3021

COPYINGD03-May-20241.5 KiB3124

ChangeLogD03-May-2024237.3 KiB4,5484,547

METADATAD03-May-2024277 1615

MODULE_LICENSE_BSDD03-May-20240

Makefile.amD03-May-2024155 107

Makefile.vcD03-May-202418.3 KiB528457

NEWSD03-May-202412.5 KiB297268

NOTICED03-May-20241.5 KiB3124

OWNERSD03-May-2024256 87

PATENTSD03-May-20241.4 KiB2421

PRESUBMIT.pyD03-May-20248.8 KiB246180

README.androidD03-May-2024489 1310

README.mdD03-May-20241.5 KiB5436

README.versionD03-May-202488 43

autogen.shD03-May-202434 31

build.gradleD03-May-202411.3 KiB444429

codereview.settingsD03-May-2024170 54

configure.acD03-May-202428.3 KiB804721

gradle.propertiesD03-May-2024451 1511

gradlewD03-May-20245.6 KiB184125

gradlew.batD03-May-20242.9 KiB10176

iosbuild.shD03-May-20245.2 KiB169128

makefile.unixD03-May-202416.8 KiB537425

xcframeworkbuild.shD03-May-20248.5 KiB256195

README.android

1URL: https://chromium.googlesource.com/webm/libwebp
2Version: 1.3.0
3License: Google BSD like
4
5Local modifications:
6- LOCAL_LICENSE_KINDS and related variables added to **/Android.mk
7- merge d64e6d7d Merge "PaletteSortModifiedZeng: fix leak on error" into main
8- cherry-pick 904941b4 Fix OOB write in BuildHuffmanTable.
9
10The Android.bp file creates WebP decoder and encoder static libraries which
11can be added to any application by adding libwebp-decode and libwebp-encode to
12'static_libs'.
13

README.md

1# WebP Codec
2
3```
4      __   __  ____  ____  ____
5     /  \\/  \/  _ \/  _ )/  _ \
6     \       /   __/  _  \   __/
7      \__\__/\____/\_____/__/ ____  ___
8            / _/ /    \    \ /  _ \/ _/
9           /  \_/   / /   \ \   __/  \__
10           \____/____/\_____/_____/____/v1.3.0
11```
12
13WebP codec is a library to encode and decode images in WebP format. This package
14contains the library that can be used in other programs to add WebP support, as
15well as the command line tools 'cwebp' and 'dwebp' to compress and decompress
16images respectively.
17
18See https://developers.google.com/speed/webp for details on the image format.
19
20The latest source tree is available at
21https://chromium.googlesource.com/webm/libwebp
22
23It is released under the same license as the WebM project. See
24https://www.webmproject.org/license/software/ or the "COPYING" file for details.
25An additional intellectual property rights grant can be found in the file
26PATENTS.
27
28## Building
29
30See the [building documentation](doc/building.md).
31
32## Encoding and Decoding Tools
33
34The examples/ directory contains tools to encode and decode images and
35animations, view information about WebP images, and more. See the
36[tools documentation](doc/tools.md).
37
38## APIs
39
40See the [APIs documentation](doc/api.md), and API usage examples in the
41`examples/` directory.
42
43## Bugs
44
45Please report all bugs to the issue tracker: https://bugs.chromium.org/p/webp
46
47Patches welcome! See [how to contribute](CONTRIBUTING.md).
48
49## Discuss
50
51Email: webp-discuss@webmproject.org
52
53Web: https://groups.google.com/a/webmproject.org/group/webp-discuss
54

README.version

1URL: https://chromium.googlesource.com/webm/libwebp
2Version: v1.3.0
3BugComponent: 20174
4