GStreamer multimedia framework
Find a file
Ronald S. Bultje 99bbbb2238 This adds v4l2 stuff to the build system
Original commit message from CVS:
This adds v4l2 stuff to the build system
2002-09-09 07:15:56 +00:00
common@2f6d9cfdaa This patch: 1) would provide v4l2 plugins, if only the CVS server wouldn't bork on all commits :-(. This patch will c... 2002-09-09 07:12:29 +00:00
debian update to 0.4.0-4 debian packages 2002-08-09 16:31:55 +00:00
examples fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839 2002-08-17 17:57:38 +00:00
ext Make a copy of device string as we're going to free it 2002-09-01 13:57:57 +00:00
gst patch from mromaine 2002-08-26 15:49:34 +00:00
gst-libs oops, longtime pending fix 2002-08-06 23:55:08 +00:00
m4 fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839 2002-08-17 17:57:38 +00:00
scripts
sys This adds v4l2 stuff to the build system 2002-09-09 07:15:56 +00:00
tests fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839 2002-08-17 17:57:38 +00:00
testsuite
tools Add .swf file type, even though swfdec isn't in gst-plugins yet 2002-08-25 05:29:23 +00:00
.gitignore
.gitmodules
AUTHORS Fixup dvdnav plugin. 2002-09-08 04:21:36 +00:00
autogen.sh
ChangeLog
configure.ac This adds v4l2 stuff to the build system 2002-09-09 07:15:56 +00:00
COPYING
divx-info.txt
gst-plugins.spec.in small fixage to get latest gconf stuff etc. 2002-08-27 17:32:31 +00:00
gstreamer-libs-uninstalled.pc.in
gstreamer-libs.pc.in
INSTALL
LICENSE
LICENSE_readme Fixes and addition to license overview file. Contacted libsidplay and aalib authors about a possible LGPL relicense. 2002-08-14 21:20:47 +00:00
ltmain.sh
Makefile.am add common and m4 to dist 2002-08-09 20:56:56 +00:00
NEWS
README
RELEASE
REQUIREMENTS
TODO

gst-plugins : plug-ins for GStreamer

* to develop against uninstalled GStreamer core :
  add path to gstreamer-uninstalled.pc to PKG_CONFIG_PATH
  or run configure --with-pkg-config-path=(path to gstreamer uninstalled)

* to register plug-ins in source tree
  run gst-register --gst-plugin-path=.

* if a certain plug-in doesn't build, then redo configure with
  --disable-(plug-in)
  to disable it from the build

* Additional documentation :

GStreamer is developed under the terms of the LGPL (see LICENSE file for 
details). Some of our plug-ins however rely on libraries which are available 
under other licenses. This means that if you are using an application which 
has a non-GPL compatible license (for instance a closed-source application) 
with GStreamer, you have to make sure not to use GPL-linked plug-ins.
When using GPL-linked plug-ins, GStreamer is for all practical reasons 
under the GPL itself. 

The plug-ins which use a GPL library are as follows:
cdparanoia      libcdparanoia   (http://www.xiph.org/paranoia/)
aasink		aalib		(http://aa-project.sourceforge.net/aalib/)
xmms		libxmms		(http://www.xmms.org)
decdvd		ac3dec,mpeg2dec	(http://linuxvideo.org/mpeg2dec/,http://linuxvideo.org/ac3dec/)a

Plug-ins which use an LGPL library are as follows:
colorspace 	Hermes 		(http://www.clanlib.org/hermes/)
httpsrc		libghttp	(ftp.gnome.org/pub/GNOME/stable/sources/libghttp/)
alsasink	alsa		(http://alsa-project.org)
arts		aRts		(http://arts-project.org)
sdlsink		libsdl		(http://www.libsdl.org)
gnomevfssource  gnome-vfs       (ftp.gnome.org//pub/GNOME/stable/sources/gnome-vfs)
gnomevfssink    gnome-vfs
esdsink         libesd          (ftp.gnome.org/pub/GNOME/stable/sources/esound)
icastsend       libshout        (http://www.icecast.org)
lame            libmp3lame      (http://www.mp3dev.org/mp3/)
gst1394         libraw1394      (http://linux1394.sourceforge.net)
flac		libFLAC		(http://flac.sourceforge.net)
RTP		ortp		(http://www.linphone.org/ortp/)

Plug-ins which use a BSD covered library are as follows:
vorbisenc	libogg/libvorbis	(http://www.xiph.org/ogg/vorbis)
vorbisdec	libogg/libvorbis

Plug-ins based on libraries with other free licenses:
xvideosink	libXv		(MIT X11 / X Consortium license)
gsm		libgsm		(MIT license http://kbs.cs.tu-berlin.de/~jutta/toast.html)

Plug-ins using non-free libraries:
wincodec	win32ddl	(http://divx.euro.ru/)