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 54234d5c95acb3be44a567d103455de20e86e71b (commit)
via 3554932574d1303b30749eeb59fa1eaae47d6bea (commit)
via 37c9167b5dcdc42857b58b56a2b35bef187c5a02 (commit)
via b925b652c91b6c65b0012a5ea5ea5fc42418050d (commit)
via 83788859330835b3f386c60b7c6f7285123a7d78 (commit)
via 2138010964e86d1c136171713a6195f0da058e91 (commit)
via 5a0becb25ece0fe21a51eaaca4436eb282faf421 (commit)
via 0a214aede8ed49b51e46ccd569b72f795b031feb (commit)
via 2f0898c73edac79d604a19a7a296d9c6052fb2e0 (commit)
via f9562beb66d379f34ea9fdf9e1b97039d8e877ae (commit)
via 7eb6c05777c99db542c6dd014c20184ee2e304fe (commit)
from d18e1b1fa9066589091855a10b143c612ce8bba9 (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 54234d5c95acb3be44a567d103455de20e86e71b
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Thu Sep 11 14:45:49 2014 +0200
use verbose() for being verbose
commit 3554932574d1303b30749eeb59fa1eaae47d6bea
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Thu Sep 11 13:28:48 2014 +0200
remove "typedef" keyword
it's not a typedef at all...
commit 37c9167b5dcdc42857b58b56a2b35bef187c5a02
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Thu Sep 11 13:28:27 2014 +0200
fixed include-name: QuickTimeComponents.h
the joys of having a case-sensitive filesystem
commit b925b652c91b6c65b0012a5ea5ea5fc42418050d
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Thu Sep 11 13:27:59 2014 +0200
removed preprocessor cruft
commit 83788859330835b3f386c60b7c6f7285123a7d78
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Thu Sep 11 13:07:52 2014 +0200
remove debugging printout
commit 2138010964e86d1c136171713a6195f0da058e91
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Thu Sep 11 13:06:03 2014 +0200
getting rid of ugly hacks
only configure should determine if the file can be compiled.
don't try to second-guess this in the preprocessor
commit 5a0becb25ece0fe21a51eaaca4436eb282faf421
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Thu Sep 11 12:59:49 2014 +0200
getting rid of unneccessary includes
commit 0a214aede8ed49b51e46ccd569b72f795b031feb
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Thu Sep 11 12:59:21 2014 +0200
removed inclusion of "Utils/Functions.h" from Image.h
and moved it into the cpp-files that actually make use of the
utility-functions
commit 2f0898c73edac79d604a19a7a296d9c6052fb2e0
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Thu Sep 11 12:29:37 2014 +0200
hack to include <QTML.h> on mingw32
commit f9562beb66d379f34ea9fdf9e1b97039d8e877ae
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Thu Sep 11 11:38:50 2014 +0200
fix preprocessor syntax
"#else defined" -> "#elif defined"
commit 7eb6c05777c99db542c6dd014c20184ee2e304fe
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Thu Sep 11 11:19:26 2014 +0200
fix colors on non-apple as well
colors were really broken on w32 and linux as well,
as "RV32" seems to mean "BGRA" (rather than RGBA)
Closes https://github.com/umlaeute/Gem/issues/56
-----------------------------------------------------------------------
Summary of changes:
plugins/filmAVI/filmAVI.cpp | 14 +++++-----
plugins/filmQT/filmQT.cpp | 17 --------------
plugins/filmQT/filmQT.h | 17 ++++++++++---
plugins/imageQT/imageQT.cpp | 49 +++++++++++----------------------------
plugins/recordQT/recordQT.cpp | 15 ------------
plugins/recordQT/recordQT.h | 12 ++++++++-
plugins/videoVLC/videoVLC.cpp | 7 +----
src/Base/GemPixDualObj.cpp | 1 +
src/Base/GemPixObj.cpp | 1 +
src/Gem/Image.cpp | 2 +-
src/Gem/Image.h | 4 ---
src/Geos/gemvertexbuffer.cpp | 3 +-
src/Pixes/pix_add.cpp | 1 +
src/Pixes/pix_alpha.cpp | 1 +
src/Pixes/pix_background.cpp | 1 +
src/Pixes/pix_backlight.cpp | 1 +
src/Pixes/pix_biquad.cpp | 2 +-
src/Pixes/pix_bitmask.cpp | 1 +
src/Pixes/pix_blur.cpp | 2 +
src/Pixes/pix_color.cpp | 1 +
src/Pixes/pix_colormatrix.cpp | 1 +
src/Pixes/pix_compare.cpp | 2 +
src/Pixes/pix_composite.cpp | 1 +
src/Pixes/pix_contrast.cpp | 1 +
src/Pixes/pix_convolve.cpp | 1 +
src/Pixes/pix_curve.cpp | 2 +-
src/Pixes/pix_data.cpp | 1 +
src/Pixes/pix_diff.cpp | 2 +-
src/Pixes/pix_gain.cpp | 2 +
src/Pixes/pix_halftone.cpp | 1 +
src/Pixes/pix_invert.cpp | 1 +
src/Pixes/pix_kaleidoscope.cpp | 1 +
src/Pixes/pix_levels.cpp | 1 +
src/Pixes/pix_mean_color.cpp | 2 +-
src/Pixes/pix_metaimage.cpp | 1 +
src/Pixes/pix_mix.cpp | 1 +
src/Pixes/pix_motionblur.cpp | 2 +
src/Pixes/pix_movement.cpp | 7 +-----
src/Pixes/pix_movement2.cpp | 2 +-
src/Pixes/pix_multiblob.cpp | 1 +
src/Pixes/pix_multiply.cpp | 1 +
src/Pixes/pix_offset.cpp | 1 +
src/Pixes/pix_record.cpp | 1 -
src/Pixes/pix_refraction.cpp | 1 +
src/Pixes/pix_resize.cpp | 3 +-
src/Pixes/pix_rgb2hsv.cpp | 1 +
src/Pixes/pix_sig2pix.cpp | 1 +
src/Pixes/pix_subtract.cpp | 1 +
src/Pixes/pix_tIIR.cpp | 1 +
src/Pixes/pix_tIIRf.cpp | 2 +-
src/Pixes/pix_texture.cpp | 1 +
src/Pixes/pix_threshold.cpp | 1 +
52 files changed, 93 insertions(+), 107 deletions(-)
hooks/post-receive
--
Gem - Graphics environment for multimedia
------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs