Wim Taymans [Sun, 3 Feb 2002 16:30:31 +0000 (16:30 +0000)]
Added a tarkin encoder/decoder plugin.
Original commit message from CVS:
Added a tarkin encoder/decoder plugin.
I moved the tarking CVS code in here temporarily until they have a
library (hence this plugin is in ext)
test with:
./gst-launch filesrc location=/opt/data/shihad.mpg ! mpegdemux video_00! { queue ! mpeg2dec ! colorspace ! tarkinenc bitrate=3000 ! disksink location=out.ogg }
./gst-launch filesrc location=out.ogg ! tarkindec ! colorspace ! xvideosink
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
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.
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 :)
Wim Taymans [Sat, 2 Feb 2002 16:21:41 +0000 (16:21 +0000)]
Faster RGB to YUV conversion
Original commit message from CVS:
Faster RGB to YUV conversion
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
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
Thomas Vander Stichele [Sat, 2 Feb 2002 14:37:04 +0000 (14:37 +0000)]
sigh
Original commit message from CVS:
sigh
Thomas Vander Stichele [Sat, 2 Feb 2002 14:24:35 +0000 (14:24 +0000)]
fixing an error
Original commit message from CVS:
fixing an error
Wim Taymans [Sat, 2 Feb 2002 13:59:48 +0000 (13:59 +0000)]
Cleanups
Original commit message from CVS:
Cleanups
Wim Taymans [Sat, 2 Feb 2002 13:59:13 +0000 (13:59 +0000)]
Compile fix.
Original commit message from CVS:
Compile fix.
Wim Taymans [Sat, 2 Feb 2002 13:56:02 +0000 (13:56 +0000)]
Small fixes
Original commit message from CVS:
Small fixes
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
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
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
Thomas Vander Stichele [Thu, 31 Jan 2002 22:24:21 +0000 (22:24 +0000)]
release notes
Original commit message from CVS:
release notes
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
Wrobell [Thu, 31 Jan 2002 00:22:12 +0000 (00:22 +0000)]
- plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
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: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/
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:44:21 +0000 (04:44 +0000)]
Updated to work with the new capsnego stuff.
Original commit message from CVS:
Updated to work with the new capsnego stuff.
Leif Johnson [Tue, 22 Jan 2002 04:43:10 +0000 (04:43 +0000)]
Updated passthrough to work with new caps nego stuff.
Original commit message from CVS:
Updated passthrough to work with new caps nego stuff.
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.
Leif Johnson [Tue, 22 Jan 2002 04:34:26 +0000 (04:34 +0000)]
Modified passthrough, adder, playondemand, float2int, int2float, and ladspa to work with the new caps nego changes.
Original commit message from CVS:
Modified passthrough, adder, playondemand, float2int, int2float, and ladspa to
work with the new caps nego changes.
Updated adder to work with float data, now uses bytestreams.
Updated ladspa to work in any M sinkpads by N srcpads configuration, M > -1 and
N > 0. Also updated ladspa to work as a loop-based element using bytestreams for
MxN configurations other than M == N == 1 or M == 0.
Wim Taymans [Sun, 20 Jan 2002 16:45:45 +0000 (16:45 +0000)]
Return donw when we changed the caps in the connect function.
Original commit message from CVS:
Return donw when we changed the caps in the connect function.
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
Christian Schaller [Sat, 19 Jan 2002 15:15:08 +0000 (15:15 +0000)]
temporary commit of some // fixage, these files are crazy probably should be fixed automatically
Original commit message from CVS:
temporary commit of some // fixage, these files are crazy probably should be fixed automatically
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:26 +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
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
Ronald S. Bultje [Wed, 16 Jan 2002 21:45:26 +0000 (21:45 +0000)]
Implemented resizing
Original commit message from CVS:
Implemented resizing
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 ?
Ronald S. Bultje [Tue, 15 Jan 2002 23:01:32 +0000 (23:01 +0000)]
It works
Original commit message from CVS:
It works
Ronald S. Bultje [Tue, 15 Jan 2002 15:52:09 +0000 (15:52 +0000)]
Updated all plugins to new capsnego format and added some small usability enhancements to v4lelement
Original commit message from CVS:
Updated all plugins to new capsnego format and added some small usability enhancements to v4lelement
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:42:41 +0000 (03:42 +0000)]
Debian 0.3.1-1 packaging update
Original commit message from CVS:
Debian 0.3.1-1 packaging update
David I. Lehn [Sat, 12 Jan 2002 03:34:27 +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
Ronald S. Bultje [Thu, 10 Jan 2002 16:03:23 +0000 (16:03 +0000)]
Bugfix
Original commit message from CVS:
Bugfix
Ronald S. Bultje [Thu, 10 Jan 2002 10:03:33 +0000 (10:03 +0000)]
Oops, a small bug which I forgot about
Original commit message from CVS:
Oops, a small bug which I forgot about
Ronald S. Bultje [Thu, 10 Jan 2002 09:58:15 +0000 (09:58 +0000)]
Added support for user-specified width and height with YUV-scaling, added support for embedded SDL-windows in other X...
Original commit message from CVS:
Added support for user-specified width and height with YUV-scaling, added support for embedded SDL-windows in other Xwindows, added support for some more YUV types as input
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 11:06:01 +0000 (11:06 +0000)]
fixes
Original commit message from CVS:
fixes
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