Imported Upstream version 1.1.0 20/285120/1 upstream/1.1.0
authorSeungbae Shin <seungbae.shin@samsung.com>
Tue, 6 Dec 2022 10:21:45 +0000 (19:21 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Tue, 6 Dec 2022 10:44:54 +0000 (19:44 +0900)
commit96ea60627d4e94cb444e2642d4f2c200df3198f5
treef8216714901ca5571b9afecffceab6f840cb2725
parentdc5da714a3d25780e24d509a0208e2e0d054d3e8
Imported Upstream version 1.1.0

Change-Id: I7f253c192c45ded9144add418210ac5e3a29e0a9
139 files changed:
Building-for-Android.md
CHANGELOG.md [new file with mode: 0644]
CMakeLists.txt
CONTRIBUTING.md
Makefile.am
NEWS.OLD [moved from NEWS with 100% similarity]
README
README.md
SECURITY.md [new file with mode: 0644]
cmake/FindLame.cmake [new file with mode: 0644]
cmake/FindMpg123.cmake [new file with mode: 0644]
cmake/SetupABIVersions.cmake [new file with mode: 0644]
cmake/SndFileChecks.cmake
cmake/SndFileConfig.cmake.in
configure.ac
docs/FAQ.md
docs/_config.yml
docs/_layouts/home.html
docs/api.md
docs/command.md
docs/development.md
docs/formats.md
docs/index.md
examples/generate.c
examples/make_sine.c
examples/sfprocess.c
examples/sndfile-loopify.c
examples/sndfile-to-text.c
include/sndfile.h.in
include/sndfile.hh
m4/ax_add_fortify_source.m4
m4/extra_pkg.m4
m4/mkoctfile_version.m4
m4/octave.m4
m4/stack_protect.m4 [deleted file]
man/sndfile-play.1
ossfuzz/ossfuzz.sh
ossfuzz/sndfile_alt_fuzzer.cc [new file with mode: 0644]
ossfuzz/sndfile_fuzz_header.h [new file with mode: 0644]
ossfuzz/sndfile_fuzzer.cc
programs/common.c
programs/sndfile-concat.c
programs/sndfile-convert.c
programs/sndfile-deinterleave.c
programs/sndfile-info.c
programs/sndfile-interleave.c
programs/sndfile-play.c
programs/sndfile-salvage.c
regtest/database.c
sndfile.pc.in
src/ALAC/ag_dec.c
src/ALAC/ag_enc.c
src/ALAC/alac_codec.h
src/ALAC/alac_decoder.c
src/ALAC/dp_dec.c
src/ALAC/dp_enc.c
src/ALAC/shift.h
src/G72x/g72x_priv.h
src/GSM610/gsm610_priv.h
src/aiff.c
src/alac.c
src/alaw.c
src/avr.c
src/broadcast.c
src/caf.c
src/cart.c
src/chunk.c
src/command.c
src/common.c
src/common.h
src/config.h.cmake
src/dither.c
src/double64.c
src/dwd.c
src/dwvw.c
src/file_io.c
src/flac.c
src/float32.c
src/g72x.c
src/gsm610.c
src/id3.c
src/id3.h [new file with mode: 0644]
src/ima_adpcm.c
src/mpc2k.c
src/mpeg.c [new file with mode: 0644]
src/mpeg.h [new file with mode: 0644]
src/mpeg_decode.c [new file with mode: 0644]
src/mpeg_l3_encode.c [new file with mode: 0644]
src/ms_adpcm.c
src/nms_adpcm.c
src/ogg_opus.c
src/ogg_vorbis.c
src/paf.c
src/pcm.c
src/rf64.c
src/sd2.c
src/sds.c
src/sfendian.h
src/sndfile.c
src/svx.c
src/test_broadcast_var.c
src/test_conversions.c
src/test_file_io.c
src/test_log_printf.c
src/ulaw.c
src/vox_adpcm.c
src/w64.c
src/wav.c
src/wavlike.c
src/wavlike.h
src/windows.c
src/xi.c
tests/alaw_test.c
tests/chunk_test.c
tests/command_test.c
tests/compression_size_test.c
tests/dwvw_test.c
tests/error_test.c
tests/floating_point_test.tpl
tests/format_check_test.c
tests/generate.c
tests/header_test.tpl
tests/headerless_test.c
tests/locale_test.c
tests/long_read_write_test.c
tests/lossy_comp_test.c
tests/mpeg_test.c [new file with mode: 0644]
tests/multi_file_test.c
tests/ogg_opus_test.c
tests/ogg_test.c
tests/stdin_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/write_read_test.tpl
vcpkg.json [new file with mode: 0644]