-
Notifications
You must be signed in to change notification settings - Fork 38
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
Showing
30 changed files
with
1,316 additions
and
44 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
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
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
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
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
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 glfw
updated
66 files
Submodule glm
updated
1780 files
Submodule libltc
updated
17 files
+1 −0 | .gitignore | |
+6 −0 | ChangeLog | |
+1,572 −922 | Doxyfile.in | |
+1 −1 | README.md | |
+2 −2 | debian/changelog | |
+283 −111 | doc/man/man3/ltc.h.3 | |
+7 −3 | release.sh | |
+9 −6 | src/decoder.c | |
+19 −1 | src/encoder.c | |
+2 −1 | src/encoder.h | |
+52 −14 | src/ltc.c | |
+145 −33 | src/ltc.h | |
+7 −7 | src/timecode.c | |
+8 −1 | tests/Makefile.am | |
+5 −7 | tests/example_encode.c | |
+2 −2 | tests/ltcencode.c | |
+98 −0 | tests/ltcloop.c |
Submodule snappy
updated
17 files
+0 −37 | .appveyor.yml | |
+135 −0 | .github/workflows/build.yml | |
+0 −100 | .travis.yml | |
+23 −1 | CMakeLists.txt | |
+9 −24 | CONTRIBUTING.md | |
+6 −0 | NEWS | |
+27 −2 | README.md | |
+25 −15 | cmake/config.h.in | |
+88 −10 | snappy-internal.h | |
+57 −24 | snappy-stubs-internal.h | |
+1 −1 | snappy-test.cc | |
+9 −9 | snappy-test.h | |
+364 −130 | snappy.cc | |
+15 −2 | snappy.h | |
+50 −2 | snappy_benchmark.cc | |
+2 −2 | snappy_test_tool.cc | |
+65 −21 | snappy_unittest.cc |
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
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
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
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
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
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
Oops, something went wrong.