[vlc-devel] [PATCH 0/5] stream-extractor: adjustments given previous feedback

Filip Roséen filip at atch.se
Sat Dec 3 16:38:37 CET 2016


Given the feedback linked below, these changes takes an alternative route to
solve the previously described problem.

 - https://patches.videolan.org/patch/15157/

Filip Roséen (5):
  input: demux.c:input_DemuxNew -> input.c:InputDemuxNew
  input/input: handle demux selection in InputSourceNew
  input/input: simplify InputDemuxNew
  input/mrl_helpers: add mrl_FragmentSplit
  input/input: InputDemuxNew: add support for mrl-fragment-identifiers

 src/input/demux.c       |  93 -------------------------------
 src/input/demux.h       |   4 --
 src/input/input.c       | 143 +++++++++++++++++++++++++++++++++++++++++++++---
 src/input/mrl_helpers.h |  62 +++++++++++++++++++++
 4 files changed, 198 insertions(+), 104 deletions(-)

-- 
2.10.2



More information about the vlc-devel mailing list