[vlc-commits] atmo: remove video filter

Rémi Denis-Courmont git at videolan.org
Fri Jul 10 17:25:28 CEST 2015


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri Jul 10 18:24:52 2015 +0300| [6713041eebe0c4245de4f78dfeb5effecb797faf] | committer: Rémi Denis-Courmont

atmo: remove video filter

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6713041eebe0c4245de4f78dfeb5effecb797faf
---

 NEWS                                               |    3 +
 configure.ac                                       |   12 -
 modules/MODULES_LIST                               |    1 -
 modules/video_filter/Makefile.am                   |   25 -
 modules/video_filter/atmo/AtmoCalculations.cpp     |  629 -----
 modules/video_filter/atmo/AtmoCalculations.h       |   66 -
 .../video_filter/atmo/AtmoChannelAssignment.cpp    |   87 -
 modules/video_filter/atmo/AtmoChannelAssignment.h  |   36 -
 .../video_filter/atmo/AtmoClassicConnection.cpp    |  287 ---
 modules/video_filter/atmo/AtmoClassicConnection.h  |   66 -
 modules/video_filter/atmo/AtmoConfig.cpp           |  511 ----
 modules/video_filter/atmo/AtmoConfig.h             |  383 ---
 modules/video_filter/atmo/AtmoConnection.cpp       |   78 -
 modules/video_filter/atmo/AtmoConnection.h         |   84 -
 modules/video_filter/atmo/AtmoDefs.h               |  242 --
 .../video_filter/atmo/AtmoDmxSerialConnection.cpp  |  289 ---
 .../video_filter/atmo/AtmoDmxSerialConnection.h    |   63 -
 modules/video_filter/atmo/AtmoDynData.cpp          |  251 --
 modules/video_filter/atmo/AtmoDynData.h            |  130 -
 .../video_filter/atmo/AtmoExternalCaptureInput.cpp |  279 --
 .../video_filter/atmo/AtmoExternalCaptureInput.h   |   72 -
 modules/video_filter/atmo/AtmoInput.cpp            |   36 -
 modules/video_filter/atmo/AtmoInput.h              |   44 -
 modules/video_filter/atmo/AtmoLiveView.cpp         |  202 --
 modules/video_filter/atmo/AtmoLiveView.h           |   37 -
 modules/video_filter/atmo/AtmoMultiConnection.cpp  |  441 ----
 modules/video_filter/atmo/AtmoMultiConnection.h    |   88 -
 modules/video_filter/atmo/AtmoOutputFilter.cpp     |  254 --
 modules/video_filter/atmo/AtmoOutputFilter.h       |   41 -
 modules/video_filter/atmo/AtmoPacketQueue.cpp      |  336 ---
 modules/video_filter/atmo/AtmoPacketQueue.h        |  102 -
 modules/video_filter/atmo/AtmoThread.cpp           |  168 --
 modules/video_filter/atmo/AtmoThread.h             |   71 -
 modules/video_filter/atmo/AtmoTools.cpp            |  550 ----
 modules/video_filter/atmo/AtmoTools.h              |   44 -
 modules/video_filter/atmo/AtmoZoneDefinition.cpp   |  337 ---
 modules/video_filter/atmo/AtmoZoneDefinition.h     |   43 -
 modules/video_filter/atmo/COPYING.txt              |  502 ----
 modules/video_filter/atmo/DmxTools.cpp             |  149 --
 modules/video_filter/atmo/DmxTools.h               |   16 -
 modules/video_filter/atmo/FnordlichtConnection.cpp |  454 ----
 modules/video_filter/atmo/FnordlichtConnection.h   |   78 -
 modules/video_filter/atmo/MoMoConnection.cpp       |  226 --
 modules/video_filter/atmo/MoMoConnection.h         |   56 -
 modules/video_filter/atmo/README.txt               |  303 ---
 modules/video_filter/atmo/atmo.cpp                 | 2702 --------------------
 po/POTFILES.in                                     |   24 -
 47 files changed, 3 insertions(+), 10895 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=6713041eebe0c4245de4f78dfeb5effecb797faf


More information about the vlc-commits mailing list