platform/upstream/gstreamer.git
21 years agoadding testsuite
Thomas Vander Stichele [Tue, 1 Oct 2002 21:51:01 +0000 (21:51 +0000)]
adding testsuite

Original commit message from CVS:
adding testsuite

21 years agolist preferred autotools
Thomas Vander Stichele [Mon, 30 Sep 2002 07:20:35 +0000 (07:20 +0000)]
list preferred autotools

Original commit message from CVS:
list preferred autotools

21 years ago%f is double
Andy Wingo [Sun, 29 Sep 2002 17:16:40 +0000 (17:16 +0000)]
%f is double

Original commit message from CVS:
%f is double

21 years agoThis adds a generic video functions library
Ronald S. Bultje [Thu, 26 Sep 2002 12:20:12 +0000 (12:20 +0000)]
This adds a generic video functions library

Original commit message from CVS:
This adds a generic video functions library

21 years agofinal backport
Thomas Vander Stichele [Mon, 23 Sep 2002 09:41:55 +0000 (09:41 +0000)]
final backport

Original commit message from CVS:
final backport

21 years agobetter README
Thomas Vander Stichele [Mon, 23 Sep 2002 05:49:26 +0000 (05:49 +0000)]
better README

Original commit message from CVS:
better README

21 years agoAdded pixel aspect ratio to caps
Wim Taymans [Sun, 22 Sep 2002 00:42:53 +0000 (00:42 +0000)]
Added pixel aspect ratio to caps

Original commit message from CVS:
Added pixel aspect ratio to caps

21 years agoonly renegotiate when relavent properties change
David I. Lehn [Sat, 21 Sep 2002 12:07:43 +0000 (12:07 +0000)]
only renegotiate when relavent properties change

Original commit message from CVS:
only renegotiate when relavent properties change

21 years agoRevert the revert to 1.0.0 vorbis.m4 code.
David I. Lehn [Thu, 19 Sep 2002 18:34:47 +0000 (18:34 +0000)]
Revert the revert to 1.0.0 vorbis.m4 code.

Original commit message from CVS:
Revert the revert to 1.0.0 vorbis.m4 code.

This bugfix has been accepted upstream to fix a segfault due to a bogus
function parameter.  (the cause of the segfault should probably be fixed but
until then...)

21 years agoupdate to 1.0 vorbis macro
Thomas Vander Stichele [Thu, 19 Sep 2002 15:22:11 +0000 (15:22 +0000)]
update to 1.0 vorbis macro

Original commit message from CVS:
update to 1.0 vorbis macro

21 years agoupdate to 1.0 macro
Thomas Vander Stichele [Thu, 19 Sep 2002 15:19:51 +0000 (15:19 +0000)]
update to 1.0 macro

Original commit message from CVS:
update to 1.0 macro

21 years agoaclocal nicety
Thomas Vander Stichele [Wed, 18 Sep 2002 22:06:14 +0000 (22:06 +0000)]
aclocal nicety

Original commit message from CVS:
aclocal nicety

21 years agoFix the timestamps. A new incomming timestamp should not be used on a pertial buffer.
Wim Taymans [Wed, 18 Sep 2002 22:04:32 +0000 (22:04 +0000)]
Fix the timestamps. A new incomming timestamp should not be used on a pertial buffer.

Original commit message from CVS:
Fix the timestamps. A new incomming timestamp should not be used on a
pertial buffer.

21 years agoFix libswfdec info. Update flac to reflect 1.0.2 backport.
David Schleef [Wed, 18 Sep 2002 21:04:10 +0000 (21:04 +0000)]
Fix libswfdec info.  Update flac to reflect 1.0.2 backport.

Original commit message from CVS:
Fix libswfdec info.  Update flac to reflect 1.0.2 backport.

21 years agoplugins part of license field patch
Christian Schaller [Wed, 18 Sep 2002 19:02:46 +0000 (19:02 +0000)]
plugins part of license field patch

Original commit message from CVS:
plugins part of license field patch

21 years agoup the micro
Thomas Vander Stichele [Wed, 18 Sep 2002 13:05:36 +0000 (13:05 +0000)]
up the micro

Original commit message from CVS:
up the micro

21 years agoSetting a GList as propsentry is not the same as a list
Wim Taymans [Tue, 17 Sep 2002 23:47:57 +0000 (23:47 +0000)]
Setting a GList as propsentry is not the same as a list

Original commit message from CVS:
Setting a GList as propsentry is not the same as a list

21 years agoAdd swfdec to dist subdirs
David Schleef [Tue, 17 Sep 2002 22:44:47 +0000 (22:44 +0000)]
Add swfdec to dist subdirs

Original commit message from CVS:
Add swfdec to dist subdirs

21 years ago- Small speed improvements
Wim Taymans [Tue, 17 Sep 2002 21:40:37 +0000 (21:40 +0000)]
- Small speed improvements

Original commit message from CVS:
- Small speed improvements
- added id3 tag support

This is a POC for metadata notification, benefits of using gobject
properties and GstCaps are basically:
- GstCaps as boxed type (g_strdup_value_contents() etc works)
- g_object_notify to notify the app of (new/updated) metadata
- deep_notify to get easily pass metadata up in the pipeline
- GstCaps API for easy parsing of lists, strings, ints etc.
- GstCaps mime type to describe the type of metadata (ID3 tags,
standard Gst tags etc)
- easy method of setting metadata on objects/pads (for encoders)

21 years agoAdd config.h, since we use HAVE_CPU_PPC
David Schleef [Sun, 15 Sep 2002 21:39:54 +0000 (21:39 +0000)]
Add config.h, since we use HAVE_CPU_PPC

Original commit message from CVS:
Add config.h, since we use HAVE_CPU_PPC

21 years agoAdd swfdec autoconf stuff
David Schleef [Sun, 15 Sep 2002 21:33:53 +0000 (21:33 +0000)]
Add swfdec autoconf stuff

Original commit message from CVS:
Add swfdec autoconf stuff

21 years agoaudiofile check fix
Thomas Vander Stichele [Sun, 15 Sep 2002 21:26:03 +0000 (21:26 +0000)]
audiofile check fix

Original commit message from CVS:
audiofile check fix

21 years agomimetype patch from iain holmes, thanks dude
Iain Holmes [Fri, 13 Sep 2002 13:02:56 +0000 (13:02 +0000)]
mimetype patch from iain holmes, thanks dude

Original commit message from CVS:
mimetype patch from iain holmes, thanks dude

21 years agoThis makes mjpegtools plugins compile against latest CVS
Ronald S. Bultje [Thu, 12 Sep 2002 21:48:30 +0000 (21:48 +0000)]
This makes mjpegtools plugins compile against latest CVS

Original commit message from CVS:
This makes mjpegtools plugins compile against latest CVS

21 years agoconst fixes
Wim Taymans [Thu, 12 Sep 2002 20:53:56 +0000 (20:53 +0000)]
const fixes

Original commit message from CVS:
const fixes

21 years agoOnly free the decoder once
Wim Taymans [Thu, 12 Sep 2002 20:40:35 +0000 (20:40 +0000)]
Only free the decoder once

Original commit message from CVS:
Only free the decoder once

21 years ago- Ripped some ID3 tag parsing from libid3 for typefind.
Wim Taymans [Wed, 11 Sep 2002 20:44:31 +0000 (20:44 +0000)]
- Ripped some ID3 tag parsing from libid3 for typefind.

Original commit message from CVS:
- Ripped some ID3 tag parsing from libid3 for typefind.
- Added ID3V1 to fypefind.
- Don't check for a valid mp3 header after finding the ID3 tag as some ID3
tags seem broken.

21 years agoremove some debugging. it works already
Steve Baker [Tue, 10 Sep 2002 17:08:14 +0000 (17:08 +0000)]
remove some debugging. it works already

Original commit message from CVS:
remove some debugging. it works already

21 years agoThis updates all plugins to the new API for gst_pad_try_set_caps
Ronald S. Bultje [Tue, 10 Sep 2002 09:31:38 +0000 (09:31 +0000)]
This updates all plugins to the new API for gst_pad_try_set_caps

Original commit message from CVS:
This updates all plugins to the new API for gst_pad_try_set_caps

21 years agoremoving warnings as approved by wim
Thomas Vander Stichele [Mon, 9 Sep 2002 23:27:36 +0000 (23:27 +0000)]
removing warnings as approved by wim

Original commit message from CVS:
removing warnings as approved by wim

21 years agoremoving warnings (approved by wtay)
Thomas Vander Stichele [Mon, 9 Sep 2002 23:24:29 +0000 (23:24 +0000)]
removing warnings (approved by wtay)

Original commit message from CVS:
removing warnings (approved by wtay)

