[vlc-devel] [PATCH 0/7] Browsing : Take 3.1

Julien 'Lta' BALLET elthariel at gmail.com
Sat Jun 21 15:55:08 CEST 2014


From: Julien 'Lta' BALLET <contact at lta.io>

Hi Remi,

I've fixed all the errors and problems you carefully noticed in the previous
patchset.

By the way, i'd like to thank you for reviewing on Saturday morning, and
also globally for all the reviews as we've been able to reduce the patchset size
a lot, making it much simpler and robust.

As always, i'll be very happy to fix any issue you can notice lurking deeply in
the code.

Regards,
Julien.

Julien 'Lta' BALLET (7):
  Add a pf_readdir callback to access_t modules
  Add support for pf_readdir access modules in Streams
  Add a default implementation for pf_readdir for StreamFilter. Use it
    in stream_filter/record.c
  Add a new playlist module whose job is to output pf_readdir modules
    items to the playlist
  Make access/directory.c a pf_readdir browsing module
  Fix a typo. Uniformize the coding style, especially parenthesis
  access/directory.c: Whitespace changes and posix struct naming fix

 doc/browsing.txt                   |  36 +++
 include/vlc_access.h               |   7 +-
 include/vlc_stream.h               |  24 +-
 modules/access/directory.c         | 547 +++++++++++++++++--------------------
 modules/access/fs.h                |   2 +-
 modules/demux/Makefile.am          |   1 +
 modules/demux/playlist/directory.c |  78 ++++++
 modules/demux/playlist/playlist.c  |   5 +
 modules/demux/playlist/playlist.h  |   4 +
 modules/stream_filter/record.c     |   1 +
 src/input/access.c                 |   1 +
 src/input/stream.c                 |  57 +++-
 src/input/stream_filter.c          |   8 +
 src/libvlccore.sym                 |   1 +
 14 files changed, 466 insertions(+), 306 deletions(-)
 create mode 100644 doc/browsing.txt
 create mode 100644 modules/demux/playlist/directory.c

--
2.0.0




More information about the vlc-devel mailing list