Branch: refs/heads/master
Home:   http://github.com/VLMC/vlmc

Commit: 7e1b36e33f7812e5d15aa597d354df1b0464ba91
    http://github.com/VLMC/vlmc/commit/7e1b36e33f7812e5d15aa597d354df1b0464ba91
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-19 (Thu, 19 Nov 2009)

Changed paths:
  M src/EffectsEngine/TODO

Log Message:
-----------
Adding things to TODO file


Commit: 6595d4c8bd6bc7c19e61a0337924818306ef2abe
    http://github.com/VLMC/vlmc/commit/6595d4c8bd6bc7c19e61a0337924818306ef2abe
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-19 (Thu, 19 Nov 2009)

Changed paths:
  M src/EffectsEngine/GenericEffect.cpp
  M src/EffectsEngine/GenericEffect.h
  M src/EffectsEngine/TODO
  M vlmc.pro

Log Message:
-----------
Intermediate commit for/to (fucking english) backup


Commit: b522829d1a3b9ea0fd618b2cbc08c39361bad6b0
    http://github.com/VLMC/vlmc/commit/b522829d1a3b9ea0fd618b2cbc08c39361bad6b0
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-21 (Sat, 21 Nov 2009)

Changed paths:
  M src/EffectsEngine/EffectsEngine.cpp
  M src/EffectsEngine/EffectsEngine.h
  A src/EffectsEngine/EffectsFactory.cpp
  A src/EffectsEngine/EffectsFactory.h
  M src/EffectsEngine/GenericEffect.cpp
  M src/EffectsEngine/GenericEffect.h
  M src/EffectsEngine/GreenFilterEffect.cpp
  M src/EffectsEngine/GreenFilterEffect.h
  A src/EffectsEngine/IEffectPlugin.h
  A src/EffectsEngine/IGenericEffect.h
  M src/EffectsEngine/MixerEffect.cpp
  M src/EffectsEngine/MixerEffect.h
  M src/Renderer/WorkflowRenderer.cpp
  M vlmc.pro

Log Message:
-----------
New way to do module, It's working, but it's not dynamic


Commit: 3cce107bf32ab0766a615d6cb3c2455a601c10a7
    http://github.com/VLMC/vlmc/commit/3cce107bf32ab0766a615d6cb3c2455a601c10a7
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-26 (Thu, 26 Nov 2009)

Changed paths:
  M src/EffectsEngine/EffectsFactory.cpp
  M src/EffectsEngine/EffectsFactory.h
  A src/EffectsEngine/GreenFilterEffectFactory.cpp
  A src/EffectsEngine/GreenFilterEffectFactory.h
  A src/EffectsEngine/IEffectPluginFactory.h
  A src/EffectsEngine/MixerEffectFactory.cpp
  A src/EffectsEngine/MixerEffectFactory.h
  M vlmc.pro

Log Message:
-----------
Adding factory per plugin with interfaces


Commit: 9c1854d783cabd1dae3eec6191f9f5424fd4e9fc
    http://github.com/VLMC/vlmc/commit/9c1854d783cabd1dae3eec6191f9f5424fd4e9fc
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-26 (Thu, 26 Nov 2009)

Changed paths:
  A src/EffectsEngine/EffectNode.cpp
  A src/EffectsEngine/EffectNode.h
  M src/EffectsEngine/EffectsEngine.h
  M src/EffectsEngine/EffectsFactory.cpp
  M src/EffectsEngine/EffectsFactory.h
  R src/EffectsEngine/GenericEffect.cpp
  R src/EffectsEngine/GenericEffect.h
  M src/EffectsEngine/GreenFilterEffect.cpp
  M src/EffectsEngine/GreenFilterEffect.h
  A src/EffectsEngine/IEffectNode.h
  M src/EffectsEngine/IEffectPlugin.h
  R src/EffectsEngine/IGenericEffect.h
  M src/EffectsEngine/MixerEffect.cpp
  M src/EffectsEngine/MixerEffect.h
  M vlmc.pro

Log Message:
-----------
Moving *GenericEffect* name to *EffectNode*


Commit: e6e13f6f01554f80afd594409411fbe03772e170
    http://github.com/VLMC/vlmc/commit/e6e13f6f01554f80afd594409411fbe03772e170
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-26 (Thu, 26 Nov 2009)

Changed paths:
  A src/EffectsEngine/EffectNodeFactory.cpp
  A src/EffectsEngine/EffectNodeFactory.h
  M src/EffectsEngine/EffectsEngine.cpp
  M src/EffectsEngine/EffectsEngine.h
  R src/EffectsEngine/EffectsFactory.cpp
  R src/EffectsEngine/EffectsFactory.h
  M vlmc.pro

Log Message:
-----------
EffectsFactory renamed to EffectNodeFactory


Commit: edabfe22bed0621e4bc6625f387bca2faa59e3af
    http://github.com/VLMC/vlmc/commit/edabfe22bed0621e4bc6625f387bca2faa59e3af
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-26 (Thu, 26 Nov 2009)

Changed paths:
  M src/EffectsEngine/EffectNodeFactory.cpp
  M src/EffectsEngine/EffectNodeFactory.h
  M src/EffectsEngine/GreenFilterEffectFactory.h
  A src/EffectsEngine/IEffectPluginCreator.h
  R src/EffectsEngine/IEffectPluginFactory.h
  M src/EffectsEngine/MixerEffectFactory.h
  M vlmc.pro

Log Message:
-----------
IEffectPluginFactory renamed in IEffectPluginCreator


Commit: dbd6923d3b6c48b37da3dc8df14c40b495af29e6
    http://github.com/VLMC/vlmc/commit/dbd6923d3b6c48b37da3dc8df14c40b495af29e6
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-26 (Thu, 26 Nov 2009)

Changed paths:
  M src/EffectsEngine/EffectNodeFactory.cpp
  M src/EffectsEngine/EffectNodeFactory.h
  R src/EffectsEngine/GreenFilterEffectFactory.cpp
  R src/EffectsEngine/GreenFilterEffectFactory.h
  A src/EffectsEngine/GreenFilterEffectPluginCreator.cpp
  A src/EffectsEngine/GreenFilterEffectPluginCreator.h
  R src/EffectsEngine/MixerEffectFactory.cpp
  R src/EffectsEngine/MixerEffectFactory.h
  A src/EffectsEngine/MixerEffectPluginCreator.cpp
  A src/EffectsEngine/MixerEffectPluginCreator.h
  M vlmc.pro

Log Message:
-----------
Renaming effects plugins with more coherent names


Commit: f9244091b9c89dc57b24dfb2010aee34500a68b7
    http://github.com/VLMC/vlmc/commit/f9244091b9c89dc57b24dfb2010aee34500a68b7
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-26 (Thu, 26 Nov 2009)