21 years agoadded v4l2 plugins
Christian Schaller [Mon, 9 Sep 2002 16:53:13 +0000 (16:53 +0000)]
added v4l2 plugins

Original commit message from CVS:
added v4l2 plugins

21 years agosome simple fixes and additions
Thomas Vander Stichele [Mon, 9 Sep 2002 08:39:58 +0000 (08:39 +0000)]
some simple fixes and additions

Original commit message from CVS:
some simple fixes and additions

21 years agoThis adds v4l2 stuff to the build system
Ronald S. Bultje [Mon, 9 Sep 2002 07:15:56 +0000 (07:15 +0000)]
This adds v4l2 stuff to the build system

Original commit message from CVS:
This adds v4l2 stuff to the build system

21 years agoadd bufferpool title/chapter initial seek broken at this point
David I. Lehn [Sun, 8 Sep 2002 08:34:34 +0000 (08:34 +0000)]
add bufferpool title/chapter initial seek broken at this point

Original commit message from CVS:
add bufferpool
title/chapter initial seek broken at this point

21 years agoFixup dvdnav plugin.
David I. Lehn [Sun, 8 Sep 2002 04:21:36 +0000 (04:21 +0000)]
Fixup dvdnav plugin.

Original commit message from CVS:
Fixup dvdnav plugin.
Merge .h into .c.
Event handling patch and fixups from Cameron Hutchison <camh@xdna.net>.

21 years agogrr..
Wim Taymans [Mon, 2 Sep 2002 19:07:01 +0000 (19:07 +0000)]
grr..

Original commit message from CVS:
grr..

21 years agooops
Wim Taymans [Mon, 2 Sep 2002 18:50:38 +0000 (18:50 +0000)]
oops

Original commit message from CVS:
oops

21 years agoMake sure renegotiation happens after going to READY
Wim Taymans [Mon, 2 Sep 2002 18:13:26 +0000 (18:13 +0000)]
Make sure renegotiation happens after going to READY

Original commit message from CVS:
Make sure renegotiation happens after going to READY

21 years agosmall updates
Thomas Vander Stichele [Sun, 1 Sep 2002 15:40:39 +0000 (15:40 +0000)]
small updates

Original commit message from CVS:
small updates

21 years agoFix to make things work again with cvs mpeg2dec
Wim Taymans [Sun, 1 Sep 2002 11:55:14 +0000 (11:55 +0000)]
Fix to make things work again with cvs mpeg2dec

Original commit message from CVS:
Fix to make things work again with cvs mpeg2dec

21 years agosmall fixage to get latest gconf stuff etc.
Christian Schaller [Tue, 27 Aug 2002 17:32:31 +0000 (17:32 +0000)]
small fixage to get latest gconf stuff etc.

Original commit message from CVS:
small fixage to get latest gconf stuff etc.

21 years agofix spec.in as DV has become LIBDV
Christian Schaller [Tue, 27 Aug 2002 13:16:49 +0000 (13:16 +0000)]
fix spec.in as DV has become LIBDV

Original commit message from CVS:
fix spec.in as DV has become LIBDV

21 years agothis should've gone in a long time ago
Thomas Vander Stichele [Tue, 27 Aug 2002 09:54:08 +0000 (09:54 +0000)]
this should've gone in a long time ago

Original commit message from CVS:
this should've gone in a long time ago

21 years agofixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
Thomas Vander Stichele [Sat, 17 Aug 2002 17:57:38 +0000 (17:57 +0000)]
fixes bugzilla.gnome.org/show_bug.cgi?id=90839

Original commit message from CVS:
fixes
http://bugzilla.gnome.org/show_bug.cgi?id=90839

21 years agoFixes and addition to license overview file. Contacted libsidplay and aalib authors...
Christian Schaller [Wed, 14 Aug 2002 21:20:47 +0000 (21:20 +0000)]
Fixes and addition to license overview file. Contacted libsidplay and aalib authors about a possible LGPL relicense.

Original commit message from CVS:
Fixes and addition to license overview file. Contacted libsidplay and aalib authors about a possible LGPL relicense.

21 years agook, i should stop playing around with this now ;)
Thomas Vander Stichele [Tue, 13 Aug 2002 12:29:00 +0000 (12:29 +0000)]
ok, i should stop playing around with this now ;)

Original commit message from CVS:
ok, i should stop playing around with this now ;)

21 years agoalso adding a libstdc++ check explicitly
Thomas Vander Stichele [Tue, 13 Aug 2002 11:56:57 +0000 (11:56 +0000)]
also adding a libstdc++ check explicitly

