]> git.sesse.net Git - vlc/commit
video filter module - for thehomebrewAmbiLight (AtmoLight) [2/3]: atmo-video_filter...
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 12 Feb 2008 22:21:25 +0000 (22:21 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 12 Feb 2008 22:21:25 +0000 (22:21 +0000)
commit1b637157c42f9928d7ee1d21d780daa2e4476995
treeaf67171e7ed57efa40d154e7325d49815888913b
parentbcb07441573bbfc9e296fa5cee97a865905d2248
video filter module - for thehomebrewAmbiLight (AtmoLight) [2/3]: atmo-video_filter.diff
29 files changed:
modules/video_filter/atmo/AtmoCalculations.cpp [new file with mode: 0644]
modules/video_filter/atmo/AtmoCalculations.h [new file with mode: 0644]
modules/video_filter/atmo/AtmoConfig.cpp [new file with mode: 0644]
modules/video_filter/atmo/AtmoConfig.h [new file with mode: 0644]
modules/video_filter/atmo/AtmoConnection.cpp [new file with mode: 0644]
modules/video_filter/atmo/AtmoConnection.h [new file with mode: 0644]
modules/video_filter/atmo/AtmoDefs.h [new file with mode: 0644]
modules/video_filter/atmo/AtmoDynData.cpp [new file with mode: 0644]
modules/video_filter/atmo/AtmoDynData.h [new file with mode: 0644]
modules/video_filter/atmo/AtmoExternalCaptureInput.cpp [new file with mode: 0644]
modules/video_filter/atmo/AtmoExternalCaptureInput.h [new file with mode: 0644]
modules/video_filter/atmo/AtmoInput.cpp [new file with mode: 0644]
modules/video_filter/atmo/AtmoInput.h [new file with mode: 0644]
modules/video_filter/atmo/AtmoLiveView.cpp [new file with mode: 0644]
modules/video_filter/atmo/AtmoLiveView.h [new file with mode: 0644]
modules/video_filter/atmo/AtmoOutputFilter.cpp [new file with mode: 0644]
modules/video_filter/atmo/AtmoOutputFilter.h [new file with mode: 0644]
modules/video_filter/atmo/AtmoSerialConnection.cpp [new file with mode: 0644]
modules/video_filter/atmo/AtmoSerialConnection.h [new file with mode: 0644]
modules/video_filter/atmo/AtmoThread.cpp [new file with mode: 0644]
modules/video_filter/atmo/AtmoThread.h [new file with mode: 0644]
modules/video_filter/atmo/AtmoTools.cpp [new file with mode: 0644]
modules/video_filter/atmo/AtmoTools.h [new file with mode: 0644]
modules/video_filter/atmo/AtmoZoneDefinition.cpp [new file with mode: 0644]
modules/video_filter/atmo/AtmoZoneDefinition.h [new file with mode: 0644]
modules/video_filter/atmo/COPYING.txt [new file with mode: 0644]
modules/video_filter/atmo/Modules.am [new file with mode: 0644]
modules/video_filter/atmo/README.txt [new file with mode: 0644]
modules/video_filter/atmo/atmo.cpp [new file with mode: 0644]