[vlc-devel] [PATCH 0/3] Add subtitle encoding detection with uchardet (v2)
pertuleha at gmail.com
pertuleha at gmail.com
Sun Apr 7 20:38:23 CEST 2019
From: Aleksei Pertu <pertuleha at gmail.com>
Hello!
(failed to properly setup mailing list last time, so I cannot reply in previous thread)
Previous thread: https://mailman.videolan.org/pipermail/vlc-devel/2019-April/123976.html
Thanks to Thomas Guillem for review.
trac: https://trac.videolan.org/vlc/ticket/15173
Aleksei Pertu (3):
Add uchardet library v0.0.6
Detect subtitles charset using uchardet
Add UI for setting subtitle charset detection on/off
configure.ac | 10 ++
contrib/src/uchardet/SHA512SUMS | 1 +
contrib/src/uchardet/rules.mak | 25 +++++
modules/demux/Makefile.am | 8 +-
modules/demux/subtitle.c | 104 +++++++++++++++++-
modules/gui/macosx/UI/SimplePreferences.xib | 35 ++++--
.../preferences/VLCSimplePrefsController.h | 1 +
.../preferences/VLCSimplePrefsController.m | 2 +
.../gui/qt/components/simple_preferences.cpp | 1 +
modules/gui/qt/ui/sprefs_subtitles.ui | 7 ++
10 files changed, 180 insertions(+), 14 deletions(-)
create mode 100644 contrib/src/uchardet/SHA512SUMS
create mode 100644 contrib/src/uchardet/rules.mak
--
2.20.1
More information about the vlc-devel
mailing list