[vlc-devel] [PATCH 0/5] subtitles: add url support

Thomas Guillem thomas at gllm.fr
Sat Feb 13 18:43:44 CET 2016


This set of patches add url support in subtitles detection.
This allows to search subtitles in a network share using a stream access and
stream_readDir function.

In my 4/5 I don't like my hack with object->i_flags, see XXX comments.
I'm not sure about changing the sub-file option name too.

Thomas Guillem (5):
  input: constify input_SubtitleFileAdd
  input: fix input_SubtitleFileAdd argument
  input: only check for idx files when subtitles come from the user
  input: add url support for subtitles detection
  input: change "sub-file" option to "sub-url"

 modules/gui/qt4/components/open_panels.cpp |  2 +-
 src/input/input.c                          | 75 +++++++++++++++++++++---------
 src/input/subtitles.c                      | 64 +++++++++++--------------
 src/input/var.c                            |  1 +
 src/libvlc-module.c                        | 13 +++---
 5 files changed, 87 insertions(+), 68 deletions(-)

-- 
2.7.0



More information about the vlc-devel mailing list