Changed paths:
  M src/EffectsEngine/EffectsEngine.cpp
  R src/EffectsEngine/GreenFilterEffect.cpp
  R src/EffectsEngine/GreenFilterEffect.h
  A src/EffectsEngine/GreenFilterEffectPlugin.cpp
  A src/EffectsEngine/GreenFilterEffectPlugin.h
  M src/EffectsEngine/GreenFilterEffectPluginCreator.cpp
  M src/EffectsEngine/GreenFilterEffectPluginCreator.h
  R src/EffectsEngine/MixerEffect.cpp
  R src/EffectsEngine/MixerEffect.h
  A src/EffectsEngine/MixerEffectPlugin.cpp
  A src/EffectsEngine/MixerEffectPlugin.h
  M src/EffectsEngine/MixerEffectPluginCreator.cpp
  M src/EffectsEngine/MixerEffectPluginCreator.h
  M vlmc.pro

Log Message:
-----------
Adding Plugin prefix to *Effects


Commit: c9ef4c022aa1649f65f831ac72c18c45210ac558
    http://github.com/VLMC/vlmc/commit/c9ef4c022aa1649f65f831ac72c18c45210ac558
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-26 (Thu, 26 Nov 2009)

Changed paths:
  M src/EffectsEngine/EffectNodeFactory.cpp

Log Message:
-----------
Adding directory browsing test for search modules


Commit: 247ea1b277b81af1e47a560f79fde1b0509687d7
    http://github.com/VLMC/vlmc/commit/247ea1b277b81af1e47a560f79fde1b0509687d7
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-27 (Fri, 27 Nov 2009)

Changed paths:
  M src/EffectsEngine/EffectNodeFactory.cpp
  A src/EffectsEngine/EffectPluginFactory.cpp
  A src/EffectsEngine/EffectPluginFactory.h

Log Message:
-----------
Adding EffectPluginFactory class, not connected to the rest


Commit: 87c3e613da41a483d48e067e695a68ee3fc708ff
    http://github.com/VLMC/vlmc/commit/87c3e613da41a483d48e067e695a68ee3fc708ff
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-27 (Fri, 27 Nov 2009)

Changed paths:
  M src/EffectsEngine/EffectNodeFactory.cpp
  M src/EffectsEngine/EffectPluginFactory.cpp
  M src/EffectsEngine/EffectPluginFactory.h
  M src/EffectsEngine/GreenFilterEffectPlugin.h
  M src/EffectsEngine/GreenFilterEffectPluginCreator.cpp
  M src/EffectsEngine/GreenFilterEffectPluginCreator.h
  M src/EffectsEngine/IEffectPlugin.h
  M src/EffectsEngine/IEffectPluginCreator.h
  M src/EffectsEngine/MixerEffectPlugin.h
  M src/EffectsEngine/MixerEffectPluginCreator.cpp
  M src/EffectsEngine/MixerEffectPluginCreator.h

Log Message:
-----------
EffectPluginFactory finished, let's integrate and test :D


Commit: 4824f60fae59d38853df4179ddf2c2561951cb88
    http://github.com/VLMC/vlmc/commit/4824f60fae59d38853df4179ddf2c2561951cb88
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-28 (Sat, 28 Nov 2009)

Changed paths:
  M src/EffectsEngine/EffectNodeFactory.cpp
  M src/EffectsEngine/EffectNodeFactory.h
  R src/EffectsEngine/EffectPluginFactory.cpp
  R src/EffectsEngine/EffectPluginFactory.h
  A src/EffectsEngine/EffectPluginTypeLoader.cpp
  A src/EffectsEngine/EffectPluginTypeLoader.h
  A src/EffectsEngine/EffectPluginTypeManager.cpp
  A src/EffectsEngine/EffectPluginTypeManager.h
  M src/EffectsEngine/EffectsEngine.cpp
  R src/EffectsEngine/GreenFilterEffectPlugin.cpp
  R src/EffectsEngine/GreenFilterEffectPlugin.h
  R src/EffectsEngine/GreenFilterEffectPluginCreator.cpp
  R src/EffectsEngine/GreenFilterEffectPluginCreator.h
  M src/EffectsEngine/IEffectPluginCreator.h
  R src/EffectsEngine/MixerEffectPlugin.cpp
  R src/EffectsEngine/MixerEffectPlugin.h
  R src/EffectsEngine/MixerEffectPluginCreator.cpp
  R src/EffectsEngine/MixerEffectPluginCreator.h
  A src/EffectsEngine/Plugins/GreenFilterEffectPlugin.cpp
  A src/EffectsEngine/Plugins/GreenFilterEffectPlugin.h
  A src/EffectsEngine/Plugins/GreenFilterEffectPluginCreator.cpp
  A src/EffectsEngine/Plugins/GreenFilterEffectPluginCreator.h
  A src/EffectsEngine/Plugins/MixerEffectPlugin.cpp
  A src/EffectsEngine/Plugins/MixerEffectPlugin.h
  A src/EffectsEngine/Plugins/MixerEffectPluginCreator.cpp
  A src/EffectsEngine/Plugins/MixerEffectPluginCreator.h
  M vlmc.pro

Log Message:
-----------
EffectNodeFactory normally finished (but not integrated)


Commit: fd65b43f5b9c537ca875ffc88c68cd7760feccb9
    http://github.com/VLMC/vlmc/commit/fd65b43f5b9c537ca875ffc88c68cd7760feccb9
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-28 (Sat, 28 Nov 2009)

Changed paths:
  M src/EffectsEngine/EffectNodeFactory.cpp
  M src/EffectsEngine/EffectNodeFactory.h
  M src/EffectsEngine/EffectPluginTypeManager.h
  M vlmc.pro

Log Message:
-----------
Some compilation improvment :D


