platform/upstream/gstreamer.git
22 years agoadding videosink is there any good reason why the videosink plugin didn't just go...
Thomas Vander Stichele [Sat, 2 Mar 2002 20:21:51 +0000 (20:21 +0000)]
adding videosink is there any good reason why the videosink plugin didn't just go in the xvideo dir ? It's not like w...

Original commit message from CVS:
adding videosink
is there any good reason why the videosink plugin didn't just go in the xvideo
dir ? It's not like we *need* to have the most dirs we can get ;)
if no one objects then I guess I'll move it to the sensible place

22 years agolet's not update here, it's not necessary; ie, if you run cvs update in gst-plugins...
Andy Wingo [Sat, 2 Mar 2002 19:16:23 +0000 (19:16 +0000)]
let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins, it will update common automatica...

Original commit message from CVS:
let's not update here, it's not necessary; ie, if you run cvs update in gst-plugins,
it will update common automatically, and we don't support half-updated trees

22 years agofix a typo
Andy Wingo [Sat, 2 Mar 2002 18:31:38 +0000 (18:31 +0000)]
fix a typo

Original commit message from CVS:
fix a typo

22 years agoadding 'videosink' element
Benjamin Otte [Sat, 2 Mar 2002 17:55:33 +0000 (17:55 +0000)]
adding 'videosink' element

Original commit message from CVS:
adding 'videosink' element
It's basically a rewritten xvideosink, but is more modular and allows 'hooks'.
It is needed by GstVideoWidget in gst-player

22 years agoFix a small typo in gst-launch-ext.
Richard Boulton [Sat, 2 Mar 2002 16:24:00 +0000 (16:24 +0000)]
Fix a small typo in gst-launch-ext.

Original commit message from CVS:
Fix a small typo in gst-launch-ext.
Add gst-visualise, together with a manpage.

22 years agoAdded esdmon plugin.
Richard Boulton [Sat, 2 Mar 2002 15:20:05 +0000 (15:20 +0000)]
Added esdmon plugin.

Original commit message from CVS:
Added esdmon plugin.
Monitors output from the esd sound daemon.
Particularly useful for displaying a visualisation of the audio being
played on your system.  eg:
gst-launch esdmon ! goom ! { queue leaky=yes ! colorspace ! sdlvideosink }
You can even have several of them going at once. :)

22 years agoI'm too lazy to comment this
Richard Boulton [Sat, 2 Mar 2002 12:36:07 +0000 (12:36 +0000)]
I'm too lazy to comment this

Original commit message from CVS:
*** empty log message ***

22 years agomore changes
Thomas Vander Stichele [Sat, 2 Mar 2002 12:05:41 +0000 (12:05 +0000)]
more changes

Original commit message from CVS:
more changes

22 years agoadapt to use new stuff
Thomas Vander Stichele [Sat, 2 Mar 2002 12:03:23 +0000 (12:03 +0000)]
adapt to use new stuff

Original commit message from CVS:
adapt to use new stuff

22 years agoadded modplug to SPEC file
Christian Schaller [Sat, 2 Mar 2002 11:34:18 +0000 (11:34 +0000)]
added modplug to SPEC file

Original commit message from CVS:
added modplug to SPEC file

22 years agoget rid of some warnings if you don't have a config file
Andy Wingo [Sat, 2 Mar 2002 00:31:56 +0000 (00:31 +0000)]
get rid of some warnings if you don't have a config file

Original commit message from CVS:
get rid of some warnings if you don't have a config file

22 years agowe went through this only a week or two ago, if test -z $DIST_SUBDIRS then comment...
Andy Wingo [Fri, 1 Mar 2002 20:21:36 +0000 (20:21 +0000)]
we went through this only a week or two ago, if test -z $DIST_SUBDIRS then comment out both

Original commit message from CVS:
we went through this only a week or two ago, if test -z $DIST_SUBDIRS then comment out both
SUBDIRS and DIST_SUBDIRS

22 years agofirst get these tests to work
Thomas Vander Stichele [Fri, 1 Mar 2002 17:27:49 +0000 (17:27 +0000)]
first get these tests to work

Original commit message from CVS:
first get these tests to work

22 years agoadding man page
Thomas Vander Stichele [Fri, 1 Mar 2002 15:46:26 +0000 (15:46 +0000)]
adding man page

Original commit message from CVS:
adding man page

