aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-08fix declare -lib declarations to have a -lib flag per library nameHEADsvn2git-headexternals/gem2pdpHans-Christoph Steiner
svn path=/trunk/externals/gem2pdp/; revision=16056
2012-02-04add [declare -lib Gem pdp] to make sure required libraries are loadedHans-Christoph Steiner
svn path=/trunk/externals/gem2pdp/; revision=15944
2011-08-14fixed crasher bug when doing RGB->YUV conversionIOhannes m zmölnig
how did this ever work? svn path=/trunk/externals/gem2pdp/; revision=15214
2011-08-14check whether pdp package was successfully createdIOhannes m zmölnig
svn path=/trunk/externals/gem2pdp/; revision=15213
2011-07-19adapted to Gem's new file-layoutIOhannes m zmölnig
svn path=/trunk/externals/gem2pdp/; revision=15162
2011-07-18fixed capture bufferlluís gómez i bigordà
svn path=/trunk/externals/gem2pdp/; revision=15161
2011-04-07made pdp2gem work with gem>=0.93IOhannes m zmölnig
svn path=/trunk/externals/gem2pdp/; revision=15063
2010-03-12removed inclusion of Gem's Base/config.h, since thisIOhannes m zmölnig
shouldn't be used by externals (and is not used here anyhow) svn path=/trunk/externals/gem2pdp/; revision=13206
2010-02-01explicitely include "Base/GemState.h" as this is not implicitely includedIOhannes m zmölnig
anymore svn path=/trunk/externals/gem2pdp/; revision=13127
2009-09-24removed the cruft with HAVE_BASE_GEMCONFIG_H: this is no kind-of fixed in ↵IOhannes m zmölnig
Gem where it belongs svn path=/trunk/externals/gem2pdp/; revision=12441
2009-09-24added "-DHAVE_BASE_GEMCONFIG_H_" to not automagically include GemConfig.h ↵IOhannes m zmölnig
(this has to be solved somehow better: GemConfig.h must not be included by all the CPPExterns that never need it) svn path=/trunk/externals/gem2pdp/; revision=12440
2009-09-15fixed linker flag, it was using a very old version that now means something ↵Hans-Christoph Steiner
else (-export_dynamic versus --export-dynamic) svn path=/trunk/externals/gem2pdp/; revision=12355
2008-07-10add -fPIC cflagN.N.
svn path=/trunk/externals/gem2pdp/; revision=10158
2008-05-27tried to fix rendering issuesN.N.
svn path=/trunk/externals/gem2pdp/; revision=9930
2008-05-23this should make gem2pdp compile with olderIOhannes m zmölnig
versions again (and with new versions too) svn path=/trunk/externals/gem2pdp/; revision=9869
2008-05-08fixed gem2pdp to match the new privateness of GemMan variablesIOhannes m zmölnig
svn path=/trunk/externals/gem2pdp/; revision=9772
2007-05-07made path relative so it works when packagedHans-Christoph Steiner
svn path=/trunk/externals/gem2pdp/; revision=7632
2007-05-07switch to pdp_glx from pdp_xv since it works on both Mac OS X and GNU/LinuxHans-Christoph Steiner
svn path=/trunk/externals/gem2pdp/; revision=7629
2007-04-27made gem2pdp build more robustHans-Christoph Steiner
svn path=/trunk/externals/gem2pdp/; revision=7609
2007-04-27- added gem2pdp to the build system by following the template of pdp/pidipHans-Christoph Steiner
where externals/Makefile calls autoconf and ./configure svn path=/trunk/externals/gem2pdp/; revision=7606
2007-04-20ported autoconf system to work for Mac OS X alsoHans-Christoph Steiner
svn path=/trunk/externals/gem2pdp/; revision=7590
2006-12-11converted to use the standard help file name (*-help.pd)Hans-Christoph Steiner
svn path=/trunk/externals/gem2pdp/; revision=6776
2006-12-05call ::post() instead of member-function post()IOhannes m zmölnig
svn path=/trunk/externals/gem2pdp/; revision=6641
2006-03-22moved altivec code to GemPixConvert.h/cppJamie Tittle
svn path=/trunk/externals/gem2pdp/; revision=4749
2006-03-17added YUV422_to_YV12_altivec()Jamie Tittle
svn path=/trunk/externals/gem2pdp/; revision=4719
2005-12-22bugfix by matjuGeorg Holzmann
svn path=/trunk/externals/gem2pdp/; revision=4282
2005-10-11flag the output (Gem) images as upside-down (but they really should be ↵IOhannes m zmölnig
converted to be upsideup) svn path=/trunk/externals/gem2pdp/; revision=3694
2005-10-11accept the upside-down flag of Gem's imageIOhannes m zmölnig
svn path=/trunk/externals/gem2pdp/; revision=3693
2005-10-11improved uyvy to yv12 conversion codeJamie Tittle
svn path=/trunk/externals/gem2pdp/; revision=3690
2005-06-18help with colorspaceGeorg Holzmann
svn path=/trunk/externals/gem2pdp/; revision=3205
2005-06-18added YUV and Gray supportGeorg Holzmann
svn path=/trunk/externals/gem2pdp/; revision=3204
2005-06-17added pix_2pdpGeorg Holzmann
svn path=/trunk/externals/gem2pdp/; revision=3202
2005-06-17some changes to get it compile (configure script, gem2pdp.cpp) and added ↵Georg Holzmann
pix_2pdp svn path=/trunk/externals/gem2pdp/; revision=3201
2005-04-19oops, test before committing! ;) now it worksHans-Christoph Steiner
svn path=/trunk/externals/gem2pdp/; revision=2785
2005-04-19made it search for the sources in the standard Dev layout as well as /usr/localHans-Christoph Steiner
svn path=/trunk/externals/gem2pdp/; revision=2784
2005-04-14cleanup & improve instance initializationJamie Tittle
svn path=/trunk/externals/gem2pdp/; revision=2767
2005-04-14forgot pthread_mutex_lock() (oops), tightened screws (cleanup), some commentsJamie Tittle
svn path=/trunk/externals/gem2pdp/; revision=2766
2005-04-12fixed default m_format for non-osx platformsJamie Tittle
svn path=/trunk/externals/gem2pdp/; revision=2747
2005-04-12version bumped to 0.6Jamie Tittle
svn path=/trunk/externals/gem2pdp/; revision=2746
2005-04-12added colorspace message which allows us to select the destination ↵Jamie Tittle
colorspace (YUV, RGB/BGR, RGBA/BGRA); now uses GemPixUtils color conversions to centralize the code svn path=/trunk/externals/gem2pdp/; revision=2714
2005-04-11added colorspace message which allows us to select the destination ↵Jamie Tittle
colorspace (YUV, RGB/BGR, RGBA/BGRA); now uses GemPixUtils color conversions to centralize the code svn path=/trunk/externals/gem2pdp/; revision=2710
2003-09-26It's generated anywayN.N.
svn path=/trunk/externals/gem2pdp/; revision=1044
2003-09-26New from PDP 0.12N.N.
svn path=/trunk/externals/gem2pdp/; revision=1043
2003-09-17Updated for gem2pdp v0.5N.N.
svn path=/trunk/externals/gem2pdp/; revision=1005
2003-09-17Updated for gem2pdp v0.5N.N.
svn path=/trunk/externals/gem2pdp/; revision=1004
2003-09-01added sources from gem2pdp-0.4 for Linuxsvn2git-rootHans-Christoph Steiner
svn path=/trunk/externals/gem2pdp/; revision=923