mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
bd94090a11
+ a simple makefile + README these were mostly equivalent, chromium added support for WEBP_REDUCE_CSP. the file names were normalized as follows: fuzz_advanced_api.{c,cc} -> advanced_api_fuzzer.c fuzz_animation_api.{c,cc} -> animation_api_fuzzer.c fuzz_webp_animencoder.cc -> animencoder_fuzzer.cc fuzz_demux_api.{c,cc} -> demux_api_fuzzer.c fuzz_webp_enc_dec.cc -> enc_dec_fuzzer.cc fuzz.h -> fuzz_utils.h fuzz_simple_api.{c,cc} -> simple_api_fuzzer.c Bug: webp:409 Change-Id: Ib997f0c92f25f8a1f91da83790298cd848b61a5d
51 lines
727 B
Plaintext
51 lines
727 B
Plaintext
*.l[ao]
|
|
*.[ao]
|
|
*.pc
|
|
.deps
|
|
.libs
|
|
/aclocal.m4
|
|
/ar-lib
|
|
/autom4te.cache
|
|
/compile
|
|
/config.*
|
|
/configure
|
|
/depcomp
|
|
/dist
|
|
/install-sh
|
|
/libtool
|
|
/ltmain.sh
|
|
/missing
|
|
/mkinstalldirs
|
|
/stamp-h1
|
|
Makefile
|
|
Makefile.in
|
|
examples/anim_diff
|
|
examples/anim_dump
|
|
examples/[cdv]webp
|
|
examples/gif2webp
|
|
examples/img2webp
|
|
examples/webpinfo
|
|
examples/webpmux
|
|
src/webp/config.h*
|
|
src/webp/stamp-h1
|
|
/output
|
|
/doc/output
|
|
*.idb
|
|
*.pdb
|
|
/iosbuild
|
|
/WebP.framework
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
.gradle
|
|
/build
|
|
extras/get_disto
|
|
extras/vwebp_sdl
|
|
extras/webp_quality
|
|
tests/fuzzer/advanced_api_fuzzer
|
|
tests/fuzzer/animation_api_fuzzer
|
|
tests/fuzzer/animencoder_fuzzer
|
|
tests/fuzzer/demux_api_fuzzer
|
|
tests/fuzzer/enc_dec_fuzzer
|
|
tests/fuzzer/simple_api_fuzzer
|