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  9a0c64de9f65d8eb20b9ee1667c17b5350ecb03d (commit)
       via  bcaea2130c4107c6a5a826760c0d956aae5a8c16 (commit)
       via  f51256c1857bd29ffdf052b7ff50b46bb56157f5 (commit)
       via  e8a493ac89574d755c0ce017df244f1a6e0f6d5f (commit)
       via  24ebbfc9d22861b2a94a93e8bc33b6ae11b3f2bc (commit)
       via  fe291b2d590c35ebb629b887b643272fcf26d6a8 (commit)
       via  bd4ad7f01ec8620c70fb9f19057a7f73287a296c (commit)
       via  209b00889545ec29692bb3f09591a6ca56e5adf9 (commit)
       via  73eb2096fecf7009153ea13961c66bc8cb528185 (commit)
       via  2ce9e93b97293b32627443829ed82d4e1bf67854 (commit)
       via  93b7572140e8d05cf1e686df389f72663a95cc2f (commit)
       via  2d857c4ce794be743eab7a46af87c3012e938a33 (commit)
      from  9b4eee983c0347bb0e07f0b02823b3a6dffc4259 (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 9a0c64de9f65d8eb20b9ee1667c17b5350ecb03d
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Mon Feb 6 22:22:36 2012 +0100

    initialize display values

commit bcaea2130c4107c6a5a826760c0d956aae5a8c16
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Mon Feb 6 22:22:14 2012 +0100

    loadbang the backend specific patches
    
    and cleanup help-path a bit

commit f51256c1857bd29ffdf052b7ff50b46bb56157f5
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Mon Feb 6 22:17:35 2012 +0100

    report available drivers via outlet

commit e8a493ac89574d755c0ce017df244f1a6e0f6d5f
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Mon Feb 6 22:01:05 2012 +0100

    use literal '$0' rather than its expanded value
    
    i believe that this adds to the readability of the patch
    (people will understand '$0' better than '1003')

commit 24ebbfc9d22861b2a94a93e8bc33b6ae11b3f2bc
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Mon Feb 6 19:34:47 2012 +0100

    install plugin helps

commit fe291b2d590c35ebb629b887b643272fcf26d6a8
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Mon Feb 6 19:20:24 2012 +0100

    install plugin help

commit bd4ad7f01ec8620c70fb9f19057a7f73287a296c
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Mon Feb 6 19:15:25 2012 +0100

    fixed description

commit 209b00889545ec29692bb3f09591a6ca56e5adf9
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Mon Feb 6 19:09:36 2012 +0100

    dummy videoplugin help-patches

commit 73eb2096fecf7009153ea13961c66bc8cb528185
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Mon Feb 6 18:58:07 2012 +0100

    v4l2 specific help-patch

commit 2ce9e93b97293b32627443829ed82d4e1bf67854
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Mon Feb 6 18:57:35 2012 +0100

    added logic for backend-specific information
    
    we don't want that hardcoded in the help-patch
    instead all backends should provide a <name>-videoplugin.pd patch
    that will get loaded automatically
    
    TODO: implement the counterpart of this logic in [pix_video]
    TODO: implement backend specific info for the various plugins

commit 93b7572140e8d05cf1e686df389f72663a95cc2f
Author: antoine <antoine@antoine-laptop.(none)>
Date:   Sun Feb 5 18:25:21 2012 +0100

    add readonly properties driver, card and bus_info

commit 2d857c4ce794be743eab7a46af87c3012e938a33
Author: antoine <antoine@antoine-laptop.(none)>
Date:   Sat Feb 4 20:04:23 2012 +0100

    v4l2 bus message

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

Summary of changes:
 help/pix_video-help.pd                          |  179 ++++++++++++++++++++++-
 plugins/videoAVT/Makefile.am                    |    3 +
 plugins/videoAVT/avt-videoplugin.pd             |    2 +
 plugins/videoDC1394/Makefile.am                 |    4 +
 plugins/videoDC1394/dc1394-videoplugin.pd       |    2 +
 plugins/videoDS/DS-videoplugin.pd               |    2 +
 plugins/videoDS/Makefile.am                     |    4 +
 plugins/videoDV4L/Makefile.am                   |    3 +
 plugins/videoDV4L/dv4l-videoplugin.pd           |    2 +
 plugins/videoDarwin/Darwin-videoplugin.pd       |    2 +
 plugins/videoDarwin/Makefile.am                 |    3 +
 plugins/videoHALCON/Makefile.am                 |    3 +
 plugins/videoHALCON/halcon-videoplugin.pd       |    2 +
 plugins/videoOptiTrack/Makefile.am              |    4 +
 plugins/videoOptiTrack/OptiTrack-videoplugin.pd |    2 +
 plugins/videoPYLON/Makefile.am                  |    3 +
 plugins/videoPYLON/pylon-videoplugin.pd         |    2 +
 plugins/videoSGI/Makefile.am                    |    4 +
 plugins/videoSGI/sgi-videoplugin.pd             |    2 +
 plugins/videoTEST/Makefile.am                   |    3 +
 plugins/videoTEST/test-videoplugin.pd           |    2 +
 plugins/videoUNICAP/Makefile.am                 |    4 +
 plugins/videoUNICAP/unicap-videoplugin.pd       |    2 +
 plugins/videoV4L/Makefile.am                    |    3 +
 plugins/videoV4L/v4l-videoplugin.pd             |    2 +
 plugins/videoV4L2/Makefile.am                   |    4 +
 plugins/videoV4L2/v4l2-videoplugin.pd           |   75 ++++++++++
 plugins/videoV4L2/videoV4L2.cpp                 |   60 +++++++-
 plugins/videoV4L2/videoV4L2.h                   |    3 +-
 plugins/videoVFW/Makefile.am                    |    4 +
 plugins/videoVFW/VFW-videoplugin.pd             |    2 +
 plugins/videoVLC/Makefile.am                    |    4 +
 plugins/videoVLC/vlc-videoplugin.pd             |    2 +
 src/Pixes/pix_video.cpp                         |   25 +++-
 34 files changed, 408 insertions(+), 15 deletions(-)
 create mode 100644 plugins/videoAVT/avt-videoplugin.pd
 create mode 100644 plugins/videoDC1394/dc1394-videoplugin.pd
 create mode 100644 plugins/videoDS/DS-videoplugin.pd
 create mode 100644 plugins/videoDV4L/dv4l-videoplugin.pd
 create mode 100644 plugins/videoDarwin/Darwin-videoplugin.pd
 create mode 100644 plugins/videoHALCON/halcon-videoplugin.pd
 create mode 100644 plugins/videoOptiTrack/OptiTrack-videoplugin.pd
 create mode 100644 plugins/videoPYLON/pylon-videoplugin.pd
 create mode 100644 plugins/videoSGI/sgi-videoplugin.pd
 create mode 100644 plugins/videoTEST/test-videoplugin.pd
 create mode 100644 plugins/videoUNICAP/unicap-videoplugin.pd
 create mode 100644 plugins/videoV4L/v4l-videoplugin.pd
 create mode 100644 plugins/videoV4L2/v4l2-videoplugin.pd
 create mode 100644 plugins/videoVFW/VFW-videoplugin.pd
 create mode 100644 plugins/videoVLC/vlc-videoplugin.pd


hooks/post-receive
-- 
Gem

------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to