[vlc-devel] [PATCH 0/2] make subtitle handling more robust

Filip Roséen filip at atch.se
Fri Nov 18 03:59:38 CET 2016


These two patches were primarily aimed at fixing the below linked ticket, but
while working on the ticket in question I also took some time to do some minor
clean-up.

 - https://trac.videolan.org/vlc/ticket/17657

The changes introduced will make sure that we can drag-and-drop entities
referring to non-local entities (such as links), while also making sure that we
can play remote subtitles that are being handled through
INPUT_CONTROL_ADD_SUBTITLE.

Speaking of "handling", the below ascii-art is hopefully relevant.

         /(|
        {  '
       __\  \  _____
     (____)  `|
    (____)|   |
     (____).__|
      (___)__.|_____


  orig src:
    http://www.chris.com/ascii/index.php?art=people/body%20parts/hand%20gestures


Filip Roséen (2):
  gui/qt: refactor handling of drag-drop-play
  input/input: input_SubtitleFile2Uri: handle URIs

 modules/gui/qt/main_interface.cpp | 64 ++++++++++++---------------------------
 src/input/input.c                 | 47 ++++++++++++++++------------
 2 files changed, 47 insertions(+), 64 deletions(-)

-- 
2.10.2



More information about the vlc-devel mailing list