[vlmc-devel] commit: Workflow: Adding a ClipHelper class ( Hugo Beauzée-Luyssen )

git at videolan.org git at videolan.org
Sun Apr 18 19:53:17 CEST 2010


vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Fri Apr 16 14:38:07 2010 +0200| [998a6fd141cc59d51e77c4f3e4754b4f50aa3fe2] | committer: Hugo Beauzée-Luyssen 

Workflow: Adding a ClipHelper class

This class will hold specific per-clip informations, such as the begin,
end, length, to avoid cloning the entire clip.

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

 src/CMakeLists.txt                 |    1 +
 src/Workflow/ClipHelper.cpp        |   58 ++++++++++++++++++++++++++++++++++
 src/Workflow/ClipHelper.h          |   61 ++++++++++++++++++++++++++++++++++++
 src/Workflow/ClipWorkflow.cpp      |   13 ++++---
 src/Workflow/ClipWorkflow.h        |   15 ++++++---
 src/Workflow/ImageClipWorkflow.cpp |    3 +-
 src/Workflow/TrackWorkflow.cpp     |   33 ++++++++++---------
 7 files changed, 157 insertions(+), 27 deletions(-)

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


More information about the Vlmc-devel mailing list