platform/upstream/gstreamer.git
24 years agoCompile a test program to ensure that we have working atomic resource counting.
Richard Boulton [Fri, 4 Feb 2000 02:25:34 +0000 (02:25 +0000)]
Compile a test program to ensure that we have working atomic resource counting.

Original commit message from CVS:
Compile a test program to ensure that we have working atomic resource
counting.

A few small changes (include headers, fix a cast) to stop compiler
warnings.

24 years agoMore documentation changes, a couple configure.in and Makefile.am fixes.
Erik Walthinsen [Wed, 2 Feb 2000 06:26:44 +0000 (06:26 +0000)]
More documentation changes, a couple configure.in and Makefile.am fixes.

Original commit message from CVS:
More documentation changes, a couple configure.in and Makefile.am fixes.

24 years agoFixed lowercase PLUGINS_USE_SRCDIR which made running test apps fail.
Wim Taymans [Tue, 1 Feb 2000 20:35:14 +0000 (20:35 +0000)]
Fixed lowercase PLUGINS_USE_SRCDIR which made running test apps fail.

Original commit message from CVS:
Fixed lowercase PLUGINS_USE_SRCDIR which made running test apps fail.
Added GHTTP_LIBS to the libraries.
commented out mm_support() call, wich is not working yet and causes errors.

24 years agoTry to compile a little mmx program, set the default value of HAVE_LIBMMX. some typos...
Wim Taymans [Tue, 1 Feb 2000 19:40:10 +0000 (19:40 +0000)]
Try to compile a little mmx program, set the default value of HAVE_LIBMMX. some typos fixed. Changed include path for...

Original commit message from CVS:
Try to compile a little mmx program, set the default value of HAVE_LIBMMX.
some typos fixed. Changed include path for volume.c. RTjpeg uses mmx.h

24 years agoRe- set up the gtk-doc system. I'd managed to mutilate it a while back, but now...
Erik Walthinsen [Tue, 1 Feb 2000 09:16:43 +0000 (09:16 +0000)]
Re- set up the gtk-doc system.  I'd managed to mutilate it a while back, but now it's fixed.  I'll put a copy of the ...

Original commit message from CVS:
Re- set up the gtk-doc system.  I'd managed to mutilate it a while back,
but now it's fixed.  I'll put a copy of the HTML output somewhere on the
website tonight.

