Skip to content

Commit

Permalink
chore: bump libsndfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 committed Nov 19, 2023
1 parent 6eeb8ed commit ca3a1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/libsndfile
Submodule libsndfile updated 83 files
+11 −143 .github/workflows/action.yml
+50 −1 CHANGELOG.md
+9 −13 CMakeLists.txt
+5 −4 Makefile.am
+1 −5 README.md
+2 −2 Scripts/cstyle.py
+1 −1 Scripts/git-pre-commit-hook
+1 −1 cmake/CMakeAutoGenScript.cmake
+0 −92 cmake/ClipMode.cmake
+1 −1 cmake/FindFLAC.cmake
+1 −1 cmake/Findmp3lame.cmake
+1 −3 cmake/SndFileChecks.cmake
+5 −27 configure.ac
+1 −1 docs/_config.yml
+5 −5 docs/api.md
+2 −2 docs/bugs.md
+6 −6 docs/command.md
+1 −1 docs/development.md
+4 −2 docs/index.md
+1 −1 docs/linux_games_programming.txt
+1 −1 docs/lists.md
+3 −3 examples/sfprocess.c
+1 −1 examples/sndfilehandle.cc
+0 −124 m4/clip_mode.m4
+1 −1 m4/flexible_array.m4
+1 −0 ossfuzz/.gitignore
+6 −2 ossfuzz/sndfile_fuzz_header.h
+1 −1 programs/sndfile-concat.c
+1 −1 programs/sndfile-convert.c
+1 −1 programs/sndfile-metadata-set.c
+2 −2 programs/sndfile-play.c
+1 −1 regtest/Readme.txt
+1 −1 regtest/database.c
+2 −0 src/ALAC/ag_dec.c
+2 −0 src/ALAC/ag_enc.c
+2 −0 src/ALAC/alac_decoder.c
+2 −0 src/ALAC/alac_encoder.c
+2 −0 src/ALAC/matrix_dec.c
+2 −0 src/ALAC/matrix_enc.c
+1 −1 src/G72x/g72x_test.c
+2 −2 src/aiff.c
+1 −1 src/alac.c
+6 −4 src/au.c
+1 −1 src/avr.c
+25 −21 src/common.c
+12 −8 src/common.h
+0 −6 src/config.h.cmake
+2 −2 src/create_symbols_file.py
+3 −3 src/double64.c
+2 −2 src/dwvw.c
+1 −1 src/file_io.c
+3 −3 src/float32.c
+3 −3 src/ima_adpcm.c
+5 −5 src/ircam.c
+2 −2 src/mat4.c
+1 −1 src/mat5.c
+2 −2 src/mpeg_decode.c
+45 −46 src/nms_adpcm.c
+2 −2 src/ogg.c
+1 −1 src/ogg.h
+5 −5 src/ogg_opus.c
+1 −1 src/ogg_vcomment.c
+1 −1 src/ogg_vorbis.c
+1 −1 src/paf.c
+61 −93 src/pcm.c
+1 −1 src/rf64.c
+3 −3 src/sds.c
+6 −10 src/sndfile.c
+1 −1 src/voc.c
+1 −1 src/w64.c
+5 −5 src/wav.c
+2 −2 src/wavlike.c
+1 −1 tests/alaw_test.c
+1 −1 tests/benchmark.tpl
+2 −2 tests/command_test.c
+1 −1 tests/misc_test.c
+1 −1 tests/peak_chunk_test.c
+1 −1 tests/sftest.c
+22 −20 tests/string_test.c
+1 −1 tests/ulaw_test.c
+3 −3 tests/utils.tpl
+1 −1 tests/win32_test.c
+1 −1 tests/write_read_test.tpl

0 comments on commit ca3a1f8

Please sign in to comment.