Imported Upstream version 1.0.31 90/267490/1 upstream/1.0.31
authorSeungbae Shin <seungbae.shin@samsung.com>
Mon, 13 Sep 2021 02:58:53 +0000 (11:58 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Mon, 6 Dec 2021 07:13:21 +0000 (16:13 +0900)
commitdc5da714a3d25780e24d509a0208e2e0d054d3e8
tree43e918126b8a223b61f339091202bd7be3036a9b
parent5c5f693f516f5da844279f9db4f711512909bf17
Imported Upstream version 1.0.31

Change-Id: I76108a64afc8b24ece185fda3b49b65a38a58dbf
269 files changed:
.editorconfig [new file with mode: 0644]
.gitattributes [deleted file]
.gitignore [deleted file]
.travis.yml [deleted file]
AUTHORS
CMake/autogen.cmake [deleted file]
CMake/build.cmake [deleted file]
CMake/check.cmake [deleted file]
CMake/compiler_is_gcc.c [deleted file]
CMake/external_libs.cmake [deleted file]
CMake/file.cmake [deleted file]
CMake/have_decl_s_irgrp.c [deleted file]
CMake/libsndfile.cmake [deleted file]
CMakeLists.txt
CODEOWNERS [new file with mode: 0644]
CONTRIBUTING.md
ChangeLog
M4/Makefile.am [deleted file]
M4/add_cflags.m4 [deleted file]
M4/add_cxxflags.m4 [deleted file]
M4/clang.m4 [deleted file]
M4/endian.m4 [deleted file]
M4/gcc_version.m4 [deleted file]
M4/llrint.m4 [deleted file]
M4/lrint.m4 [deleted file]
M4/lrintf.m4 [deleted file]
M4/really_gcc.m4 [deleted file]
M4/visibility.m4 [deleted file]
Makefile.am
NEWS
README
README.md
Scripts/asan-configure.sh [new file with mode: 0755]
Scripts/build-test-tarball.mk.in
Scripts/cmake-build.sh
Scripts/cstyle.py
Scripts/git-pre-commit-hook
Scripts/static-deps-build.mk
Win32/Makefile.am [deleted file]
autogen.sh
cmake/CMakeAutoGen.cmake [new file with mode: 0644]
cmake/CMakeAutoGenScript.cmake [new file with mode: 0644]
cmake/CheckCPUArch.c.in [new file with mode: 0644]
cmake/CheckCPUArch.cmake [new file with mode: 0644]
cmake/ClipMode.cmake [new file with mode: 0644]
cmake/FindFLAC.cmake [new file with mode: 0644]
cmake/FindOgg.cmake [new file with mode: 0644]
cmake/FindOpus.cmake [new file with mode: 0644]
cmake/FindSndio.cmake [new file with mode: 0644]
cmake/FindSpeex.cmake [new file with mode: 0644]
cmake/FindVorbis.cmake [new file with mode: 0644]
cmake/SndFileChecks.cmake [new file with mode: 0644]
cmake/SndFileConfig.cmake.in [new file with mode: 0644]
cmake/TestInline.c.in [new file with mode: 0644]
cmake/TestInline.cmake [new file with mode: 0644]
cmake/TestLargeFiles.cmake [new file with mode: 0644]
cmake/sqlite/FindSQLite3.cmake [new file with mode: 0644]
configure.ac
doc/FAQ.html [deleted file]
doc/Makefile.am [deleted file]
doc/api.html [deleted file]
doc/bugs.html [deleted file]
doc/command.html [deleted file]
doc/development.html [deleted file]
doc/donate.html [deleted file]
doc/embedded_files.html [deleted file]
doc/index.html [deleted file]
doc/lists.html [deleted file]
doc/octave.html [deleted file]
doc/sndfile_info.html [deleted file]
doc/tutorial.html [deleted file]
doc/win32.html [deleted file]
docs/FAQ.md [new file with mode: 0644]
docs/_config.yml [new file with mode: 0644]
docs/_includes/logo.html [new file with mode: 0644]
docs/_layouts/default.html [new file with mode: 0644]
docs/_layouts/home.html [new file with mode: 0644]
docs/_layouts/page.html [new file with mode: 0644]
docs/api.md [new file with mode: 0644]
docs/bugs.md [new file with mode: 0644]
docs/command.md [new file with mode: 0644]
docs/development.md [new file with mode: 0644]
docs/donate.md [new file with mode: 0644]
docs/embedded_files.md [new file with mode: 0644]
docs/formats.md [new file with mode: 0644]
docs/index.md [new file with mode: 0644]
docs/libsndfile.css [moved from doc/libsndfile.css.in with 63% similarity]
docs/libsndfile.jpg [moved from doc/libsndfile.jpg with 100% similarity]
docs/linux_games_programming.txt [moved from doc/linux_games_programming.txt with 100% similarity]
docs/lists.md [new file with mode: 0644]
docs/new_file_type_howto.md [moved from doc/new_file_type.HOWTO with 72% similarity]
docs/octave.md [new file with mode: 0644]
docs/print.css [moved from doc/print.css with 100% similarity]
docs/sndfile_info.md [new file with mode: 0644]
docs/tutorial.md [new file with mode: 0644]
docs/win32.md [new file with mode: 0644]
echo-install-dirs.in [deleted file]
examples/Makefile.am [deleted file]
examples/generate.c
examples/make_sine.c
examples/sndfile-loopify.c
include/sndfile.h.in [moved from src/sndfile.h.in with 96% similarity]
include/sndfile.hh [moved from src/sndfile.hh with 93% similarity]
m4/ax_add_fortify_source.m4 [moved from M4/ax_add_fortify_source.m4 with 100% similarity]
m4/ax_append_compile_flags.m4 [new file with mode: 0644]
m4/ax_append_flag.m4 [new file with mode: 0644]
m4/ax_append_link_flags.m4 [new file with mode: 0644]
m4/ax_check_compile_flag.m4 [new file with mode: 0644]
m4/ax_check_link_flag.m4 [new file with mode: 0644]
m4/ax_compiler_vendor.m4 [new file with mode: 0644]
m4/ax_compiler_version.m4 [new file with mode: 0644]
m4/ax_recursive_eval.m4 [new file with mode: 0644]
m4/ax_require_defined.m4 [new file with mode: 0644]
m4/clip_mode.m4 [moved from M4/clip_mode.m4 with 100% similarity]
m4/extra_pkg.m4 [moved from M4/extra_pkg.m4 with 97% similarity]
m4/flexible_array.m4 [moved from M4/flexible_array.m4 with 100% similarity]
m4/mkoctfile_version.m4 [moved from M4/mkoctfile_version.m4 with 100% similarity]
m4/octave.m4 [moved from M4/octave.m4 with 100% similarity]
m4/stack_protect.m4 [moved from M4/stack_protect.m4 with 100% similarity]
man/Makefile.am [deleted file]
man/sndfile-cmp.1
man/sndfile-concat.1
man/sndfile-convert.1
man/sndfile-info.1
man/sndfile-interleave.1
man/sndfile-metadata-get.1
man/sndfile-play.1
man/sndfile-salvage.1
ossfuzz/ci_oss.sh [new file with mode: 0755]
ossfuzz/ossfuzz.sh [new file with mode: 0755]
ossfuzz/sndfile_fuzzer.cc [new file with mode: 0644]
ossfuzz/standaloneengine.cc [new file with mode: 0644]
ossfuzz/testinput.h [new file with mode: 0644]
programs/Makefile.am [deleted file]
programs/common.c
programs/common.h
programs/sndfile-convert.c
programs/sndfile-deinterleave.c
programs/sndfile-info.c
programs/sndfile-metadata-get.c
programs/sndfile-metadata-set.c
programs/sndfile-play-beos.cpp [deleted file]
programs/sndfile-play.c
programs/sndfile-salvage.c
regtest/Makefile.am [deleted file]
regtest/checksum.c
regtest/database.c
sndfile.pc.in
src/G72x/g72x_test.c
src/GSM610/gsm610_priv.h
src/GSM610/lpc.c
src/GSM610/rpe.c
src/Makefile.am [deleted file]
src/aiff.c
src/alaw.c
src/au.c
src/audio_detect.c
src/avr.c
src/binheader_writef_check.py
src/broadcast.c
src/caf.c
src/chunk.c
src/command.c
src/common.c
src/common.h
src/config.h.cmake [new file with mode: 0644]
src/create_symbols_file.c [deleted file]
src/create_symbols_file.py [changed mode: 0755->0644]
src/dither.c
src/double64.c
src/dwvw.c
src/file_io.c
src/flac.c
src/float32.c
src/g72x.c
src/gsm610.c
src/htk.c
src/id3.c
src/ima_adpcm.c
src/ircam.c
src/mat4.c
src/mat5.c
src/mpc2k.c
src/ms_adpcm.c
src/nist.c
src/nms_adpcm.c [new file with mode: 0644]
src/ogg.c
src/ogg.h
src/ogg_opus.c
src/ogg_pcm.c
src/ogg_speex.c
src/ogg_vcomment.c [new file with mode: 0644]
src/ogg_vcomment.h [new file with mode: 0644]
src/ogg_vorbis.c
src/paf.c
src/pcm.c
src/raw.c
src/rf64.c
src/sd2.c
src/sds.c
src/sf_unistd.h
src/sfconfig.h
src/sfendian.h
src/sndfile.c
src/svx.c
src/test_audio_detect.c
src/test_binheader_writef.c
src/test_endswap.tpl
src/test_file_io.c
src/test_main.c
src/test_main.h
src/test_nms_adpcm.c [new file with mode: 0644]
src/ulaw.c
src/version-metadata.rc.in
src/voc.c
src/vox_adpcm.c
src/w64.c
src/wav.c
src/wavlike.c
src/wavlike.h
src/windows.c
src/wve.c
src/xi.c
tests/Makefile.am [deleted file]
tests/aiff_rw_test.c
tests/alaw_test.c
tests/channel_test.c
tests/checksum_test.c
tests/chunk_test.c
tests/command_test.c
tests/compression_size_test.c
tests/cpp_test.cc
tests/cue_test.c [new file with mode: 0644]
tests/dft_cmp.c
tests/dither_test.c
tests/dwvw_test.c
tests/error_test.c
tests/external_libs_test.c
tests/fix_this.c
tests/floating_point_test.tpl
tests/format_check_test.c
tests/generate.c
tests/header_test.tpl
tests/headerless_test.c
tests/largefile_test.c
tests/locale_test.c
tests/long_read_write_test.c
tests/lossy_comp_test.c
tests/misc_test.c
tests/ogg_opus_test.c [new file with mode: 0644]
tests/ogg_test.c
tests/pcm_test.tpl
tests/peak_chunk_test.c
tests/pedantic-header-test.sh.in
tests/pipe_test.tpl
tests/raw_test.c
tests/scale_clip_test.tpl
tests/sftest.c
tests/sfversion.c
tests/stdin_test.c
tests/stdio_test.c
tests/stdout_test.c
tests/string_test.c
tests/test_wrapper.sh.in
tests/ulaw_test.c
tests/utils.tpl
tests/virtual_io_test.c
tests/win32_ordinal_test.c
tests/write_read_test.tpl