[vlc-devel] [PATCH 0/4 v8] Add support for DLNA renderers

Shaleen Jain shaleen at jain.sh
Thu Jan 10 10:02:18 CET 2019


On Thu, 2019-01-10 at 03:51 -0500, Thomas Guillem wrote:
> You should explain the changes you did since the last time in this cover letter.

Changes from v6:* replaced vlc_assert_unreachable with exceptions in GetVencOption* Fixed
build errors with C++11 (removed make_unique usage and explicit constructor for
initializing an otherwise aggreate struct in C++14)* Various fixes from Hugo's review on
github. (All comments can be found on the commits here: 
https://github.com/shalzz/vlc/commits/dlna-7) id="-x-evo-selection-start-marker">
> On Wed, Jan 9, 2019, at 16:10, Shaleen Jain wrote:
> > Shaleen Jain (4):  chromecast: refactor out encoder option functions  dlna: add a DLNA
> > stream out  dlna: add GetProtocolInfo action  dlna: add PrepareForConnection action
> >  NEWS                                      |   1 +
> > modules/MODULES_LIST                      |   1 +
> > modules/services_discovery/Makefile.am    |   8 +-
> > modules/services_discovery/upnp.cpp       |  33 +
> > modules/services_discovery/upnp.hpp       |   1 +
> > modules/stream_out/Makefile.am            |   2 +
> > modules/stream_out/chromecast/cast.cpp    | 284 +------
> > modules/stream_out/dlna/dlna.cpp          | 955 ++++++++++++++++++++++
> > modules/stream_out/dlna/dlna.hpp          | 108 +++
> > modules/stream_out/dlna/dlna_common.hpp   |  43 +
> > modules/stream_out/dlna/profile_names.hpp | 849 +++++++++++++++++++
> > modules/stream_out/renderer_common.cpp    | 285 +++++++
> > modules/stream_out/renderer_common.hpp    |  85 ++
> > po/POTFILES.in                            |   2 + 14 files changed, 2384 insertions(+),
> > 273 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 create mode 100644
> > modules/stream_out/renderer_common.cpp create mode 100644
> > modules/stream_out/renderer_common.hpp
> > -- 2.20.1_______________________________________________vlc-devel mailing listTo
> > unsubscribe or modify your subscription options:
> > https://mailman.videolan.org/listinfo/vlc-devel
> _______________________________________________vlc-devel mailing listTo unsubscribe or
> modify your subscription options:https://mailman.videolan.org/listinfo/vlc-devel
-- 
Regards,
Shaleen Jain
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20190110/4a4388d1/attachment.html>


More information about the vlc-devel mailing list