[FFmpeg-devel] [PATCH] avfilter/vf_subtitles: Since mkvmerge 19 has fonts types from RFC 8081 and mkvmerge 58 on windows use new file/magic library, add more mime types for fonts

2021-10-03 Thread SomeRGuy
Signed-off-by: SomeRGuy --- libavfilter/vf_subtitles.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libavfilter/vf_subtitles.c b/libavfilter/vf_subtitles.c index f08a7fba9d..4168234e9e 100644 --- a/libavfilter/vf_subtitles.c +++ b/libavfilter/vf_subtitles.c

[FFmpeg-devel] [PATCH] avfilter/vf_subtitles: Since mkvmerge 19 has fonts types from RFC 8081 and mkvmerge 58 on windows use new file/magic library

2021-10-03 Thread SomeRGuy
Signed-off-by: SomeRGuy --- ...9-has-fonts-types-from-RFC-8081-and-.patch | 36 +++ libavfilter/vf_subtitles.c| 9 - 2 files changed, 44 insertions(+), 1 deletion(-) create mode 100644 0001-Since-mkvmerge-19-has-fonts-types-from-RFC-8081-and-.patch

[FFmpeg-devel] [PATCH] Since mkvmerge 19 has fonts types from RFC 8081 and mkvmerge 58 on windows use new file/magic library

2021-10-03 Thread SomeRGuy
Signed-off-by: SomeRGuy --- libavfilter/vf_subtitles.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libavfilter/vf_subtitles.c b/libavfilter/vf_subtitles.c index f08a7fba9d..4168234e9e 100644 --- a/libavfilter/vf_subtitles.c +++ b/libavfilter/vf_subtitles.c

[FFmpeg-devel] [PATCH] Since mkvmerge 19 has fonts types from RFC 8081 and mkvmerge 58 on windows use new file/magic library

2021-10-03 Thread SomeRGuy
Signed-off-by: SomeRGuy --- libavfilter/vf_subtitles.c | 991 +++-- 1 file changed, 499 insertions(+), 492 deletions(-) diff --git a/libavfilter/vf_subtitles.c b/libavfilter/vf_subtitles.c index f08a7fba9d..511722199c 100644 --- a/libavfilter/vf_subtitles.c +++ b