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 - Graphics environment for multimedia".

The branch, master has been updated
       via  f816c859077c63b77700d5700f5545e50969de17 (commit)
       via  6b4236ff789da1ca5c643289b171996d57a648f6 (commit)
       via  32f6d9b68ada461318c2c9a7676068ce4a723ba8 (commit)
       via  9603ac2f1a1fd6337d75f5c8186aa46d1aa9ea6c (commit)
       via  a3d532f42fec4c5f85c6f64b99826246472805b1 (commit)
       via  978fc7ae7503be9cb44b9e70ef2fc9c889048efd (commit)
       via  f3e13c85311fc1130ff60ebb3bf6f9355a2283f5 (commit)
       via  55cc3446f5256faddc75928162afdc74d18e67b4 (commit)
      from  37843a3e22cb40753ce1562af46e9b656dc660d2 (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 f816c859077c63b77700d5700f5545e50969de17
Author: IOhannes m zmölnig <zmoel...@umlauts.umlaeute.mur.at>
Date:   Thu Nov 3 16:34:36 2022 +0100

    videoPIPEWIRE stub

commit 6b4236ff789da1ca5c643289b171996d57a648f6
Author: IOhannes m zmölnig <zmoel...@umlauts.umlaeute.mur.at>
Date:   Thu Nov 3 14:59:34 2022 +0100

    NDI: emit "install NDI" warning only once

commit 32f6d9b68ada461318c2c9a7676068ce4a723ba8
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Nov 3 12:24:39 2022 +0100

    Only build AVI and VFW plugins if vfw32.lib can be found and is enabled.
    
    rather than just using "WINDOWS" as the discriminator.
    e.g. "--without-ALL" would disable linking against vfw32.lib, but still
    attempt to build the plugins, resulting in FTBFS

commit 9603ac2f1a1fd6337d75f5c8186aa46d1aa9ea6c
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Nov 3 11:44:10 2022 +0100

    astyle: allow for really long lines
    
    we do want to keep lines under 80 chars, but sometimes longer lines improve 
readability...

commit a3d532f42fec4c5f85c6f64b99826246472805b1
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Nov 3 11:42:09 2022 +0100

    prevent astyle from reformatting our macro-driven "else"-clauses

commit 978fc7ae7503be9cb44b9e70ef2fc9c889048efd
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Nov 3 11:37:28 2022 +0100

    fix else-clauses (that were broken by astyle)

commit f3e13c85311fc1130ff60ebb3bf6f9355a2283f5
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Nov 3 11:10:48 2022 +0100

    drop the "register" keyword
    
    it has been deprecated by C++11...

commit 55cc3446f5256faddc75928162afdc74d18e67b4
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Wed Nov 2 13:09:44 2022 +0100

    re-indent the entire code-base

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

Summary of changes:
 configure.ac                                       |   25 +
 doc/astyle.rc                                      |    3 +-
 extra/pix_artoolkit/pix_artoolkit.cpp              |   87 +-
 extra/pix_artoolkit/pix_artoolkit.h                |    4 +-
 extra/pix_drum/pix_drum.cpp                        |  233 ++-
 extra/pix_drum/pix_drum.h                          |   40 +-
 extra/pix_hit/pix_hit.cpp                          |  458 +++--
 extra/pix_hit/pix_hit.h                            |   12 +-
 extra/pix_mano/pix_mano.cpp                        | 1882 +++++++++++---------
 extra/pix_mano/pix_mano.h                          |    6 +-
 plugins/AVI/Makefile.am                            |    2 +-
 plugins/AVIPLAY/filmAVIPLAY.cpp                    |   13 +-
 plugins/DECKLINK/decklink_common.h                 |  501 +++---
 plugins/DECKLINK/recordDECKLINK.cpp                |   90 +-
 plugins/DECKLINK/videoDECKLINK.cpp                 |   29 +-
 plugins/GMERLIN/filmGMERLIN.cpp                    |   10 +-
 plugins/HALCON/videoHALCON.cpp                     |   14 +-
 plugins/Makefile.am                                |    1 +
 plugins/NDI/init_ndi_library.hh                    |   36 +-
 plugins/NDI/recordNDI.cpp                          |   17 +-
 plugins/NDI/videoNDI.cpp                           |   55 +-
 plugins/NDI/videoNDI.h                             |    8 +-
 plugins/OBJ/modelOBJ.cpp                           |    3 +-
 plugins/{TEST => PIPEWIRE}/Makefile.am             |   22 +-
 plugins/PIPEWIRE/videoPIPEWIRE.cpp                 |  137 ++
 .../{TEST/videoTEST.h => PIPEWIRE/videoPIPEWIRE.h} |   22 +-
 plugins/PNM/recordPNM.cpp                          |   15 +-
 plugins/PYLON/videoPYLON.cpp                       |  396 ++--
 plugins/PYLON/videoPYLON.h                         |    8 +-
 plugins/QT4L/filmQT4L.cpp                          |    2 +-
 plugins/QT4L/recordQT4L.cpp                        |    2 +-
 plugins/QuickTime/recordQT.cpp                     |   13 +-
 plugins/STB/imageSTB.cpp                           |    6 +-
 plugins/TIFF/imageTIFF.cpp                         |    4 +-
 plugins/V4L/videoV4L.cpp                           |    4 +-
 plugins/V4L2/recordV4L2.cpp                        |    2 +-
 plugins/V4L2/videoV4L2.cpp                         |   10 +-
 plugins/VFW/Makefile.am                            |    2 +-
 plugins/VIDS/videoVIDS.cpp                         |   36 +-
 plugins/filmAVF/filmAVF.mm                         |    4 +-
 plugins/filmDS/filmDS.cpp                          |   28 +-
 plugins/filmDarwin/filmDarwin.cpp                  |    2 +-
 plugins/imageIO/imageIO.mm                         |   71 +-
 plugins/videoAVF/AVFVideoGrabber.mm                |   29 +-
 src/Base/CPPExtern.cpp                             |    4 +-
 src/Base/CPPExtern.h                               |    4 +-
 src/Base/GemPixDualObj.cpp                         |    6 +-
 src/Base/GemPixObj.cpp                             |   12 +-
 src/Base/GemWinCreateEM.cpp                        |  103 +-
 src/Base/GemWinCreateMac.cpp                       |    4 +-
 src/Base/GemWinCreateXWin.cpp                      |    2 +-
 src/Base/GemWindow.cpp                             |   27 +-
 src/Base/TextBaseFTGL.cpp                          |   26 +-
 src/Controls/gemframebuffer.cpp                    |    3 +-
 src/Controls/modelfiler.cpp                        |   26 +-
 src/Gem/Files.cpp                                  |    9 +-
 src/Gem/Image.cpp                                  |   68 +-
 src/Gem/Manager.cpp                                |   56 +-
 src/Gem/Settings.cpp                               |   11 +-
 src/Gem/Setup.cpp                                  |   14 +-
 src/Gem/State.cpp                                  |    3 +-
 src/Gem/State.h                                    |    5 +-
 src/Gem/VertexBuffer.cpp                           |    8 +-
 src/Geos/gemvertexbuffer.cpp                       |    4 +-
 src/Geos/model.cpp                                 |   15 +-
 src/Geos/multimodel.cpp                            |    3 +-
 src/Geos/scopeXYZ~.cpp                             |   12 +-
 src/Manips/glsl_program.cpp                        |  313 ++--
 src/Manips/glsl_vertex.cpp                         |    3 +-
 src/Output/gemcocoawindow.mm                       |  254 ++-
 src/Output/gemglfw3window.cpp                      |  225 ++-
 src/Output/gemglutwindow.cpp                       |   53 +-
 src/Output/gemglxwindow.cpp                        |    5 +-
 src/Output/gemmacoswindow.mm                       |  275 ++-
 src/Output/gemmacwindow.cpp                        |    4 +-
 src/Output/gemsdl2window.cpp                       |  174 +-
 src/Output/gemsdlwindow.cpp                        |    6 +-
 src/Output/gemw32window.cpp                        |    3 +-
 src/Pixes/pix_2grey.cpp                            |   88 +-
 src/Pixes/pix_add.cpp                              |   22 +-
 src/Pixes/pix_background.cpp                       |   30 +-
 src/Pixes/pix_blur.cpp                             |   17 +-
 src/Pixes/pix_chroma_key.cpp                       |   27 +-
 src/Pixes/pix_compare.cpp                          |   16 +-
 src/Pixes/pix_contrast.cpp                         |    5 +-
 src/Pixes/pix_convolve.cpp                         |  134 +-
 src/Pixes/pix_frei0r.cpp                           |   24 +-
 src/Pixes/pix_gain.cpp                             |   20 +-
 src/Pixes/pix_mix.cpp                              |   18 +-
 src/Pixes/pix_motionblur.cpp                       |   31 +-
 src/Pixes/pix_multitexture.cpp                     |    7 +-
 src/Pixes/pix_offset.cpp                           |   30 +-
 src/Pixes/pix_snap2tex.cpp                         |    8 +-
 src/Pixes/pix_subtract.cpp                         |   12 +-
 src/Pixes/pix_test.cpp                             |   34 +-
 src/Pixes/pix_threshold.cpp                        |    3 +-
 src/Pixes/pix_vpaint.cpp                           |    6 +-
 src/RTE/RTE.cpp                                    |    3 +-
 src/Utils/GLUtil.cpp                               |  119 +-
 src/Utils/GemMath.h                                |    4 +-
 src/Utils/GemString.cpp                            |    9 +-
 src/Utils/Matrix.cpp                               |    2 +-
 src/Utils/is_pointer.h                             |   38 +-
 src/Utils/wstring.h                                |   30 +-
 src/Vertex/vertex_tabread.cpp                      |    3 +-
 src/openGL/GEMglActiveTexture.cpp                  |    5 +-
 src/openGL/GEMglGenerateMipmap.cpp                 |    5 +-
 src/openGL/GEMglUniform1f.cpp                      |    2 +-
 108 files changed, 3982 insertions(+), 2854 deletions(-)
 copy plugins/{TEST => PIPEWIRE}/Makefile.am (55%)
 create mode 100644 plugins/PIPEWIRE/videoPIPEWIRE.cpp
 copy plugins/{TEST/videoTEST.h => PIPEWIRE/videoPIPEWIRE.h} (70%)


hooks/post-receive
-- 
Gem - Graphics environment for multimedia


_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to