Commit graph

12583 commits

Author SHA1 Message Date
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
Andy Wingo
4a1a06de3e 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/\(.*$//;
2002-01-10 01:17:29 +00:00
Thomas Vander Stichele
9abde83a8e more fixes
Original commit message from CVS:
more fixes
2002-01-08 13:09:47 +00:00
Thomas Vander Stichele
a5626b5951 more fixing
Original commit message from CVS:
more fixing
2002-01-08 13:05:31 +00:00
Thomas Vander Stichele
0a07a243ab feeling confident ;)
Original commit message from CVS:
feeling confident ;)
2002-01-08 11:45:27 +00:00
Thomas Vander Stichele
cce40d9a93 more fixing
Original commit message from CVS:
more fixing
2002-01-08 11:44:39 +00:00
Thomas Vander Stichele
f953e4626e fixing audiofile rpm
Original commit message from CVS:
fixing audiofile rpm
2002-01-08 11:07:06 +00:00
Thomas Vander Stichele
e597ac3870 fixes
Original commit message from CVS:
fixes
2002-01-08 11:06:01 +00:00
Thomas Vander Stichele
0eacfb8969 this is better
Original commit message from CVS:
this is better
2002-01-08 10:43:17 +00:00
Christian Schaller
eed736c7a9 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
2002-01-08 10:41:04 +00:00
Thomas Vander Stichele
0571df036f getting ready for release final tests
Original commit message from CVS:
getting ready for release
final tests
2002-01-08 10:06:44 +00:00
Christian Schaller
865d4c5e83 added another req to the spec
Original commit message from CVS:
added another req to the spec
2002-01-08 09:32:38 +00:00
Christian Schaller
3b737e6674 updated to 0.3.1 for release
Original commit message from CVS:
updated to 0.3.1 for release
2002-01-07 23:32:36 +00:00
David I. Lehn
c67cf73ea4 Bump lib version to 2.
Original commit message from CVS:
Bump lib version to 2.
2002-01-07 22:37:28 +00:00
Christian Schaller
fd5386e847 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?
2002-01-07 20:29:05 +00:00
Thomas Vander Stichele
b5de21f368 more flapping wings about in wild abandonment
Original commit message from CVS:
more flapping wings about in wild abandonment
2002-01-07 20:10:20 +00:00
Andy Wingo
74263a25ad fix for gsm
Original commit message from CVS:
fix for gsm
2002-01-07 10:28:29 +00:00
Andy Wingo
45ae8260aa hrm
Original commit message from CVS:
hrm
2002-01-07 02:42:44 +00:00
Rodney Dawes
5b660175ff A couple check fixes
Original commit message from CVS:
A couple check fixes
2002-01-07 02:31:17 +00:00
Andy Wingo
268fdd8c58 missed one fix
Original commit message from CVS:
missed one fix
2002-01-07 02:23:34 +00:00
Andy Wingo
fda22b0e4e hopefully fix a problem.
Original commit message from CVS:
hopefully fix a problem.
2002-01-07 02:14:35 +00:00
Andy Wingo
988fd48d8d siddec checks that work not extremely robust, but functional
Original commit message from CVS:
siddec checks that work
not extremely robust, but functional
2002-01-06 21:52:21 +00:00
Wim Taymans
d13417cfa2 Added a check for sidplay
Original commit message from CVS:
Added a check for sidplay
Added a capsfilter example
2002-01-06 19:30:09 +00:00
Thomas Vander Stichele
dea4419a80 should be properly tested for first
Original commit message from CVS:
should be properly tested for first
2002-01-05 14:29:40 +00:00
Thomas Vander Stichele
67ee32fac4 renaming stuff
Original commit message from CVS:
renaming stuff
2002-01-05 14:27:28 +00:00
Thomas Vander Stichele
09240aa107 are we done renaming stuff yet ?
Original commit message from CVS:
are we done renaming stuff yet ?
2002-01-05 14:24:32 +00:00
Thomas Vander Stichele
1cd66160f5 put it back
Original commit message from CVS:
put it back
2002-01-05 14:23:05 +00:00