Commit: b9dc5ba762f9de8b0f188466a861ca66021c3036
    http://github.com/VLMC/vlmc/commit/b9dc5ba762f9de8b0f188466a861ca66021c3036
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-29 (Sun, 29 Nov 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h
  M src/EffectsEngine/EffectNodeFactory.cpp
  M src/EffectsEngine/EffectNodeFactory.h
  M src/EffectsEngine/EffectPluginTypeManager.cpp
  M src/EffectsEngine/EffectPluginTypeManager.h
  R src/EffectsEngine/Plugins/GreenFilterEffectPlugin.cpp
  R src/EffectsEngine/Plugins/GreenFilterEffectPlugin.h
  R src/EffectsEngine/Plugins/GreenFilterEffectPluginCreator.cpp
  R src/EffectsEngine/Plugins/GreenFilterEffectPluginCreator.h
  R src/EffectsEngine/Plugins/MixerEffectPlugin.cpp
  R src/EffectsEngine/Plugins/MixerEffectPlugin.h
  R src/EffectsEngine/Plugins/MixerEffectPluginCreator.cpp
  R src/EffectsEngine/Plugins/MixerEffectPluginCreator.h
  A src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffect.pro
  A src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffectPlugin.cpp
  A src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffectPlugin.h
  A 
src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffectPluginCreator.cpp
  A 
src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffectPluginCreator.h
  A src/EffectsEngine/Plugins/src/MixerEffect/MixerEffectPlugin.cpp
  A src/EffectsEngine/Plugins/src/MixerEffect/MixerEffectPlugin.h
  A src/EffectsEngine/Plugins/src/MixerEffect/MixerEffectPluginCreator.cpp
  A src/EffectsEngine/Plugins/src/MixerEffect/MixerEffectPluginCreator.h
  A src/EffectsEngine/Plugins/src/VLMC_Headers/IEffectNode.h
  A src/EffectsEngine/Plugins/src/VLMC_Headers/IEffectPlugin.h
  A src/EffectsEngine/Plugins/src/VLMC_Headers/IEffectPluginCreator.h
  A src/EffectsEngine/Plugins/src/VLMC_Headers/InSlot.hpp
  A src/EffectsEngine/Plugins/src/VLMC_Headers/LightVideoFrame.h
  A src/EffectsEngine/Plugins/src/VLMC_Headers/OutSlot.hpp

Log Message:
-----------
Big refactoring and compilation correction, sorry Etix -_-


Commit: 396803598e28bf074db0bf2e8bd388935b5794b8
    http://github.com/VLMC/vlmc/commit/396803598e28bf074db0bf2e8bd388935b5794b8
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-29 (Sun, 29 Nov 2009)

Changed paths:
  M src/EffectsEngine/IEffectNode.h
  M src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffect.pro
  M 
src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffectPluginCreator.h
  A src/EffectsEngine/Plugins/src/MixerEffect/MixerEffect.pro
  M src/EffectsEngine/Plugins/src/MixerEffect/MixerEffectPlugin.h
  M src/EffectsEngine/Plugins/src/MixerEffect/MixerEffectPluginCreator.cpp
  M src/EffectsEngine/Plugins/src/MixerEffect/MixerEffectPluginCreator.h
  R src/EffectsEngine/Plugins/src/VLMC_Headers/IEffectNode.h
  R src/EffectsEngine/Plugins/src/VLMC_Headers/IEffectPlugin.h
  R src/EffectsEngine/Plugins/src/VLMC_Headers/IEffectPluginCreator.h
  R src/EffectsEngine/Plugins/src/VLMC_Headers/InSlot.hpp
  R src/EffectsEngine/Plugins/src/VLMC_Headers/LightVideoFrame.h
  R src/EffectsEngine/Plugins/src/VLMC_Headers/OutSlot.hpp
  A src/EffectsEngine/VLMC_Headers/IEffectNode.h
  A src/EffectsEngine/VLMC_Headers/IEffectPlugin.h
  A src/EffectsEngine/VLMC_Headers/IEffectPluginCreator.h
  A src/EffectsEngine/VLMC_Headers/InSlot.hpp
  A src/EffectsEngine/VLMC_Headers/LightVideoFrame.h
  A src/EffectsEngine/VLMC_Headers/OutSlot.hpp

Log Message:
-----------
Directories clean


Commit: 2609e1a8f05bb57d454f240d38d0bad384fc6af7
    http://github.com/VLMC/vlmc/commit/2609e1a8f05bb57d454f240d38d0bad384fc6af7
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-29 (Sun, 29 Nov 2009)

Changed paths:
  M src/EffectsEngine/IEffectNode.h
  M src/EffectsEngine/VLMC_Headers/IEffectNode.h

Log Message:
-----------
forgotten virtuals


Commit: 47e2fa2cdc3091713cf563e0d26b45e4e4f69f59
    http://github.com/VLMC/vlmc/commit/47e2fa2cdc3091713cf563e0d26b45e4e4f69f59
Author: Vincent Carrubba <[email protected]>
Date:   2009-11-29 (Sun, 29 Nov 2009)

Changed paths:
  M src/EffectsEngine/EffectNodeFactory.cpp
  M src/EffectsEngine/EffectPluginTypeManager.cpp
  M src/EffectsEngine/EffectPluginTypeManager.h
  M src/EffectsEngine/EffectsEngine.cpp
  M src/EffectsEngine/EffectsEngine.h
  M src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffect.pro
  M src/EffectsEngine/Plugins/src/MixerEffect/MixerEffect.pro
  A src/EffectsEngine/VLMC_Headers/LightVideoFrame.cpp

Log Message:
-----------
EffectNodeFactory is working, so you can create plugins :D


Commit: 32fe2fa021acbd33d4375940204f001e9f981fd3
    http://github.com/VLMC/vlmc/commit/32fe2fa021acbd33d4375940204f001e9f981fd3
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-04 (Fri, 04 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h
  M src/EffectsEngine/EffectNodeFactory.cpp
  A src/EffectsEngine/SemanticObjectManager.hpp
  M vlmc.pro

Log Message:
-----------
Creating a template class with the recurrent name/id mecanism, and fix some 
littles bugs :)


Commit: ad614b74c1405c11a6049ba5130dafee39508ea1
    http://github.com/VLMC/vlmc/commit/ad614b74c1405c11a6049ba5130dafee39508ea1
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-04 (Fri, 04 Dec 2009)

Changed paths:
  M vlmc.pro

Log Message:
-----------
Typo in vlmc.pro


Commit: 9a50b4ffbf0dc95c0e67670267968e81f938f37e
    http://github.com/VLMC/vlmc/commit/9a50b4ffbf0dc95c0e67670267968e81f938f37e
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-04 (Fri, 04 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h
  M src/EffectsEngine/EffectNodeFactory.cpp
  M src/EffectsEngine/InSlot.hpp
  M src/EffectsEngine/OutSlot.hpp
  M src/EffectsEngine/SemanticObjectManager.hpp

Log Message:
-----------
Fixing some types compilation errors


Commit: 11bb70dd7b024b3ae484b3fb37e430088729c66a
    http://github.com/VLMC/vlmc/commit/11bb70dd7b024b3ae484b3fb37e430088729c66a
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-04 (Fri, 04 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNodeFactory.cpp
  M src/EffectsEngine/SemanticObjectManager.hpp

Log Message:
-----------
Correcting two missing initialization


Commit: c61cc3175b720a68d65d4d53cdc15be262830ba9
    http://github.com/VLMC/vlmc/commit/c61cc3175b720a68d65d4d53cdc15be262830ba9
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-05 (Sat, 05 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h
  M src/EffectsEngine/InSlot.hpp
  M src/EffectsEngine/OutSlot.hpp
  M src/EffectsEngine/SemanticObjectManager.hpp
  M src/EffectsEngine/TODO

Log Message:
-----------
Adding Father track in slots


Commit: f24cba8e06cf43b20582068dc396461b3876f1e4
    http://github.com/VLMC/vlmc/commit/f24cba8e06cf43b20582068dc396461b3876f1e4
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-05 (Sat, 05 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h
  M src/EffectsEngine/EffectNodeFactory.cpp
  M src/EffectsEngine/EffectNodeFactory.h

Log Message:
-----------
Adding father tracking in EffectNode


Commit: 8ae2bd334c4c9c6a2aedefd6c2860a1c3225d2c8
    http://github.com/VLMC/vlmc/commit/8ae2bd334c4c9c6a2aedefd6c2860a1c3225d2c8
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-05 (Sat, 05 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNodeFactory.cpp
  M src/EffectsEngine/EffectNodeFactory.h

Log Message:
-----------
Add setFather into EffectNodeFactroy


Commit: 190938eec8b58d9b4cc04f03431de96785d39e3a
    http://github.com/VLMC/vlmc/commit/190938eec8b58d9b4cc04f03431de96785d39e3a
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-05 (Sat, 05 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.h
  M src/EffectsEngine/TODO

Log Message:
-----------
Clean the EffectNode.h file and move todo from this into TODO file


Commit: 28e0534ff28b97c8d5e35eddfbe3ae8aeaaf90c1
    http://github.com/VLMC/vlmc/commit/28e0534ff28b97c8d5e35eddfbe3ae8aeaaf90c1
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-05 (Sat, 05 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h
  M src/EffectsEngine/EffectNodeFactory.cpp
  M src/EffectsEngine/EffectNodeFactory.h
  M src/EffectsEngine/EffectPluginTypeManager.cpp

Log Message:
-----------
Add capacity to create empty EffectNode*


Commit: bc9a5c71abe186dbab608a5d9f067255096c9873
    http://github.com/VLMC/vlmc/commit/bc9a5c71abe186dbab608a5d9f067255096c9873
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-05 (Sat, 05 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h
  M src/EffectsEngine/EffectNodeFactory.h

Log Message:
-----------
Now each EffectNode own an EffectNodeFactory to build childs nodes :)


Commit: d0420a87a244026487441d839e4aa50f2f1c6723
    http://github.com/VLMC/vlmc/commit/d0420a87a244026487441d839e4aa50f2f1c6723
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-05 (Sat, 05 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h

Log Message:
-----------
Wrapping EffectNode on EffectNodeFactory


Commit: 01760957591640c2701591a28914471c3e642663
    http://github.com/VLMC/vlmc/commit/01760957591640c2701591a28914471c3e642663
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-05 (Sat, 05 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNodeFactory.cpp
  M src/EffectsEngine/EffectNodeFactory.h

Log Message:
-----------
Oops, class name and new params names were missings d-___-b


Commit: 8b05dde02c949c857cdb8f6e54331153c04e9389
    http://github.com/VLMC/vlmc/commit/8b05dde02c949c857cdb8f6e54331153c04e9389
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-10 (Thu, 10 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h
  M src/EffectsEngine/InSlot.hpp
  M src/EffectsEngine/OutSlot.hpp
  M src/EffectsEngine/TODO
  M src/EffectsEngine/VLMC_Headers/OutSlot.hpp

Log Message:
-----------
Adding connection methods in EffectNode and bind capacity to OutSlot


Commit: c1af8da3a6174a74c66dcf60e4caca44286dbc0b
    http://github.com/VLMC/vlmc/commit/c1af8da3a6174a74c66dcf60e4caca44286dbc0b
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-10 (Thu, 10 Dec 2009)

Changed paths:
  M src/EffectsEngine/InSlot.hpp
  M src/EffectsEngine/OutSlot.hpp
  M src/EffectsEngine/VLMC_Headers/InSlot.hpp
  M src/EffectsEngine/VLMC_Headers/OutSlot.hpp

Log Message:
-----------
Adding binding capacity to InSlot


Commit: 1ba4dce59d941eddb0481431b99f67d055a6767c
    http://github.com/VLMC/vlmc/commit/1ba4dce59d941eddb0481431b99f67d055a6767c
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-11 (Fri, 11 Dec 2009)

Changed paths:
  M src/EffectsEngine/InSlot.hpp
  M src/EffectsEngine/OutSlot.hpp

Log Message:
-----------
Removing binding capacity from slots, it was a bad id


Commit: 6c55ea08a62b16ae9ce0bd3dfe823948c4ebc84f
    http://github.com/VLMC/vlmc/commit/6c55ea08a62b16ae9ce0bd3dfe823948c4ebc84f
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-11 (Fri, 11 Dec 2009)

Changed paths:
  M src/EffectsEngine/VLMC_Headers/InSlot.hpp
  M src/EffectsEngine/VLMC_Headers/OutSlot.hpp

Log Message:
-----------
Cp slots to shared directory for plugins


Commit: 8c4de0a484b6ec5892c77ab96a63a2c2bb11b216
    http://github.com/VLMC/vlmc/commit/8c4de0a484b6ec5892c77ab96a63a2c2bb11b216
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-11 (Fri, 11 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h

Log Message:
-----------
Adding creation of internals slot if the effectnode is empty, adding connection 
to parent node


Commit: 509df68d4e61adc118fde4bc8185263a23ebde27
    http://github.com/VLMC/vlmc/commit/509df68d4e61adc118fde4bc8185263a23ebde27
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-11 (Fri, 11 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h

Log Message:
-----------
Adding sub-nodes rendering capacity with all primitives but renderSubNodes 
(empty now)


Commit: de9c3ca98a4ce355ec561dfdbec64a76df7a8e5e
    http://github.com/VLMC/vlmc/commit/de9c3ca98a4ce355ec561dfdbec64a76df7a8e5e
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-11 (Fri, 11 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp

Log Message:
-----------
..now compiling


Commit: 107b9d0f174ea83f9be3f26cbda8d04208fffa85
    http://github.com/VLMC/vlmc/commit/107b9d0f174ea83f9be3f26cbda8d04208fffa85
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-11 (Fri, 11 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h
  M src/EffectsEngine/InSlot.hpp

Log Message:
-----------
renderSubNode methode is now implemented but not tested, so the next commit 
will be for bufixes :D


Commit: e50a9e1683744394c42c06c0c0fe029e20fb67c9
    http://github.com/VLMC/vlmc/commit/e50a9e1683744394c42c06c0c0fe029e20fb67c9
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-11 (Fri, 11 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h

Log Message:
-----------
Adding const to a getter


Commit: 17cfcc10f918a66b1a13e17731a6d0cd040822be
    http://github.com/VLMC/vlmc/commit/17cfcc10f918a66b1a13e17731a6d0cd040822be
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-12 (Sat, 12 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h
  M src/EffectsEngine/EffectNodeFactory.cpp
  M src/EffectsEngine/EffectNodeFactory.h
  M src/EffectsEngine/EffectsEngine.cpp
  M src/EffectsEngine/EffectsEngine.h
  M src/EffectsEngine/LightVideoFrame.cpp
  M src/EffectsEngine/LightVideoFrame.h
  M src/EffectsEngine/TODO

Log Message:
-----------
Complexe thing


Commit: 90a132b71ebf3a738bf83bff5b6911b13fe64423
    http://github.com/VLMC/vlmc/commit/90a132b71ebf3a738bf83bff5b6911b13fe64423
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-12 (Sat, 12 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectsEngine.cpp
  M src/EffectsEngine/IEffectNode.h
  M src/EffectsEngine/InSlot.hpp
  M src/EffectsEngine/OutSlot.hpp
  M src/EffectsEngine/TODO

Log Message:
-----------
Adding methods to IEffectNode to permit IEffectPlugin to use new slot 
definition method, adding some stuffs to TODO, and adding constness to father 
gettin in slots


Commit: e84615b71d33e74730bd7f825b52bcd6aee15cef
    http://github.com/VLMC/vlmc/commit/e84615b71d33e74730bd7f825b52bcd6aee15cef
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-12 (Sat, 12 Dec 2009)

Changed paths:
  R src/EffectsEngine/IEffectNode.h
  R src/EffectsEngine/IEffectPlugin.h
  R src/EffectsEngine/IEffectPluginCreator.h
  R src/EffectsEngine/InSlot.hpp
  R src/EffectsEngine/LightVideoFrame.cpp
  R src/EffectsEngine/LightVideoFrame.h
  R src/EffectsEngine/OutSlot.hpp
  A src/EffectsEngine/PluginsAPI/IEffectNode.h
  A src/EffectsEngine/PluginsAPI/IEffectPlugin.h
  A src/EffectsEngine/PluginsAPI/IEffectPluginCreator.h
  A src/EffectsEngine/PluginsAPI/InSlot.hpp
  A src/EffectsEngine/PluginsAPI/LightVideoFrame.cpp
  A src/EffectsEngine/PluginsAPI/LightVideoFrame.h
  A src/EffectsEngine/PluginsAPI/OutSlot.hpp
  R src/EffectsEngine/VLMC_Headers/IEffectNode.h
  R src/EffectsEngine/VLMC_Headers/IEffectPlugin.h
  R src/EffectsEngine/VLMC_Headers/IEffectPluginCreator.h
  R src/EffectsEngine/VLMC_Headers/InSlot.hpp
  R src/EffectsEngine/VLMC_Headers/LightVideoFrame.cpp
  R src/EffectsEngine/VLMC_Headers/LightVideoFrame.h
  R src/EffectsEngine/VLMC_Headers/OutSlot.hpp

Log Message:
-----------
Renaming VLMC_Headers in PluginsAPI, and removing redondant files


Commit: 4fb63009e798bda218c0ed0d95931c5cfb21ac05
    http://github.com/VLMC/vlmc/commit/4fb63009e798bda218c0ed0d95931c5cfb21ac05
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-12 (Sat, 12 Dec 2009)

Changed paths:
  M src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffect.pro
  M src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffectPlugin.cpp
  M src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffectPlugin.h
  M src/EffectsEngine/Plugins/src/MixerEffect/MixerEffect.pro
  M src/EffectsEngine/Plugins/src/MixerEffect/MixerEffectPlugin.cpp
  M src/EffectsEngine/Plugins/src/MixerEffect/MixerEffectPlugin.h
  M src/EffectsEngine/TODO
  M vlmc.pro

Log Message:
-----------
Modifying build system and initializing Effect with new method


Commit: 80766679636bb46e5941d834a90e6f884a5157dd
    http://github.com/VLMC/vlmc/commit/80766679636bb46e5941d834a90e6f884a5157dd
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-12 (Sat, 12 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp

Log Message:
-----------
Improving subNodeRendering


Commit: b67c0e505072043b36ed43009b14814ff8ca5a9d
    http://github.com/VLMC/vlmc/commit/b67c0e505072043b36ed43009b14814ff8ca5a9d
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-17 (Thu, 17 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h

Log Message:
-----------
Adding QReadWriteLock (with recursive lock mode :D) in EffectNode


Commit: b38238884f15d033beca87e3e155deb75d3e0d93
    http://github.com/VLMC/vlmc/commit/b38238884f15d033beca87e3e155deb75d3e0d93
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-17 (Thu, 17 Dec 2009)

Changed paths:
  M src/EffectsEngine/PluginsAPI/InSlot.hpp
  M src/EffectsEngine/PluginsAPI/OutSlot.hpp
  M src/Workflow/MainWorkflow.cpp

Log Message:
-----------
Adding QReadWriteLocker to slots, and comment a thing


Commit: c8a3e7405834dac17d826928606808161f27438f
    http://github.com/VLMC/vlmc/commit/c8a3e7405834dac17d826928606808161f27438f
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-17 (Thu, 17 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.h
  M src/EffectsEngine/PluginsAPI/InSlot.hpp
  M src/EffectsEngine/PluginsAPI/OutSlot.hpp

Log Message:
-----------
Adding missing includes, hehe


Commit: 843ed9fbdb6d8808f8e47c6489d658ddbdf744d4
    http://github.com/VLMC/vlmc/commit/843ed9fbdb6d8808f8e47c6489d658ddbdf744d4
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-17 (Thu, 17 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectsEngine.cpp
  M src/EffectsEngine/EffectsEngine.h
  M src/EffectsEngine/PluginsAPI/InSlot.hpp
  M src/EffectsEngine/PluginsAPI/OutSlot.hpp

Log Message:
-----------
Adding QReadWriteLock in EffectsEngine, and fix some crap


Commit: 491701dca5641df3150388da805d26d76f9cc39a
    http://github.com/VLMC/vlmc/commit/491701dca5641df3150388da805d26d76f9cc39a
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-17 (Thu, 17 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h
  M src/EffectsEngine/EffectsEngine.h
  M src/EffectsEngine/PluginsAPI/InSlot.hpp
  M src/EffectsEngine/PluginsAPI/OutSlot.hpp

Log Message:
-----------
I don't remember what I'm commiting, but it surely concern QReadWriteLock


Commit: 074f69ae79c4fb645058d3e5547c21e7d7886daf
    http://github.com/VLMC/vlmc/commit/074f69ae79c4fb645058d3e5547c21e7d7886daf
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-17 (Thu, 17 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h
  M src/Workflow/MainWorkflow.cpp

Log Message:
-----------
This commit completely break the effects engine, but it's normal :D


Commit: b8baad8eb2d8a6c90bca4554c4b6c98ae1b5fc01
    http://github.com/VLMC/vlmc/commit/b8baad8eb2d8a6c90bca4554c4b6c98ae1b5fc01
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-17 (Thu, 17 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h
  M src/EffectsEngine/EffectNodeFactory.cpp
  M src/EffectsEngine/EffectsEngine.cpp
  M src/EffectsEngine/Plugins/src/MixerEffect/MixerEffectPlugin.cpp
  M src/EffectsEngine/PluginsAPI/IEffectNode.h
  M src/EffectsEngine/SemanticObjectManager.hpp
  M src/Workflow/MainWorkflow.cpp

Log Message:
-----------
Resolving a lot of Segfaults and race-conditions errors bugs


Commit: f423a8469584f38a991aeee0b7b7cf738e91d6ac
    http://github.com/VLMC/vlmc/commit/f423a8469584f38a991aeee0b7b7cf738e91d6ac
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-17 (Thu, 17 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectsEngine.cpp
  M src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffectPlugin.cpp
  M src/EffectsEngine/Plugins/src/MixerEffect/MixerEffectPlugin.cpp

Log Message:
-----------
It's an historical moment, the effects engine is now working (but very slowly)


Commit: 404d6a0d8e4a9e715f06ce6f28f982fb13be8d08
    http://github.com/VLMC/vlmc/commit/404d6a0d8e4a9e715f06ce6f28f982fb13be8d08
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-18 (Fri, 18 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffectPlugin.cpp
  M src/EffectsEngine/PluginsAPI/LightVideoFrame.cpp

Log Message:
-----------
Whooooooohoooo, it doesn't lag anymore :D:D:D


Commit: 837d506c2bcae3a706da8da693843d8d260f462c
    http://github.com/VLMC/vlmc/commit/837d506c2bcae3a706da8da693843d8d260f462c
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-18 (Fri, 18 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp

Log Message:
-----------
Removing funky debug


Commit: fc74a3305f38e73dbccff4ceb5ab3e00baeb6fad
    http://github.com/VLMC/vlmc/commit/fc74a3305f38e73dbccff4ceb5ab3e00baeb6fad
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-18 (Fri, 18 Dec 2009)

Changed paths:
  A src/EffectsEngine/EFFECTS_IDEAS
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectsEngine.cpp
  A src/EffectsEngine/Plugins/src/InvertRNBEffect/InvertRNBEffect.pro
  A src/EffectsEngine/Plugins/src/InvertRNBEffect/InvertRNBEffectPlugin.cpp
  A src/EffectsEngine/Plugins/src/InvertRNBEffect/InvertRNBEffectPlugin.h
  A 
src/EffectsEngine/Plugins/src/InvertRNBEffect/InvertRNBEffectPluginCreator.cpp
  A src/EffectsEngine/Plugins/src/InvertRNBEffect/InvertRNBEffectPluginCreator.h

Log Message:
-----------
Adding file containing idea about effects, adding red/blue invertion effect, 
and removing unused code


Commit: 148cc0c1efebff30cdb995dc627eb0e26a7a945c
    http://github.com/VLMC/vlmc/commit/148cc0c1efebff30cdb995dc627eb0e26a7a945c
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-19 (Sat, 19 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectsEngine.cpp
  A src/EffectsEngine/Plugins/src/BlitInRectangle/BlitInRectangleEffect.pro
  A 
src/EffectsEngine/Plugins/src/BlitInRectangle/BlitInRectangleEffectPlugin.cpp
  A src/EffectsEngine/Plugins/src/BlitInRectangle/BlitInRectangleEffectPlugin.h
  A 
src/EffectsEngine/Plugins/src/BlitInRectangle/BlitInRectangleEffectPluginCreator.cpp
  A 
src/EffectsEngine/Plugins/src/BlitInRectangle/BlitInRectangleEffectPluginCreator.h

Log Message:
-----------
Adding BlitInRectangle effect, solving dead-lock in loop connection and making 
a funky patch :D


Commit: 52cbd4089542050449608d5b46d3e1abc378dee5
    http://github.com/VLMC/vlmc/commit/52cbd4089542050449608d5b46d3e1abc378dee5
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-19 (Sat, 19 Dec 2009)

Changed paths:
  M 
src/EffectsEngine/Plugins/src/BlitInRectangle/BlitInRectangleEffectPlugin.cpp

Log Message:
-----------
Changing number of pixel drift in blit effect


Commit: f0ad476393d30ac8b46931f0b7e2ea8ec1c84e7b
    http://github.com/VLMC/vlmc/commit/f0ad476393d30ac8b46931f0b7e2ea8ec1c84e7b
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-21 (Mon, 21 Dec 2009)

Changed paths:
  M src/EffectsEngine/TODO

Log Message:
-----------
Update TODO


Commit: 9b34fe64190befbcbdc5db695c8bb6aaeb3d5552
    http://github.com/VLMC/vlmc/commit/9b34fe64190befbcbdc5db695c8bb6aaeb3d5552
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-21 (Mon, 21 Dec 2009)

Changed paths:
  M src/EffectsEngine/TODO

Log Message:
-----------
Adding things to TODO


Commit: 01bd00b2eae55ed5ba764cb096870d4710143886
    http://github.com/VLMC/vlmc/commit/01bd00b2eae55ed5ba764cb096870d4710143886
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-25 (Fri, 25 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h
  M 
src/EffectsEngine/Plugins/src/BlitInRectangle/BlitInRectangleEffectPlugin.cpp
  M src/EffectsEngine/TODO

Log Message:
-----------
Adding connected slots maps and their gestion into connect/disconnect methods


Commit: effe0259726fb5d5d6a5404e675619f062d8ca10
    http://github.com/VLMC/vlmc/commit/effe0259726fb5d5d6a5404e675619f062d8ca10
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-28 (Mon, 28 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h

Log Message:
-----------
Adding locked getters for connected slots maps


Commit: c5872eb8e9c6791dd9b3db4146c14b3aab3c6b60
    http://github.com/VLMC/vlmc/commit/c5872eb8e9c6791dd9b3db4146c14b3aab3c6b60
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-29 (Tue, 29 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp

Log Message:
-----------
Use of locked connected map getter into connections methods


Commit: 3481758984bf390c658afac3123552fb66a265a9
    http://github.com/VLMC/vlmc/commit/3481758984bf390c658afac3123552fb66a265a9
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-29 (Tue, 29 Dec 2009)

Changed paths:
  M src/EffectsEngine/TODO

Log Message:
-----------
Adding important thing to TODO for the effects engine


Commit: f9efa91315ef87e560796a132a0bb3297aa15a26
    http://github.com/VLMC/vlmc/commit/f9efa91315ef87e560796a132a0bb3297aa15a26
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-29 (Tue, 29 Dec 2009)

Changed paths:
  A src/EffectsEngine/SimpleObjectsReferencer.hpp

Log Message:
-----------
Adding SimpleObjectsReferencer to avoid gore code in EffectNode.cpp, concerning 
the connected slots


Commit: ff88689e73707776dce33cdf3e50e29d3a5af963
    http://github.com/VLMC/vlmc/commit/ff88689e73707776dce33cdf3e50e29d3a5af963
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-29 (Tue, 29 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h

Log Message:
-----------
Using SimpleObjectsReferencer in connected slot managment methods, and change 
the name of this methods


Commit: d2fdf7567feae4997d499777f907f8967fb4bba3
    http://github.com/VLMC/vlmc/commit/d2fdf7567feae4997d499777f907f8967fb4bba3
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-29 (Tue, 29 Dec 2009)

Changed paths:
  M src/EffectsEngine/PluginsAPI/InSlot.hpp
  M src/EffectsEngine/PluginsAPI/OutSlot.hpp

Log Message:
-----------
Adding setters and getters to know if a slot is internal or external ( to avoid 
complexe hacks in EffectNode during connections)


Commit: bea3e163ab27dbb34d17e5d61e8a7c2e726d14cc
    http://github.com/VLMC/vlmc/commit/bea3e163ab27dbb34d17e5d61e8a7c2e726d14cc
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-29 (Tue, 29 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/PluginsAPI/InSlot.hpp
  M src/EffectsEngine/PluginsAPI/OutSlot.hpp
  M src/EffectsEngine/SemanticObjectManager.hpp

Log Message:
-----------
Setting slot scope in Semantic object manager


Commit: f1556d3dd4d97f3a1a473e1e184a63d4db51f8b7
    http://github.com/VLMC/vlmc/commit/f1556d3dd4d97f3a1a473e1e184a63d4db51f8b7
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-29 (Tue, 29 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/TODO

Log Message:
-----------
Recode brother to brother connection with good use of SimpleObjectsReferencer 
to ref connected slots


Commit: 36c8a0530e10d9d3fad325225950fccfad5e961e
    http://github.com/VLMC/vlmc/commit/36c8a0530e10d9d3fad325225950fccfad5e961e
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-29 (Tue, 29 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp

Log Message:
-----------
Recode child to parent connection methods with good use of 
SimpleObjectReferencer


Commit: 51110bc2cc3f064fddaf7b304b50b21e6a891887
    http://github.com/VLMC/vlmc/commit/51110bc2cc3f064fddaf7b304b50b21e6a891887
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-29 (Tue, 29 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp

Log Message:
-----------
Recode disconnect methods with good use of SimpleObjectReferencer


Commit: befba7255726c3c3dbd082f6b8429253b2af165d
    http://github.com/VLMC/vlmc/commit/befba7255726c3c3dbd082f6b8429253b2af165d
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-29 (Tue, 29 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp

Log Message:
-----------
use return of SimpleObjectReferencer to return false when wrapped method return 
false


Commit: 35ea20f474f38491186c9047befafa7a6f895124
    http://github.com/VLMC/vlmc/commit/35ea20f474f38491186c9047befafa7a6f895124
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-29 (Tue, 29 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/EffectNode.h
  M src/EffectsEngine/SemanticObjectManager.hpp
  M src/EffectsEngine/SimpleObjectsReferencer.hpp
  M vlmc.pro

Log Message:
-----------
Adding SimpleObjectsReferencer in vlmc.pro, and solving some build errors


Commit: bb6337b9ed4c5796dcd482fae66f7873661229b1
    http://github.com/VLMC/vlmc/commit/bb6337b9ed4c5796dcd482fae66f7873661229b1
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-29 (Tue, 29 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp
  M src/EffectsEngine/SimpleObjectsReferencer.hpp

Log Message:
-----------
Refactoring the latest little thing before use SimpleObjectsReferencer as 
improvment


Commit: e93856a81141381cb35cfc0d142c5b0c3eae727c
    http://github.com/VLMC/vlmc/commit/e93856a81141381cb35cfc0d142c5b0c3eae727c
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-29 (Tue, 29 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp

Log Message:
-----------
SimpleObjectsReferencer improvment integrated, tested and approved


Commit: 488ea5d01c8242f93d7e38b01b1ae03a7c4cfcc6
    http://github.com/VLMC/vlmc/commit/488ea5d01c8242f93d7e38b01b1ae03a7c4cfcc6
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-29 (Tue, 29 Dec 2009)

Changed paths:
  M src/EffectsEngine/EffectNode.cpp

Log Message:
-----------
Add render of nodes without inputs but with outputs ( it was missing )


Commit: c8a386193ccc0e876ae461783af7bec19c79e20b
    http://github.com/VLMC/vlmc/commit/c8a386193ccc0e876ae461783af7bec19c79e20b
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-29 (Tue, 29 Dec 2009)

Changed paths:
  A images/audio.png
  A images/hpoff.png
  A images/hpon.png
  A images/trackoff.png
  A images/trackon.png
  A images/video.png
  M ressources.qrc
  M src/Commands/Commands.cpp
  M src/Commands/Commands.h
  A src/Configuration/ProjectSettingsDefault.cpp
  A src/Configuration/ProjectSettingsDefault.h
  M src/Configuration/SettingsManager.cpp
  M src/Configuration/SettingsManager.h
  A src/Configuration/VLMCSettingsDefault.cpp
  A src/Configuration/VLMCSettingsDefault.h
  M src/EffectsEngine/EffectsEngine.cpp
  M src/EffectsEngine/EffectsEngine.h
  M src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffectPlugin.h
  M src/EffectsEngine/Plugins/src/InvertRNBEffect/InvertRNBEffectPlugin.cpp
  M src/EffectsEngine/PluginsAPI/LightVideoFrame.cpp
  M src/GUI/AudioProjectPreferences.cpp
  M src/GUI/AudioProjectPreferences.h
  A src/GUI/ClickableLabel.cpp
  A src/GUI/ClickableLabel.h
  M src/GUI/FileBrowser.cpp
  A src/GUI/FileInfoListModel.cpp
  A src/GUI/FileInfoListModel.h
  M src/GUI/GraphicsCursorItem.cpp
  M src/GUI/GraphicsCursorItem.h
  M src/GUI/GraphicsMovieItem.cpp
  M src/GUI/GraphicsTrack.hpp
  A src/GUI/Import.cpp
  A src/GUI/Import.h
  A src/GUI/Import/ImportController.cpp
  A src/GUI/Import/ImportController.h
  A src/GUI/Import/ImportModel.cpp
  A src/GUI/Import/ImportModel.h
  A src/GUI/Import/ui/ImportController.ui
  A src/GUI/ImportMediaCellView.cpp
  A src/GUI/ImportMediaCellView.h
  A src/GUI/ImportMediaListController.cpp
  A src/GUI/ImportMediaListController.h
  A src/GUI/LCDTimecode.cpp
  A src/GUI/LCDTimecode.h
  A src/GUI/Library/ListViewController.cpp
  A src/GUI/Library/ListViewController.h
  A src/GUI/Library/MediaCellView.cpp
  A src/GUI/Library/MediaCellView.h
  A src/GUI/Library/MediaLibraryWidget.cpp
  A src/GUI/Library/MediaLibraryWidget.h
  A src/GUI/Library/MediaListViewController.cpp
  A src/GUI/Library/MediaListViewController.h
  A src/GUI/Library/StackViewController.cpp
  A src/GUI/Library/StackViewController.h
  A src/GUI/Library/StackViewNavController.cpp
  A src/GUI/Library/StackViewNavController.h
  A src/GUI/Library/StackViewNavController.ui
  A src/GUI/Library/ViewController.h
  A src/GUI/Library/ui/MediaCellView.ui
  A src/GUI/Library/ui/StackViewNavController.ui
  M src/GUI/LibraryWidget.cpp
  M src/GUI/MainWindow.cpp
  M src/GUI/MainWindow.h
  M src/GUI/MediaListWidget.cpp
  M src/GUI/MediaListWidget.h
  M src/GUI/PreferenceWidget.cpp
  M src/GUI/PreferenceWidget.h
  A src/GUI/PreviewRuler.cpp
  A src/GUI/PreviewRuler.h
  M src/GUI/PreviewWidget.cpp
  M src/GUI/PreviewWidget.h
  M src/GUI/ProjectPreferences.cpp
  M src/GUI/ProjectPreferences.h
  M src/GUI/Settings.cpp
  M src/GUI/Settings.h
  R src/GUI/Slider.cpp
  R src/GUI/Slider.h
  A src/GUI/TagWidget.cpp
  A src/GUI/TagWidget.h
  M src/GUI/Timeline.cpp
  M src/GUI/Timeline.h
  A src/GUI/TracksControls.cpp
  A src/GUI/TracksControls.h
  M src/GUI/TracksRuler.cpp
  M src/GUI/TracksScene.cpp
  M src/GUI/TracksView.cpp
  M src/GUI/TracksView.h
  M src/GUI/Transcode.h
  M src/GUI/VLMCPreferences.cpp
  M src/GUI/VLMCPreferences.h
  M src/GUI/VideoProjectPreferences.cpp
  M src/GUI/VideoProjectPreferences.h
  A src/GUI/ui/Import.ui
  M src/GUI/ui/MainWindow.ui
  M src/GUI/ui/PreviewWidget.ui
  M src/GUI/ui/ProjectPreferences.ui
  A src/GUI/ui/TagWidget.ui
  M src/GUI/ui/Timeline.ui
  M src/GUI/ui/VideoProjectPreferences.ui
  A src/GUI/widgets/TrackControls.cpp
  A src/GUI/widgets/TrackControls.h
  A src/GUI/widgets/TrackControls.ui
  M src/LibVLCpp/VLCMedia.cpp
  M src/LibVLCpp/VLCMedia.h
  M src/Library/Library.cpp
  M src/Library/Library.h
  M src/Media/Clip.cpp
  M src/Media/Clip.h
  M src/Media/Media.cpp
  M src/Media/Media.h
  M src/Metadata/MetaDataManager.cpp
  M src/Metadata/MetaDataManager.h
  M src/Metadata/MetaDataWorker.cpp
  M src/Project/ProjectManager.cpp
  M src/Renderer/ClipRenderer.cpp
  M src/Renderer/ClipRenderer.h
  M src/Renderer/GenericRenderer.h
  M src/Renderer/WorkflowFileRenderer.cpp
  M src/Renderer/WorkflowFileRenderer.h
  M src/Renderer/WorkflowRenderer.cpp
  M src/Renderer/WorkflowRenderer.h
  M src/Tools/Toggleable.hpp
  A src/Workflow/AudioClipWorkflow.cpp
  A src/Workflow/AudioClipWorkflow.h
  M src/Workflow/ClipWorkflow.cpp
  M src/Workflow/ClipWorkflow.h
  M src/Workflow/MainWorkflow.cpp
  M src/Workflow/MainWorkflow.h
  A src/Workflow/TrackHandler.cpp
  A src/Workflow/TrackHandler.h
  M src/Workflow/TrackWorkflow.cpp
  M src/Workflow/TrackWorkflow.h
  A src/Workflow/VideoClipWorkflow.cpp
  A src/Workflow/VideoClipWorkflow.h
  M vlmc.pro

Log Message:
-----------
Master merged successfully, thanks to chouquette for his help, it works


Commit: d165218913ed00012b36a21702226b6c82f8a049
    http://github.com/VLMC/vlmc/commit/d165218913ed00012b36a21702226b6c82f8a049
Author: Vincent Carrubba <[email protected]>
Date:   2009-12-29 (Tue, 29 Dec 2009)

Changed paths:
  A src/EffectsEngine/EFFECTS_IDEAS
  A src/EffectsEngine/EffectNode.cpp
  A src/EffectsEngine/EffectNode.h
  A src/EffectsEngine/EffectNodeFactory.cpp
  A src/EffectsEngine/EffectNodeFactory.h
  A src/EffectsEngine/EffectPluginTypeLoader.cpp
  A src/EffectsEngine/EffectPluginTypeLoader.h
  A src/EffectsEngine/EffectPluginTypeManager.cpp
  A src/EffectsEngine/EffectPluginTypeManager.h
  M src/EffectsEngine/EffectsEngine.cpp
  M src/EffectsEngine/EffectsEngine.h
  M src/EffectsEngine/EffectsEngine.pri
  R src/EffectsEngine/GenericEffect.cpp
  R src/EffectsEngine/GenericEffect.h
  R src/EffectsEngine/GreenFilterEffect.cpp
  R src/EffectsEngine/GreenFilterEffect.h
  R src/EffectsEngine/InSlot.hpp
  R src/EffectsEngine/LightVideoFrame.cpp
  R src/EffectsEngine/LightVideoFrame.h
  R src/EffectsEngine/MixerEffect.cpp
  R src/EffectsEngine/MixerEffect.h
  R src/EffectsEngine/OutSlot.hpp
  A src/EffectsEngine/Plugins/src/BlitInRectangle/BlitInRectangleEffect.pro
  A 
src/EffectsEngine/Plugins/src/BlitInRectangle/BlitInRectangleEffectPlugin.cpp
  A src/EffectsEngine/Plugins/src/BlitInRectangle/BlitInRectangleEffectPlugin.h
  A 
src/EffectsEngine/Plugins/src/BlitInRectangle/BlitInRectangleEffectPluginCreator.cpp
  A 
src/EffectsEngine/Plugins/src/BlitInRectangle/BlitInRectangleEffectPluginCreator.h
  A src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffect.pro
  A src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffectPlugin.cpp
  A src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffectPlugin.h
  A 
src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffectPluginCreator.cpp
  A 
src/EffectsEngine/Plugins/src/GreenFilterEffect/GreenFilterEffectPluginCreator.h
  A src/EffectsEngine/Plugins/src/InvertRNBEffect/InvertRNBEffect.pro
  A src/EffectsEngine/Plugins/src/InvertRNBEffect/InvertRNBEffectPlugin.cpp
  A src/EffectsEngine/Plugins/src/InvertRNBEffect/InvertRNBEffectPlugin.h
  A 
src/EffectsEngine/Plugins/src/InvertRNBEffect/InvertRNBEffectPluginCreator.cpp
  A src/EffectsEngine/Plugins/src/InvertRNBEffect/InvertRNBEffectPluginCreator.h
  A src/EffectsEngine/Plugins/src/MixerEffect/MixerEffect.pro
  A src/EffectsEngine/Plugins/src/MixerEffect/MixerEffectPlugin.cpp
  A src/EffectsEngine/Plugins/src/MixerEffect/MixerEffectPlugin.h
  A src/EffectsEngine/Plugins/src/MixerEffect/MixerEffectPluginCreator.cpp
  A src/EffectsEngine/Plugins/src/MixerEffect/MixerEffectPluginCreator.h
  A src/EffectsEngine/PluginsAPI/IEffectNode.h
  A src/EffectsEngine/PluginsAPI/IEffectPlugin.h
  A src/EffectsEngine/PluginsAPI/IEffectPluginCreator.h
  A src/EffectsEngine/PluginsAPI/InSlot.hpp
  A src/EffectsEngine/PluginsAPI/LightVideoFrame.cpp
  A src/EffectsEngine/PluginsAPI/LightVideoFrame.h
  A src/EffectsEngine/PluginsAPI/OutSlot.hpp
  A src/EffectsEngine/PluginsAPI/PluginsAPI.pri
  A src/EffectsEngine/SemanticObjectManager.hpp
  A src/EffectsEngine/SimpleObjectsReferencer.hpp
  M src/EffectsEngine/TODO
  M src/Workflow/MainWorkflow.cpp
  M src/Workflow/TrackHandler.cpp
  M src/src.pro

Log Message:
-----------
Merge successfull, it works fine :D, Merry chrismas


_______________________________________________
vlmc-devel mailing list
[email protected]
http://vlmc.org/mailman/listinfo/vlmc-devel

Reply via email to