Original commit message from CVS:
also adding a libstdc++ check explicitly

21 years agoneed c++
Thomas Vander Stichele [Tue, 13 Aug 2002 11:25:16 +0000 (11:25 +0000)]
need c++

Original commit message from CVS:
need c++

21 years agocloses http://bugzilla.gnome.org/show_bug.cgi?id=87453 please test this and let me...
Thomas Vander Stichele [Tue, 13 Aug 2002 10:39:26 +0000 (10:39 +0000)]
closes bugzilla.gnome.org/show_bug.cgi?id=87453 please test this and let me know if it works or not !

Original commit message from CVS:

closes
http://bugzilla.gnome.org/show_bug.cgi?id=87453

please test this and let me know if it works or not !

21 years agoshiny new avifile test macro let's give it a ride
Thomas Vander Stichele [Tue, 13 Aug 2002 10:25:36 +0000 (10:25 +0000)]
shiny new avifile test macro let's give it a ride

Original commit message from CVS:
shiny new avifile test macro
let's give it a ride

21 years agoadd #include <stdlib.h> where needed
Steve Baker [Sun, 11 Aug 2002 11:45:07 +0000 (11:45 +0000)]
add #include <stdlib.h> where needed

Original commit message from CVS:
add #include <stdlib.h> where needed

21 years agovorbis check fix (applied upstream) remove unused glade m4
David I. Lehn [Sat, 10 Aug 2002 02:43:26 +0000 (02:43 +0000)]
vorbis check fix (applied upstream) remove unused glade m4

Original commit message from CVS:
vorbis check fix (applied upstream)
remove unused glade m4

21 years agolibdv build fixes
David I. Lehn [Fri, 9 Aug 2002 21:14:55 +0000 (21:14 +0000)]
libdv build fixes

Original commit message from CVS:
libdv build fixes

21 years agoadd common and m4 to dist
David I. Lehn [Fri, 9 Aug 2002 20:56:56 +0000 (20:56 +0000)]
add common and m4 to dist

Original commit message from CVS:
add common and m4 to dist

21 years agosplit gst plugins between c and c++ ones
Thomas Vander Stichele [Wed, 7 Aug 2002 00:22:04 +0000 (00:22 +0000)]
split gst plugins between c and c++ ones

Original commit message from CVS:
split gst plugins between c and c++ ones

21 years agooops, longtime pending fix
Thomas Vander Stichele [Tue, 6 Aug 2002 23:55:08 +0000 (23:55 +0000)]
oops, longtime pending fix

Original commit message from CVS:
oops, longtime pending fix

21 years agoDon't send event on unusable pads.
Wim Taymans [Fri, 2 Aug 2002 11:29:59 +0000 (11:29 +0000)]
Don't send event on unusable pads.

Original commit message from CVS:
Don't send event on unusable pads.

21 years agoAdded *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. 'end-track','current...
Charles Schmidt [Sun, 28 Jul 2002 22:45:45 +0000 (22:45 +0000)]
Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. 'end-track','current-track' and 'cddb-discid' propert...

Original commit message from CVS:
Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. 'end-track','current-track' and 'cddb-discid' properties and 'track-change' signal for the element.

21 years agoone bin is enough
Steve Baker [Sun, 28 Jul 2002 15:06:06 +0000 (15:06 +0000)]
one bin is enough

Original commit message from CVS:
one bin is enough

21 years agoAdded linux/cdrom.h check patch from cbschmid
Wim Taymans [Sun, 28 Jul 2002 13:21:37 +0000 (13:21 +0000)]
Added linux/cdrom.h check patch from cbschmid

Original commit message from CVS:
Added linux/cdrom.h check patch from cbschmid

21 years agoAdded cdrom plugin
Wim Taymans [Sat, 27 Jul 2002 01:37:25 +0000 (01:37 +0000)]
Added cdrom plugin

Original commit message from CVS:
Added cdrom plugin

21 years agoAdd videotestsrc plugin
David Schleef [Fri, 26 Jul 2002 22:20:45 +0000 (22:20 +0000)]
Add videotestsrc plugin

Original commit message from CVS:
Add videotestsrc plugin

21 years ago- query/eventmask/formats functions
Wim Taymans [Wed, 24 Jul 2002 21:43:44 +0000 (21:43 +0000)]
- query/eventmask/formats functions

Original commit message from CVS:
- query/eventmask/formats functions

