[vlc-commits] access: refactor pf_readdir

Thomas Guillem git at videolan.org
Wed May 20 16:10:25 CEST 2015


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Thu May  7 09:32:39 2015 +0200| [88ffe1587824c27f35705ee28e607f80ca335b46] | committer: Thomas Guillem

access: refactor pf_readdir

The main advantage is to move the management of the input_item_node_t from all
accesses to the directory demux.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=88ffe1587824c27f35705ee28e607f80ca335b46
---

 include/vlc_access.h                |    6 +-
 include/vlc_stream.h                |    6 +-
 modules/access/archive/stream.c     |   19 ++---
 modules/access/directory.c          |   28 ++------
 modules/access/dsm/access.c         |  131 ++++++++++++++++-------------------
 modules/access/fs.h                 |    2 +-
 modules/access/ftp.c                |   17 ++---
 modules/access/sftp.c               |   28 ++++----
 modules/demux/playlist/directory.c  |   30 ++++++--
 modules/services_discovery/upnp.cpp |  109 +++++++++++++++++------------
 modules/services_discovery/upnp.hpp |   16 +++--
 src/input/stream.c                  |   15 ++--
 src/input/stream_filter.c           |    4 +-
 13 files changed, 212 insertions(+), 199 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=88ffe1587824c27f35705ee28e607f80ca335b46


More information about the vlc-commits mailing list