Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion lib/expat
Submodule expat updated 54 files
+6 −16 .github/workflows/autotools-cmake.yml
+1 −1 .github/workflows/cmake-required-version.yml
+26 −15 .github/workflows/coverage.yml
+3 −3 .github/workflows/cppcheck.yml
+1 −0 .github/workflows/data/expat_config_h_cmake__expected.txt
+1 −0 .github/workflows/data/expat_config_h_in__expected.txt
+3 −3 .github/workflows/expat_config_h.yml
+40 −15 .github/workflows/linux.yml
+3 −3 .github/workflows/macos.yml
+2 −2 .github/workflows/scripts/list-shared-library-symbols.sh
+4 −2 .github/workflows/valid-xml.yml
+1 −0 .mailmap
+2 −2 .travis.sh
+21 −0 COPYING
+28 −1 appveyor.yml
+6 −6 expat/CMake.README
+181 −122 expat/CMakeLists.txt
+1 −1 expat/COPYING
+118 −1 expat/Changes
+11 −11 expat/README.md
+4 −3 expat/apply-clang-format.sh
+2 −2 expat/buildconf.sh
+2 −2 expat/cmake/autotools/expat-noconfig__linux.cmake.in
+2 −2 expat/cmake/autotools/expat-noconfig__macos.cmake.in
+2 −2 expat/cmake/autotools/expat-noconfig__windows.cmake.in
+42 −34 expat/cmake/autotools/expat.cmake
+1 −0 expat/cmake/mingw-toolchain.cmake
+9 −5 expat/configure.ac
+14 −12 expat/coverage.sh
+7 −3 expat/doc/reference.html
+1 −1 expat/doc/xmlwf.xml
+33 −14 expat/examples/elements.c
+39 −38 expat/examples/outline.c
+2 −1 expat/expat.pc.cmake
+2 −1 expat/expat.pc.in
+6 −1 expat/expat_config.h.cmake
+3 −1 expat/fix-xmltest-log.sh
+1 −0 expat/fuzz/.gitignore
+2 −3 expat/lib/Makefile.am
+2 −2 expat/lib/expat.h
+4 −2 expat/lib/internal.h
+3 −4 expat/lib/libexpat.def.cmake
+0 −80 expat/lib/libexpatw.def
+1 −1 expat/lib/siphash.h
+43 −21 expat/lib/xmlparse.c
+4 −3 expat/lib/xmltok.c
+4 −2 expat/lib/xmltok_impl.c
+1 −1 expat/lib/xmltok_impl.h
+4 −4 expat/qa.sh
+249 −4 expat/tests/runtests.c
+5 −5 expat/win32/build_expat_iss.bat
+2 −2 expat/win32/expat.iss
+3 −2 expat/xmlwf/win32filemap.c
+2 −1 expat/xmlwf/xmlwf.c
2 changes: 1 addition & 1 deletion lib/fontconfig
Submodule fontconfig updated from d37f97 to c45e09
2 changes: 1 addition & 1 deletion lib/freetype
Submodule freetype updated from 801cd8 to e8ebfe
2 changes: 1 addition & 1 deletion lib/harfbuzz
Submodule harfbuzz updated 3501 files
2 changes: 1 addition & 1 deletion lib/libass
Submodule libass updated 57 files
+2 −0 .github/ISSUE_TEMPLATE/wrong-rendering-report.yml
+120 −23 .github/workflows/ghci.yml
+1 −0 .gitignore
+79 −0 Changelog
+12 −0 MAINTAINERS
+32 −11 Makefile.am
+43 −0 Makefile_util.am
+4 −3 README.md
+0 −7 compare/Makefile.am
+3 −2 compare/README.md
+44 −30 compare/compare.c
+7 −2 compare/image.c
+42 −7 configure.ac
+191 −0 fuzz/ass.dict
+308 −0 fuzz/fuzz.c
+2 −2 libass.pc.in
+0 −59 libass/Makefile.am
+62 −0 libass/Makefile_library.am
+224 −32 libass/ass.c
+66 −17 libass/ass.h
+48 −75 libass/ass_bitmap.c
+12 −13 libass/ass_bitmap.h
+25 −20 libass/ass_blur.c
+2 −2 libass/ass_cache.c
+2 −1 libass/ass_cache_template.h
+6 −0 libass/ass_compat.h
+12 −14 libass/ass_drawing.c
+412 −0 libass/ass_filesystem.c
+44 −0 libass/ass_filesystem.h
+8 −21 libass/ass_font.c
+1 −2 libass/ass_font.h
+35 −28 libass/ass_fontselect.c
+1 −1 libass/ass_fontselect.h
+7 −0 libass/ass_library.c
+3 −1 libass/ass_library.h
+43 −43 libass/ass_outline.c
+22 −22 libass/ass_outline.h
+353 −285 libass/ass_parse.c
+10 −10 libass/ass_parse.h
+4 −1 libass/ass_priv.h
+8 −8 libass/ass_rasterizer.c
+7 −7 libass/ass_rasterizer.h
+735 −512 libass/ass_render.c
+39 −23 libass/ass_render.h
+14 −10 libass/ass_render_api.c
+9 −16 libass/ass_shaper.c
+3 −3 libass/ass_shaper.h
+123 −44 libass/ass_types.h
+33 −229 libass/ass_utils.c
+44 −26 libass/ass_utils.h
+1 −1 libass/x86/blend_bitmaps.asm
+25 −1 libass/x86/cpuid.asm
+1 −0 libass/x86/cpuid.h
+0 −7 profile/Makefile.am
+3 −1 profile/profile.c
+0 −7 test/Makefile.am
+15 −4 test/test.c