Skip to content

Commit 1feb407

Browse files
committed
Squashed 'libwebp_src/' content from commit 0d1f1254
git-subtree-dir: libwebp_src git-subtree-split: 0d1f12546bd803099a60c070517a552483f3790e
0 parents  commit 1feb407

File tree

324 files changed

+114391
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

324 files changed

+114391
-0
lines changed

‎.gitattributes‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.gitattributes export-ignore
2+
.gitignore export-ignore
3+
.mailmap export-ignore
4+
*.bat text eol=crlf
5+
*.pdf -text -diff
6+
*.ppm -text -diff

‎.gitignore‎

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
*.l[ao]
2+
*.[ao]
3+
*.pc
4+
.DS_Store
5+
.deps
6+
.idea
7+
.libs
8+
.vscode
9+
/aclocal.m4
10+
/ar-lib
11+
/autom4te.cache
12+
/compile
13+
/config.*
14+
/configure
15+
/depcomp
16+
/dist
17+
/install-sh
18+
/libtool
19+
/ltmain.sh
20+
/missing
21+
/mkinstalldirs
22+
/stamp-h1
23+
Makefile
24+
Makefile.in
25+
examples/anim_diff
26+
examples/anim_dump
27+
examples/[cdv]webp
28+
examples/gif2webp
29+
examples/img2webp
30+
examples/webpinfo
31+
examples/webpmux
32+
src/webp/config.h*
33+
src/webp/stamp-h1
34+
/output
35+
/doc/output
36+
*.idb
37+
*.pdb
38+
/iosbuild
39+
/xcframeworkbuild
40+
/WebP*.*framework
41+
CMakeCache.txt
42+
CMakeFiles/
43+
cmake_install.cmake
44+
.gradle
45+
/build
46+
extras/get_disto
47+
extras/vwebp_sdl
48+
extras/webp_quality
49+
tests/fuzzer/advanced_api_fuzzer
50+
tests/fuzzer/animation_api_fuzzer
51+
tests/fuzzer/animdecoder_fuzzer
52+
tests/fuzzer/animencoder_fuzzer
53+
tests/fuzzer/demux_api_fuzzer
54+
tests/fuzzer/enc_dec_fuzzer
55+
tests/fuzzer/mux_demux_api_fuzzer
56+
tests/fuzzer/simple_api_fuzzer

‎.mailmap‎

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Johann Koenig <johann.koenig@duck.com>
2+
Johann Koenig <johann.koenig@duck.com> <johannkoenig@google.com>
3+
Mikołaj Zalewski <mikolajz@google.com>
4+
Pascal Massimino <pascal.massimino@gmail.com>
5+
Pascal Massimino <pascal.massimino@gmail.com> <skal@google.com>
6+
Vikas Arora <vikasa@google.com>
7+
<vikasa@google.com> <vikasa@gmail.com>
8+
<vikasa@google.com> <vikaas.arora@gmail.com>
9+
<slobodan.prijic@imgtec.com> <Slobodan.Prijic@imgtec.com>
10+
<vrabaud@google.com> <vincent.rabaud@gmail.com>
11+
Vincent Rabaud <vrabaud@google.com>
12+
Tamar Levy <tamar.levy@intel.com>
13+
<qrczak@google.com> <qrczak>
14+
Hui Su <huisu@google.com>
15+
James Zern <jzern@google.com>
16+
Roberto Alanis <alanisbaez@google.com>
17+
Brian Ledger <brianpl@google.com>
18+
Maryla Ustarroz-Calonge <maryla@google.com>

0 commit comments

Comments
 (0)