22 years agoSet the leaky parameter to 1 when using visualisers; if the queue gets full, it is...
Richard Boulton [Fri, 1 Mar 2002 15:37:57 +0000 (15:37 +0000)]
Set the leaky parameter to 1 when using visualisers; if the queue gets full, it is fine to drop data going to the vis...

Original commit message from CVS:
Set the leaky parameter to 1 when using visualisers; if the queue gets
full, it is fine to drop data going to the visualiser.  This solves the
problem I was having with playback freezing while playing some files with
visualisers.

22 years agoadding modplug
Jeremy Simon [Thu, 28 Feb 2002 21:10:42 +0000 (21:10 +0000)]
adding modplug

Original commit message from CVS:
adding modplug

22 years agoadded manpage for gst-launch-ext, now thomas must add it to the build :)
Christian Schaller [Thu, 28 Feb 2002 20:51:03 +0000 (20:51 +0000)]
added manpage for gst-launch-ext, now thomas must add it to the build :)

Original commit message from CVS:
added manpage for gst-launch-ext, now thomas must add it to the build :)

22 years agoadded fli support to the gst-lauch-ext application
Christian Schaller [Thu, 28 Feb 2002 20:10:18 +0000 (20:10 +0000)]
added fli support to the gst-lauch-ext application

Original commit message from CVS:
added fli support to the gst-lauch-ext application

22 years agohm, these tests need some work and some documenting
Thomas Vander Stichele [Sun, 24 Feb 2002 21:38:27 +0000 (21:38 +0000)]
hm, these tests need some work and some documenting

Original commit message from CVS:
hm, these tests need some work and some documenting

22 years agoActually forgot to add the overlay file itself
Ronald S. Bultje [Sat, 23 Feb 2002 14:11:43 +0000 (14:11 +0000)]
Actually forgot to add the overlay file itself

Original commit message from CVS:
Actually forgot to add the overlay file itself

22 years agoAdded basic overlay support to v4l
Ronald S. Bultje [Sat, 23 Feb 2002 14:05:33 +0000 (14:05 +0000)]
Added basic overlay support to v4l

Original commit message from CVS:
Added basic overlay support to v4l

22 years agosome more commenting autoplug2 has a problem, I suspect the problem is actually with...
Thomas Vander Stichele [Sat, 23 Feb 2002 12:06:22 +0000 (12:06 +0000)]
some more commenting autoplug2 has a problem, I suspect the problem is actually with the mpeg type plugins, mpeg2type...

Original commit message from CVS:
some more commenting
autoplug2 has a problem, I suspect the problem is actually with the
mpeg type plugins, mpeg2types for example has a (null)
Could someone take a look at it ?

22 years agopull good old filterstamp back out of the attic
Andy Wingo [Fri, 22 Feb 2002 15:09:23 +0000 (15:09 +0000)]
pull good old filterstamp back out of the attic

Original commit message from CVS:
pull good old filterstamp back out of the attic

22 years agouse gst-debuginfo.m4 macro so plugins are actually compiled with debug info some...
Thomas Vander Stichele [Thu, 21 Feb 2002 17:20:35 +0000 (17:20 +0000)]
use gst-debuginfo.m4 macro so plugins are actually compiled with debug info some more debug output for lame

Original commit message from CVS:
* use gst-debuginfo.m4 macro so plugins are actually compiled with
debug info
* some more debug output for lame

22 years agoupdate gnome-vfs to g_object_notify api fix arg types allow local paths in location arg
Andy Wingo [Thu, 21 Feb 2002 04:30:03 +0000 (04:30 +0000)]
update gnome-vfs to g_object_notify api fix arg types allow local paths in location arg

Original commit message from CVS:
* update gnome-vfs to g_object_notify api
* fix arg types
* allow local paths in location arg

22 years agoSmall updates to avimux and the v4l plugins for usability in general
Ronald S. Bultje [Wed, 20 Feb 2002 07:25:40 +0000 (07:25 +0000)]
Small updates to avimux and the v4l plugins for usability in general

Original commit message from CVS:
Small updates to avimux and the v4l plugins for usability in general

22 years agoFix the spec after the au plugin changed name
Christian Schaller [Tue, 19 Feb 2002 21:06:18 +0000 (21:06 +0000)]
Fix the spec after the au plugin changed name

Original commit message from CVS:
Fix the spec after the au plugin changed name

