aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-15invert red and blue channelsN.N.
svn path=/trunk/externals/pidip/; revision=13799
2010-08-14version 0.12.26 : added pdp_vloopbackN.N.
svn path=/trunk/externals/pidip/; revision=13792
2010-08-07version 0.12.25 ( bugfixes )N.N.
svn path=/trunk/externals/pidip/; revision=13770
2010-08-07version 0.12.25 ( bugfixes )N.N.
svn path=/trunk/externals/pidip/; revision=13769
2010-06-20fixed font loading and added utf-8 supportN.N.
svn path=/trunk/externals/pidip/; revision=13681
2010-06-20the right name for missing help fileN.N.
svn path=/trunk/externals/pidip/; revision=13680
2010-05-18pretty printN.N.
svn path=/trunk/externals/pidip/; revision=13562
2010-05-18simplify creditsN.N.
svn path=/trunk/externals/pidip/; revision=13561
2010-05-18simplify creditsN.N.
svn path=/trunk/externals/pidip/; revision=13560
2010-05-18something strange about buffer size againN.N.
svn path=/trunk/externals/pidip/; revision=13559
2010-05-15fixed the settings for formats and width now,N.N.
should work with non 320x240 cameras svn path=/trunk/externals/pidip/; revision=13545
2010-04-22missing help fileN.N.
svn path=/trunk/externals/pidip/; revision=13464
2010-04-21change v4l2 code to work with the easycap DC60 (non 320x240)N.N.
svn path=/trunk/externals/pidip/; revision=13461
2010-03-17fixed export dynamic flag to work properly and not give a warning about the ↵Hans-Christoph Steiner
'xport_dynamic' symbol svn path=/trunk/externals/pidip/; revision=13222
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