[vlmc-devel] commit: Removing distinction between effects and mixer. ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Wed Aug 25 00:40:16 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Wed Aug 25 00:38:25 2010 +0200| [12bc897619a7a2a561ff7a5e968a4eb81f4c6af5] | committer: Hugo Beauzée-Luyssen 

Removing distinction between effects and mixer.

Too much pain, almost no benefit.

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=12bc897619a7a2a561ff7a5e968a4eb81f4c6af5
---

 src/CMakeLists.txt                   |    2 -
 src/EffectsEngine/Effect.cpp         |   13 +----------
 src/EffectsEngine/EffectInstance.cpp |   15 +++++++++++++
 src/EffectsEngine/EffectInstance.h   |    4 +++
 src/EffectsEngine/EffectsEngine.cpp  |   28 +++++++++++++------------
 src/EffectsEngine/EffectsEngine.h    |   25 ++++++++++------------
 src/EffectsEngine/FilterInstance.cpp |   36 ---------------------------------
 src/EffectsEngine/FilterInstance.h   |   35 --------------------------------
 src/EffectsEngine/MixerInstance.cpp  |   37 ----------------------------------
 src/EffectsEngine/MixerInstance.h    |   36 ---------------------------------
 src/Gui/timeline/Timeline.cpp        |    2 +-
 src/Renderer/WorkflowRenderer.cpp    |   14 ++++++------
 src/Renderer/WorkflowRenderer.h      |    5 ++-
 src/Workflow/AudioClipWorkflow.h     |    2 +-
 src/Workflow/ClipWorkflow.h          |    2 +-
 src/Workflow/ImageClipWorkflow.h     |    2 +-
 src/Workflow/MainWorkflow.cpp        |    6 ++--
 src/Workflow/MainWorkflow.h          |    2 +-
 src/Workflow/TrackHandler.cpp        |    2 +-
 src/Workflow/TrackHandler.h          |    2 +-
 src/Workflow/TrackWorkflow.cpp       |    6 ++--
 src/Workflow/TrackWorkflow.h         |    2 +-
 src/Workflow/VideoClipWorkflow.cpp   |    8 +++---
 src/Workflow/VideoClipWorkflow.h     |    4 +-
 24 files changed, 77 insertions(+), 213 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commitdiff;h=12bc897619a7a2a561ff7a5e968a4eb81f4c6af5


More information about the Vlmc-devel mailing list