21 years ago- implement format/eventmasks/querytype getters
Wim Taymans [Wed, 24 Jul 2002 21:38:16 +0000 (21:38 +0000)]
- implement format/eventmasks/querytype getters

Original commit message from CVS:
- implement format/eventmasks/querytype getters
- more efficient seeking
- updated to latest libmpeg2 CVS

21 years ago- Expose some object properties as enums
Wim Taymans [Wed, 24 Jul 2002 21:36:39 +0000 (21:36 +0000)]
- Expose some object properties as enums

Original commit message from CVS:
- Expose some object properties as enums
- implement format/eventmask/querytype getters
- implement more efficient seeking with the new getters

21 years agoSome small updates
Wim Taymans [Wed, 24 Jul 2002 21:34:23 +0000 (21:34 +0000)]
Some small updates

Original commit message from CVS:
Some small updates

22 years agomixmatrix makefiles
Wim Taymans [Tue, 23 Jul 2002 20:23:06 +0000 (20:23 +0000)]
mixmatrix makefiles

Original commit message from CVS:
mixmatrix makefiles

22 years agoAdded more videocrop config..
Wim Taymans [Mon, 22 Jul 2002 22:17:24 +0000 (22:17 +0000)]
Added more videocrop config..

Original commit message from CVS:
Added more videocrop config..

22 years agoAdded videocrop
Wim Taymans [Mon, 22 Jul 2002 22:10:23 +0000 (22:10 +0000)]
Added videocrop

Original commit message from CVS:
Added videocrop

22 years agothis is neater
Thomas Vander Stichele [Mon, 15 Jul 2002 11:17:24 +0000 (11:17 +0000)]
this is neater

Original commit message from CVS:
this is neater

22 years agomore of these
Thomas Vander Stichele [Mon, 15 Jul 2002 11:13:10 +0000 (11:13 +0000)]
more of these

Original commit message from CVS:
more of these

22 years agomore useful info
Thomas Vander Stichele [Mon, 15 Jul 2002 11:09:26 +0000 (11:09 +0000)]
more useful info

Original commit message from CVS:
more useful info

22 years agoavoid division by zero and add warning
Thomas Vander Stichele [Mon, 15 Jul 2002 11:06:33 +0000 (11:06 +0000)]
avoid division by zero and add warning

Original commit message from CVS:
avoid division by zero and add warning

22 years agofix silly version requires
Thomas Vander Stichele [Sun, 14 Jul 2002 11:59:33 +0000 (11:59 +0000)]
fix silly version requires

Original commit message from CVS:
fix silly version requires

22 years agosmall fixes
Thomas Vander Stichele [Fri, 12 Jul 2002 21:09:17 +0000 (21:09 +0000)]
small fixes

Original commit message from CVS:
small fixes

22 years agoparse to BIN dumbass
Thomas Vander Stichele [Fri, 12 Jul 2002 13:40:53 +0000 (13:40 +0000)]
parse to BIN dumbass

Original commit message from CVS:
parse to BIN dumbass

22 years agofix to be able to link to gconf
Thomas Vander Stichele [Fri, 12 Jul 2002 13:09:26 +0000 (13:09 +0000)]
fix to be able to link to gconf

Original commit message from CVS:
fix to be able to link to gconf

22 years agoapi changes and render/ghost functions
Thomas Vander Stichele [Fri, 12 Jul 2002 09:41:25 +0000 (09:41 +0000)]
api changes and render/ghost functions

Original commit message from CVS:
api changes and render/ghost functions

22 years agothis was wrong
Thomas Vander Stichele [Thu, 11 Jul 2002 11:14:30 +0000 (11:14 +0000)]
this was wrong

Original commit message from CVS:
this was wrong

22 years agocompile fixen, and prepare to move MAINTAINER_MODE to as-version.m4
Andy Wingo [Tue, 9 Jul 2002 17:39:18 +0000 (17:39 +0000)]
compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4

Original commit message from CVS:
compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4

22 years agofixaroo
Thomas Vander Stichele [Tue, 9 Jul 2002 15:25:31 +0000 (15:25 +0000)]
fixaroo

Original commit message from CVS:
fixaroo

22 years agomerge from release branch
Thomas Vander Stichele [Tue, 9 Jul 2002 10:45:37 +0000 (10:45 +0000)]
merge from release branch

Original commit message from CVS:
merge from release branch

22 years agofixed -devel group
Thomas Vander Stichele [Mon, 8 Jul 2002 20:34:01 +0000 (20:34 +0000)]
fixed -devel group

