[vlc-devel] [PATCH 0/5] libvlc browsing v3

Thomas Guillem thomas at gllm.fr
Tue Jan 20 10:46:27 CET 2015


 - Handle DEMUX_IS_PLAYLIST error case.

 - Remove libvlc_media_list_internal_set_media. Set directly p_internal_md in
   media after object creation (like for b_readonly).

 - Better comments for libvlc_media_parse_with_options: put flags comments in
   libvlc_media_parse_flag_t.

Thomas Guillem (5):
  input: Preparse: fetch sub items if item is a playlist
  libvlc: media: fix leak if it has subitems
  libvlc: media_list: don't set media if readonly
  libvlc: add libvlc_MediaListEndReached event
  libvlc: add libvlc_media_parse_with_options

 include/vlc/libvlc_events.h |  1 +
 include/vlc/libvlc_media.h  | 56 +++++++++++++++++++++++++-
 lib/libvlc.sym              |  1 +
 lib/media.c                 | 95 +++++++++++++++++++++++++++++++--------------
 lib/media_discoverer.c      |  7 ++++
 lib/media_list.c            | 21 +++++++++-
 lib/media_list_internal.h   |  3 ++
 src/input/input.c           | 13 ++++++-
 8 files changed, 163 insertions(+), 34 deletions(-)

-- 
2.1.3




More information about the vlc-devel mailing list