22 years agoautoplug tests
Thomas Vander Stichele [Tue, 19 Feb 2002 11:18:04 +0000 (11:18 +0000)]
autoplug tests

Original commit message from CVS:
autoplug tests

22 years agoputting it back
Thomas Vander Stichele [Tue, 19 Feb 2002 11:02:28 +0000 (11:02 +0000)]
putting it back

Original commit message from CVS:
putting it back

22 years agochanges to spider: add padtemplates so the connect functions can connect two request...
Andy Wingo [Tue, 19 Feb 2002 05:59:06 +0000 (05:59 +0000)]
changes to spider: add padtemplates so the connect functions can connect two request-pad elements add a hack in gstel...

Original commit message from CVS:
* changes to spider:
* add padtemplates so the connect functions can connect two request-pad
elements
* add a hack in gstelement.c. please look at this, Company, and see how
we can get around this
* add backwards caps-propagation support in identity, int2float, float2int,
adder, speed, volume

22 years ago... and as long as there's no Makefile.am in testsuite/autoplug this will not work...
Thomas Vander Stichele [Mon, 18 Feb 2002 17:25:46 +0000 (17:25 +0000)]
... and as long as there's no Makefile.am in testsuite/autoplug this will not work very well either.

Original commit message from CVS:
... and as long as there's no Makefile.am in testsuite/autoplug this will
not work very well either.

22 years agoyou need to specify at least one DIST subdir
Thomas Vander Stichele [Mon, 18 Feb 2002 17:24:59 +0000 (17:24 +0000)]
you need to specify at least one DIST subdir

Original commit message from CVS:
you need to specify at least one DIST subdir

22 years agosome eos fixes to adder. note that even if it has no more sources, adder will still...
Andy Wingo [Sun, 17 Feb 2002 18:31:42 +0000 (18:31 +0000)]
some eos fixes to adder. note that even if it has no more sources, adder will still output zeroes and thus will never...

Original commit message from CVS:
some eos fixes to adder. note that even if it has no more sources, adder will
still output zeroes and thus will never really stop.

22 years agocapsnego fixes in adder, speed, and identity
Andy Wingo [Sun, 17 Feb 2002 17:34:23 +0000 (17:34 +0000)]
capsnego fixes in adder, speed, and identity

Original commit message from CVS:
capsnego fixes in adder, speed, and identity

22 years agobetter capsnego in osssink s/parseau/auparse/ update volume, mulawdecode, auparse...
Andy Wingo [Sun, 17 Feb 2002 02:06:04 +0000 (02:06 +0000)]
better capsnego in osssink s/parseau/auparse/ update volume, mulawdecode, auparse to new capsnego

Original commit message from CVS:
* better capsnego in osssink
* s/parseau/auparse/
* update volume, mulawdecode, auparse to new capsnego

22 years ago--enable-plugin-builddir means nothing to the plugins themselves, just the tools
Andy Wingo [Sat, 16 Feb 2002 18:41:24 +0000 (18:41 +0000)]
--enable-plugin-builddir means nothing to the plugins themselves, just the tools

Original commit message from CVS:
--enable-plugin-builddir means nothing to the plugins themselves, just the tools

22 years agobe less verbose when running --register, and cal it with the proper --gst-plugin...
Andy Wingo [Sat, 16 Feb 2002 18:10:34 +0000 (18:10 +0000)]
be less verbose when running --register, and cal it with the proper --gst-plugin-path

Original commit message from CVS:
be less verbose when running --register, and cal it with the proper --gst-plugin-path

22 years agoadd 'toolsdir' to the pc files add our first plugin test, which involves simply runni...
Andy Wingo [Sat, 16 Feb 2002 17:53:58 +0000 (17:53 +0000)]
add 'toolsdir' to the pc files add our first plugin test, which involves simply running gst-compprep, which in the co...

Original commit message from CVS:
* add 'toolsdir' to the pc files
* add our first plugin test, which involves simply running gst-compprep,
which in the course of creating the completion registry instantiates every
plugin. gst-register is run first.

22 years agoupdate v4lmjpegsink to the newer clock api. i can't test this, though.
Andy Wingo [Sat, 16 Feb 2002 17:09:01 +0000 (17:09 +0000)]
update v4lmjpegsink to the newer clock api. i can't test this, though.

Original commit message from CVS:
update v4lmjpegsink to the newer clock api. i can't test this, though.

