aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2004-05-18 00:59:44 +0000
committerN.N. <sevyves@users.sourceforge.net>2004-05-18 00:59:44 +0000
commit5ad46a9a497ae0e6565b54aaefd4357eac6be0dd (patch)
treeff0cd5ff0545d49c5075276334c8896a4ce2e368
parent607f5de1bd0ff0452f940772d3391fe0418de6c8 (diff)
PiDiP 0.12.14
svn path=/trunk/externals/pidip/; revision=1737
-rw-r--r--CHANGES.LOG7
-rw-r--r--Makefile6
-rw-r--r--Makefile.in4
-rw-r--r--README6
-rw-r--r--acinclude.m42
-rw-r--r--aclocal.m42
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--configure.in2
9 files changed, 23 insertions, 10 deletions
diff --git a/CHANGES.LOG b/CHANGES.LOG
index 19eca68..e369e49 100644
--- a/CHANGES.LOG
+++ b/CHANGES.LOG
@@ -1,5 +1,10 @@
0.12.14 ( codename Naveen's Ethiopian Cafe )
- added pdp_mp4player~ : a quicktime stream picker ( compiled against meg4ip v1.0 )
+ added pdp_mp4player~ : a quicktime stream reader ( compiled against meg4ip v1.0, needs some testing )
+ fixed pdp_mp4live~ : fixed audio encoding
+ pdp_ascii : added loadable character maps support ( added two maps : default and arabic )
+ fixed pdp_canvas : fixed a huge memory leak ( reported by Ian Smith Heisters )
+ added colorgrid : a color picker written by Lluis Gomez i Bigorda ( http://www.artefacte.org/pd )
+ added help_pdp-tatiana.pd : a more simple to use help patch for effects, contribution from Tatiana de la O.
0.12.13 ( codename Gollum Club Riereta )
improved decoding in pdp_live~, in particular for audio/video synchronization
added a "end of stream" outlet in pdp_live~ ( when reaching the end of a file )
diff --git a/Makefile b/Makefile
index 1d21e1a..7c8c670 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ IMLIB_CFLAGS = -I/usr/local/include -I/usr/X11R6/include
IMLIB_LIBS = -L/usr/local/lib -lImlib2 -lttf -lm -ldl -lXext -lXext -lX11 -L/usr/X11R6/lib
MAGICK_CFLAGS = -I/usr/X11R6/include -g -O2 -Wall
MAGICK_LIBS = -L/usr/X11R6/lib -lMagick -lMagick -ltiff -lfreetype -ljasper -ljpeg -lpng -lXext -lSM -lICE -lX11 -lbz2 -lxml2 -lz -lpthread -lm -L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/local/lib
-PDP_PIDIP_INCLUDES = -I/usr/local/pd/src -I. -I/usr/local/pd/pdp/include -I../include -I/SOURCES/ffmpeg/libavcodec -I/SOURCES/ffmpeg/libavformat
+PDP_PIDIP_INCLUDES = -I/usr/local/pd/src -I. -I/usr/local/pd/pdp/include -I../include -I../charmaps -I/SOURCES/ffmpeg/libavcodec -I/SOURCES/ffmpeg/libavformat
PDP_PIDIP_VERSION = 0.12.14
MPEG4IP_CFLAGS =
@@ -54,6 +54,10 @@ distro: clean all
cp /mnt/c/ydegoyon.free.fr/pidip-$(PDP_PIDIP_VERSION).tar.gz /mnt/c/Yves/Software
rm -rf /tmp/pidip-$(PDP_PIDIP_VERSION)
+pdp_colorgrid.o: pdp_colorgrid.c
+ ./tk2c.bash < $*.tk > $*.tk2c
+ PWD=`pwd`; cc -DPWD=\"$(PWD)\" $(PDP_PIDIP_CFLAGS) $(PDP_PIDIP_INCLUDES) -o $*.o -c $*.c
+
.c.o:
gcc $(PDP_PIDIP_CFLAGS) $(PDP_PIDIP_INCLUDES) -o $*.o -c $*.c
diff --git a/Makefile.in b/Makefile.in
index bf7ae0e..dfbd4c5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -54,6 +54,10 @@ distro: clean all
cp /mnt/c/ydegoyon.free.fr/pidip-$(PDP_PIDIP_VERSION).tar.gz /mnt/c/Yves/Software
rm -rf /tmp/pidip-$(PDP_PIDIP_VERSION)
+pdp_colorgrid.o: pdp_colorgrid.c
+ ./tk2c.bash < $*.tk > $*.tk2c
+ PWD=`pwd`; cc -DPWD=\"$(PWD)\" $(PDP_PIDIP_CFLAGS) $(PDP_PIDIP_INCLUDES) -o $*.o -c $*.c
+
.c.o:
gcc $(PDP_PIDIP_CFLAGS) $(PDP_PIDIP_INCLUDES) -o $*.o -c $*.c
diff --git a/README b/README
index c45786e..7a204e8 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
*****************************************************************************
copyleft 2002 by Yves Degoyon ( ydegoyon@free.fr )
-thanx for their remarks and support :
+contributors :
-Béatrice Rettig
-Cécile Babiole
+Lluis Gomez i Bigorda ( http://www.artefacte.org/pd )
+Tatiana de la O.
tarballs and updates available @ http://ydegoyon.free.fr
diff --git a/acinclude.m4 b/acinclude.m4
index fba5137..bdce5c2 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -24,7 +24,7 @@ dnl At present there is no support for additional "MODULES" (see AM_PATH_GTK)
dnl (shamelessly stolen from gtk.m4 and then hacked around a fair amount)
dnl
dnl @author Angus Lees <gusl@cse.unsw.edu.au>
-dnl @version $Id: acinclude.m4,v 1.6 2004-03-30 01:56:15 sevyves Exp $
+dnl @version $Id: acinclude.m4,v 1.7 2004-05-18 00:59:44 sevyves Exp $
AC_DEFUN(AC_PATH_GENERIC,
[dnl
diff --git a/aclocal.m4 b/aclocal.m4
index a2d857e..116cada 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -36,7 +36,7 @@ dnl At present there is no support for additional "MODULES" (see AM_PATH_GTK)
dnl (shamelessly stolen from gtk.m4 and then hacked around a fair amount)
dnl
dnl @author Angus Lees <gusl@cse.unsw.edu.au>
-dnl @version $Id: aclocal.m4,v 1.6 2004-03-30 01:56:15 sevyves Exp $
+dnl @version $Id: aclocal.m4,v 1.7 2004-05-18 00:59:44 sevyves Exp $
AC_DEFUN(AC_PATH_GENERIC,
[dnl
diff --git a/configure b/configure
index 443039b..58d1c98 100755
--- a/configure
+++ b/configure
@@ -1286,7 +1286,7 @@ FFMPEG_SOURCE_DIR=/SOURCES/ffmpeg
MPEG4IP_SOURCE_DIR=/SOURCES/mpeg4ip
PDP_STREAMING_OBJECTS=
PDP_PIDIP_LIBS="$PDP_PIDIP_LIBS -lbz2 -lz -ldl -lmp3lame -logg -lvorbis -lvorbisenc"
-PDP_PIDIP_INCLUDES="-I$PD_DIR/src -I. -I$PDP_DIR/include -I../include"
+PDP_PIDIP_INCLUDES="-I$PD_DIR/src -I. -I$PDP_DIR/include -I../include -I../charmaps"
make clean
diff --git a/configure.ac b/configure.ac
index 9c9bc0f..759dd2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ FFMPEG_SOURCE_DIR=/SOURCES/ffmpeg
MPEG4IP_SOURCE_DIR=/SOURCES/mpeg4ip
PDP_STREAMING_OBJECTS=
PDP_PIDIP_LIBS="$PDP_PIDIP_LIBS -lbz2 -lz -ldl -lmp3lame -logg -lvorbis -lvorbisenc"
-PDP_PIDIP_INCLUDES="-I$PD_DIR/src -I. -I$PDP_DIR/include -I../include"
+PDP_PIDIP_INCLUDES="-I$PD_DIR/src -I. -I$PDP_DIR/include -I../include -I../charmaps"
make clean
diff --git a/configure.in b/configure.in
index 9c9bc0f..759dd2a 100644
--- a/configure.in
+++ b/configure.in
@@ -16,7 +16,7 @@ FFMPEG_SOURCE_DIR=/SOURCES/ffmpeg
MPEG4IP_SOURCE_DIR=/SOURCES/mpeg4ip
PDP_STREAMING_OBJECTS=
PDP_PIDIP_LIBS="$PDP_PIDIP_LIBS -lbz2 -lz -ldl -lmp3lame -logg -lvorbis -lvorbisenc"
-PDP_PIDIP_INCLUDES="-I$PD_DIR/src -I. -I$PDP_DIR/include -I../include"
+PDP_PIDIP_INCLUDES="-I$PD_DIR/src -I. -I$PDP_DIR/include -I../include -I../charmaps"
make clean