-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4cd2f38
commit 90b5e08
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule flac
updated
25 files
+36 −0 | .github/workflows/cifuzz.yml | |
+3 −3 | CMakeLists.txt | |
+6 −5 | README | |
+1 −1 | build/config.mk | |
+1 −1 | configure.ac | |
+1 −1 | doc/Doxyfile.in | |
+87 −2 | doc/html/changelog.html | |
+1 −1 | doc/html/documentation_bugs.html | |
+1 −1 | src/flac/decode.c | |
+1 −1 | src/flac/encode.c | |
+1 −1 | src/libFLAC/format.c | |
+2 −2 | src/libFLAC/libFLAC_dynamic.vcproj | |
+5 −5 | src/libFLAC/libFLAC_dynamic.vcxproj | |
+2 −2 | src/libFLAC/libFLAC_static.vcproj | |
+5 −5 | src/libFLAC/libFLAC_static.vcxproj | |
+271 −271 | src/libFLAC/lpc_intrin_avx2.c | |
+162 −162 | src/libFLAC/lpc_intrin_sse2.c | |
+241 −241 | src/libFLAC/lpc_intrin_sse41.c | |
+39 −4 | src/libFLAC/stream_decoder.c | |
+27 −5 | src/libFLAC/stream_encoder.c | |
+5 −5 | src/libFLAC/stream_encoder_intrin_avx2.c | |
+3 −3 | src/libFLAC/stream_encoder_intrin_sse2.c | |
+3 −3 | src/libFLAC/stream_encoder_intrin_ssse3.c | |
+2 −2 | src/utils/flacdiff/main.cpp | |
+1 −1 | test/metaflac-test-files/case07-expect.meta |