Original commit message from CVS:
fixed -devel group

22 years ago- use _merge instead of _append
Wim Taymans [Mon, 8 Jul 2002 19:43:33 +0000 (19:43 +0000)]
- use _merge instead of _append

Original commit message from CVS:
- use _merge instead of _append
- unref events

22 years agouse _merge instead of _append
Wim Taymans [Mon, 8 Jul 2002 19:39:12 +0000 (19:39 +0000)]
use _merge instead of _append

Original commit message from CVS:
use _merge instead of _append

22 years agounref events free buffer in vorbisfile if it cannot be pushed
Wim Taymans [Mon, 8 Jul 2002 19:38:26 +0000 (19:38 +0000)]
unref events free buffer in vorbisfile if it cannot be pushed

Original commit message from CVS:
unref events
free buffer in vorbisfile if it cannot be pushed

22 years ago- unref events and pools
Wim Taymans [Mon, 8 Jul 2002 19:35:51 +0000 (19:35 +0000)]
- unref events and pools

Original commit message from CVS:
- unref events and pools
- use _merge in mikmod instead of _append

22 years agounref event
Wim Taymans [Mon, 8 Jul 2002 19:32:49 +0000 (19:32 +0000)]
unref event

Original commit message from CVS:
unref event

22 years agoVarious updates to the new event API
Wim Taymans [Mon, 8 Jul 2002 19:29:16 +0000 (19:29 +0000)]
Various updates to the new event API

Original commit message from CVS:
Various updates to the new event API

22 years agoDon't free uninitialized pointers
Wim Taymans [Sun, 7 Jul 2002 14:17:00 +0000 (14:17 +0000)]
Don't free uninitialized pointers

Original commit message from CVS:
Don't free uninitialized pointers

22 years agoLame should accept events even when not negotiated yet.
Wim Taymans [Sun, 7 Jul 2002 14:06:38 +0000 (14:06 +0000)]
Lame should accept events even when not negotiated yet.

Original commit message from CVS:
Lame should accept events even when not negotiated yet.

22 years agoLICENSE_readme: Mention that synaesthesia is derived from GPL code.
Richard Boulton [Sun, 7 Jul 2002 13:15:47 +0000 (13:15 +0000)]
LICENSE_readme: Mention that synaesthesia is derived from GPL code.

Original commit message from CVS:
LICENSE_readme: Mention that synaesthesia is derived from GPL code.

22 years agoattempt to fix my sucky dv and festival breakage.
David I. Lehn [Fri, 5 Jul 2002 10:17:09 +0000 (10:17 +0000)]
attempt to fix my sucky dv and festival breakage.

Original commit message from CVS:
attempt to fix my sucky dv and festival breakage.

22 years agofix cdparanoia include dir location check.
David I. Lehn [Thu, 4 Jul 2002 19:38:06 +0000 (19:38 +0000)]
fix cdparanoia include dir location check.

Original commit message from CVS:
fix cdparanoia include dir location check.
fix libdv check to use pkg-config.
use libdv cflags.

22 years agoAdd festival to the dist
David I. Lehn [Thu, 4 Jul 2002 19:35:33 +0000 (19:35 +0000)]
Add festival to the dist

Original commit message from CVS:
Add festival to the dist

22 years agoAdd some extra files to dist
David I. Lehn [Thu, 4 Jul 2002 19:33:33 +0000 (19:33 +0000)]
Add some extra files to dist

Original commit message from CVS:
Add some extra files to dist

22 years agoAdd license files. LICENSE_readme moved here from core since it has info related...
David I. Lehn [Thu, 4 Jul 2002 19:32:52 +0000 (19:32 +0000)]
Add license files.  LICENSE_readme moved here from core since it has info related to all the plugins.

Original commit message from CVS:
Add license files.  LICENSE_readme moved here from core since it has
info related to all the plugins.
Added common and m4 to the dist and strip out CVS files from dist.

22 years agoduplicate of m4 in common/m4
David I. Lehn [Thu, 4 Jul 2002 19:16:55 +0000 (19:16 +0000)]
duplicate of m4 in common/m4

Original commit message from CVS:
duplicate of m4 in common/m4

22 years agomoving to ortp...
Zeeshan Ali [Thu, 4 Jul 2002 19:01:29 +0000 (19:01 +0000)]
moving to ortp...

Original commit message from CVS:
moving to ortp...