2 Disclaimer: The GStreamer team makes a real effort to make sure that
3 the information in this file is as up-to-date and accurate as possible.
4 However, this file may contain errors and omissions. Some dependant
5 libraries change their licensing from version-to-version and some of
6 the libraries listed here as LGPL were under the GPL license in
7 older releases. Distributions which include GStreamer are responsible
8 for ensuring that plugins are used in accordance with licensing terms
11 GStreamer is developed under the terms of the LGPL (see LICENSE file for details).
12 Some of our plugins however rely on libraries which are available under other
13 licenses. This means that if you are using an application which has a non-GPL
14 compatible license, for instance a closed-source application with GStreamer
15 you have to make sure not to use GPL linked or derived plugins. When using
16 GPL linked plugins GStreamer is for all practical reasons under the GPL itself.
18 The plugins which use a GPL library are as follows:
20 a52dec liba52 (http://liba52.sourceforge.net/)
21 aasink aalib (http://sourceforge.net/projects/aa-project/)
22 cdparanoia libcdparanoia (http://www.xiph.org/paranoia/)
23 dtsdec libdts (http://www.videolan.org/dtsdec.html)
24 dvdnavsrc libdvdnav (http://dvd.sourceforge.net/)
25 dxr3 (http://dxr3.sourceforge.net/)
26 mad libmad (http://www.mars.org/home/rob/proj/mpeg/)
27 mpeg2dec libmpeg2 (http://libmpeg2.sourceforge.net/)
28 mpeg2enc libmpeg2enc (http://mjpeg.sourceforge.net/)
29 mplex libmplex (http://mjpeg.sourceforge.net/)
30 siddec libsidplay 1.36 (http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/,
31 http://sourceforge.net/projects/sidplay2/)
32 xine libxine (http://xinehq.de/)
33 xvid libxvidcore (http://www.xvid.org/)
35 Plugins derived from GPL code are as follows:
37 dvdreadsrc libdvdread (http://www.dtek.chalmers.se/groups/dvd/)
38 monoscope None (Algorithm by Ralph Loader, Joerg Walter,
39 Richard Boulton, and Andy Lo A Foe)
40 rtjpeg None (Erik Walthinsen's algorithm)
41 rtp None (http://www.linphone.org/ortp/)
42 synaesthesia (http://www.logarithmic.net/pfh/synaesthesia)
43 system_encode None (Algorithm by Chrisoph Moar, Wim Tayman's and
45 vbidec None (Algorithm by Billy Biggs, Doug Bell,
46 Erik Walthinsen and David I. Lehn)
48 Plugins which use a LGPL library are as follows:
50 alsa alsa (http://alsa-project.org/)
51 cacasink libcaca (http://sam.zoy.org/projects/libcaca/)
52 dvdec libdv (http://libdv.sourceforge.net/)
53 esdmon,esdsink libesd (ftp.gnome.org/pub/GNOME/stable/sources/esound/)
54 faac libfaac (http://www.audiocoding.com/modules/mydownloads/)
55 fameenc libfame (http://fame.sourceforge.net/)
56 ffmpeg ffmpeg (http://ffmpeg.sourceforge.net/)
57 gdkpixbuf GTK+ (http://www.gtk.org/)
58 gnomevfs gnome-vfs (ftp.gnome.org//pub/GNOME/stable/sources/gnome-vfs/)
59 gst1394 libraw1394 (http://www.linux1394.org/)
60 gstaf libaudiofile (http://www.68k.org/~michael/audiofile/)
61 gstsf libsndfile (http://www.mega-nerd.com/libsndfile/)
62 kio KDE (http://www.kde.org/)
63 ladspa (http://www.ladspa.org/)
64 lame libmp3lame (http://lame.sourceforge.net/)
65 libvisual libvisual (http://libvisual.sourceforge.net/)
66 matroska (http://www.matroska.org/)
67 mikmod libmikmod (http://mikmod.raphnet.net/)
68 ossaudio (http://www.opensound.com/)
71 sdlvideosink libsdl (http://www.libsdl.org/)
73 tarkin (http://svn.xiph.org/trunk/tarkin/)
74 textoverlay pango (http://www.pango.org/)
75 dirac (http://www.bbc.co.uk/rd/projects/dirac/)
76 effectv (Our ports was relicensed)(http://effectv.sourceforge.net/)
77 musepack (http://www.musepack.net/)
78 kate libtiger (http://libtiger.googlecode.com/)
79 Optional, only for the tiger element
81 Plugins which use a BSD covered library are as follows:
83 ogg libogg/libvorbis (http://www.xiph.org/ogg/vorbis/)
84 vorbis libogg/libvorbis (http://www.xiph.org/ogg/vorbis/)
85 gsttheora libtheora (http://www.theora.org/)
86 speex (http://www.speex.org/)
87 flac libFLAC (http://flac.sourceforge.net/)
88 kate libkate (http://libkate.googlecode.com/)
90 Plugins based on libraries with other free licenses:
94 - license: MIT X11 / X Consortium license
97 - license MIT license http://kbs.cs.tu-berlin.de/~jutta/toast.html
99 festival (http://www.cstr.ed.ac.uk/projects/festival/)
100 - license: http://www.cstr.ed.ac.uk/projects/festival/freecopyright.shtml
102 jpeg (http://www.ijg.org/)
103 - license: IJG license
105 nas (http://radscan.com/nas.html)
106 - license: NAS license
108 snapshot libpng (http://www.libpng.org/pub/png/)
109 - license: PNG license
111 mngdec/mngenc libmng (http://gjuyn.xs4all.nl/libmng)
112 - license PNG license
114 Plugins using non-free libraries:
115 osxaudio (http://www.apple.com/macosx/)
116 sunaudiosink (http://www.sun.com/)
120 faad libfaad (http://www.audiocoding.com/)
121 faad's license depends on its major version :
122 - for FAAD1 : it is LGPL
123 - for FAAD2 : it is GPL
124 look at these pages for more information on licenses :
125 http://www.audiocoding.com/modules/wiki/?page=FAAD2
126 http://www.audiocoding.com/modules/wiki/?page=FAAC
128 by default, GStreamer faad plugin would compile against FAAD2 if available.
129 it falls back to FAAD1 if not.