aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-13syntax errorN.N.
svn path=/trunk/externals/pidip/; revision=12761
2009-09-27made dc1394 really optionalN.N.
svn path=/trunk/externals/pidip/; revision=12469
2009-09-26added S920 format support for some webcams using sn9c20x driverlluís gómez i bigordà
svn path=/trunk/externals/pidip/; revision=12460
2009-09-26added pdp_dc1394lluís gómez i bigordà
svn path=/trunk/externals/pidip/; revision=12458
2009-09-26added pdp_dc1394lluís gómez i bigordà
svn path=/trunk/externals/pidip/; revision=12457
2009-09-17P.i.D.i.P. version 0.12.24 (see CHANGES.LOG)N.N.
svn path=/trunk/externals/pidip/; revision=12385
2009-08-18better following of objectsN.N.
svn path=/trunk/externals/pidip/; revision=11943
2009-06-09replaced -export_dynamic with --export-dynamic and -Wl,--export-dynamic whereHans-Christoph Steiner
appropriate. It seems that once upon a time -export_dynamic was a real flag. Now it means -e xport_dynamic, meaning set the entry symbol to xport_dynamic, giving this error message: /usr/bin/ld: warning: cannot find entry symbol xport_dynamic; defaulting to 0000000000001b60 svn path=/trunk/externals/pidip/; revision=11724
2009-05-25increase number of internal buffersN.N.
svn path=/trunk/externals/pidip/; revision=11498
2009-04-03fixed audio decodingN.N.
svn path=/trunk/externals/pidip/; revision=10955
2009-03-18default codec set to DIVXN.N.
svn path=/trunk/externals/pidip/; revision=10865
2009-01-26I just went through all of the externals that include t_tk.h and found thatHans-Christoph Steiner
none of them actually need to include it, since none of them actually use the functions or macros declared in t_tk.h. Since pd-devel has removed t_tk.h, and hopefully pd-vanilla will soon also ditch t_tk.h, I have removed #include "t_tk.h" from everywhere it was doing nothing (but preventing pd-devel-extended from compiling). svn path=/trunk/externals/pidip/; revision=10652
2008-12-10use different fonts for multiple instancesN.N.
svn path=/trunk/externals/pidip/; revision=10436
2008-12-10change timeoutN.N.
svn path=/trunk/externals/pidip/; revision=10435
2008-08-27merged in relevant changes from the v0-40 pd-extended release branchHans-Christoph Steiner
svn path=/trunk/externals/pidip/; revision=10266
2008-07-10add -fPIC cflagN.N.
svn path=/trunk/externals/pidip/; revision=10157
2008-06-26removed svn:executable property from patchesIOhannes m zmölnig
svn path=/trunk/externals/pidip/; revision=10104
2008-06-19removed the svn:executable bit for code, patches and textIOhannes m zmölnig
svn path=/trunk/externals/pidip/; revision=10048
2008-06-18one help patch for ieee1394N.N.
svn path=/trunk/externals/pidip/; revision=10024
2008-06-15colorgrid nuevo, necessita tcllibN.N.
svn path=/trunk/externals/pidip/; revision=10006
2008-06-13fix compilation on OSXN.N.
svn path=/trunk/externals/pidip/; revision=9995
2008-06-12changedN.N.
svn path=/trunk/externals/pidip/; revision=9986
2008-06-12changedN.N.
svn path=/trunk/externals/pidip/; revision=9985
2008-06-12changedN.N.
svn path=/trunk/externals/pidip/; revision=9984
2008-06-01P.i.D.i.P. 1.12.23 ( My Mum\'s Cam )N.N.
svn path=/trunk/externals/pidip/; revision=9958
2008-05-30added pdp_v4l2N.N.
svn path=/trunk/externals/pidip/; revision=9949
2008-05-30added pdp_v4l2N.N.
svn path=/trunk/externals/pidip/; revision=9948
2008-03-11Pidip 0.12.22N.N.
svn path=/trunk/externals/pidip/; revision=9567
2008-03-11Pidip 0.12.22N.N.
svn path=/trunk/externals/pidip/; revision=9566
2008-03-11Pidip 0.12.22N.N.
svn path=/trunk/externals/pidip/; revision=9565
2008-03-11necessary for newer image magickN.N.
svn path=/trunk/externals/pidip/; revision=9564
2007-10-29Following this thread:Hans-Christoph Steiner
http://lists.puredata.info/pipermail/pd-dev/2007-10/009797.html I have changed the save functions so that they will save the name of the object that it was actually instantiated with. This allows objects with savefns to work properly with namespaces. This is a fix for this bug: http://sourceforge.net/tracker/index.php?&aid=1818219&group_id=55736&atid=478070 svn path=/trunk/externals/pidip/; revision=8902
2007-09-20pidip 0.12.21N.N.
svn path=/trunk/externals/pidip/; revision=8740
2007-08-08PiDiP 0.12.21N.N.
svn path=/trunk/externals/pidip/; revision=8475
2007-08-08handle quicktime \>= 1.0.0N.N.
svn path=/trunk/externals/pidip/; revision=8474
2007-07-24switched default font to Bitstream Vera, since it's free and added more font ↵Hans-Christoph Steiner
paths where most fonts live svn path=/trunk/externals/pidip/; revision=8222
2007-05-30include pdp_ieee1394 on __APPLE__Hans-Christoph Steiner
svn path=/trunk/externals/pidip/; revision=7722
2007-05-10removed class_sethelpsymbol() since it's no longer needed and sometimes gets ↵Hans-Christoph Steiner
in the way of finding help files svn path=/trunk/externals/pidip/; revision=7653
2007-05-10fixed up help files to work on both GNU/Linux and Mac OS X; renamed help ↵Hans-Christoph Steiner
patches to follow *-help.pd standard svn path=/trunk/externals/pidip/; revision=7652
2007-05-10replaced colorgrid with pdp_colorgridHans-Christoph Steiner
svn path=/trunk/externals/pidip/; revision=7644
2007-05-10removed my stupidityHans-Christoph Steiner
svn path=/trunk/externals/pidip/; revision=7643
2007-05-09attempt to get pdp_ieee1394 to workHans-Christoph Steiner
svn path=/trunk/externals/pidip/; revision=7637
2007-05-09#ifdef'ed out sched_setscheduler on Mac OS X since its not supported thereHans-Christoph Steiner
svn path=/trunk/externals/pidip/; revision=7636
2007-04-19added some padding to the dylib link names so that they can be rewritten by ↵Hans-Christoph Steiner
install_name_tool. This is used in the Pd-extended build system to include all needed dylibs in the Pd.app. See https://pow.idmi.poly.edu/weblog/hans/MacOSX/2007/04/18/install_name_toolchangingins.html for more details svn path=/trunk/externals/pidip/; revision=7578
2007-04-18added checking for Fink and DarwinPorts so PiDiP can find it's depsHans-Christoph Steiner
svn path=/trunk/externals/pidip/; revision=7575
2006-12-14merged in fixes from branch-v0-39-2-extended so that it builds on Mac OS X, ↵Hans-Christoph Steiner
and works better with the Pd-extended build system svn path=/trunk/externals/pidip/; revision=6886
2006-12-11fixed warnings and added newer quicktimeN.N.
svn path=/trunk/externals/pidip/; revision=6809
2006-12-11image magick optionalN.N.
svn path=/trunk/externals/pidip/; revision=6808
2006-12-11added QUICKTIME_NEWERN.N.
svn path=/trunk/externals/pidip/; revision=6807
2006-12-11sign fixN.N.
svn path=/trunk/externals/pidip/; revision=6806