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  1df914819da4ae1470ba8cd853229c3b1970de42 (commit)
       via  532f0339ea91803419c39da31d2eeff755d0ad39 (commit)
       via  c2c337a701c5be1329143554518d012260a2a73f (commit)
       via  2a6163027e4fed318620edad07feb35af125b4ad (commit)
       via  2e4e20c28e469372a427efad632e028a085249e8 (commit)
       via  7d0b8538ea0ec8c2d9ce6d513cdd07c073e68011 (commit)
       via  2b22d4aeb67b1de3b89b3039c6a284f21db56fe8 (commit)
       via  8dd26edb4690ed82fe0a8417bf6a12e079489587 (commit)
       via  f926e9425756f408f5fc39e40d18b2dc7e9fd1df (commit)
       via  02f61b3511b5218402e9a2cf266e41c01cd44e54 (commit)
       via  650e9acfdb9974b759d0c749c97aa845df1c17c3 (commit)
       via  41d62153b31963b8861c4150527ab32941bfd8ff (commit)
       via  731ca4cef106efcee098eb941965fbd0c299c063 (commit)
       via  374f3fbb983300be58ef5f1ae9bbd3fd1cea821e (commit)
      from  23eaac89429b71469c7ba205f05583f61e4d5219 (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 1df914819da4ae1470ba8cd853229c3b1970de42
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Nov 14 20:29:51 2011 +0100

    removed trailing whitespace

commit 532f0339ea91803419c39da31d2eeff755d0ad39
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Nov 14 20:20:25 2011 +0100

    indentation fixes

commit c2c337a701c5be1329143554518d012260a2a73f
Author: Ricardo Fabbri <rfab...@gmail.com>
Date:   Mon Nov 14 15:32:45 2011 -0200

    finalized note on the advantage
    
    of the hsv interval color classification approach

commit 2a6163027e4fed318620edad07feb35af125b4ad
Author: Ricardo Fabbri <rfab...@gmail.com>
Date:   Mon Nov 14 15:29:05 2011 -0200

    more docs and renames for pix_colorclassify

commit 2e4e20c28e469372a427efad632e028a085249e8
Author: Ricardo Fabbri <rfab...@gmail.com>
Date:   Mon Nov 14 14:57:40 2011 -0200

    renamed pix_colordetect -> pix_colorclassify
    
    as discussed with IOhannes

commit 7d0b8538ea0ec8c2d9ce6d513cdd07c073e68011
Author: Ricardo Fabbri <rfab...@gmail.com>
Date:   Wed Nov 9 21:17:52 2011 -0200

    removed accidentally pasted garbage

commit 2b22d4aeb67b1de3b89b3039c6a284f21db56fe8
Author: Ricardo Fabbri <rfab...@gmail.com>
Date:   Wed Nov 9 21:10:32 2011 -0200

    added static qualifiers to file-specific functions

commit 8dd26edb4690ed82fe0a8417bf6a12e079489587
Author: Ricardo Fabbri <rfab...@gmail.com>
Date:   Wed Nov 9 20:33:06 2011 -0200

    improved help

commit f926e9425756f408f5fc39e40d18b2dc7e9fd1df
Author: Ricardo Fabbri <rfab...@gmail.com>
Date:   Wed Nov 9 19:48:56 2011 -0200

    better help for colordetect

commit 02f61b3511b5218402e9a2cf266e41c01cd44e54
Author: Ricardo Fabbri <rfab...@gmail.com>
Date:   Wed Nov 9 19:03:58 2011 -0200

    added demo for color detection

commit 650e9acfdb9974b759d0c749c97aa845df1c17c3
Author: Ricardo Fabbri <rfab...@gmail.com>
Date:   Wed Nov 9 18:16:33 2011 -0200

    color detection now works

commit 41d62153b31963b8861c4150527ab32941bfd8ff
Author: Ricardo Fabbri <rfab...@gmail.com>
Date:   Wed Nov 9 02:23:47 2011 -0200

    pix_color_detect -> pix_colordetect

commit 731ca4cef106efcee098eb941965fbd0c299c063
Author: Ricardo Fabbri <rfab...@gmail.com>
Date:   Wed Nov 9 02:23:01 2011 -0200

    color detect help added

commit 374f3fbb983300be58ef5f1ae9bbd3fd1cea821e
Author: Ricardo Fabbri <rfab...@gmail.com>
Date:   Wed Nov 9 01:38:34 2011 -0200

    new color detection algorithm

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

Summary of changes:
 ...0.SimpleVideo.pd => 08.color_classification.pd} |   70 ++-
 examples/Makefile.am                               |    1 +
 help/Makefile.am                                   |    1 +
 ...lorreduce-help.pd => pix_colorclassify-help.pd} |   55 +-
 src/Base/CPPExtern.cpp                             |    6 +-
 src/Base/CPPExtern.h                               |   36 +-
 src/Base/GemBase.h                                 |   20 +-
 src/Base/GemContext.cpp                            |   22 +-
 src/Base/GemGluObj.cpp                             |    2 +-
 src/Base/GemGluObj.h                               |   16 +-
 src/Base/GemPathBase.cpp                           |    2 +-
 src/Base/GemPathBase.h                             |   16 +-
 src/Base/GemPixDualObj.cpp                         |   12 +-
 src/Base/GemPixDualObj.h                           |   38 +-
 src/Base/GemPixObj.cpp                             |    6 +-
 src/Base/GemPixObj.h                               |   20 +-
 src/Base/GemShape.cpp                              |   12 +-
 src/Base/GemShape.h                                |   36 +-
 src/Base/GemVertex.h                               |    2 +-
 src/Base/GemWinCreate.h                            |   22 +-
 src/Base/GemWinCreateMac.cpp                       |  234 +++++-----
 src/Base/GemWinCreateNT.cpp                        |   24 +-
 src/Base/GemWinCreateXWin.cpp                      |  152 +++---
 src/Base/GemWindow.cpp                             |   14 +-
 src/Base/GemWindow.h                               |   22 +-
 src/Base/TextBase.cpp                              |   22 +-
 src/Base/TextBase.h                                |   26 +-
 src/Controls/gemframebuffer.cpp                    |   28 +-
 src/Controls/gemframebuffer.h                      |   26 +-
 src/Controls/gemhead.cpp                           |    6 +-
 src/Controls/gemhead.h                             |   16 +-
 src/Controls/gemkeyboard.h                         |   12 +-
 src/Controls/gemkeyname.h                          |   12 +-
 src/Controls/gemlist.cpp                           |   10 +-
 src/Controls/gemlist.h                             |   12 +-
 src/Controls/gemlist_info.cpp                      |   18 +-
 src/Controls/gemlist_matrix.cpp                    |    4 +-
 src/Controls/gemmouse.h                            |   16 +-
 src/Controls/gemreceive.cpp                        |   18 +-
 src/Controls/gemreceive.h                          |   10 +-
 src/Controls/gemwin.cpp                            |   38 +-
 src/Controls/gemwin.h                              |   22 +-
 src/Controls/render_trigger.h                      |   14 +-
 src/Gem/Cache.cpp                                  |   10 +-
 src/Gem/Cache.h                                    |   10 +-
 src/Gem/ContextData.h                              |   10 +-
 src/Gem/Dylib.cpp                                  |   16 +-
 src/Gem/Dylib.h                                    |   10 +-
 src/Gem/Event.cpp                                  |    4 +-
 src/Gem/Exception.cpp                              |    6 +-
 src/Gem/Exception.h                                |   10 +-
 src/Gem/Files.cpp                                  |   28 +-
 src/Gem/Files.h                                    |    2 +-
 src/Gem/GLStack.cpp                                |   60 ++--
 src/Gem/GLStack.h                                  |   10 +-
 src/Gem/GemGL.h                                    |    2 +-
 src/Gem/Image.cpp                                  |  110 ++--
 src/Gem/Image.h                                    |   34 +-
 src/Gem/ImageIO.h                                  |   22 +-
 src/Gem/ImageLoad.cpp                              |   16 +-
 src/Gem/Loaders.cpp                                |    2 +-
 src/Gem/Manager.cpp                                |   70 ++--
 src/Gem/Manager.h                                  |   46 +-
 src/Gem/PBuffer.cpp                                |   90 ++--
 src/Gem/PBuffer.h                                  |    8 +-
 src/Gem/PixConvert.h                               |   22 +-
 src/Gem/PixConvertAltivec.cpp                      |  108 ++--
 src/Gem/PixConvertSSE2.cpp                         |   52 +-
 src/Gem/Properties.cpp                             |   10 +-
 src/Gem/Properties.h                               |   16 +-
 src/Gem/Settings.cpp                               |   12 +-
 src/Gem/Setup.cpp                                  |    2 +-
 src/Gem/State.cpp                                  |   20 +-
 src/Gem/State.h                                    |   28 +-
 src/Gem/SynchedWorkerThread.cpp                    |    4 +-
 src/Gem/ThreadMutex.cpp                            |    4 +-
 src/Gem/ThreadMutex.h                              |    4 +-
 src/Gem/ThreadSemaphore.cpp                        |    8 +-
 src/Gem/ThreadSemaphore.h                          |    4 +-
 src/Gem/Version.cpp                                |    6 +-
 src/Gem/WorkerThread.cpp                           |    2 +-
 src/Gem/WorkerThread.h                             |   10 +-
 src/Gem/configNT.h                                 |    2 +-
 src/Gem/glew.cpp                                   |   40 +-
 src/Gem/glew.h                                     |   30 +-
 src/Gem/glxew.h                                    |   98 ++--
 src/Gem/wglew.h                                    |   40 +-
 src/Geos/GemSplash.cpp                             |    4 +-
 src/Geos/GemSplash.h                               |   10 +-
 src/Geos/circle.h                                  |   10 +-
 src/Geos/colorSquare.h                             |   12 +-
 src/Geos/cone.h                                    |    8 +-
 src/Geos/cube.cpp                                  |    6 +-
 src/Geos/cube.h                                    |    8 +-
 src/Geos/cuboid.cpp                                |   10 +-
 src/Geos/cuboid.h                                  |    8 +-
 src/Geos/curve.cpp                                 |    2 +-
 src/Geos/curve.h                                   |   14 +-
 src/Geos/curve3d.cpp                               |   94 ++--
 src/Geos/curve3d.h                                 |   16 +-
 src/Geos/cylinder.cpp                              |    4 +-
 src/Geos/cylinder.h                                |    8 +-
 src/Geos/disk.cpp                                  |    4 +-
 src/Geos/disk.h                                    |   10 +-
 src/Geos/imageVert.cpp                             |   24 +-
 src/Geos/imageVert.h                               |   10 +-
 src/Geos/mesh_line.h                               |   12 +-
 src/Geos/mesh_square.cpp                           |    2 +-
 src/Geos/mesh_square.h                             |   12 +-
 src/Geos/model.cpp                                 |   16 +-
 src/Geos/model.h                                   |   32 +-
 src/Geos/model_loader.cpp                          |    2 +-
 src/Geos/model_loader.h                            |   28 +-
 src/Geos/multimodel.cpp                            |   46 +-
 src/Geos/multimodel.h                              |   28 +-
 src/Geos/newWave.cpp                               |   40 +-
 src/Geos/newWave.h                                 |   24 +-
 src/Geos/polygon.cpp                               |   34 +-
 src/Geos/polygon.h                                 |   12 +-
 src/Geos/pqtorusknots.cpp                          |   32 +-
 src/Geos/pqtorusknots.h                            |   16 +-
 src/Geos/primTri.cpp                               |   20 +-
 src/Geos/primTri.h                                 |    8 +-
 src/Geos/rectangle.cpp                             |    4 +-
 src/Geos/rectangle.h                               |   12 +-
 src/Geos/ripple.cpp                                |   18 +-
 src/Geos/ripple.h                                  |   16 +-
 src/Geos/rubber.cpp                                |   16 +-
 src/Geos/rubber.h                                  |   22 +-
 src/Geos/scopeXYZ~.cpp                             |   16 +-
 src/Geos/scopeXYZ~.h                               |   24 +-
 src/Geos/slideSquares.cpp                          |   26 +-
 src/Geos/slideSquares.h                            |   16 +-
 src/Geos/sphere.cpp                                |   44 +-
 src/Geos/sphere.h                                  |   10 +-
 src/Geos/sphere3d.cpp                              |   44 +-
 src/Geos/sphere3d.h                                |   10 +-
 src/Geos/square.cpp                                |    4 +-
 src/Geos/square.h                                  |   12 +-
 src/Geos/surface3d.cpp                             |  110 ++--
 src/Geos/surface3d.h                               |   18 +-
 src/Geos/teapot.cpp                                |   42 +-
 src/Geos/teapot.h                                  |    8 +-
 src/Geos/text2d.cpp                                |    8 +-
 src/Geos/text2d.h                                  |    6 +-
 src/Geos/text3d.cpp                                |    2 +-
 src/Geos/text3d.h                                  |    6 +-
 src/Geos/textextruded.cpp                          |    4 +-
 src/Geos/textextruded.h                            |    6 +-
 src/Geos/textoutline.cpp                           |    2 +-
 src/Geos/textoutline.h                             |    6 +-
 src/Geos/torus.cpp                                 |   10 +-
 src/Geos/torus.h                                   |   10 +-
 src/Geos/trapezoid.cpp                             |    6 +-
 src/Geos/trapezoid.h                               |   10 +-
 src/Geos/triangle.h                                |    8 +-
 src/Geos/tube.cpp                                  |   26 +-
 src/Geos/tube.h                                    |   12 +-
 src/Manips/accumrotate.cpp                         |    8 +-
 src/Manips/accumrotate.h                           |   22 +-
 src/Manips/alpha.cpp                               |    4 +-
 src/Manips/alpha.h                                 |   16 +-
 src/Manips/ambient.cpp                             |    2 +-
 src/Manips/ambient.h                               |   12 +-
 src/Manips/ambientRGB.cpp                          |    8 +-
 src/Manips/ambientRGB.h                            |   18 +-
 src/Manips/camera.cpp                              |   30 +-
 src/Manips/camera.h                                |   22 +-
 src/Manips/color.cpp                               |    4 +-
 src/Manips/color.h                                 |   12 +-
 src/Manips/colorRGB.cpp                            |   10 +-
 src/Manips/colorRGB.h                              |   18 +-
 src/Manips/depth.cpp                               |    4 +-
 src/Manips/depth.h                                 |   14 +-
 src/Manips/diffuse.cpp                             |    2 +-
 src/Manips/diffuse.h                               |   12 +-
 src/Manips/diffuseRGB.cpp                          |    8 +-
 src/Manips/diffuseRGB.h                            |   18 +-
 src/Manips/emission.cpp                            |    2 +-
 src/Manips/emission.h                              |   12 +-
 src/Manips/emissionRGB.cpp                         |    8 +-
 src/Manips/emissionRGB.h                           |   18 +-
 src/Manips/fragment_program.cpp                    |    2 +-
 src/Manips/fragment_program.h                      |   20 +-
 src/Manips/glsl_fragment.h                         |   18 +-
 src/Manips/glsl_geometry.cpp                       |    8 +-
 src/Manips/glsl_geometry.h                         |   18 +-
 src/Manips/glsl_program.cpp                        |   70 ++--
 src/Manips/glsl_program.h                          |   42 +-
 src/Manips/glsl_vertex.cpp                         |    8 +-
 src/Manips/glsl_vertex.h                           |   18 +-
 src/Manips/linear_path.h                           |   12 +-
 src/Manips/ortho.cpp                               |    2 +-
 src/Manips/ortho.h                                 |   14 +-
 src/Manips/polygon_smooth.cpp                      |    2 +-
 src/Manips/polygon_smooth.h                        |   14 +-
 src/Manips/rotate.cpp                              |    4 +-
 src/Manips/rotate.h                                |   16 +-
 src/Manips/rotateXYZ.cpp                           |    6 +-
 src/Manips/rotateXYZ.h                             |   16 +-
 src/Manips/scale.cpp                               |    6 +-
 src/Manips/scale.h                                 |   16 +-
 src/Manips/scaleXYZ.cpp                            |    6 +-
 src/Manips/scaleXYZ.h                              |   16 +-
 src/Manips/separator.cpp                           |   20 +-
 src/Manips/separator.h                             |   14 +-
 src/Manips/shearXY.cpp                             |    4 +-
 src/Manips/shearXY.h                               |   14 +-
 src/Manips/shearXZ.cpp                             |    4 +-
 src/Manips/shearXZ.h                               |   14 +-
 src/Manips/shearYX.cpp                             |    4 +-
 src/Manips/shearYX.h                               |   14 +-
 src/Manips/shearYZ.cpp                             |    4 +-
 src/Manips/shearYZ.h                               |   14 +-
 src/Manips/shearZX.cpp                             |    4 +-
 src/Manips/shearZX.h                               |   14 +-
 src/Manips/shearZY.cpp                             |    4 +-
 src/Manips/shearZY.h                               |   14 +-
 src/Manips/shininess.cpp                           |    2 +-
 src/Manips/shininess.h                             |   12 +-
 src/Manips/specular.cpp                            |    2 +-
 src/Manips/specular.h                              |   12 +-
 src/Manips/specularRGB.cpp                         |    8 +-
 src/Manips/specularRGB.h                           |   18 +-
 src/Manips/spline_path.h                           |   12 +-
 src/Manips/translate.cpp                           |    4 +-
 src/Manips/translate.h                             |   16 +-
 src/Manips/translateXYZ.cpp                        |    6 +-
 src/Manips/translateXYZ.h                          |   16 +-
 src/Manips/vertex_program.cpp                      |   22 +-
 src/Manips/vertex_program.h                        |   22 +-
 src/Nongeos/light.h                                |   10 +-
 src/Nongeos/spot_light.cpp                         |   12 +-
 src/Nongeos/spot_light.h                           |    4 +-
 src/Nongeos/world_light.cpp                        |    8 +-
 src/Nongeos/world_light.h                          |   32 +-
 src/Output/gemglutwindow.cpp                       |    6 +-
 src/Output/gemglutwindow.h                         |    4 +-
 src/Output/gemglxwindow.cpp                        |  178 ++++----
 src/Output/gemglxwindow.h                          |    2 +-
 src/Output/gemmacwindow.cpp                        |  210 ++++----
 src/Output/gemmacwindow.h                          |    4 +-
 src/Output/gemw32window.cpp                        |   50 +-
 src/Particles/papi.h                               |    2 +-
 src/Particles/part_color.cpp                       |    6 +-
 src/Particles/part_color.h                         |   14 +-
 src/Particles/part_damp.cpp                        |    2 +-
 src/Particles/part_damp.h                          |   10 +-
 src/Particles/part_draw.cpp                        |    2 +-
 src/Particles/part_draw.h                          |    8 +-
 src/Particles/part_follow.h                        |   10 +-
 src/Particles/part_gravity.cpp                     |    2 +-
 src/Particles/part_gravity.h                       |   10 +-
 src/Particles/part_head.cpp                        |    2 +-
 src/Particles/part_head.h                          |   10 +-
 src/Particles/part_info.cpp                        |    2 +-
 src/Particles/part_info.h                          |    6 +-
 src/Particles/part_killold.h                       |   10 +-
 src/Particles/part_killslow.h                      |   10 +-
 src/Particles/part_orbitpoint.h                    |   12 +-
 src/Particles/part_render.h                        |    6 +-
 src/Particles/part_sink.cpp                        |    2 +-
 src/Particles/part_sink.h                          |   10 +-
 src/Particles/part_size.cpp                        |    2 +-
 src/Particles/part_size.h                          |   10 +-
 src/Particles/part_source.cpp                      |    2 +-
 src/Particles/part_source.h                        |   10 +-
 src/Particles/part_targetcolor.cpp                 |    4 +-
 src/Particles/part_targetcolor.h                   |   12 +-
 src/Particles/part_targetsize.cpp                  |    4 +-
 src/Particles/part_targetsize.h                    |   12 +-
 src/Particles/part_velcone.h                       |    6 +-
 src/Particles/part_velocity.h                      |    6 +-
 src/Particles/part_velsphere.h                     |    6 +-
 src/Particles/part_vertex.h                        |   12 +-
 src/Particles/partlib_actionapi.cpp                |  108 ++--
 src/Particles/partlib_actions.cpp                  |  534 ++++++++++----------
 src/Particles/partlib_base.cpp                     |    2 +-
 src/Particles/partlib_base.h                       |    8 +-
 src/Particles/partlib_general.h                    |  120 +++---
 src/Particles/partlib_opengl.cpp                   |   20 +-
 src/Particles/partlib_system.cpp                   |   94 ++--
 src/Particles/partlib_vector.h                     |   36 +-
 src/Pixes/Makefile.am                              |    2 +
 src/Pixes/frei0r.h                                 |   24 +-
 src/Pixes/pix_2grey.cpp                            |   62 ++--
 src/Pixes/pix_2grey.h                              |   12 +-
 src/Pixes/pix_a_2grey.cpp                          |    4 +-
 src/Pixes/pix_a_2grey.h                            |   16 +-
 src/Pixes/pix_add.cpp                              |   38 +-
 src/Pixes/pix_add.h                                |   10 +-
 src/Pixes/pix_aging.cpp                            |   16 +-
 src/Pixes/pix_aging.h                              |   14 +-
 src/Pixes/pix_alpha.cpp                            |    6 +-
 src/Pixes/pix_alpha.h                              |   30 +-
 src/Pixes/pix_background.cpp                       |  114 ++--
 src/Pixes/pix_background.h                         |   26 +-
 src/Pixes/pix_backlight.cpp                        |   56 +-
 src/Pixes/pix_backlight.h                          |   20 +-
 src/Pixes/pix_biquad.cpp                           |   56 +-
 src/Pixes/pix_biquad.h                             |   30 +-
 src/Pixes/pix_bitmask.cpp                          |    6 +-
 src/Pixes/pix_bitmask.h                            |   20 +-
 src/Pixes/pix_blob.cpp                             |    6 +-
 src/Pixes/pix_blob.h                               |   30 +-
 src/Pixes/pix_blur.cpp                             |  104 ++--
 src/Pixes/pix_blur.h                               |   24 +-
 src/Pixes/pix_buf.cpp                              |    4 +-
 src/Pixes/pix_buf.h                                |   16 +-
 src/Pixes/pix_buffer.cpp                           |   16 +-
 src/Pixes/pix_buffer.h                             |   16 +-
 src/Pixes/pix_buffer_read.cpp                      |   14 +-
 src/Pixes/pix_buffer_read.h                        |   14 +-
 src/Pixes/pix_buffer_write.cpp                     |    2 +-
 src/Pixes/pix_buffer_write.h                       |   14 +-
 src/Pixes/pix_chroma_key.cpp                       |  176 ++++----
 src/Pixes/pix_chroma_key.h                         |   28 +-
 src/Pixes/pix_clearblock.cpp                       |    2 +-
 src/Pixes/pix_clearblock.h                         |   12 +-
 src/Pixes/pix_color.cpp                            |    6 +-
 src/Pixes/pix_color.h                              |   18 +-
 src/Pixes/pix_coloralpha.cpp                       |    6 +-
 src/Pixes/pix_coloralpha.h                         |    8 +-
 src/Pixes/pix_colorclassify.cpp                    |  446 ++++++++++++++++
 src/Pixes/pix_colorclassify.h                      |   84 +++
 src/Pixes/pix_colormatrix.cpp                      |    6 +-
 src/Pixes/pix_colormatrix.h                        |   20 +-
 src/Pixes/pix_colorreduce.cpp                      |   34 +-
 src/Pixes/pix_colorreduce.h                        |   22 +-
 src/Pixes/pix_compare.cpp                          |   58 +-
 src/Pixes/pix_compare.h                            |   24 +-
 src/Pixes/pix_composite.cpp                        |    8 +-
 src/Pixes/pix_composite.h                          |    8 +-
 src/Pixes/pix_contrast.cpp                         |  114 ++--
 src/Pixes/pix_contrast.h                           |   10 +-
 src/Pixes/pix_convert.h                            |   10 +-
 src/Pixes/pix_convolve.cpp                         |  174 ++++----
 src/Pixes/pix_convolve.h                           |   30 +-
 src/Pixes/pix_coordinate.cpp                       |   10 +-
 src/Pixes/pix_coordinate.h                         |   14 +-
 src/Pixes/pix_crop.cpp                             |   18 +-
 src/Pixes/pix_crop.h                               |   12 +-
 src/Pixes/pix_cubemap.cpp                          |    8 +-
 src/Pixes/pix_cubemap.h                            |   22 +-
 src/Pixes/pix_curve.cpp                            |   10 +-
 src/Pixes/pix_curve.h                              |   24 +-
 src/Pixes/pix_data.cpp                             |    8 +-
 src/Pixes/pix_data.h                               |    8 +-
 src/Pixes/pix_deinterlace.cpp                      |  160 +++---
 src/Pixes/pix_deinterlace.h                        |   18 +-
 src/Pixes/pix_delay.cpp                            |    4 +-
 src/Pixes/pix_delay.h                              |   16 +-
 src/Pixes/pix_diff.cpp                             |   62 ++--
 src/Pixes/pix_diff.h                               |   14 +-
 src/Pixes/pix_dot.cpp                              |   36 +-
 src/Pixes/pix_dot.h                                |   16 +-
 src/Pixes/pix_draw.cpp                             |    2 +-
 src/Pixes/pix_draw.h                               |   10 +-
 src/Pixes/pix_dump.cpp                             |    2 +-
 src/Pixes/pix_dump.h                               |   38 +-
 src/Pixes/pix_duotone.cpp                          |    4 +-
 src/Pixes/pix_duotone.h                            |   20 +-
 src/Pixes/pix_emboss.cpp                           |   26 +-
 src/Pixes/pix_emboss.h                             |   18 +-
 src/Pixes/pix_film.cpp                             |   40 +-
 src/Pixes/pix_film.h                               |   16 +-
 src/Pixes/pix_filmDarwin.cpp                       |   70 ++--
 src/Pixes/pix_filmDarwin.h                         |   28 +-
 src/Pixes/pix_filmOS.cpp                           |   24 +-
 src/Pixes/pix_filmOS.h                             |   24 +-
 src/Pixes/pix_flip.cpp                             |    2 +-
 src/Pixes/pix_flip.h                               |   16 +-
 src/Pixes/pix_freeframe.cpp                        |   50 +-
 src/Pixes/pix_freeframe.h                          |   10 +-
 src/Pixes/pix_frei0r.h                             |   10 +-
 src/Pixes/pix_gain.cpp                             |   84 ++--
 src/Pixes/pix_gain.h                               |   22 +-
 src/Pixes/pix_grey.cpp                             |    2 +-
 src/Pixes/pix_grey.h                               |    6 +-
 src/Pixes/pix_halftone.cpp                         |   66 ++--
 src/Pixes/pix_halftone.h                           |   20 +-
 src/Pixes/pix_histo.cpp                            |    8 +-
 src/Pixes/pix_histo.h                              |   24 +-
 src/Pixes/pix_hit.cpp                              |   46 +-
 src/Pixes/pix_hit.h                                |   14 +-
 src/Pixes/pix_hsv2rgb.cpp                          |    4 +-
 src/Pixes/pix_hsv2rgb.h                            |   10 +-
 src/Pixes/pix_image.cpp                            |   12 +-
 src/Pixes/pix_image.h                              |   32 +-
 src/Pixes/pix_imageInPlace.cpp                     |    4 +-
 src/Pixes/pix_imageInPlace.h                       |   16 +-
 src/Pixes/pix_info.cpp                             |    2 +-
 src/Pixes/pix_info.h                               |    8 +-
 src/Pixes/pix_invert.cpp                           |   12 +-
 src/Pixes/pix_invert.h                             |    8 +-
 src/Pixes/pix_kaleidoscope.cpp                     |  102 ++--
 src/Pixes/pix_kaleidoscope.h                       |   36 +-
 src/Pixes/pix_levels.cpp                           |   40 +-
 src/Pixes/pix_levels.h                             |   22 +-
 src/Pixes/pix_lumaoffset.cpp                       |   72 ++--
 src/Pixes/pix_lumaoffset.h                         |   18 +-
 src/Pixes/pix_mask.h                               |    8 +-
 src/Pixes/pix_mean_color.cpp                       |   20 +-
 src/Pixes/pix_mean_color.h                         |    4 +-
 src/Pixes/pix_metaimage.cpp                        |   82 ++--
 src/Pixes/pix_metaimage.h                          |   24 +-
 src/Pixes/pix_mix.cpp                              |  116 +++---
 src/Pixes/pix_mix.h                                |   24 +-
 src/Pixes/pix_motionblur.cpp                       |  138 +++---
 src/Pixes/pix_motionblur.h                         |   22 +-
 src/Pixes/pix_movement.cpp                         |   26 +-
 src/Pixes/pix_movement.h                           |   26 +-
 src/Pixes/pix_movement2.cpp                        |    4 +-
 src/Pixes/pix_movement2.h                          |    6 +-
 src/Pixes/pix_movie.cpp                            |    4 +-
 src/Pixes/pix_movie.h                              |   12 +-
 src/Pixes/pix_movieDS.cpp                          |  256 +++++-----
 src/Pixes/pix_movieDS.h                            |   42 +-
 src/Pixes/pix_movieDarwin.cpp                      |  258 +++++-----
 src/Pixes/pix_movieDarwin.h                        |   46 +-
 src/Pixes/pix_movieOS.cpp                          |   42 +-
 src/Pixes/pix_movieOS.h                            |   20 +-
 src/Pixes/pix_multiblob.cpp                        |   30 +-
 src/Pixes/pix_multiblob.h                          |   12 +-
 src/Pixes/pix_multiimage.cpp                       |   24 +-
 src/Pixes/pix_multiimage.h                         |   26 +-
 src/Pixes/pix_multiply.cpp                         |    4 +-
 src/Pixes/pix_multiply.h                           |   14 +-
 src/Pixes/pix_multitexture.cpp                     |    8 +-
 src/Pixes/pix_multitexture.h                       |   14 +-
 src/Pixes/pix_normalize.cpp                        |    6 +-
 src/Pixes/pix_normalize.h                          |   16 +-
 src/Pixes/pix_offset.cpp                           |   68 ++--
 src/Pixes/pix_offset.h                             |   24 +-
 src/Pixes/pix_pix2sig.cpp                          |    4 +-
 src/Pixes/pix_pix2sig.h                            |   16 +-
 src/Pixes/pix_posterize.cpp                        |    8 +-
 src/Pixes/pix_posterize.h                          |   20 +-
 src/Pixes/pix_puzzle.cpp                           |    2 +-
 src/Pixes/pix_puzzle.h                             |   16 +-
 src/Pixes/pix_rds.cpp                              |   22 +-
 src/Pixes/pix_rds.h                                |   18 +-
 src/Pixes/pix_record.cpp                           |   14 +-
 src/Pixes/pix_record.h                             |   36 +-
 src/Pixes/pix_recordQT.cpp                         |  248 +++++-----
 src/Pixes/pix_recordQT.h                           |  108 ++--
 src/Pixes/pix_rectangle.cpp                        |   10 +-
 src/Pixes/pix_rectangle.h                          |   20 +-
 src/Pixes/pix_refraction.cpp                       |   22 +-
 src/Pixes/pix_refraction.h                         |   18 +-
 src/Pixes/pix_resize.cpp                           |    8 +-
 src/Pixes/pix_resize.h                             |   12 +-
 src/Pixes/pix_rgb2hsv.h                            |   10 +-
 src/Pixes/pix_rgba.cpp                             |    6 +-
 src/Pixes/pix_rgba.h                               |   10 +-
 src/Pixes/pix_roll.cpp                             |   30 +-
 src/Pixes/pix_roll.h                               |   24 +-
 src/Pixes/pix_rtx.cpp                              |   16 +-
 src/Pixes/pix_rtx.h                                |   36 +-
 src/Pixes/pix_scanline.cpp                         |   12 +-
 src/Pixes/pix_scanline.h                           |   24 +-
 src/Pixes/pix_set.cpp                              |   14 +-
 src/Pixes/pix_set.h                                |   52 +-
 src/Pixes/pix_share_read.cpp                       |    8 +-
 src/Pixes/pix_share_read.h                         |    6 +-
 src/Pixes/pix_share_write.cpp                      |   16 +-
 src/Pixes/pix_sig2pix.cpp                          |    6 +-
 src/Pixes/pix_sig2pix.h                            |   18 +-
 src/Pixes/pix_snap.cpp                             |   14 +-
 src/Pixes/pix_snap.h                               |   34 +-
 src/Pixes/pix_snap2tex.cpp                         |   32 +-
 src/Pixes/pix_snap2tex.h                           |   36 +-
 src/Pixes/pix_subtract.cpp                         |   42 +-
 src/Pixes/pix_subtract.h                           |    8 +-
 src/Pixes/pix_tIIR.cpp                             |   10 +-
 src/Pixes/pix_tIIR.h                               |   22 +-
 src/Pixes/pix_tIIRf.cpp                            |   10 +-
 src/Pixes/pix_tIIRf.h                              |   20 +-
 src/Pixes/pix_takealpha.h                          |   10 +-
 src/Pixes/pix_test.cpp                             |    4 +-
 src/Pixes/pix_test.h                               |   10 +-
 src/Pixes/pix_texture.cpp                          |   16 +-
 src/Pixes/pix_texture.h                            |   20 +-
 src/Pixes/pix_threshold.cpp                        |   20 +-
 src/Pixes/pix_threshold.h                          |   28 +-
 src/Pixes/pix_threshold_bernsen.cpp                |    6 +-
 src/Pixes/pix_threshold_bernsen.h                  |   20 +-
 src/Pixes/pix_video.cpp                            |   30 +-
 src/Pixes/pix_video.h                              |   28 +-
 src/Pixes/pix_videoDarwin.cpp                      |    2 +-
 src/Pixes/pix_videoDarwin.h                        |   52 +-
 src/Pixes/pix_videoOS.cpp                          |   12 +-
 src/Pixes/pix_videoOS.h                            |   40 +-
 src/Pixes/pix_vpaint.cpp                           |   28 +-
 src/Pixes/pix_vpaint.h                             |   36 +-
 src/Pixes/pix_write.cpp                            |   10 +-
 src/Pixes/pix_write.h                              |   36 +-
 src/Pixes/pix_writer.cpp                           |    4 +-
 src/Pixes/pix_writer.h                             |   20 +-
 src/Pixes/pix_yuv.h                                |    8 +-
 src/Pixes/pix_zoom.cpp                             |    2 +-
 src/Pixes/pix_zoom.h                               |   16 +-
 src/RTE/Array.cpp                                  |   14 +-
 src/RTE/MessageCallbacks.h                         |    2 +-
 src/RTE/Outlet.cpp                                 |    4 +-
 src/RTE/Symbol.cpp                                 |   12 +-
 src/RTE/Symbol.h                                   |    4 +-
 src/Utils/Functions.cpp                            |    8 +-
 src/Utils/Functions.h                              |    8 +-
 src/Utils/GLUtil.cpp                               |    6 +-
 src/Utils/GemMath.h                                |    6 +-
 src/Utils/Matrix.cpp                               |    2 +-
 src/Utils/Matrix.h                                 |   22 +-
 src/Utils/PixPete.h                                |    8 +-
 src/Utils/SIMD.cpp                                 |    6 +-
 src/Utils/SIMD.h                                   |    4 +-
 src/Utils/Vector.cpp                               |   10 +-
 src/Utils/Vector.h                                 |   12 +-
 src/Utils/any.h                                    |    4 +-
 src/Utils/plist.cpp                                |   24 +-
 src/Utils/plist.h                                  |   14 +-
 src/Utils/pstk.cpp                                 |   12 +-
 src/Utils/pstk.h                                   |   10 +-
 src/Vertex/vertex_add.cpp                          |   14 +-
 src/Vertex/vertex_add.h                            |   14 +-
 src/Vertex/vertex_combine.cpp                      |   34 +-
 src/Vertex/vertex_combine.h                        |   14 +-
 src/Vertex/vertex_draw.cpp                         |   48 +-
 src/Vertex/vertex_draw.h                           |   14 +-
 src/Vertex/vertex_grid.cpp                         |   36 +-
 src/Vertex/vertex_grid.h                           |   12 +-
 src/Vertex/vertex_info.cpp                         |   10 +-
 src/Vertex/vertex_info.h                           |   12 +-
 src/Vertex/vertex_model.cpp                        |   54 +-
 src/Vertex/vertex_model.h                          |   16 +-
 src/Vertex/vertex_mul.cpp                          |    4 +-
 src/Vertex/vertex_mul.h                            |   12 +-
 src/Vertex/vertex_offset.cpp                       |   12 +-
 src/Vertex/vertex_offset.h                         |   12 +-
 src/Vertex/vertex_quad.cpp                         |   32 +-
 src/Vertex/vertex_quad.h                           |   12 +-
 src/Vertex/vertex_scale.cpp                        |   16 +-
 src/Vertex/vertex_scale.h                          |   16 +-
 src/Vertex/vertex_set.cpp                          |   12 +-
 src/Vertex/vertex_set.h                            |   12 +-
 src/Vertex/vertex_tabread.cpp                      |    4 +-
 src/Vertex/vertex_tabread.h                        |   12 +-
 src/openGL/GEMglAccum.cpp                          |    2 +-
 src/openGL/GEMglActiveTextureARB.cpp               |    2 +-
 src/openGL/GEMglAlphaFunc.cpp                      |    2 +-
 src/openGL/GEMglAreTexturesResident.cpp            |    2 +-
 src/openGL/GEMglBindProgramARB.cpp                 |    2 +-
 src/openGL/GEMglBindTexture.cpp                    |    2 +-
 src/openGL/GEMglBitmap.cpp                         |   10 +-
 src/openGL/GEMglBlendFunc.cpp                      |    2 +-
 src/openGL/GEMglClearAccum.cpp                     |    6 +-
 src/openGL/GEMglClearColor.cpp                     |    6 +-
 src/openGL/GEMglColor3b.cpp                        |    4 +-
 src/openGL/GEMglColor3d.cpp                        |    4 +-
 src/openGL/GEMglColor3f.cpp                        |    4 +-
 src/openGL/GEMglColor3i.cpp                        |    4 +-
 src/openGL/GEMglColor3s.cpp                        |    4 +-
 src/openGL/GEMglColor3ub.cpp                       |    4 +-
 src/openGL/GEMglColor3ui.cpp                       |    4 +-
 src/openGL/GEMglColor3us.cpp                       |    4 +-
 src/openGL/GEMglColor4b.cpp                        |    6 +-
 src/openGL/GEMglColor4d.cpp                        |    6 +-
 src/openGL/GEMglColor4f.cpp                        |    6 +-
 src/openGL/GEMglColor4i.cpp                        |    6 +-
 src/openGL/GEMglColor4s.cpp                        |    6 +-
 src/openGL/GEMglColor4ub.cpp                       |    6 +-
 src/openGL/GEMglColor4ui.cpp                       |    6 +-
 src/openGL/GEMglColor4us.cpp                       |    6 +-
 src/openGL/GEMglColorMask.cpp                      |    6 +-
 src/openGL/GEMglColorMaterial.cpp                  |    2 +-
 src/openGL/GEMglDepthRange.cpp                     |    2 +-
 src/openGL/GEMglDrawArrays.cpp                     |    4 +-
 src/openGL/GEMglDrawElements.cpp                   |    2 +-
 src/openGL/GEMglEvalCoord2d.cpp                    |    2 +-
 src/openGL/GEMglEvalCoord2f.cpp                    |    2 +-
 src/openGL/GEMglEvalMesh1.cpp                      |    4 +-
 src/openGL/GEMglEvalPoint2.cpp                     |    2 +-
 src/openGL/GEMglFeedbackBuffer.cpp                 |    2 +-
 src/openGL/GEMglFogf.cpp                           |    2 +-
 src/openGL/GEMglFogi.cpp                           |    2 +-
 src/openGL/GEMglGenProgramsARB.cpp                 |    2 +-
 src/openGL/GEMglGenTextures.cpp                    |    2 +-
 src/openGL/GEMglGetString.h                        |    6 +-
 src/openGL/GEMglHint.cpp                           |    2 +-
 src/openGL/GEMglIsEnabled.cpp                      |    4 +-
 src/openGL/GEMglLightModelf.cpp                    |    2 +-
 src/openGL/GEMglLightModeli.cpp                    |    2 +-
 src/openGL/GEMglLightf.cpp                         |    4 +-
 src/openGL/GEMglLighti.cpp                         |    4 +-
 src/openGL/GEMglLineStipple.cpp                    |    2 +-
 src/openGL/GEMglLoadMatrixd.cpp                    |    2 +-
 src/openGL/GEMglLoadMatrixf.cpp                    |    2 +-
 src/openGL/GEMglMap1f.cpp                          |    2 +-
 src/openGL/GEMglMapGrid1d.cpp                      |    4 +-
 src/openGL/GEMglMapGrid1f.cpp                      |    4 +-
 src/openGL/GEMglMaterialf.cpp                      |    4 +-
 src/openGL/GEMglMaterialfv.cpp                     |    4 +-
 src/openGL/GEMglMateriali.cpp                      |    4 +-
 src/openGL/GEMglMultMatrixd.cpp                    |    2 +-
 src/openGL/GEMglMultMatrixf.cpp                    |    2 +-
 src/openGL/GEMglMultTransposeMatrixd.cpp           |    2 +-
 src/openGL/GEMglMultTransposeMatrixf.cpp           |    2 +-
 src/openGL/GEMglMultiTexCoord2fARB.cpp             |   10 +-
 src/openGL/GEMglNormal3b.cpp                       |    4 +-
 src/openGL/GEMglNormal3d.cpp                       |    4 +-
 src/openGL/GEMglNormal3f.cpp                       |    4 +-
 src/openGL/GEMglNormal3i.cpp                       |    4 +-
 src/openGL/GEMglNormal3s.cpp                       |    4 +-
 src/openGL/GEMglPixelStoref.cpp                    |    2 +-
 src/openGL/GEMglPixelStorei.cpp                    |    2 +-
 src/openGL/GEMglPixelTransferf.cpp                 |    2 +-
 src/openGL/GEMglPixelTransferi.cpp                 |    2 +-
 src/openGL/GEMglPixelZoom.cpp                      |    2 +-
 src/openGL/GEMglPolygonMode.cpp                    |    2 +-
 src/openGL/GEMglPolygonOffset.cpp                  |    2 +-
 src/openGL/GEMglProgramEnvParameter4dARB.cpp       |    2 +-
 src/openGL/GEMglProgramEnvParameter4dARB.h         |    2 +-
 src/openGL/GEMglProgramEnvParameter4fvARB.cpp      |    4 +-
 src/openGL/GEMglProgramLocalParameter4fvARB.cpp    |    2 +-
 src/openGL/GEMglProgramStringARB.cpp               |   12 +-
 src/openGL/GEMglRasterPos2d.cpp                    |    2 +-
 src/openGL/GEMglRasterPos2f.cpp                    |    2 +-
 src/openGL/GEMglRasterPos2i.cpp                    |    2 +-
 src/openGL/GEMglRasterPos2s.cpp                    |    2 +-
 src/openGL/GEMglRasterPos3d.cpp                    |    4 +-
 src/openGL/GEMglRasterPos3f.cpp                    |    4 +-
 src/openGL/GEMglRasterPos3i.cpp                    |    4 +-
 src/openGL/GEMglRasterPos3s.cpp                    |    4 +-
 src/openGL/GEMglRasterPos4d.cpp                    |    6 +-
 src/openGL/GEMglRasterPos4f.cpp                    |    6 +-
 src/openGL/GEMglRasterPos4i.cpp                    |    6 +-
 src/openGL/GEMglRasterPos4s.cpp                    |    6 +-
 src/openGL/GEMglRectd.cpp                          |    6 +-
 src/openGL/GEMglRectf.cpp                          |    6 +-
 src/openGL/GEMglRecti.cpp                          |    6 +-
 src/openGL/GEMglRects.cpp                          |    6 +-
 src/openGL/GEMglRenderMode.cpp                     |    4 +-
 src/openGL/GEMglRenderMode.h                       |    8 +-
 src/openGL/GEMglReportError.cpp                    |    2 +-
 src/openGL/GEMglRotated.cpp                        |    6 +-
 src/openGL/GEMglRotatef.cpp                        |    6 +-
 src/openGL/GEMglScaled.cpp                         |    4 +-
 src/openGL/GEMglScalef.cpp                         |    4 +-
 src/openGL/GEMglScissor.cpp                        |    6 +-
 src/openGL/GEMglStencilFunc.cpp                    |    4 +-
 src/openGL/GEMglStencilOp.cpp                      |    4 +-
 src/openGL/GEMglTexCoord2d.cpp                     |    2 +-
 src/openGL/GEMglTexCoord2f.cpp                     |    2 +-
 src/openGL/GEMglTexCoord2i.cpp                     |    2 +-
 src/openGL/GEMglTexCoord2s.cpp                     |    2 +-
 src/openGL/GEMglTexCoord3d.cpp                     |    4 +-
 src/openGL/GEMglTexCoord3f.cpp                     |    4 +-
 src/openGL/GEMglTexCoord3i.cpp                     |    4 +-
 src/openGL/GEMglTexCoord3s.cpp                     |    4 +-
 src/openGL/GEMglTexCoord4d.cpp                     |    6 +-
 src/openGL/GEMglTexCoord4f.cpp                     |    6 +-
 src/openGL/GEMglTexCoord4i.cpp                     |    6 +-
 src/openGL/GEMglTexCoord4s.cpp                     |    6 +-
 src/openGL/GEMglTexEnvf.cpp                        |    4 +-
 src/openGL/GEMglTexEnvi.cpp                        |    4 +-
 src/openGL/GEMglTexGend.cpp                        |    4 +-
 src/openGL/GEMglTexGenf.cpp                        |    4 +-
 src/openGL/GEMglTexGenfv.cpp                       |    4 +-
 src/openGL/GEMglTexGeni.cpp                        |    4 +-
 src/openGL/GEMglTexImage2D.cpp                     |    8 +-
 src/openGL/GEMglTexParameterf.cpp                  |    4 +-
 src/openGL/GEMglTexParameteri.cpp                  |    4 +-
 src/openGL/GEMglTexSubImage1D.cpp                  |   10 +-
 src/openGL/GEMglTexSubImage2D.cpp                  |    8 +-
 src/openGL/GEMglTranslated.cpp                     |    4 +-
 src/openGL/GEMglTranslatef.cpp                     |    4 +-
 src/openGL/GEMglUniform1fARB.cpp                   |    2 +-
 src/openGL/GEMglUseProgramObjectARB.cpp            |    2 +-
 src/openGL/GEMglUseProgramObjectARB.h              |    4 +-
 src/openGL/GEMglVertex2d.cpp                       |    2 +-
 src/openGL/GEMglVertex2f.cpp                       |    2 +-
 src/openGL/GEMglVertex2i.cpp                       |    2 +-
 src/openGL/GEMglVertex2s.cpp                       |    2 +-
 src/openGL/GEMglVertex3d.cpp                       |    4 +-
 src/openGL/GEMglVertex3f.cpp                       |    4 +-
 src/openGL/GEMglVertex3i.cpp                       |    4 +-
 src/openGL/GEMglVertex3s.cpp                       |    4 +-
 src/openGL/GEMglVertex4d.cpp                       |    6 +-
 src/openGL/GEMglVertex4f.cpp                       |    6 +-
 src/openGL/GEMglVertex4i.cpp                       |    6 +-
 src/openGL/GEMglVertex4s.cpp                       |    6 +-
 src/openGL/GEMglViewport.cpp                       |    6 +-
 src/openGL/GEMgluLookAt.cpp                        |    2 +-
 src/openGL/GEMgluPerspective.cpp                   |    6 +-
 src/plugins/PluginFactory.cpp                      |    2 +-
 src/plugins/PluginFactory.h                        |    4 +-
 src/plugins/PluginFactoryTimple.h                  |    2 +-
 src/plugins/film.cpp                               |    2 +-
 src/plugins/film.h                                 |   32 +-
 src/plugins/filmBase.cpp                           |   14 +-
 src/plugins/filmBase.h                             |   20 +-
 src/plugins/imageBase.cpp                          |    4 +-
 src/plugins/imageBase.h                            |   20 +-
 src/plugins/imageloader.cpp                        |    4 +-
 src/plugins/imageloader.h                          |   12 +-
 src/plugins/imagesaver.cpp                         |   12 +-
 src/plugins/imagesaver.h                           |   34 +-
 src/plugins/record.cpp                             |   12 +-
 src/plugins/record.h                               |   20 +-
 src/plugins/recordBase.cpp                         |    4 +-
 src/plugins/recordBase.h                           |   20 +-
 src/plugins/video.cpp                              |    2 +-
 src/plugins/video.h                                |   26 +-
 src/plugins/videoBase.cpp                          |   26 +-
 src/plugins/videoBase.h                            |   36 +-
 715 files changed, 7404 insertions(+), 6845 deletions(-)
 copy examples/04.video/{00.SimpleVideo.pd => 08.color_classification.pd} (50%)
 copy help/{pix_colorreduce-help.pd => pix_colorclassify-help.pd} (57%)
 create mode 100644 src/Pixes/pix_colorclassify.cpp
 create mode 100644 src/Pixes/pix_colorclassify.h


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