Skip to content

Commit

Permalink
build(deps): 🏗 submodules ncnn and libwebp updated
Browse files Browse the repository at this point in the history
Signed-off-by: Onuralp SEZER <[email protected]>
  • Loading branch information
onuralpszr committed Nov 1, 2023
1 parent c1e1d7b commit 78543c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/external/libwebp
Submodule libwebp updated 53 files
+22 −10 CMakeLists.txt
+4 −0 ChangeLog
+4 −0 NEWS
+1 −1 README.md
+2 −1 cmake/WebPConfig.cmake.in
+5 −6 configure.ac
+1 −1 doc/api.md
+18 −0 doc/building.md
+9 −7 doc/webp-container-spec.txt
+30 −27 doc/webp-lossless-bitstream-spec.txt
+9 −5 examples/cwebp.c
+6 −6 examples/webpinfo.c
+1 −1 extras/extras.c
+1 −1 extras/vwebp_sdl.c
+35 −48 extras/webp_to_sdl.c
+52 −29 imageio/image_enc.c
+14 −4 iosbuild.sh
+4 −4 makefile.unix
+37 −29 sharpyuv/sharpyuv.c
+17 −17 sharpyuv/sharpyuv_gamma.c
+2 −2 src/Makefile.am
+1 −1 src/dec/buffer_dec.c
+1 −0 src/dec/idec_dec.c
+12 −8 src/dec/vp8_dec.c
+2 −1 src/dec/vp8i_dec.h
+83 −40 src/dec/vp8l_dec.c
+14 −1 src/dec/vp8li_dec.h
+1 −1 src/demux/Makefile.am
+1 −1 src/demux/demux.c
+4 −4 src/demux/libwebpdemux.rc
+0 −12 src/dsp/cpu.c
+15 −17 src/dsp/msa_macro.h
+2 −1 src/dsp/quant.h
+1 −1 src/enc/alpha_enc.c
+2 −2 src/enc/frame_enc.c
+1 −1 src/enc/histogram_enc.c
+1 −1 src/enc/vp8i_enc.h
+4 −3 src/enc/vp8l_enc.c
+4 −4 src/libwebp.rc
+4 −4 src/libwebpdecoder.rc
+1 −1 src/mux/Makefile.am
+5 −4 src/mux/anim_encode.c
+4 −4 src/mux/libwebpmux.rc
+2 −1 src/mux/muxedit.c
+1 −1 src/mux/muxi.h
+79 −18 src/utils/huffman_utils.c
+24 −3 src/utils/huffman_utils.h
+1 −1 src/utils/palette.c
+65 −0 tests/fuzzer/huffman_fuzzer.c
+3 −3 tests/fuzzer/makefile.unix
+1 −22 webp_js/README.md
+17 −31 webp_js/index_wasm.html
+26 −5 xcframeworkbuild.sh
2 changes: 1 addition & 1 deletion src/external/ncnn
Submodule ncnn updated 596 files

0 comments on commit 78543c6

Please sign in to comment.