This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gem".

The branch, master has been updated
       via  3318947584f37f3e1ec95f8344fc9480383b4037 (commit)
       via  39234b341585bd2430c11c3e47ece1adfc2605ba (commit)
       via  d5572d5ab4c462f265d77217976531ef06591a3d (commit)
       via  7579631022b783e77055040803ce5fadc08f6da3 (commit)
       via  abd091dd11639da717d0a8224fb42da43611553a (commit)
       via  5b0d27dcf0096d11be29a0db41d2f402659bf540 (commit)
       via  b2c9e1282cea67f51edc8f01ba0fdb4b4547a219 (commit)
       via  0d526d9b03577dc3cc497dd28bd31f75549f4cd6 (commit)
       via  f247c69d64e23880422548e8a956e2a42a7c223c (commit)
       via  b72b5b132385184ac94212aa1e1e3de1ef851dfb (commit)
       via  908b677488bdfe197dc3fcfc0adaaa674e3521a2 (commit)
       via  64c269c8be687af72753ede138d15c8f671b1507 (commit)
       via  610dfe83556d20a19a046f71e0a796b9f3a1f3d1 (commit)
      from  1d6a299388850c87c0b172df62b6e0757e1301ac (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3318947584f37f3e1ec95f8344fc9480383b4037
Author: IOhannes m zmoelnig <zmoel...@iem.at>
Date:   Tue Nov 15 14:42:26 2011 +0100

    fixed typo

commit 39234b341585bd2430c11c3e47ece1adfc2605ba
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Nov 15 14:35:39 2011 +0100

    added m_wantedFormat

commit d5572d5ab4c462f265d77217976531ef06591a3d
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Nov 15 14:19:37 2011 +0100

    getting rid of filmBase

commit 7579631022b783e77055040803ce5fadc08f6da3
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Nov 15 14:09:13 2011 +0100

    filmDarwin: moved code from filmBase to implementation
    
    uhuh, doing it blindly

commit abd091dd11639da717d0a8224fb42da43611553a
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Nov 15 14:07:30 2011 +0100

    filmQT: moved code from filmBase to implementation
    
    uhuh, doing it blindly

commit 5b0d27dcf0096d11be29a0db41d2f402659bf540
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Nov 15 13:04:11 2011 +0100

    filmDS: moved code from filmBase to implementation
    
    uhuh, doing it blindly

commit b2c9e1282cea67f51edc8f01ba0fdb4b4547a219
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Nov 15 12:06:58 2011 +0100

    filmAVI: moved code from filmBase to implementation
    
    uhuh, doing it blindly

commit 0d526d9b03577dc3cc497dd28bd31f75549f4cd6
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Nov 15 11:59:48 2011 +0100

    filmGMERLIN: indentation

commit f247c69d64e23880422548e8a956e2a42a7c223c
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Nov 15 11:58:53 2011 +0100

    filmQT4L: moved code from filmBase to implementation

commit b72b5b132385184ac94212aa1e1e3de1ef851dfb
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Nov 15 11:45:46 2011 +0100

    filmMPEG3: moved code from filmBase to implementation

commit 908b677488bdfe197dc3fcfc0adaaa674e3521a2
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Nov 15 11:35:02 2011 +0100

    filmMPEG1: moved code from filmBase to implementation
    
    done blindly!

commit 64c269c8be687af72753ede138d15c8f671b1507
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Nov 15 11:29:22 2011 +0100

    filmGMERLIN: moved code from filmBase to implementation

commit 610dfe83556d20a19a046f71e0a796b9f3a1f3d1
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Nov 15 11:28:04 2011 +0100

    filmAVIPLAY moved code from filmBase to implementation class

-----------------------------------------------------------------------

Summary of changes:
 plugins/filmAVI/filmAVI.cpp         |   78 ++++++++++++--
 plugins/filmAVI/filmAVI.h           |   33 ++++--
 plugins/filmAVIPLAY/filmAVIPLAY.cpp |   61 +++++++++++-
 plugins/filmAVIPLAY/filmAVIPLAY.h   |   20 +++-
 plugins/filmDS/filmDS.cpp           |  196 ++++++++++++++++++++--------------
 plugins/filmDS/filmDS.h             |   32 +++---
 plugins/filmDarwin/filmDarwin.cpp   |  130 +++++++++++++++++-------
 plugins/filmDarwin/filmDarwin.h     |   34 ++++--
 plugins/filmGMERLIN/filmGMERLIN.cpp |  103 ++++++++++++++----
 plugins/filmGMERLIN/filmGMERLIN.h   |   16 +++-
 plugins/filmMPEG1/filmMPEG1.cpp     |   64 ++++++++++-
 plugins/filmMPEG1/filmMPEG1.h       |   15 +++-
 plugins/filmMPEG3/filmMPEG3.cpp     |   90 ++++++++++++++---
 plugins/filmMPEG3/filmMPEG3.h       |   17 +++-
 plugins/filmQT/filmQT.cpp           |  103 +++++++++++++------
 plugins/filmQT/filmQT.h             |   23 +++-
 plugins/filmQT4L/filmQT4L.cpp       |   85 ++++++++++++++--
 plugins/filmQT4L/filmQT4L.h         |   16 +++-
 18 files changed, 853 insertions(+), 263 deletions(-)


hooks/post-receive
-- 
Gem

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to