vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
