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  570a37f567dae80ac0851896a966999544fa5054 (commit)
       via  9b26e25a8d51bd8d06f3acafdcf4308599c406d9 (commit)
       via  2e86329192832ba80ca70ffd06d1e48345fe5e6d (commit)
       via  bbc61d7efc0f45de76338b459ddddad15dad33f9 (commit)
       via  2fb418dbea60ec55680ee457c19358126d0d3740 (commit)
       via  4794dd886650b1fb7426e8210e9c80d2d08f5fc2 (commit)
       via  601c665cec6ceb3f83df20173edbad49f4370bce (commit)
       via  0265a8bb62e37c7f63e3b014b47668633eb59dd3 (commit)
       via  be5eaa9a9a59faa94cc3f0e164b770a10c0697cb (commit)
       via  ab5bbc6c404ecb90dfef911cc13daf3645e88ceb (commit)
       via  b74268d40ca8afe552f4baa0d528b1540bca5055 (commit)
       via  ee61c5bdad86143088f9a7c847676736603510c7 (commit)
       via  d71198ebff6f5e5cc85af384308468a6c997b54a (commit)
      from  5a0003666e4794e76f2334f7383656cb2d7fd2ee (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 570a37f567dae80ac0851896a966999544fa5054
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 13 13:47:08 2025 +0100

    .gitignore directories starting with underscore
    
    which is where *I* put out-of-tree builds

commit 9b26e25a8d51bd8d06f3acafdcf4308599c406d9
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 13 13:24:49 2025 +0100

    disable deprecation awrning for garray_resize()
    
    garray_resize() is only a fallback if garray_resize_long() is not available

commit 2e86329192832ba80ca70ffd06d1e48345fe5e6d
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 13 13:24:07 2025 +0100

    unconditionally replace clock_getsystime() with clock_getlogicaltime()

commit bbc61d7efc0f45de76338b459ddddad15dad33f9
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Feb 13 12:39:01 2025 +0100

    unconditionally replace verbose() with logpost()

commit 2fb418dbea60ec55680ee457c19358126d0d3740
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Feb 11 12:29:50 2025 +0100

    filmGMERLIN: don't use frametables for newer gmerlin

commit 4794dd886650b1fb7426e8210e9c80d2d08f5fc2
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Feb 11 12:29:18 2025 +0100

    filmGMERLIN: use bgav_seek_to_video_frame() where supported

commit 601c665cec6ceb3f83df20173edbad49f4370bce
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Feb 11 12:28:32 2025 +0100

    filemGMERLIN: use #if USE_FRAMETABLE rather than #ifdef

commit 0265a8bb62e37c7f63e3b014b47668633eb59dd3
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Feb 11 10:36:42 2025 +0100

    check for new gmerlin-avdecoder functions

commit be5eaa9a9a59faa94cc3f0e164b770a10c0697cb
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Feb 11 10:28:02 2025 +0100

    use IEM_CHECK_FUNCS to check for additional lqt functions

commit ab5bbc6c404ecb90dfef911cc13daf3645e88ceb
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Feb 11 10:27:45 2025 +0100

    IEM_CHECK_FUNCS helper

commit b74268d40ca8afe552f4baa0d528b1540bca5055
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Feb 11 10:35:57 2025 +0100

    m4: new style quotes

commit ee61c5bdad86143088f9a7c847676736603510c7
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Feb 4 15:06:37 2025 +0100

    pix_record-help: connect the actual object!

commit d71198ebff6f5e5cc85af384308468a6c997b54a
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Tue Feb 4 15:06:05 2025 +0100

    [pix_record] has a "file" message, not a "filename" message

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

Summary of changes:
 .gitignore                             |   3 +-
 configure.ac                           |  17 ++--
 help/pix_record-help.pd                |  51 +++++-----
 m4/gem.m4                              |   2 +-
 m4/iem.m4                              |  31 +++++-
 plugins/ASSIMP2/modelASSIMP2.cpp       |   2 +-
 plugins/ASSIMP3/modelASSIMP3.cpp       |   2 +-
 plugins/AVI/filmAVI.cpp                |  14 +--
 plugins/AVT/videoAVT.cpp               |  12 +--
 plugins/DC1394/videoDC1394.cpp         |  56 +++++------
 plugins/DECKLINK/decklink_common.h     |   4 +-
 plugins/DECKLINK/recordDECKLINK.cpp    |   4 +-
 plugins/DECKLINK/videoDECKLINK.cpp     |   4 +-
 plugins/DV4L/videoDV4L.cpp             |  14 +--
 plugins/FFMPEG/filmFFMPEG.cpp          |  22 ++---
 plugins/GMERLIN/filmGMERLIN.cpp        |  37 ++++---
 plugins/GMERLIN/filmGMERLIN.h          |   6 +-
 plugins/HALCON/videoHALCON.cpp         |  24 ++---
 plugins/MPEG3/filmMPEG3.cpp            |   4 +-
 plugins/NDI/NDI-recordplugin.pd        |   4 +-
 plugins/NDI/init_ndi_library.hh        |  14 +--
 plugins/NDI/recordNDI.cpp              |   2 +-
 plugins/NDI/videoNDI.cpp               |  16 +--
 plugins/OBJ/modelOBJ.cpp               |   2 +-
 plugins/OBJ/model_loader.cpp           | 172 ++++++++++++++++-----------------
 plugins/PNM/recordPNM.cpp              |   4 +-
 plugins/PYLON/videoPYLON.cpp           |  20 ++--
 plugins/QT4L/filmQT4L.cpp              |   4 +-
 plugins/QT4L/recordQT4L.cpp            |  14 +--
 plugins/QuickTime/filmQT.cpp           |  18 ++--
 plugins/QuickTime/imageQT.cpp          |  34 +++----
 plugins/QuickTime/recordQT.cpp         |  42 ++++----
 plugins/TIFF/imageTIFF.cpp             |  12 +--
 plugins/UNICAP/videoUNICAP.cpp         |  12 +--
 plugins/V4L/videoV4L.cpp               |  16 +--
 plugins/V4L2/recordV4L2.cpp            |   6 +-
 plugins/V4L2/v4l2-recordplugin.pd      |   2 +-
 plugins/V4L2/videoV4L2.cpp             |  44 ++++-----
 plugins/VFW/videoVFW.cpp               |  20 ++--
 plugins/VIDS/videoVIDS.cpp             |   6 +-
 plugins/VLC/videoVLC.cpp               |   8 +-
 plugins/filmDS/filmDS.cpp              |  28 +++---
 plugins/filmDSATL/filmDS.cpp           |  40 ++++----
 plugins/filmDarwin/filmDarwin.cpp      |  20 ++--
 plugins/imageMAGICK/MagickCore.cpp     |   4 +-
 plugins/imageMAGICK/MagickPlusPlus.cpp |  12 +--
 plugins/videoAVF/AVFVideoGrabber.mm    |  12 +--
 plugins/videoDS/videoDS.cpp            |  48 ++++-----
 plugins/videoDarwin/videoDarwin.cpp    |  56 +++++------
 plugins/videoSGI/videoSGI.cpp          |  30 +++---
 src/Base/CPPExtern.cpp                 |  30 +-----
 src/Gem/ImageLoad.cpp                  |   2 +-
 src/Gem/Manager.cpp                    |   6 +-
 src/Gem/PixConvert.cpp                 |   2 +-
 src/Gem/Settings.cpp                   |   4 +-
 src/Gem/Setup.cpp                      |  30 +++---
 src/Gem/State.h                        |   2 +-
 src/Output/gemglfw3window.cpp          |   6 +-
 src/Output/gemglxwindow.cpp            |  10 +-
 src/Pixes/pix_film.cpp                 |   2 +-
 src/Pixes/pix_freeframe.cpp            |   6 +-
 src/Pixes/pix_frei0r.cpp               |   8 +-
 src/RTE/Array.cpp                      |  12 +++
 src/Utils/SIMD.cpp                     |   6 +-
 src/plugins/film.cpp                   |  10 +-
 src/plugins/imageloader.cpp            |   8 +-
 src/plugins/imagesaver.cpp             |  12 +--
 src/plugins/modelloader.cpp            |  10 +-
 src/plugins/record.cpp                 |  10 +-
 src/plugins/video.cpp                  |  10 +-
 70 files changed, 619 insertions(+), 598 deletions(-)


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