[vlc-commits] UPnP: important rewrite

Hugo Beauzée-Luyssen git at videolan.org
Wed Mar 11 15:39:47 CET 2015


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Mar 10 18:52:44 2015 +0100| [f7dfc8f1041badecd9235b9212e55c4d6a450d77] | committer: Hugo Beauzée-Luyssen

UPnP: important rewrite

This is splitting the UPnP module in 2 parts:
- A service discovery module that is solely responsible for discovering
UPnP devices on the network
- An access module that will leverage the recently introduced
pf_readdir callback to list directories.

This removes the need for recursion and handling of all the items from
within the SD module.

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

 modules/services_discovery/upnp.cpp | 1365 ++++++++++++-----------------------
 modules/services_discovery/upnp.hpp |  184 ++---
 2 files changed, 545 insertions(+), 1004 deletions(-)

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


More information about the vlc-commits mailing list