22 years agoquiet a warning from autoconf
Andy Wingo [Sat, 16 Feb 2002 05:44:09 +0000 (05:44 +0000)]
quiet a warning from autoconf

Original commit message from CVS:
quiet a warning from autoconf

22 years agoGet rid of the gst_element_info() and replace it with g_message()
Ronald S. Bultje [Wed, 13 Feb 2002 18:40:15 +0000 (18:40 +0000)]
Get rid of the gst_element_info() and replace it with g_message()

Original commit message from CVS:
Get rid of the gst_element_info() and replace it with g_message()

22 years agohow did this ever work ?
Thomas Vander Stichele [Wed, 13 Feb 2002 12:02:11 +0000 (12:02 +0000)]
how did this ever work ?

Original commit message from CVS:
how did this ever work ?

22 years agofix stupid gst-register mistakes make all plugins require gstreamer-plugins make...
Thomas Vander Stichele [Tue, 12 Feb 2002 17:40:01 +0000 (17:40 +0000)]
fix stupid gst-register mistakes make all plugins require gstreamer-plugins make only gstreamer-plugins require gstre...

Original commit message from CVS:
* fix stupid gst-register mistakes
* make all plugins require gstreamer-plugins
* make only gstreamer-plugins require gstreamer

22 years agoit's all about the versioning baby
Thomas Vander Stichele [Tue, 12 Feb 2002 16:56:33 +0000 (16:56 +0000)]
it's all about the versioning baby

Original commit message from CVS:
it's all about the versioning baby

22 years agosome more fixes base rpm is now called gstreamer-plugins as it should be
Thomas Vander Stichele [Tue, 12 Feb 2002 12:01:45 +0000 (12:01 +0000)]
some more fixes base rpm is now called gstreamer-plugins as it should be

Original commit message from CVS:
* some more fixes
* base rpm is now called gstreamer-plugins as it should be

22 years agovarious cosmetic fixes
Thomas Vander Stichele [Tue, 12 Feb 2002 11:37:29 +0000 (11:37 +0000)]
various cosmetic fixes

Original commit message from CVS:
* various cosmetic fixes

22 years agorelease version fix
Thomas Vander Stichele [Mon, 11 Feb 2002 16:01:13 +0000 (16:01 +0000)]
release version fix

Original commit message from CVS:
release version fix

22 years agochanged libgst -> libgstreamer to comply with namespace issues with gnu smalltalk...
Andy Wingo [Sun, 10 Feb 2002 17:09:52 +0000 (17:09 +0000)]
changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk various other fixes

Original commit message from CVS:
* changed libgst -> libgstreamer to comply with namespace issues with gnu smalltalk
* various other fixes

22 years agofixing aclocal
Thomas Vander Stichele [Sun, 10 Feb 2002 16:37:27 +0000 (16:37 +0000)]
fixing aclocal

Original commit message from CVS:
fixing aclocal

22 years agosyncing with as-version
Thomas Vander Stichele [Sun, 10 Feb 2002 15:56:25 +0000 (15:56 +0000)]
syncing with as-version

Original commit message from CVS:
syncing with as-version

22 years agofix mad check, add defaut options properly
Andy Wingo [Sun, 10 Feb 2002 15:12:25 +0000 (15:12 +0000)]
fix mad check, add defaut options properly

Original commit message from CVS:
fix mad check, add defaut options properly

22 years ago- added info about divx related codecs
Bastien Nocera [Sat, 9 Feb 2002 15:21:36 +0000 (15:21 +0000)]
- added info about divx related codecs

Original commit message from CVS:
- added info about divx related codecs

22 years agofix build issues
Andy Wingo [Fri, 8 Feb 2002 20:12:28 +0000 (20:12 +0000)]
fix build issues

Original commit message from CVS:
fix build issues

22 years agofixing distcheck
Thomas Vander Stichele [Fri, 8 Feb 2002 11:15:45 +0000 (11:15 +0000)]
fixing distcheck

Original commit message from CVS:
fixing distcheck

22 years agosmallish fixes
Thomas Vander Stichele [Thu, 7 Feb 2002 14:30:20 +0000 (14:30 +0000)]
smallish fixes

Original commit message from CVS:
smallish fixes

22 years agoConverted some send_event to properties
Wim Taymans [Wed, 6 Feb 2002 23:34:56 +0000 (23:34 +0000)]
Converted some send_event to properties

Original commit message from CVS:
Converted some send_event to properties

