OSDN Git Service

[flac] Update FLAC to 1.4.1
authorStarg <starg@users.osdn.me>
Fri, 23 Sep 2022 11:44:03 +0000 (20:44 +0900)
committerStarg <starg@users.osdn.me>
Sat, 24 Sep 2022 03:32:50 +0000 (12:32 +0900)
commit81c16dc0acd320669be75fb491dbcd0d0443b5bd
treea8aab32882f281d1221601630b189ebdbf7da315
parent1dd546b01701e58c5b2a602347168cad62bbd240
[flac] Update FLAC to 1.4.1
84 files changed:
FLAC/AUTHORS
FLAC/COPYING.Xiph
FLAC/README [deleted file]
FLAC/README.md [new file with mode: 0644]
FLAC/include/FLAC/all.h
FLAC/include/FLAC/assert.h
FLAC/include/FLAC/callback.h
FLAC/include/FLAC/export.h
FLAC/include/FLAC/format.h
FLAC/include/FLAC/metadata.h
FLAC/include/FLAC/ordinals.h
FLAC/include/FLAC/stream_decoder.h
FLAC/include/FLAC/stream_encoder.h
FLAC/src/bitmath.c
FLAC/src/bitreader.c
FLAC/src/bitwriter.c
FLAC/src/cpu.c
FLAC/src/crc.c
FLAC/src/deduplication/lpc_compute_autocorrelation_intrin.c [new file with mode: 0644]
FLAC/src/deduplication/lpc_compute_autocorrelation_intrin_neon.c [new file with mode: 0644]
FLAC/src/deduplication/lpc_compute_autocorrelation_intrin_sse2.c [new file with mode: 0644]
FLAC/src/deduplication/lpc_compute_autocorrelation_intrin_vsx.c [new file with mode: 0644]
FLAC/src/fixed.c
FLAC/src/fixed_intrin_sse2.c
FLAC/src/fixed_intrin_ssse3.c
FLAC/src/float.c
FLAC/src/format.c
FLAC/src/lpc.c
FLAC/src/lpc_intrin_avx2.c
FLAC/src/lpc_intrin_fma.c [moved from FLAC/src/share/windows_unicode_filenames.h with 56% similarity]
FLAC/src/lpc_intrin_neon.c [new file with mode: 0644]
FLAC/src/lpc_intrin_sse.c [deleted file]
FLAC/src/lpc_intrin_sse2.c
FLAC/src/lpc_intrin_sse41.c
FLAC/src/lpc_intrin_vsx.c
FLAC/src/memory.c
FLAC/src/metadata_iterators.c
FLAC/src/metadata_object.c
FLAC/src/ogg_decoder_aspect.c
FLAC/src/ogg_encoder_aspect.c
FLAC/src/ogg_helper.c
FLAC/src/ogg_mapping.c
FLAC/src/private/all.h
FLAC/src/private/bitmath.h
FLAC/src/private/bitreader.h
FLAC/src/private/bitwriter.h
FLAC/src/private/cpu.h
FLAC/src/private/crc.h
FLAC/src/private/fixed.h
FLAC/src/private/float.h
FLAC/src/private/format.h
FLAC/src/private/lpc.h
FLAC/src/private/macros.h
FLAC/src/private/memory.h
FLAC/src/private/metadata.h
FLAC/src/private/ogg_decoder_aspect.h
FLAC/src/private/ogg_encoder_aspect.h
FLAC/src/private/ogg_helper.h
FLAC/src/private/ogg_mapping.h
FLAC/src/private/stream_encoder.h
FLAC/src/private/stream_encoder_framing.h
FLAC/src/private/window.h
FLAC/src/protected/all.h
FLAC/src/protected/stream_decoder.h
FLAC/src/protected/stream_encoder.h
FLAC/src/share/alloc.h
FLAC/src/share/compat.h
FLAC/src/share/endswap.h
FLAC/src/share/grabbag.h
FLAC/src/share/macros.h
FLAC/src/share/msvc2005_int.h [deleted file]
FLAC/src/share/private.h
FLAC/src/share/replaygain_synthesis.h
FLAC/src/share/safe_str.h
FLAC/src/share/win_utf8_io.h
FLAC/src/share/win_utf8_io/win_utf8_io.c [new file with mode: 0644]
FLAC/src/stream_decoder.c
FLAC/src/stream_encoder.c
FLAC/src/stream_encoder_framing.c
FLAC/src/stream_encoder_intrin_avx2.c
FLAC/src/stream_encoder_intrin_sse2.c
FLAC/src/stream_encoder_intrin_ssse3.c
FLAC/src/window.c
FLAC/src/windows_unicode_filenames.c [deleted file]