-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A new version (0.16.0) was released.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libass
updated
32 files
+52 −0 | Changelog | |
+12 −0 | MAINTAINERS | |
+10 −14 | Makefile.am | |
+23 −0 | Makefile_util.am | |
+2 −1 | README.md | |
+0 −7 | compare/Makefile.am | |
+2 −2 | compare/compare.c | |
+16 −5 | configure.ac | |
+2 −2 | libass.pc.in | |
+0 −59 | libass/Makefile.am | |
+62 −0 | libass/Makefile_library.am | |
+7 −4 | libass/ass.c | |
+47 −17 | libass/ass.h | |
+6 −0 | libass/ass_compat.h | |
+0 −2 | libass/ass_drawing.c | |
+412 −0 | libass/ass_filesystem.c | |
+44 −0 | libass/ass_filesystem.h | |
+14 −26 | libass/ass_fontselect.c | |
+3 −1 | libass/ass_library.h | |
+28 −35 | libass/ass_parse.c | |
+1 −1 | libass/ass_rasterizer.c | |
+9 −5 | libass/ass_render.c | |
+62 −15 | libass/ass_types.h | |
+31 −22 | libass/ass_utils.c | |
+4 −16 | 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 |