22 years agothis makes more sense higher in the file
Thomas Vander Stichele [Wed, 6 Feb 2002 18:46:39 +0000 (18:46 +0000)]
this makes more sense higher in the file

Original commit message from CVS:
this makes more sense higher in the file

22 years agovarious additions
Thomas Vander Stichele [Wed, 6 Feb 2002 18:29:12 +0000 (18:29 +0000)]
various additions

Original commit message from CVS:
various additions

22 years agomore build fixing
Thomas Vander Stichele [Wed, 6 Feb 2002 18:18:16 +0000 (18:18 +0000)]
more build fixing

Original commit message from CVS:
more build fixing

22 years agortp conflicts with current gstclock.h, moving back to experimental
Thomas Vander Stichele [Wed, 6 Feb 2002 14:45:22 +0000 (14:45 +0000)]
rtp conflicts with current gstclock.h, moving back to experimental

Original commit message from CVS:
rtp conflicts with current gstclock.h, moving back to experimental

22 years agouse numerical comparisions for version check
Steve Baker [Wed, 6 Feb 2002 08:22:05 +0000 (08:22 +0000)]
use numerical comparisions for version check

Original commit message from CVS:
use numerical comparisions for version check

22 years agoAdd VISUALIZER property to ~/.gst: if set, it will cause gst-launch-ext to display...
Richard Boulton [Tue, 5 Feb 2002 16:39:43 +0000 (16:39 +0000)]
Add VISUALIZER property to ~/.gst: if set, it will cause gst-launch-ext to display a visualiser for audio only formats.

Original commit message from CVS:
Add VISUALIZER property to ~/.gst: if set, it will cause gst-launch-ext
to display a visualiser for audio only formats.
Try "VISUALIZER=goom" ;-)

22 years agoadding tools dir
Thomas Vander Stichele [Tue, 5 Feb 2002 09:34:03 +0000 (09:34 +0000)]
adding tools dir

Original commit message from CVS:
adding tools dir

22 years agoyes we need this
Thomas Vander Stichele [Mon, 4 Feb 2002 23:14:26 +0000 (23:14 +0000)]
yes we need this

Original commit message from CVS:
yes we need this

22 years agofixing some RPM dependencies
Christian Schaller [Mon, 4 Feb 2002 22:52:02 +0000 (22:52 +0000)]
fixing some RPM dependencies

Original commit message from CVS:
fixing some RPM dependencies

22 years agoRevert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand, rather than...
Richard Boulton [Mon, 4 Feb 2002 22:42:22 +0000 (22:42 +0000)]
Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand, rather than adding m4/ to aclocal search path....

Original commit message from CVS:
Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand,
rather than adding m4/ to aclocal search path.  Shouldn't cause errors when
macros are already present on system, because macros in acinclude.m4 are
used in preference.

