Ronald S. Bultje [Thu, 31 Jan 2002 22:22:42 +0000 (22:22 +0000)]
Various fixes
Original commit message from CVS:
Various fixes
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.
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
Thomas Vander Stichele [Wed, 30 Jan 2002 23:39:14 +0000 (23:39 +0000)]
prerelease
Original commit message from CVS:
prerelease
Wrobell [Wed, 30 Jan 2002 23:09:52 +0000 (23:09 +0000)]
- use aclocal -I option instead of cat
Original commit message from CVS:
- use aclocal -I option instead of cat
Thomas Vander Stichele [Wed, 30 Jan 2002 11:25:58 +0000 (11:25 +0000)]
I checked lame packages and source code and they seem to want lame.h in prefix/include/lame.h so I fixed stuff accord...
Original commit message from CVS:
I checked lame packages and source code and they seem to want lame.h in
prefix/include/lame.h
so I fixed stuff accordingly.
Do any systems have lame in include/lame/lame.h ?
If so, mail me and we'll work it out.
Thomas Vander Stichele [Wed, 30 Jan 2002 10:20:58 +0000 (10:20 +0000)]
taaz's virtual patch
Original commit message from CVS:
taaz's virtual patch
Thomas Vander Stichele [Wed, 30 Jan 2002 10:10:28 +0000 (10:10 +0000)]
cvs versioning
Original commit message from CVS:
cvs versioning
Thomas Vander Stichele [Tue, 29 Jan 2002 13:44:50 +0000 (13:44 +0000)]
fixing spec
Original commit message from CVS:
fixing spec
Andy Wingo [Sun, 27 Jan 2002 19:08:57 +0000 (19:08 +0000)]
added -Wall to GST_INT_CFLAGS
Original commit message from CVS:
added -Wall to GST_INT_CFLAGS
Andy Wingo [Sun, 27 Jan 2002 16:15:19 +0000 (16:15 +0000)]
added pkg.m4 in plugins/
Original commit message from CVS:
added pkg.m4 in plugins/
Wim Taymans [Sat, 26 Jan 2002 02:48:47 +0000 (02:48 +0000)]
Reworked the DV decoder.
Original commit message from CVS:
Reworked the DV decoder.
- make it do RGB or YUV output using caps negotiation
- use bytestream to read data.
- autodetect PAL/NTSC
Andy Wingo [Fri, 25 Jan 2002 04:12:40 +0000 (04:12 +0000)]
be less verbose
Original commit message from CVS:
be less verbose
Andy Wingo [Fri, 25 Jan 2002 00:39:51 +0000 (00:39 +0000)]
bunch of deletions
Original commit message from CVS:
bunch of deletions
Leif Johnson [Tue, 22 Jan 2002 04:42:11 +0000 (04:42 +0000)]
Updated ladspa to work with the new caps nego stuff. Also updated it to work in using a loop function for configurati...
Original commit message from CVS:
Updated ladspa to work with the new caps nego stuff. Also updated it to work in
any M sinkpads by N srcpads configuration (M > -1 and N > 0), using a loop
function for configurations other than M == N == 1 or M == 0.
Wim Taymans [Sun, 20 Jan 2002 11:56:07 +0000 (11:56 +0000)]
Set the typefind plugin to READY so that it can do capsnego.
Original commit message from CVS:
Set the typefind plugin to READY so that it can do capsnego.
Bastien Nocera [Sun, 20 Jan 2002 01:49:15 +0000 (01:49 +0000)]
- added gob example plugin
Original commit message from CVS:
- added gob example plugin
Wim Taymans [Sat, 19 Jan 2002 18:46:23 +0000 (18:46 +0000)]
Drop the bytstream correctly.
Original commit message from CVS:
Drop the bytstream correctly.
Wim Taymans [Sat, 19 Jan 2002 18:26:20 +0000 (18:26 +0000)]
Small cleanups, break the loop if the buffer is null
Original commit message from CVS:
Small cleanups, break the loop if the buffer is null
Wim Taymans [Sat, 19 Jan 2002 17:56:44 +0000 (17:56 +0000)]
Removed unused properties
Original commit message from CVS:
Removed unused properties
Wim Taymans [Sat, 19 Jan 2002 17:54:31 +0000 (17:54 +0000)]
Don't push empty buffers
Original commit message from CVS:
Don't push empty buffers
Wim Taymans [Sat, 19 Jan 2002 17:48:45 +0000 (17:48 +0000)]
Ignore junk after the stream
Original commit message from CVS:
Ignore junk after the stream
Christian Schaller [Sat, 19 Jan 2002 15:06:48 +0000 (15:06 +0000)]
more // fixage
Original commit message from CVS:
more // fixage
Christian Schaller [Sat, 19 Jan 2002 15:02:09 +0000 (15:02 +0000)]
A new batch of // fixes
Original commit message from CVS:
A new batch of // fixes
Christian Schaller [Sat, 19 Jan 2002 14:57:47 +0000 (14:57 +0000)]
Ok a new batch of // to /* */ fixes commited
Original commit message from CVS:
Ok a new batch of // to /* */ fixes commited
Christian Schaller [Sat, 19 Jan 2002 14:50:50 +0000 (14:50 +0000)]
minor fixes
Original commit message from CVS:
minor fixes
Wrobell [Fri, 18 Jan 2002 19:46:03 +0000 (19:46 +0000)]
- my mistake... mpeg2dec libs does not depend on X11 libraries (vo library distributed with mpeg2dec depends on X11 l...
Original commit message from CVS:
- my mistake... mpeg2dec libs does not depend on X11 libraries
(vo library distributed with mpeg2dec depends on X11 libs).
Add configure option so user can specify where mpeg2dec library
is installed. This way we do not guess where is mpeg2dec.
If it is not in standard location (prefix==/usr), then leave it
to the user.
Changes inspired by AM_PATH_LIBMIKMOD.
Wim Taymans [Fri, 18 Jan 2002 19:41:04 +0000 (19:41 +0000)]
Fixed two off by one bugs in the delta decoding code.
Original commit message from CVS:
Fixed two off by one bugs in the delta decoding code.
Wim Taymans [Fri, 18 Jan 2002 18:41:58 +0000 (18:41 +0000)]
Fix the "64 colors flx too dark" bug.
Original commit message from CVS:
Fix the "64 colors flx too dark" bug.
Christian Schaller [Fri, 18 Jan 2002 17:47:46 +0000 (17:47 +0000)]
Adding missing libgstmpeg2types file fixing openquicktime depenency
Original commit message from CVS:
Adding missing libgstmpeg2types file
fixing openquicktime depenency
Christian Schaller [Fri, 18 Jan 2002 17:00:47 +0000 (17:00 +0000)]
Missing l in libcdxa
Original commit message from CVS:
Missing l in libcdxa
Christian Schaller [Fri, 18 Jan 2002 16:13:04 +0000 (16:13 +0000)]
typo killed
Original commit message from CVS:
typo killed
Christian Schaller [Fri, 18 Jan 2002 16:06:12 +0000 (16:06 +0000)]
Adding Wim's cdxa parsers and Ronalds jpegmmx
Original commit message from CVS:
Adding Wim's cdxa parsers and Ronalds jpegmmx
Wrobell [Fri, 18 Jan 2002 14:11:31 +0000 (14:11 +0000)]
- use GST_CHECK_MPEG2DEC macro when mpeg2dec detecting
Original commit message from CVS:
- use GST_CHECK_MPEG2DEC macro when mpeg2dec detecting
Wrobell [Fri, 18 Jan 2002 14:09:52 +0000 (14:09 +0000)]
- GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib.
Original commit message from CVS:
- GST_CHECK_MPEG2DEC macro - checks for mpeg2dec in /usr/lib.
If not found then checks for mpeg2dec in /usr/X11R6/lib.
This macro is needed because mpeg2dec depends on X11R6 libraries
and as FHS states, it should be placed in /usr/X11R6 tree but
some distros do not care and put mpeg2dec into /usr/lib.
It depends on CHECK_LIBHEADER macro.
Wrobell [Fri, 18 Jan 2002 14:06:11 +0000 (14:06 +0000)]
- CHECK_LIBHEADER macro, which is based on GST_CHECK_LIBHEADER the main difference between them is that you can speci...
Original commit message from CVS:
- CHECK_LIBHEADER macro, which is based on GST_CHECK_LIBHEADER
the main difference between them is that you can specify cpp flags with
CHECK_LIBHEADER
Wrobell [Fri, 18 Jan 2002 11:37:19 +0000 (11:37 +0000)]
- plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
Wrobell [Fri, 18 Jan 2002 02:05:25 +0000 (02:05 +0000)]
- plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
Wrobell [Fri, 18 Jan 2002 01:06:37 +0000 (01:06 +0000)]
- fixed macro signature description
Original commit message from CVS:
- fixed macro signature description
Wim Taymans [Thu, 17 Jan 2002 19:55:20 +0000 (19:55 +0000)]
Added support for the VCD RIFF/CDXA format.
Original commit message from CVS:
Added support for the VCD RIFF/CDXA format.
Thomas Vander Stichele [Thu, 17 Jan 2002 14:19:14 +0000 (14:19 +0000)]
mjpegtools stuff
Original commit message from CVS:
mjpegtools stuff
Thomas Vander Stichele [Thu, 17 Jan 2002 14:17:54 +0000 (14:17 +0000)]
mjpegtools dir
Original commit message from CVS:
mjpegtools dir
Thomas Vander Stichele [Thu, 17 Jan 2002 14:06:04 +0000 (14:06 +0000)]
cosmetics
Original commit message from CVS:
cosmetics
Thomas Vander Stichele [Thu, 17 Jan 2002 13:03:04 +0000 (13:03 +0000)]
please don't try to change what is going to be build in Makefile.am files everything is done using a USE_ conditional...
Original commit message from CVS:
please don't try to change what is going to be build in Makefile.am files
everything is done using a USE_ conditional, so set it to no in
configure.ac if you don't want it. This one is a good example.
Don't know if qcam needs nasm though : is checking for nasm a check for
what hardware platform ? If so we need to change this.
In any case, let's not "fix" "problems" like this because this is how
cruft comes in. Keep it in a local tree and bring it up so we can fix it
right ;)
Thomas Vander Stichele [Thu, 17 Jan 2002 12:59:54 +0000 (12:59 +0000)]
reverting hadess's patch
Original commit message from CVS:
reverting hadess's patch
Ronald S. Bultje [Thu, 17 Jan 2002 12:41:05 +0000 (12:41 +0000)]
jpegmmx addition and some small changes
Original commit message from CVS:
jpegmmx addition and some small changes
Bastien Nocera [Thu, 17 Jan 2002 00:36:01 +0000 (00:36 +0000)]
- make the qcam plugin build only only platforms using NASM, ie. x86
Original commit message from CVS:
- make the qcam plugin build only only platforms using NASM, ie. x86
Thomas Vander Stichele [Wed, 16 Jan 2002 22:24:40 +0000 (22:24 +0000)]
added jpeg_mmx check
Original commit message from CVS:
added jpeg_mmx check
Wim Taymans [Wed, 16 Jan 2002 18:31:15 +0000 (18:31 +0000)]
Make the video/avi caps for RIFF/AVI a bit more specific.
Original commit message from CVS:
Make the video/avi caps for RIFF/AVI a bit more specific.
Thomas Vander Stichele [Wed, 16 Jan 2002 15:46:57 +0000 (15:46 +0000)]
... and cvs commits should not be allowed for people who spent six hours on the phone talking to hardware vendors and...
Original commit message from CVS:
... and cvs commits should not be allowed for people who spent six hours
on the phone talking to hardware vendors and struggling with failing raid
systems
Thomas Vander Stichele [Wed, 16 Jan 2002 15:43:48 +0000 (15:43 +0000)]
how do people expect sdl to build if make has no way of getting to the dir and we don't point it in the right directi...
Original commit message from CVS:
how do people expect sdl to build if make has no way of getting to the dir
and we don't point it in the right direction ?
Wim Taymans [Tue, 15 Jan 2002 22:49:11 +0000 (22:49 +0000)]
Somewhat handle events too.
Original commit message from CVS:
Somewhat handle events too.
Wim Taymans [Tue, 15 Jan 2002 22:43:00 +0000 (22:43 +0000)]
Fixed a serious parsing bug in avidemux
Original commit message from CVS:
Fixed a serious parsing bug in avidemux
Andy Wingo [Mon, 14 Jan 2002 16:44:44 +0000 (16:44 +0000)]
unrevert taaz's 0.3.1 patch
Original commit message from CVS:
unrevert taaz's 0.3.1 patch
Andy Wingo [Mon, 14 Jan 2002 07:18:42 +0000 (07:18 +0000)]
doc and configure updates, and the beginnings of gst-xmllaunch
Original commit message from CVS:
doc and configure updates, and the beginnings of gst-xmllaunch
Wim Taymans [Sun, 13 Jan 2002 22:27:25 +0000 (22:27 +0000)]
Bring the plugins in sync with the new core capsnego system.
Original commit message from CVS:
Bring the plugins in sync with the new core capsnego system.
Added some features, enhancements...
David I. Lehn [Sat, 12 Jan 2002 03:52:29 +0000 (03:52 +0000)]
add glib.m4
Original commit message from CVS:
* add glib.m4
David I. Lehn [Sat, 12 Jan 2002 03:34:26 +0000 (03:34 +0000)]
s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format
Original commit message from CVS:
* s/filter/plugin/
* link plugins to GST_LIBS
* rearrange rules to a common format
David I. Lehn [Sat, 12 Jan 2002 03:24:34 +0000 (03:24 +0000)]
enable festival build
Original commit message from CVS:
* enable festival build
David I. Lehn [Sat, 12 Jan 2002 03:23:33 +0000 (03:23 +0000)]
add autogen.sh to dist
Original commit message from CVS:
* add autogen.sh to dist
David I. Lehn [Sat, 12 Jan 2002 02:51:02 +0000 (02:51 +0000)]
remove win32 path stuff (not used anymore?) check for core 0.3.1 not 0.3.0 update Xv check for Xv_pic systems include...
Original commit message from CVS:
* remove win32 path stuff (not used anymore?)
* check for core 0.3.1 not 0.3.0
* update Xv check for Xv_pic systems
include text explaining it so check is not removed (again)
* remove GLIB_ vars since we don't set those vars
they are assumed to be in GST_ vars
* fix festival check - lib not used, just net connection to a server
* better FLAC test
* remove some core configure.ac leftovers
Thomas Vander Stichele [Fri, 11 Jan 2002 23:07:09 +0000 (23:07 +0000)]
back to dev
Original commit message from CVS:
back to dev
Andy Wingo [Thu, 10 Jan 2002 04:55:38 +0000 (04:55 +0000)]
apparently some older (2.2) videodev.h files don't have some decls, so explicitly check for them
Original commit message from CVS:
apparently some older (2.2) videodev.h files don't have some decls, so explicitly
check for them
Andy Wingo [Thu, 10 Jan 2002 01:17:29 +0000 (01:17 +0000)]
fix glib2's complaining on the params of some plugins there's still some work to be done: s/-$//g; && s/\(.*$//;
Original commit message from CVS:
fix glib2's complaining on the params of some plugins
there's still some work to be done: s/-$//g; && s/\(.*$//;
Thomas Vander Stichele [Tue, 8 Jan 2002 13:09:47 +0000 (13:09 +0000)]
more fixes
Original commit message from CVS:
more fixes
Thomas Vander Stichele [Tue, 8 Jan 2002 13:05:31 +0000 (13:05 +0000)]
more fixing
Original commit message from CVS:
more fixing
Thomas Vander Stichele [Tue, 8 Jan 2002 11:45:27 +0000 (11:45 +0000)]
feeling confident ;)
Original commit message from CVS:
feeling confident ;)
Thomas Vander Stichele [Tue, 8 Jan 2002 11:44:39 +0000 (11:44 +0000)]
more fixing
Original commit message from CVS:
more fixing
Thomas Vander Stichele [Tue, 8 Jan 2002 11:07:06 +0000 (11:07 +0000)]
fixing audiofile rpm
Original commit message from CVS:
fixing audiofile rpm
Thomas Vander Stichele [Tue, 8 Jan 2002 10:43:17 +0000 (10:43 +0000)]
this is better
Original commit message from CVS:
this is better
Christian Schaller [Tue, 8 Jan 2002 10:41:04 +0000 (10:41 +0000)]
fixed mad plugin having the gst-plugin-libsi req for the second time
Original commit message from CVS:
fixed mad plugin having the gst-plugin-libsi req for the second time
Thomas Vander Stichele [Tue, 8 Jan 2002 10:06:44 +0000 (10:06 +0000)]
getting ready for release final tests
Original commit message from CVS:
getting ready for release
final tests
Christian Schaller [Tue, 8 Jan 2002 09:32:38 +0000 (09:32 +0000)]
added another req to the spec
Original commit message from CVS:
added another req to the spec
Christian Schaller [Mon, 7 Jan 2002 23:32:36 +0000 (23:32 +0000)]
updated to 0.3.1 for release
Original commit message from CVS:
updated to 0.3.1 for release
David I. Lehn [Mon, 7 Jan 2002 22:37:28 +0000 (22:37 +0000)]
Bump lib version to 2.
Original commit message from CVS:
Bump lib version to 2.
Christian Schaller [Mon, 7 Jan 2002 20:29:05 +0000 (20:29 +0000)]
added plugin-libs as deps of avi and mad plugins, more needed?
Original commit message from CVS:
added plugin-libs as deps of avi and mad plugins, more needed?
Thomas Vander Stichele [Mon, 7 Jan 2002 20:10:20 +0000 (20:10 +0000)]
more flapping wings about in wild abandonment
Original commit message from CVS:
more flapping wings about in wild abandonment
Andy Wingo [Mon, 7 Jan 2002 10:28:29 +0000 (10:28 +0000)]
fix for gsm
Original commit message from CVS:
fix for gsm
Andy Wingo [Mon, 7 Jan 2002 02:42:44 +0000 (02:42 +0000)]
hrm
Original commit message from CVS:
hrm
Rodney Dawes [Mon, 7 Jan 2002 02:31:17 +0000 (02:31 +0000)]
A couple check fixes
Original commit message from CVS:
A couple check fixes
Andy Wingo [Mon, 7 Jan 2002 02:23:34 +0000 (02:23 +0000)]
missed one fix
Original commit message from CVS:
missed one fix
Andy Wingo [Mon, 7 Jan 2002 02:14:35 +0000 (02:14 +0000)]
hopefully fix a problem.
Original commit message from CVS:
hopefully fix a problem.
Andy Wingo [Sun, 6 Jan 2002 21:52:21 +0000 (21:52 +0000)]
siddec checks that work not extremely robust, but functional
Original commit message from CVS:
siddec checks that work
not extremely robust, but functional
Wim Taymans [Sun, 6 Jan 2002 19:30:09 +0000 (19:30 +0000)]
Added a check for sidplay
Original commit message from CVS:
Added a check for sidplay
Added a capsfilter example
Thomas Vander Stichele [Sat, 5 Jan 2002 14:29:40 +0000 (14:29 +0000)]
should be properly tested for first
Original commit message from CVS:
should be properly tested for first
Thomas Vander Stichele [Sat, 5 Jan 2002 14:27:28 +0000 (14:27 +0000)]
renaming stuff
Original commit message from CVS:
renaming stuff
Thomas Vander Stichele [Sat, 5 Jan 2002 14:24:32 +0000 (14:24 +0000)]
are we done renaming stuff yet ?
Original commit message from CVS:
are we done renaming stuff yet ?
Thomas Vander Stichele [Sat, 5 Jan 2002 14:23:05 +0000 (14:23 +0000)]
put it back
Original commit message from CVS:
put it back
Andy Wingo [Sat, 5 Jan 2002 00:56:40 +0000 (00:56 +0000)]
changes to allow apps outside of gstreamer/ to use dparams continuing test removal
Original commit message from CVS:
* changes to allow apps outside of gstreamer/ to use dparams
* continuing test removal
Andy Wingo [Sat, 5 Jan 2002 00:27:44 +0000 (00:27 +0000)]
pkg-config files for libs in the plugin directory -- only necessary if building against uninstalled gstreamer i think...
Original commit message from CVS:
pkg-config files for libs in the plugin directory -- only necessary if building against uninstalled
gstreamer i think...
Andy Wingo [Sat, 5 Jan 2002 00:01:30 +0000 (00:01 +0000)]
use the proper version of GTK
Original commit message from CVS:
use the proper version of GTK
Thomas Vander Stichele [Fri, 4 Jan 2002 23:14:36 +0000 (23:14 +0000)]
fixed requirement
Original commit message from CVS:
fixed requirement
Andy Wingo [Fri, 4 Jan 2002 21:53:21 +0000 (21:53 +0000)]
wave.c -> demo-osssrc.c this is probably broken, but then so is smoothwave
Original commit message from CVS:
wave.c -> demo-osssrc.c
this is probably broken, but then so is smoothwave
Andy Wingo [Fri, 4 Jan 2002 21:36:18 +0000 (21:36 +0000)]
spectrum.c -> demo-osssrc.c
Original commit message from CVS:
spectrum.c -> demo-osssrc.c
Andy Wingo [Fri, 4 Jan 2002 21:29:05 +0000 (21:29 +0000)]
dvshow.c -> demo-dv.c
Original commit message from CVS:
dvshow.c -> demo-dv.c
Thomas Vander Stichele [Fri, 4 Jan 2002 21:07:37 +0000 (21:07 +0000)]
synco with wingo
Original commit message from CVS:
synco with wingo
Andy Wingo [Fri, 4 Jan 2002 08:16:35 +0000 (08:16 +0000)]
s/gstreamer/gst/ (it was already changed, this just allows make dist to go thru)
Original commit message from CVS:
s/gstreamer/gst/ (it was already changed, this just allows make dist to go thru)
Thomas Vander Stichele [Fri, 4 Jan 2002 07:35:47 +0000 (07:35 +0000)]
depcomp might be useful
Original commit message from CVS:
depcomp might be useful
Andy Wingo [Fri, 4 Jan 2002 06:08:27 +0000 (06:08 +0000)]
added gtk.m4 (for gtk 1.2)
Original commit message from CVS:
added gtk.m4 (for gtk 1.2)
Thomas Vander Stichele [Thu, 3 Jan 2002 22:09:45 +0000 (22:09 +0000)]
stupid typo
Original commit message from CVS:
stupid typo