[vlc-devel] [PATCH 0/5 v4] Add support for DLNA renderers
Shaleen Jain
shaleen at jain.sh
Thu Nov 15 06:13:27 CET 2018
Hi,
Could the remaining two patches also be merged?
Thanks
On Tue, 2018-10-23 at 12:21 +0530, Shaleen Jain wrote:
> Fixed a bug that crept in from rebasing within the patches.
> Changes from v3: * Added transcoding dialog and conversion quality with encoder selection
> * Fixed getting the local ip address
> Tested on Linux.
> Shaleen Jain (5): upnp: fix headers upnp: do not pass the upnp instance as user
> data upnp: add renderer discoverer dlna: add a DLNA stream out dlna: add
> GetProtocolInfo action
> NEWS | 1 +
> modules/MODULES_LIST | 1 +
> modules/services_discovery/Makefile.am | 6 +- modules/services_discovery/upnp-
> wrapper.cpp | 4 +- modules/services_discovery/upnp-wrapper.hpp | 5 +
> modules/services_discovery/upnp.cpp | 400 ++++++-
> modules/services_discovery/upnp.hpp | 41 +
> modules/stream_out/dlna/dlna.cpp | 1089 +++++++++++++++++++
> modules/stream_out/dlna/dlna.hpp | 86 ++
> modules/stream_out/dlna/dlna_common.hpp | 56 +
> modules/stream_out/dlna/profile_names.hpp | 833 ++++++++++++++ 11 files changed, 2514
> insertions(+), 8 deletions(-) create mode 100644 modules/stream_out/dlna/dlna.cpp create
> mode 100644 modules/stream_out/dlna/dlna.hpp create mode 100644
> modules/stream_out/dlna/dlna_common.hpp create mode 100644
> modules/stream_out/dlna/profile_names.hpp
--
Regards,
Shaleen Jain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20181115/6d31a262/attachment.html>
More information about the vlc-devel
mailing list