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, 0.93 has been updated
       via  4a5eb32037869b866a39c090cc9da6f292479136 (commit)
       via  4f59b35a767cf70c6c8c191cffbeb098b03b2e4d (commit)
       via  acb2ca589d68e92c310e2a129ed7912219f07fb1 (commit)
       via  134da81cca1d7502c2ceb19c2fc1f437b99268f1 (commit)
       via  ba129d3c3a51562ded4beb8b38a45119685a4b85 (commit)
       via  6690cf6db9ab212aa84c18034d3a573829be6e7b (commit)
       via  7d38bc5d5650ea5e0b5d57a49a5803023c35a6a2 (commit)
       via  747600eb7699fa837e6564bd230ccb34fd335dc7 (commit)
       via  1a64cb21a3d1befbfe156126004247404518bbc5 (commit)
       via  164e1828365f880b866c4aec28b8b26560a2b2d2 (commit)
       via  441f332282a094f6ac848cf9065a6079eaacc7bb (commit)
       via  b0ebbf0ab6abebe9e4e36abf626aceb71157d15e (commit)
      from  5ab9e483a004f0a3c08a77c802c307c69e92012d (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 4a5eb32037869b866a39c090cc9da6f292479136
Author: IOhannes zmölnig <zmoel...@iem.kug.ac.at>
Date:   Mon Oct 31 12:07:39 2011 +0100

    skipped MMX/SSE checks on x86_64
    
    all known x86_64 CPUs support MMX/SSE/SSE2, so we don't need to do an 
explicit check;
    even more so, since using the check crashes Gem in the next 
std::string::append() (or similar)

commit 4f59b35a767cf70c6c8c191cffbeb098b03b2e4d
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Oct 31 15:38:06 2011 +0100

    skip unusable plugins
    
    if a plugin's ctor throws a GemException, proceed to the next plugin
    (rather than passing the error on, so that no more plugins get loaded and 
if this
    happened in the ctor of an objectclass, the object cannot be instantiated)

commit acb2ca589d68e92c310e2a129ed7912219f07fb1
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Oct 31 15:23:21 2011 +0100

    skip unusable plugins
    
    if a plugin's ctor throws a GemException, proceed to the next plugin
    (rather than passing the error on, so that no more plugins get loaded and 
if this
    happened in the ctor of an objectclass, the object cannot be instantiated)

commit 134da81cca1d7502c2ceb19c2fc1f437b99268f1
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Oct 31 15:19:16 2011 +0100

    skip unusable plugins
    
    if a plugin throws a GemException when it's created, proceed to the next 
one...

commit ba129d3c3a51562ded4beb8b38a45119685a4b85
Author: IOhannes m zmölnig <zmoel...@iem.kug.ac.at>
Date:   Mon Oct 31 14:25:06 2011 +0100

    fixed 'U32' on x86_64
    
    use the int-types from stdint.h rather than those trying to guess 
ourselves...
    e.g. 'U32' is definitely _not_ 'unsigned long' on LP64

commit 6690cf6db9ab212aa84c18034d3a573829be6e7b
Author: Ricardo Fabbri <rfab...@gmail.com>
Date:   Mon Oct 31 00:33:15 2011 -0200

    minor fixes to help files (typos, etc)

commit 7d38bc5d5650ea5e0b5d57a49a5803023c35a6a2
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Oct 27 17:46:18 2011 +0200

    return film::FAILURE when reaching last frame
    
    rather than frame-after-last-frame

commit 747600eb7699fa837e6564bd230ccb34fd335dc7
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Oct 27 09:22:11 2011 +0200

    fixed case-sensitive include-names for carbon/quicktime

commit 1a64cb21a3d1befbfe156126004247404518bbc5
Author: Ricardo Fabbri <rfab...@gmail.com>
Date:   Wed Oct 26 23:36:12 2011 -0200

    gem now compile with newer automake
    
    just removed the offending and unused line

commit 164e1828365f880b866c4aec28b8b26560a2b2d2
Author: IOhannes m zmölnig <zmoel...@umlaeute.mur.at>
Date:   Tue Oct 25 15:32:47 2011 +0200

    make "repeat" state persistent
    
    even if rectangle textures are switched on/off

commit 441f332282a094f6ac848cf9065a6079eaacc7bb
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Oct 24 21:21:30 2011 +0200

    make tex-quality work for external textures
    
    you still cannot have different qualities for the same texture in multiple 
[pix_texture]s

commit b0ebbf0ab6abebe9e4e36abf626aceb71157d15e
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Oct 24 21:02:40 2011 +0200

    fixed help-patch paths to examples/data
    
    Gem (+help-patches) now installs into .../pd/extra/Gem/
    examples install into .../pd/extra/Gem/examples;
    therefore the paths to the examples/data (from within the help-patches)
    should be 'examples/data/...' rather than weird '../../doc/gem' prefixes

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

Summary of changes:
 examples/04.pix/05.film.pd          |    4 +-
 examples/04.pix/08.PixDump.pd       |    2 +-
 examples/04.pix/12.add.pd           |    2 +-
 examples/04.pix/12.composite.pd     |    2 +-
 help/fragment_program-help.pd       |    2 +-
 help/imageVert-help.pd              |    2 +-
 help/pix_2grey-help.pd              |    2 +-
 help/pix_a_2grey-help.pd            |    2 +-
 help/pix_add-help.pd                |    4 +-
 help/pix_aging-help.pd              |    2 +-
 help/pix_alpha-help.pd              |    2 +-
 help/pix_backlight-help.pd          |    2 +-
 help/pix_bitmask-help.pd            |    2 +-
 help/pix_blob-help.pd               |    2 +-
 help/pix_buf-help.pd                |    2 +-
 help/pix_chroma_key-help.pd         |    4 +-
 help/pix_color-help.pd              |    2 +-
 help/pix_coloralpha-help.pd         |    2 +-
 help/pix_colormatrix-help.pd        |    2 +-
 help/pix_colorreduce-help.pd        |    2 +-
 help/pix_compare-help.pd            |    4 +-
 help/pix_composite-help.pd          |    4 +-
 help/pix_contrast-help.pd           |    2 +-
 help/pix_convert-help.pd            |    2 +-
 help/pix_convolve-help.pd           |    4 +-
 help/pix_coordinate-help.pd         |    2 +-
 help/pix_crop-help.pd               |    2 +-
 help/pix_curve-help.pd              |    2 +-
 help/pix_deinterlace-help.pd        |    2 +-
 help/pix_diff-help.pd               |    4 +-
 help/pix_dot-help.pd                |    2 +-
 help/pix_draw-help.pd               |    2 +-
 help/pix_dump-help.pd               |    2 +-
 help/pix_duotone-help.pd            |    2 +-
 help/pix_flip-help.pd               |    2 +-
 help/pix_gain-help.pd               |    2 +-
 help/pix_grey-help.pd               |    2 +-
 help/pix_halftone-help.pd           |    2 +-
 help/pix_histo-help.pd              |   10 ++--
 help/pix_hsv2rgb-help.pd            |    2 +-
 help/pix_info-help.pd               |    2 +-
 help/pix_invert-help.pd             |    2 +-
 help/pix_kaleidoscope-help.pd       |    2 +-
 help/pix_levels-help.pd             |    2 +-
 help/pix_lumaoffset-help.pd         |    2 +-
 help/pix_mask-help.pd               |    4 +-
 help/pix_mean_color-help.pd         |    2 +-
 help/pix_metaimage-help.pd          |    2 +-
 help/pix_mix-help.pd                |    4 +-
 help/pix_movie-help.pd              |    6 +-
 help/pix_multiblob-help.pd          |    2 +-
 help/pix_multiply-help.pd           |    4 +-
 help/pix_normalize-help.pd          |    2 +-
 help/pix_offset-help.pd             |    2 +-
 help/pix_pix2sig~-help.pd           |    2 +-
 help/pix_posterize-help.pd          |    2 +-
 help/pix_puzzle-help.pd             |    2 +-
 help/pix_rds-help.pd                |    2 +-
 help/pix_record-help.pd             |    2 +-
 help/pix_rectangle-help.pd          |    2 +-
 help/pix_refraction-help.pd         |    2 +-
 help/pix_resize-help.pd             |    2 +-
 help/pix_rgb2hsv-help.pd            |    2 +-
 help/pix_rgba-help.pd               |    2 +-
 help/pix_roll-help.pd               |    2 +-
 help/pix_scanline-help.pd           |    2 +-
 help/pix_set-help.pd                |    2 +-
 help/pix_share_write-help.pd        |    2 +-
 help/pix_subtract-help.pd           |    4 +-
 help/pix_takealpha-help.pd          |    4 +-
 help/pix_texture-help.pd            |    2 +-
 help/pix_threshold-help.pd          |   14 +++---
 help/pix_threshold_bernsen-help.pd  |    2 +-
 help/pix_video-help.pd              |    2 +-
 help/pix_yuv-help.pd                |    2 +-
 help/vertex_program-help.pd         |    4 +-
 plugins/filmDarwin/filmDarwin.h     |    4 +-
 plugins/filmGMERLIN/filmGMERLIN.cpp |    4 +-
 src/Output/Makefile.am              |    1 -
 src/Pixes/pix_film.cpp              |   19 +++++---
 src/Pixes/pix_recordQT.h            |    2 +-
 src/Pixes/pix_texture.cpp           |   31 ++++++++-----
 src/Pixes/pix_texture.h             |    2 +-
 src/Utils/PixPete.h                 |   12 ++++-
 src/Utils/SIMD.cpp                  |   84 ++++++++++++++++++++++-------------
 src/plugins/imageloader.cpp         |   12 ++++-
 src/plugins/imagesaver.cpp          |   12 ++++-
 87 files changed, 219 insertions(+), 166 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