In order to actually generate the docs, you'll have to install all the
DocBook tools, as well as gtk-doc from GNOME cvs.  (see
http://developer.gnome.org/arch/doc/tools.html)

Notes (I'll codify these some day):

- Don't believe the Gnome page, always edit the SOURCES when documenting a
given function, never the tmpl file.
- I'll be re-arranging things a lot, but gtk-doc is smart enough to merge
any changes to the tmpl file.  However, gtk-doc's merge and CVS's diff are
two entirely separate animals.  We should probably have a virtual mutex on
the entire docs/gst/ directory, over and above what CVS does.
- I'm going to try to end up with a book set (docbook terms), where
docs/gst/ is only one book.  There'd be another called docs/manual/, and
another docs/plugins/, etc.  If you have any comments as to how these
should be done, gstreamer-devel is the place.

24 years agoTidy up of configure script.
Richard Boulton [Tue, 1 Feb 2000 04:10:58 +0000 (04:10 +0000)]
Tidy up of configure script.

Original commit message from CVS:
Tidy up of configure script.
Make libghttp detection work at all.
Make library configuration specifiable on configure commandline.
Make detection of atomic resource stuff cope with 2.0 linux kernels.
Fix typo (HAVE_ATOMIC_T for HAVE_ATOMIC_H).
Remove generated ltmain.sh file from mp3decode.

24 years agoAdded general MMX macros.
Wim Taymans [Mon, 31 Jan 2000 22:53:01 +0000 (22:53 +0000)]
Added general MMX macros.

Original commit message from CVS:
Added general MMX macros.

24 years agoMore incremental updates. I can now successfully produce an rpm simply by typing...
Erik Walthinsen [Mon, 31 Jan 2000 09:43:08 +0000 (09:43 +0000)]
More incremental updates.  I can now successfully produce an rpm simply by typing `./autogen.sh;make rpm`.  This is g...

Original commit message from CVS:
More incremental updates.  I can now successfully produce an rpm simply by
typing `./autogen.sh;make rpm`.  This is good ;-)

24 years agogah, missed Makefile.am of all files...
Erik Walthinsen [Mon, 31 Jan 2000 06:49:07 +0000 (06:49 +0000)]
gah, missed Makefile.am of all files...

Original commit message from CVS:
gah, missed Makefile.am of all files...

24 years agoA bunch more changes to clean up build/`make dist` issues, as well as a spec file...
Erik Walthinsen [Mon, 31 Jan 2000 06:46:18 +0000 (06:46 +0000)]
A bunch more changes to clean up build/`make dist` issues, as well as a spec file, -config file, .m4, etc.  Next step...

Original commit message from CVS:
A bunch more changes to clean up build/`make dist` issues, as well as a
spec file, -config file, .m4, etc.  Next step is to build an RPM of this
mess.

24 years agoVarious fixes that collectively allow `make dist` to work.
Erik Walthinsen [Mon, 31 Jan 2000 05:55:22 +0000 (05:55 +0000)]
Various fixes that collectively allow `make dist` to work.

Original commit message from CVS:
Various fixes that collectively allow `make dist` to work.

24 years agouh, forgot to do the root .cvsignore...
Erik Walthinsen [Mon, 31 Jan 2000 04:22:25 +0000 (04:22 +0000)]
uh, forgot to do the root .cvsignore...

Original commit message from CVS:
uh, forgot to do the root .cvsignore...

24 years agoOK, I think I've got all the .cvsignore stuff taken care of, though we'll want to...
Erik Walthinsen [Mon, 31 Jan 2000 03:36:35 +0000 (03:36 +0000)]
OK, I think I've got all the .cvsignore stuff taken care of, though we'll want to fine-tune things as we go, of cours...

Original commit message from CVS:
OK, I think I've got all the .cvsignore stuff taken care of, though we'll
want to fine-tune things as we go, of course.  Most of them are the same,
with some exceptions for directories that produce executables (those are
listed by name after the standard ones and a newline for separation).

24 years agoinitial checkin
Erik Walthinsen [Mon, 31 Jan 2000 03:25:25 +0000 (03:25 +0000)]
initial checkin

Original commit message from CVS:
initial checkin

24 years ago- added usage info
Erik Walthinsen [Mon, 31 Jan 2000 03:22:49 +0000 (03:22 +0000)]
- added usage info

Original commit message from CVS:
- added usage info
- uses first arg as registry filename
- any additional args are plugins to search for (no change but argv base)
- cleaned up output with a spare \n

24 years agoRTjpeg plugin with several elements. It's currently a skeleton, doing no work at...
Erik Walthinsen [Mon, 31 Jan 2000 03:02:52 +0000 (03:02 +0000)]
RTjpeg plugin with several elements.  It's currently a skeleton, doing no work at all.  Need to have a video display ...

Original commit message from CVS:
RTjpeg plugin with several elements.  It's currently a skeleton, doing no
work at all.  Need to have a video display element, some kind of
simulation source (read from .ppm, a la what I do at work to solve the
exact same problem), raw video types, metadata structs, etc.

The RTjpeg.[ch] code is taken from a just-downloaded copy from Justin's
site, with some fixes (#include <asm/types.h> to get __u64,etc).  Once the
aforementioned infrastructure is in place, the elements can actually be
set up to do the encode/decode, and we'll have our first functioning video
codec in place. ;-)

24 years ago.cvsignore for gst/meta/, and *still* testing loginfo (do I have it right yet???)
Erik Walthinsen [Mon, 31 Jan 2000 02:43:01 +0000 (02:43 +0000)]
.cvsignore for gst/meta/, and *still* testing loginfo (do I have it right yet???)

Original commit message from CVS:
.cvsignore for gst/meta/, and *still* testing loginfo (do I have it right yet???)

24 years ago.cvsignore for gst/types/, still testing loginfo script(s)
Erik Walthinsen [Mon, 31 Jan 2000 01:24:22 +0000 (01:24 +0000)]
.cvsignore for gst/types/, still testing loginfo script(s)

Original commit message from CVS:
.cvsignore for gst/types/, still testing loginfo script(s)

24 years ago.cvsignore for gst/elements/, also testig loginfo script
Erik Walthinsen [Mon, 31 Jan 2000 01:11:32 +0000 (01:11 +0000)]
.cvsignore for gst/elements/, also testig loginfo script

Original commit message from CVS:
.cvsignore for gst/elements/, also testig loginfo script

24 years ago.cvsignore for gst/, also testing loginfo script
Erik Walthinsen [Mon, 31 Jan 2000 00:02:39 +0000 (00:02 +0000)]
.cvsignore for gst/, also testing loginfo script

Original commit message from CVS:
.cvsignore for gst/, also testing loginfo script

24 years agoChanged Makefiles to: detect xaudio (check header xaudio/decoder.h) detect mmx.h...
Wim Taymans [Sun, 30 Jan 2000 22:50:27 +0000 (22:50 +0000)]
Changed Makefiles to: detect xaudio (check header xaudio/decoder.h) detect mmx.h need something better.

Original commit message from CVS:
Changed Makefiles to:
detect xaudio (check header xaudio/decoder.h)
detect mmx.h
detect CSS (check if css.c is in plugins/dvdsrc), need something better.
some LDFLAGS had *.la dependencies which failed for libtool

The build is now 100% on my system.

24 years agoinitial checkin
Erik Walthinsen [Sun, 30 Jan 2000 10:44:33 +0000 (10:44 +0000)]
initial checkin

Original commit message from CVS:
initial checkin

24 years agoinitial checkin
Erik Walthinsen [Sun, 30 Jan 2000 09:03:00 +0000 (09:03 +0000)]
initial checkin

Original commit message from CVS:
initial checkin