Commit graph

18809 commits

Author SHA1 Message Date
Leif Johnson d3e8b42dfe Updated to work with the new capsnego stuff.
Original commit message from CVS:
Updated to work with the new capsnego stuff.
2002-01-22 04:44:21 +00:00
Leif Johnson 1924c5ce0c Updated passthrough to work with new caps nego stuff.
Original commit message from CVS:
Updated passthrough to work with new caps nego stuff.
2002-01-22 04:43:10 +00:00
Leif Johnson 77c65b62bf 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.
2002-01-22 04:42:11 +00:00
Leif Johnson 44d4269dc8 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.
2002-01-22 04:34:26 +00:00
Wim Taymans 02b0cdae12 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.
2002-01-20 16:45:45 +00:00
Bastien Nocera 8753236b55 - added gob example plugin
Original commit message from CVS:
- added gob example plugin
2002-01-20 01:49:15 +00:00
Wim Taymans 2cde2cdd8d Drop the bytstream correctly.
Original commit message from CVS:
Drop the bytstream correctly.
2002-01-19 18:46:23 +00:00
Wim Taymans 6391a023a6 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
2002-01-19 18:26:20 +00:00
Christian Schaller 265e8e0358 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
2002-01-19 15:15:08 +00:00
Christian Schaller fe49c8e2a5 minor fixes
Original commit message from CVS:
minor fixes
2002-01-19 14:50:50 +00:00
Wrobell 36006f6dbe - 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.
2002-01-18 19:46:03 +00:00
Wim Taymans 836471779e 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.
2002-01-18 19:41:04 +00:00
Wim Taymans 35e1987b60 Fix the "64 colors flx too dark" bug.
Original commit message from CVS:
Fix the "64 colors flx too dark" bug.
2002-01-18 18:41:58 +00:00
Christian Schaller 272ae0efe3 Adding missing libgstmpeg2types file fixing openquicktime depenency
Original commit message from CVS:
Adding missing libgstmpeg2types file
fixing openquicktime depenency
2002-01-18 17:47:46 +00:00
Christian Schaller ad6549377c Missing l in libcdxa
Original commit message from CVS:
Missing l in libcdxa
2002-01-18 17:00:47 +00:00
Christian Schaller 7dfd3d5fd6 typo killed
Original commit message from CVS:
typo killed
2002-01-18 16:13:04 +00:00
Christian Schaller 6b5bfa9a64 Adding Wim's cdxa parsers and Ronalds jpegmmx
Original commit message from CVS:
Adding Wim's cdxa parsers and Ronalds jpegmmx
2002-01-18 16:06:12 +00:00
Wrobell fcb28c153f - use GST_CHECK_MPEG2DEC macro when mpeg2dec detecting
Original commit message from CVS:
- use GST_CHECK_MPEG2DEC macro when mpeg2dec detecting
2002-01-18 14:11:31 +00:00
Wrobell 4fde116853 - 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.
2002-01-18 14:09:52 +00:00
Wrobell 1fa123ed51 - 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
2002-01-18 14:06:11 +00:00
Wrobell ffd06121fa - plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
2002-01-18 11:37:19 +00:00
Wrobell 827d3f924a - plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
2002-01-18 02:05:26 +00:00
Wrobell b21da019f3 - fixed macro signature description
Original commit message from CVS:
- fixed macro signature description
2002-01-18 01:06:37 +00:00
Thomas Vander Stichele 0676241570 mjpegtools stuff
Original commit message from CVS:
mjpegtools stuff
2002-01-17 14:19:14 +00:00
Thomas Vander Stichele 4d53e6cae0 mjpegtools dir
Original commit message from CVS:
mjpegtools dir
2002-01-17 14:17:54 +00:00
Thomas Vander Stichele 59e49746c4 cosmetics
Original commit message from CVS:
cosmetics
2002-01-17 14:06:04 +00:00
Thomas Vander Stichele 82f930a0b0 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 ;)
2002-01-17 13:03:04 +00:00
Thomas Vander Stichele 475246fc0a reverting hadess's patch
Original commit message from CVS:
reverting hadess's patch
2002-01-17 12:59:54 +00:00
Ronald S. Bultje 07819510e9 jpegmmx addition and some small changes
Original commit message from CVS:
jpegmmx addition and some small changes
2002-01-17 12:41:05 +00:00
Bastien Nocera d5787f754f - 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
2002-01-17 00:36:01 +00:00
Thomas Vander Stichele 237cbf4906 added jpeg_mmx check
Original commit message from CVS:
added jpeg_mmx check
2002-01-16 22:24:40 +00:00
Ronald S. Bultje d3e711c441 Implemented resizing
Original commit message from CVS:
Implemented resizing
2002-01-16 21:45:26 +00:00
Thomas Vander Stichele 26645f8d11 ... 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
2002-01-16 15:46:57 +00:00
Thomas Vander Stichele c40779d528 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 ?
2002-01-16 15:43:48 +00:00
Ronald S. Bultje da78b46b05 It works
Original commit message from CVS:
It works
2002-01-15 23:01:32 +00:00
Ronald S. Bultje bf770df312 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
2002-01-15 15:52:09 +00:00
Andy Wingo 7a91639ab7 unrevert taaz's 0.3.1 patch
Original commit message from CVS:
unrevert taaz's 0.3.1 patch
2002-01-14 16:44:44 +00:00
Andy Wingo f46c98ca13 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
2002-01-14 07:18:42 +00:00
Wim Taymans 93e9ac34a1 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...
2002-01-13 22:27:25 +00:00
David I. Lehn e92b7beff5 add glib.m4
Original commit message from CVS:
* add glib.m4
2002-01-12 03:52:29 +00:00
David I. Lehn 9e96c2b268 Debian 0.3.1-1 packaging update
Original commit message from CVS:
Debian 0.3.1-1 packaging update
2002-01-12 03:42:41 +00:00
David I. Lehn 7f1aec856f 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
2002-01-12 03:34:27 +00:00
David I. Lehn 0fd881fbf5 enable festival build
Original commit message from CVS:
* enable festival build
2002-01-12 03:24:34 +00:00
David I. Lehn a593a343b0 add autogen.sh to dist
Original commit message from CVS:
* add autogen.sh to dist
2002-01-12 03:23:33 +00:00
David I. Lehn af3144a2ff 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
2002-01-12 02:51:02 +00:00
Thomas Vander Stichele ae79e89e0d back to dev
Original commit message from CVS:
back to dev
2002-01-11 23:07:09 +00:00
Ronald S. Bultje 4c81ac3e01 Bugfix
Original commit message from CVS:
Bugfix
2002-01-10 16:03:23 +00:00
Ronald S. Bultje 70e24a8888 Oops, a small bug which I forgot about
Original commit message from CVS:
Oops, a small bug which I forgot about
2002-01-10 10:03:33 +00:00
Ronald S. Bultje 37cd2f7a26 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
2002-01-10 09:58:15 +00:00
Andy Wingo 6ad1458f0a 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
2002-01-10 04:55:38 +00:00