[vlc-devel] [PATCH 0/3] Rework subtitle slave handling
Hugo Beauzée-Luyssen
hugo at beauzee.fr
Mon Jan 16 13:17:43 CET 2017
On 01/12/2017 07:34 PM, Filip Roséen wrote:
> These commits reworks the subtitle slave handling, while also fixing the below
> linked ticket:
>
> - https://trac.videolan.org/vlc/ticket/17657
>
> The work presented in this patch is a follow-up of:
>
> - https://mailman.videolan.org/pipermail/vlc-devel/2016-November/110531.html
>
> Filip Roséen (2):
> gui/qt: refactor handling of drag-drop-play
> input/input: input_SubtitleFile2Uri: handle URIs
>
> Thomas Guillem (1):
> input: refactor input_AddSubtitleOSD()
>
> include/vlc_input.h | 27 +++----
> modules/gui/qt/main_interface.cpp | 64 +++++------------
> src/input/control.c | 14 ----
> src/input/input.c | 143 ++++++++++++++++++++++++++++----------
> src/input/input_internal.h | 2 -
> src/libvlccore.sym | 1 +
> 6 files changed, 137 insertions(+), 114 deletions(-)
>
Minus the remark on patch 1, the serie looks good to me
More information about the vlc-devel
mailing list