Commit graph

212 commits

Author SHA1 Message Date
Wrobell f42e3ac8cc - use aclocal -I option instead of cat
Original commit message from CVS:
- use aclocal -I option instead of cat
2002-01-30 23:09:52 +00:00
Thomas Vander Stichele 9b4085d37c 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.
2002-01-30 11:25:58 +00:00
Thomas Vander Stichele dc96794279 taaz's virtual patch
Original commit message from CVS:
taaz's virtual patch
2002-01-30 10:20:58 +00:00
Thomas Vander Stichele ff6c7a13b8 cvs versioning
Original commit message from CVS:
cvs versioning
2002-01-30 10:10:28 +00:00
Thomas Vander Stichele f55cb26161 fixing spec
Original commit message from CVS:
fixing spec
2002-01-29 13:44:50 +00:00
Andy Wingo 95d8ff55a8 added -Wall to GST_INT_CFLAGS
Original commit message from CVS:
added -Wall to GST_INT_CFLAGS
2002-01-27 19:08:57 +00:00
Andy Wingo 55ca7527df added pkg.m4 in plugins/
Original commit message from CVS:
added pkg.m4 in plugins/
2002-01-27 16:15:19 +00:00
Wim Taymans 36b7f1a9b5 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
2002-01-26 02:48:47 +00:00
Andy Wingo acbff8472e be less verbose
Original commit message from CVS:
be less verbose
2002-01-25 04:12:40 +00:00
Andy Wingo 3c7b55dbb5 bunch of deletions
Original commit message from CVS:
bunch of deletions
2002-01-25 00:39:51 +00:00
Leif Johnson da4681d83e 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
Wim Taymans ee06d65064 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.
2002-01-20 11:56:07 +00:00
Bastien Nocera 26042c9fee - added gob example plugin
Original commit message from CVS:
- added gob example plugin
2002-01-20 01:49:15 +00:00
Wim Taymans 78c73a27b7 Drop the bytstream correctly.
Original commit message from CVS:
Drop the bytstream correctly.
2002-01-19 18:46:23 +00:00
Wim Taymans 1f450bc6d8 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
Wim Taymans 8e098a3c6b Removed unused properties
Original commit message from CVS:
Removed unused properties
2002-01-19 17:56:44 +00:00
Wim Taymans 012d30270f Don't push empty buffers
Original commit message from CVS:
Don't push empty buffers
2002-01-19 17:54:31 +00:00
Wim Taymans bb3e687dcb Ignore junk after the stream
Original commit message from CVS:
Ignore junk after the stream
2002-01-19 17:48:45 +00:00
Christian Schaller 3d6ee376df more // fixage
Original commit message from CVS:
more // fixage
2002-01-19 15:06:48 +00:00
Christian Schaller f14fcbf896 A new batch of // fixes
Original commit message from CVS:
A new batch of // fixes
2002-01-19 15:02:09 +00:00
Christian Schaller fb03befba9 Ok a new batch of // to /* */ fixes commited
Original commit message from CVS:
Ok a new batch of //  to /* */ fixes commited
2002-01-19 14:57:47 +00:00
Christian Schaller 9d84e5353b minor fixes
Original commit message from CVS:
minor fixes
2002-01-19 14:50:50 +00:00
Wrobell d079fbdf08 - 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 e2e6dd4ba7 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 f34f00f438 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 5c28518728 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 6e4ef21486 Missing l in libcdxa
Original commit message from CVS:
Missing l in libcdxa
2002-01-18 17:00:47 +00:00
Christian Schaller da261360d8 typo killed
Original commit message from CVS:
typo killed
2002-01-18 16:13:04 +00:00
Christian Schaller f3878b698e 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 36e0484f31 - 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 53d7efadf5 - 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 7eeee17ddc - 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 6c039d3297 - 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 7304bf825b - plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
2002-01-18 02:05:25 +00:00
Wrobell a7465f6f46 - fixed macro signature description
Original commit message from CVS:
- fixed macro signature description
2002-01-18 01:06:37 +00:00
Wim Taymans 8de03894ef Added support for the VCD RIFF/CDXA format.
Original commit message from CVS:
Added support for the VCD RIFF/CDXA format.
2002-01-17 19:55:20 +00:00
Thomas Vander Stichele 44db06bc87 mjpegtools stuff
Original commit message from CVS:
mjpegtools stuff
2002-01-17 14:19:14 +00:00
Thomas Vander Stichele e556383e4d mjpegtools dir
Original commit message from CVS:
mjpegtools dir
2002-01-17 14:17:54 +00:00
Thomas Vander Stichele d2d85ef45e cosmetics
Original commit message from CVS:
cosmetics
2002-01-17 14:06:04 +00:00
Thomas Vander Stichele c5977d0fb4 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 1b4db8ac52 reverting hadess's patch
Original commit message from CVS:
reverting hadess's patch
2002-01-17 12:59:54 +00:00
Ronald S. Bultje ed7d420bd0 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 511817763d - 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 7267131883 added jpeg_mmx check
Original commit message from CVS:
added jpeg_mmx check
2002-01-16 22:24:40 +00:00
Wim Taymans d5217cf68c 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.
2002-01-16 18:31:15 +00:00
Thomas Vander Stichele f4628dcb13 ... 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 00ab83ce45 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
Wim Taymans 126c7c995c Somewhat handle events too.
Original commit message from CVS:
Somewhat handle events too.
2002-01-15 22:49:11 +00:00
Wim Taymans c23749df76 Fixed a serious parsing bug in avidemux
Original commit message from CVS:
Fixed a serious parsing bug in avidemux
2002-01-15 22:43:00 +00:00
Andy Wingo d17d980770 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