Skip to content
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update libmatroska to latest
  • Loading branch information
asukiaaa committed Jul 29, 2023
commit 5d792877a4294256ae7c5f7901aed65ce8dac02a
2 changes: 1 addition & 1 deletion extern/libmatroska/src
Submodule src updated 59 files
+50 −0 .github/workflows/linux-gcc10.yaml
+44 −0 .github/workflows/linux.yaml
+48 −0 .github/workflows/macos.yaml
+52 −0 .github/workflows/uwp.yaml
+57 −0 .github/workflows/windows.yaml
+64 −28 CMakeLists.txt
+0 −2,099 ChangeLog
+0 −1 MatroskaConfig.cmake
+8 −0 MatroskaConfig.cmake.in
+261 −0 NEWS.md
+9 −3 README.md
+0 −67 libmatroska.proj
+6 −87 matroska/FileKax.h
+93 −101 matroska/KaxBlock.h
+13 −13 matroska/KaxBlockData.h
+0 −1 matroska/KaxChapters.h
+25 −25 matroska/KaxCluster.h
+5 −27 matroska/KaxConfig.h
+4 −5 matroska/KaxContexts.h
+10 −10 matroska/KaxCues.h
+16 −15 matroska/KaxCuesData.h
+19 −20 matroska/KaxDefines.h
+17 −18 matroska/KaxInfoData.h
+8 −9 matroska/KaxSeekHead.h
+7 −7 matroska/KaxSegment.h
+499 −122 matroska/KaxSemantic.h
+0 −1 matroska/KaxTag.h
+0 −1 matroska/KaxTrackVideo.h
+11 −11 matroska/KaxTracks.h
+56 −4 matroska/KaxTypes.h
+6 −6 matroska/KaxVersion.h
+0 −119 matroska/c/libmatroska.h
+0 −108 matroska/c/libmatroska_t.h
+6 −362 src/FileKax.cpp
+3 −4 src/KaxAttached.cpp
+3 −4 src/KaxAttachments.cpp
+338 −305 src/KaxBlock.cpp
+13 −22 src/KaxBlockData.cpp
+87 −113 src/KaxCluster.cpp
+5 −6 src/KaxContexts.cpp
+44 −51 src/KaxCues.cpp
+72 −76 src/KaxCuesData.cpp
+2 −13 src/KaxInfoData.cpp
+42 −54 src/KaxSeekHead.cpp
+9 −14 src/KaxSegment.cpp
+460 −371 src/KaxSemantic.cpp
+3 −5 src/KaxTracks.cpp
+3 −4 src/KaxVersion.cpp
+0 −13 test/ebml/ebml.proj
+14 −15 test/ebml/test0.cpp
+33 −33 test/ebml/test00.cpp
+0 −13 test/mux/mux.proj
+13 −19 test/mux/test6.cpp
+146 −224 test/mux/test8.cpp
+0 −6 test/tags/tags.proj
+0 −238 test/tags/test9.cpp
+0 −9 test/test.proj
+3 −4 test/utf8/test5.cpp
+0 −6 test/utf8/utf8.proj