22 years agoAdd support for multiple files on command line, and .m3u playlists (assuming format...
Richard Boulton [Mon, 4 Feb 2002 22:35:09 +0000 (22:35 +0000)]
Add support for multiple files on command line, and .m3u playlists (assuming format of .m3u playlist is simply a list...

Original commit message from CVS:
Add support for multiple files on command line, and .m3u playlists
(assuming format of .m3u playlist is simply a list of filenames, one per
line.  Comments will probably work, because the file won't be found. ;-> )

Needs to have support for ctrl-c added, so that play can be aborted without
going through whole list of files.

22 years agodoes this matter ?
Thomas Vander Stichele [Mon, 4 Feb 2002 22:09:40 +0000 (22:09 +0000)]
does this matter ?

Original commit message from CVS:
does this matter ?

22 years agogst-launch-ext can be used to play common media files with fixed pipes based on the...
Thomas Vander Stichele [Mon, 4 Feb 2002 21:39:45 +0000 (21:39 +0000)]
gst-launch-ext can be used to play common media files with fixed pipes based on the file extension.

Original commit message from CVS:
gst-launch-ext can be used to play common media files with fixed pipes
based on the file extension.

It optionally uses a .gst file in the home directory to select preferred
audio and video sinks.

22 years agogst-launch-ext
Thomas Vander Stichele [Mon, 4 Feb 2002 20:57:13 +0000 (20:57 +0000)]
gst-launch-ext

Original commit message from CVS:
gst-launch-ext

22 years agoChange gstreamer-register to gst-register
Richard Boulton [Mon, 4 Feb 2002 20:34:27 +0000 (20:34 +0000)]
Change gstreamer-register to gst-register

Original commit message from CVS:
Change gstreamer-register to gst-register

22 years agostart of a gst-launch helper based on extension
Thomas Vander Stichele [Mon, 4 Feb 2002 19:57:35 +0000 (19:57 +0000)]
start of a gst-launch helper based on extension

Original commit message from CVS:
start of a gst-launch helper based on extension

22 years agoAnd last but not least, update the TODO file
Ronald S. Bultje [Mon, 4 Feb 2002 19:47:37 +0000 (19:47 +0000)]
And last but not least, update the TODO file

Original commit message from CVS:
And last but not least, update the TODO file

22 years agoRe-add v4lelement as an actual element. Useless within pipes but extremely useful...
Ronald S. Bultje [Mon, 4 Feb 2002 19:45:56 +0000 (19:45 +0000)]
Re-add v4lelement as an actual element. Useless within pipes but extremely useful in generic video4linux audodetectio...

Original commit message from CVS:
Re-add v4lelement as an actual element. Useless within pipes but extremely useful in generic video4linux audodetection of features and such

22 years agoAdd an ugly hack for the capsnego system - this should be removed asap, but at least...
Ronald S. Bultje [Mon, 4 Feb 2002 19:45:02 +0000 (19:45 +0000)]
Add an ugly hack for the capsnego system - this should be removed asap, but at least everything works now

Original commit message from CVS:
Add an ugly hack for the capsnego system - this should be removed asap, but at least everything works now

22 years agoAdd the v4lmjpeg plugins to the configure file
Ronald S. Bultje [Mon, 4 Feb 2002 19:38:10 +0000 (19:38 +0000)]
Add the v4lmjpeg plugins to the configure file

Original commit message from CVS:
Add the v4lmjpeg plugins to the configure file

22 years agotarkin fix
Thomas Vander Stichele [Mon, 4 Feb 2002 13:47:09 +0000 (13:47 +0000)]
tarkin fix

Original commit message from CVS:
tarkin fix

22 years agoback to cvs
Thomas Vander Stichele [Mon, 4 Feb 2002 11:05:17 +0000 (11:05 +0000)]
back to cvs

Original commit message from CVS:
back to cvs

22 years agoadding tarkin to build to try building it run configure with --enable-experimental
Thomas Vander Stichele [Mon, 4 Feb 2002 10:51:26 +0000 (10:51 +0000)]
adding tarkin to build to try building it run configure with --enable-experimental

Original commit message from CVS:
adding tarkin to build
to try building it run configure with --enable-experimental

22 years agovarious fixes
Thomas Vander Stichele [Mon, 4 Feb 2002 10:36:20 +0000 (10:36 +0000)]
various fixes

Original commit message from CVS:
various fixes

22 years agoAssorted fixes.
Wim Taymans [Sun, 3 Feb 2002 20:10:04 +0000 (20:10 +0000)]
Assorted fixes.

Original commit message from CVS:
Assorted fixes.
Use the new clocking stuff.

22 years agofixed // style comments to more portable /* */
Christian Schaller [Sun, 3 Feb 2002 19:58:48 +0000 (19:58 +0000)]
fixed // style comments to more portable /* */

Original commit message from CVS:
fixed // style comments to more portable /* */

22 years agofix small typo from earlier SPEC fix commits
Christian Schaller [Sun, 3 Feb 2002 19:27:21 +0000 (19:27 +0000)]
fix small typo from earlier SPEC fix commits

Original commit message from CVS:
fix small typo from earlier SPEC fix commits

22 years agoTried grouping the plugins more togheter, think I saved us at least some rpms on...
Christian Schaller [Sun, 3 Feb 2002 19:23:27 +0000 (19:23 +0000)]
Tried grouping the plugins more togheter, think I saved us at least some rpms on this. Probably room for more groupin...

Original commit message from CVS:
Tried grouping the plugins more togheter, think I saved us at least some rpms on this. Probably room for more grouping but I don't have the knowledge to know what plugins belong in what category of the remaining

22 years agoAdded Goom and icecast to the spec, also fixed jpmeg mmx
Christian Schaller [Sun, 3 Feb 2002 19:05:07 +0000 (19:05 +0000)]
Added Goom and icecast to the spec, also fixed jpmeg mmx

Original commit message from CVS:
Added Goom and icecast to the spec, also fixed jpmeg mmx

22 years agoadded back goom to configure.ac after syncing with release
Erik Walthinsen [Sun, 3 Feb 2002 04:00:17 +0000 (04:00 +0000)]
added back goom to configure.ac after syncing with release

Original commit message from CVS:
added back goom to configure.ac after syncing with release

22 years agoCommitting differences between CVS and the 0.3.2 release. These changes were in...
Erik Walthinsen [Sun, 3 Feb 2002 03:57:04 +0000 (03:57 +0000)]
Committing differences between CVS and the 0.3.2 release.  These changes were in the local copy that the dist was mad...

Original commit message from CVS:
Committing differences between CVS and the 0.3.2 release.  These changes
were in the local copy that the dist was made from, but have never been
in CVS (I hunted for matching revisions on all of them).  I will retag
these files with the proper release tag as soon as they're committed.

22 years ago- add goom to the build system, dunno if it works, but it doesn't break my ppc :)
Bastien Nocera [Sat, 2 Feb 2002 18:49:03 +0000 (18:49 +0000)]
- add goom to the build system, dunno if it works, but it doesn't break my ppc :)

Original commit message from CVS:
- add goom to the build system, dunno if it works, but it doesn't break my ppc :)

22 years agoCorrected OpenQuicktime dep to openquicktime
Christian Schaller [Sat, 2 Feb 2002 15:59:00 +0000 (15:59 +0000)]
Corrected OpenQuicktime dep to openquicktime

Original commit message from CVS:
Corrected OpenQuicktime dep to openquicktime

22 years agoupdates for release
Thomas Vander Stichele [Sat, 2 Feb 2002 15:50:36 +0000 (15:50 +0000)]
updates for release

Original commit message from CVS:
updates for release

22 years agoanother fix
Thomas Vander Stichele [Sat, 2 Feb 2002 14:30:39 +0000 (14:30 +0000)]
another fix

Original commit message from CVS:
another fix

22 years agoAdd timestamps on the buffers
Wim Taymans [Sat, 2 Feb 2002 14:03:05 +0000 (14:03 +0000)]
Add timestamps on the buffers

Original commit message from CVS:
Add timestamps on the buffers

22 years agoTrying to fix the OpenQuicktime depenency as it strangly enough don't work for me
Christian Schaller [Fri, 1 Feb 2002 15:31:53 +0000 (15:31 +0000)]
Trying to fix the OpenQuicktime depenency as it strangly enough don't work for me

Original commit message from CVS:
Trying to fix the OpenQuicktime depenency as it strangly enough don't work for me

22 years agoupped prerelease number
Thomas Vander Stichele [Thu, 31 Jan 2002 22:51:45 +0000 (22:51 +0000)]
upped prerelease number

Original commit message from CVS:
upped prerelease number

22 years agoOops - last minute fix
Ronald S. Bultje [Thu, 31 Jan 2002 22:37:15 +0000 (22:37 +0000)]
Oops - last minute fix

Original commit message from CVS:
Oops - last minute fix

22 years agoadding rel notes
Thomas Vander Stichele [Thu, 31 Jan 2002 22:32:41 +0000 (22:32 +0000)]
adding rel notes

Original commit message from CVS:
adding rel notes

22 years agorelease notes
Thomas Vander Stichele [Thu, 31 Jan 2002 22:24:21 +0000 (22:24 +0000)]
release notes

Original commit message from CVS:
release notes

22 years agoVarious fixes
Ronald S. Bultje [Thu, 31 Jan 2002 22:22:42 +0000 (22:22 +0000)]
Various fixes

Original commit message from CVS:
Various fixes

22 years agoRevert lame include dir change. Upstream uses $prefix/include/lame/lame.h.
David I. Lehn [Thu, 31 Jan 2002 17:08:45 +0000 (17:08 +0000)]
Revert lame include dir change.  Upstream uses $prefix/include/lame/lame.h.

Original commit message from CVS:
Revert lame include dir change.  Upstream uses $prefix/include/lame/lame.h.

22 years agoupdate libxml and gnome-vfs to libxml2 and gnome-vfs2
Christian Schaller [Thu, 31 Jan 2002 15:28:21 +0000 (15:28 +0000)]
update libxml and gnome-vfs to libxml2 and gnome-vfs2

Original commit message from CVS:
update libxml and gnome-vfs to libxml2 and gnome-vfs2