[vlc-devel] [vlc-commits] commit: atmo: add support for Fnordlicht devices (KaiLauterbach )
Andre Weber
WeberAndre at gmx.de
Thu Jun 3 21:04:38 CEST 2010
Hello,
@Jean-Baptiste Kempf
Is it allowed to ask you - could you please cherry pick the two Fnordlicht commits into the VLC 1.1.x - RC branch?
c215f7b79628a32373cf0041152cff1a5042d15b
2b88fd41466b886c4c1b06d4a7b823d70c41342c
I know that adding new features durring releaseing isn't usual (nice) - but it would be nice to have.
For me it works on Win32 and Kai Lauterbach tested it on Linux - so far the code builds fine for both OS.
Best,
André
----- Original Message -----
From: <git at videolan.org>
To: <vlc-commits at videolan.org>
Sent: Thursday, June 03, 2010 8:25 PM
Subject: [vlc-commits] commit: atmo: add support for Fnordlicht devices (KaiLauterbach )
> vlc | branch: master | Kai Lauterbach <lauterbach.kai at web.de> | Thu Jun 3 19:21:52 2010 +0200|
[c215f7b79628a32373cf0041152cff1a5042d15b] | committer: André Weber
>
> atmo: add support for Fnordlicht devices
>
> The Fnordlicht-Class implements only parts of the fnordlicht-protocol:
> sync, stop, start_bootloader, boot_enter_application and fade_rgb
> Have a look at http://github.com/fd0/fnordlicht/raw/master/doc/PROTOCOL
> for more details.
>
> Signed-off-by: André Weber <atmo at videolan.org>
>
> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c215f7b79628a32373cf0041152cff1a5042d15b
> ---
>
> modules/video_filter/Modules.am | 1 +
> modules/video_filter/atmo/AtmoConfig.cpp | 114 ++++-
> modules/video_filter/atmo/AtmoConfig.h | 41 ++-
> modules/video_filter/atmo/AtmoDefs.h | 9 +-
> modules/video_filter/atmo/AtmoTools.cpp | 21 +-
> modules/video_filter/atmo/FnordlichtConnection.cpp | 464 ++++++++++++++++++++
> modules/video_filter/atmo/FnordlichtConnection.h | 88 ++++
> modules/video_filter/atmo/atmo.cpp | 73 +++-
> 8 files changed, 762 insertions(+), 49 deletions(-)
>
> Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=c215f7b79628a32373cf0041152cff1a5042d15b
> _______________________________________________
> vlc-commits mailing list
> vlc-commits at videolan.org
> http://mailman.videolan.org/listinfo/vlc-commits
>
More information about the vlc-devel
mailing list