annotate Copyright @ 30884:53901d222e8a

Announce SMP support for Win32. Don't hardcode dwNumberOfProcessors=1 for Win32 anymore; the mutex/event code is still far from perfect, but now good enough that I can't find any codecs that breaks with this (tested on a quad with various codecs). This tells codecs they can use more than one core if they want to (some already did, by launching multiple threads even when told there was only a single core).
author sesse
date Wed, 17 Mar 2010 23:33:26 +0000
parents d3ba36f72b57
children 1aece15222b5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23734
acfe034e5386 ISO8859-1 --> UTF-8
diego
parents: 22842
diff changeset
1 MPlayer was originally written by Árpád Gereöffy and has been extended and
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
2 worked on by many more since then, see the AUTHORS file for an (incomplete)
30159
fc7947d21c0a Clarify which version of the GPL applies to MPlayer.
diego
parents: 28891
diff changeset
3 list. MPlayer as a whole is copyrighted by the MPlayer team. Individual
fc7947d21c0a Clarify which version of the GPL applies to MPlayer.
diego
parents: 28891
diff changeset
4 copyright notices can be found in file headers.
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
5
30159
fc7947d21c0a Clarify which version of the GPL applies to MPlayer.
diego
parents: 28891
diff changeset
6 Most files in MPlayer are licensed under the GNU General Public License,
fc7947d21c0a Clarify which version of the GPL applies to MPlayer.
diego
parents: 28891
diff changeset
7 version 2 with an explicit "or later" clause or a compatible license. An
fc7947d21c0a Clarify which version of the GPL applies to MPlayer.
diego
parents: 28891
diff changeset
8 exception is the file libmpdemux/demux_ty_osd.c, which is version 2 only.
fc7947d21c0a Clarify which version of the GPL applies to MPlayer.
diego
parents: 28891
diff changeset
9 Thus MPlayer as a whole can be redistributed under the terms of the GNU
fc7947d21c0a Clarify which version of the GPL applies to MPlayer.
diego
parents: 28891
diff changeset
10 General Public License, version 2, see the LICENSE file for details.
fc7947d21c0a Clarify which version of the GPL applies to MPlayer.
diego
parents: 28891
diff changeset
11
fc7947d21c0a Clarify which version of the GPL applies to MPlayer.
diego
parents: 28891
diff changeset
12 MPlayer includes code from several external sources. General information and
fc7947d21c0a Clarify which version of the GPL applies to MPlayer.
diego
parents: 28891
diff changeset
13 license details are listed below:
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
14
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
15 Name: FFmpeg
20550
fe4546255ba5 CVS -> SVN for FFmpeg, add pnm implementation from xine.
diego
parents: 20549
diff changeset
16 Version: Subversion HEAD
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
17 URL: http://www.ffmpeg.org
19281
3cc2fa8ecb0d We include libavcodec, libavformat, libavutil, libpostproc from FFmpeg now.
diego
parents: 19271
diff changeset
18 Directory: libavcodec, libavformat, libavutil, libpostproc
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
19 Copyright: Many, see individual files for copyright notices.
13421
4a3df690da14 clarification about FFmpeg license, typo
diego
parents: 13404
diff changeset
20 License: GNU Lesser General Public License, some parts GNU General Public
4a3df690da14 clarification about FFmpeg license, typo
diego
parents: 13404
diff changeset
21 License, GNU General Public License when combined
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
22
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
23
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
24 Name: FAAD2
18142
1794a1b179c7 faad2 updated
rtognimp
parents: 16630
diff changeset
25 Version: 2.1 beta (20040915 CVS snapshot) + fixes and portability patches
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
26 URL: http://www.audiocoding.com
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
27 Directory: libfaad2
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
28 Copyright: 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
29 License: GNU General Public License
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
30
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
31
11692
b74652c13660 GSM 06.10 library and id3edit added.
diego
parents: 11651
diff changeset
32 Name: GSM 06.10 library
b74652c13660 GSM 06.10 library and id3edit added.
diego
parents: 11651
diff changeset
33 Version: patchlevel 10
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
34 URL: http://kbs.cs.tu-berlin.de/~jutta/toast.html
11692
b74652c13660 GSM 06.10 library and id3edit added.
diego
parents: 11651
diff changeset
35 Directory: libmpcodecs/native/
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
36 Copyright: 1992 by Jutta Degener and Carsten Bormann, TU Berlin
11692
b74652c13660 GSM 06.10 library and id3edit added.
diego
parents: 11651
diff changeset
37 License: permissive, see libmpcodecs/native/xa_gsm.c
b74652c13660 GSM 06.10 library and id3edit added.
diego
parents: 11651
diff changeset
38
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
39
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
40 Name: liba52
18723
ca279db35bc2 update copyright an changelog with new liba52 0.7.4
rathann
parents: 18142
diff changeset
41 Version: 0.7.4 + patches
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
42 URL: http://liba52.sourceforge.net/
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
43 Directory: liba52
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
44 Copyright: 1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
45 2000-2001 Michel Lespinasse <walken@zoy.org>
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
46 2000 Yuqing Deng <Yuqing_Deng@brown.edu>
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
47 2002 Nick Kurshev
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
48 2004 Romain Dolbeau <romain@dolbeau.org>
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
49 License: GNU General Public License
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
50
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
51
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
52 Name: libdvdcss
27462
60bd1a7f3fc6 Sync libdvdcss with upstream version 1.2.10.
diego
parents: 27442
diff changeset
53 Version: 1.2.10
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
54 URL: http://developers.videolan.org/libdvdcss/
20613
e68f255d7d64 Move libdvdcss into its own subdirectory.
diego
parents: 20564
diff changeset
55 Directory: libdvdcss
27462
60bd1a7f3fc6 Sync libdvdcss with upstream version 1.2.10.
diego
parents: 27442
diff changeset
56 Copyright: 1998-2008 VideoLAN
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
57 License: GNU General Public License
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
58
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
59
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
60 Name: libdvdread
28891
39d4b3e421c3 Update entry for libdvdread; add entry for libdvdnav.
diego
parents: 28890
diff changeset
61 Version: Subversion HEAD
39d4b3e421c3 Update entry for libdvdread; add entry for libdvdnav.
diego
parents: 28890
diff changeset
62 URL: svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread/src
39d4b3e421c3 Update entry for libdvdread; add entry for libdvdnav.
diego
parents: 28890
diff changeset
63 Directory: libdvdread4
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
64 Copyright: 1998, 1999 Eric Smith <eric@brouhaha.com>
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
65 1999 Christian Wolff for convergence integrated media
28891
39d4b3e421c3 Update entry for libdvdread; add entry for libdvdnav.
diego
parents: 28890
diff changeset
66 2000-2004 Billy Biggs <vektor@dumbterm.net>,
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
67 2001-2002 Samuel Hocevar <sam@zoy.org>,
28891
39d4b3e421c3 Update entry for libdvdread; add entry for libdvdnav.
diego
parents: 28890
diff changeset
68 2000-2004 Björn Englund <d4bjorn@dtek.chalmers.se>,
39d4b3e421c3 Update entry for libdvdread; add entry for libdvdnav.
diego
parents: 28890
diff changeset
69 2000-2004 Håkan Hjort <d95hjort@dtek.chalmers.se>
39d4b3e421c3 Update entry for libdvdread; add entry for libdvdnav.
diego
parents: 28890
diff changeset
70 License: GNU General Public License
39d4b3e421c3 Update entry for libdvdread; add entry for libdvdnav.
diego
parents: 28890
diff changeset
71
39d4b3e421c3 Update entry for libdvdread; add entry for libdvdnav.
diego
parents: 28890
diff changeset
72
39d4b3e421c3 Update entry for libdvdread; add entry for libdvdnav.
diego
parents: 28890
diff changeset
73 Name: libdvdnav
39d4b3e421c3 Update entry for libdvdread; add entry for libdvdnav.
diego
parents: 28890
diff changeset
74 Version: Subversion HEAD from
39d4b3e421c3 Update entry for libdvdread; add entry for libdvdnav.
diego
parents: 28890
diff changeset
75 URL: svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav/src
39d4b3e421c3 Update entry for libdvdread; add entry for libdvdnav.
diego
parents: 28890
diff changeset
76 Directory: libdvdnav
39d4b3e421c3 Update entry for libdvdread; add entry for libdvdnav.
diego
parents: 28890
diff changeset
77 Copyright: 2000, 2001 Martin Norbäck, Håkan Hjort
39d4b3e421c3 Update entry for libdvdread; add entry for libdvdnav.
diego
parents: 28890
diff changeset
78 2000-2004 Rich Wareham <richwareham@users.sourceforge.net>
39d4b3e421c3 Update entry for libdvdread; add entry for libdvdnav.
diego
parents: 28890
diff changeset
79 2001-2004 the dvdnav project
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
80 License: GNU General Public License
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
81
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
82
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
83 Name: libmpeg2
27572
da2271c341ee Update internal libmpeg2 copy to version 0.5.1.
diego
parents: 27466
diff changeset
84 Version: 0.5.1 + patches
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
85 URL: http://libmpeg2.sourceforge.net/
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
86 Directory: libmpeg2
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
87 Copyright: 1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
27572
da2271c341ee Update internal libmpeg2 copy to version 0.5.1.
diego
parents: 27466
diff changeset
88 2000-2004 Michel Lespinasse <walken@zoy.org>
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
89 2002-2003 Falk Hueffner <falk@debian.org>
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
90 2003 David S. Miller <davem@redhat.com>
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
91 2003 Regis Duchesne <hpreg@zoy.org>
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
92 2003 Peter Gubanov <peter@elecard.net.ru>
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
93 License: GNU General Public License
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
94
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
95
15179
682f6f67cd41 We are using parts of mpg123 outside of the LGPL mpglib subdir.
diego
parents: 14901
diff changeset
96 Name: mpg123
15900
4dc4f5b19e3c some updates
alex
parents: 15877
diff changeset
97 Version: 0.59s + significant changes
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
98 URL: http://www.mpg123.de/
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
99 Directory: mp3lib
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
100 Copyright: 1995-1999 by Michael Hipp
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
101 2004 Romain Dolbeau <romain@dolbeau.org>
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
102 2006 Zuxy Meng <zuxy.meng@gmail.com
15179
682f6f67cd41 We are using parts of mpg123 outside of the LGPL mpglib subdir.
diego
parents: 14901
diff changeset
103 License: GNU General Public License
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
104
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
105
14901
fd7aa5c90c1f libdvdcss is patched, move Tremor up with the other codec libs.
diego
parents: 14350
diff changeset
106 Name: Tremor
15900
4dc4f5b19e3c some updates
alex
parents: 15877
diff changeset
107 Version: 1.0 + parts CVS from December 2004 + patches
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
108 URL: http://xiph.org/
14901
fd7aa5c90c1f libdvdcss is patched, move Tremor up with the other codec libs.
diego
parents: 14350
diff changeset
109 Directory: tremor
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
110 Copyright: 1994-2002, Xiph.org Foundation http://www.xiph.org/
14901
fd7aa5c90c1f libdvdcss is patched, move Tremor up with the other codec libs.
diego
parents: 14350
diff changeset
111 License: BSD-like, see tremor/COPYING
fd7aa5c90c1f libdvdcss is patched, move Tremor up with the other codec libs.
diego
parents: 14350
diff changeset
112
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
113
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
114 Name: avifile DLL loader
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
115 Version: 0.47 + patches + CVS updates
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
116 URL: http://avifile.sourceforge.net/
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
117 Directory: loader/
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
118 Copyright: 1993 Robert J. Amstadt
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
119 1994 Eric Youndale & Erik Bos
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
120 1995 Thomas Sandford
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
121 1995-1996 Alexandre Julliard
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
122 1996-1998 Marcus Meissner
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
123 1996 Martin von Loewis
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
124 2000-2001 Eugene Kuznetsov (divx@euro.ru)
11605
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
125 License: GNU General Public License
466651cd6e2a Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff changeset
126
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
127
11651
c94ee1c28a67 dvbstream added, info from Nico.
diego
parents: 11605
diff changeset
128 Name: dvbstream
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
129 Version: 0.4.3-pre3 (CVS checkout)
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
130 URL: http://sourceforge.net/projects/dvbtools/
30423
d3ba36f72b57 stream/rtp.h appears not to originate from dvbstream.
diego
parents: 30159
diff changeset
131 Directory: stream/dvbin.h stream/rtp.c stream/stream_dvb.c
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
132 Copyright: 2001-2002 Dave Chapman <dave@dchapman.com>
11651
c94ee1c28a67 dvbstream added, info from Nico.
diego
parents: 11605
diff changeset
133 License: GNU General Public License
c94ee1c28a67 dvbstream added, info from Nico.
diego
parents: 11605
diff changeset
134
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
135
19613
7d75865fdda9 Add miniLZO and librtsp.
diego
parents: 19281
diff changeset
136 Name: librtsp
7d75865fdda9 Add miniLZO and librtsp.
diego
parents: 19281
diff changeset
137 Version: xine CVS 2003/04/10 + patches
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
138 URL: http://www.xinehq.de
19613
7d75865fdda9 Add miniLZO and librtsp.
diego
parents: 19281
diff changeset
139 Directory: stream/librtsp/
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
140 Copyright: 2000-2002 the xine project
19613
7d75865fdda9 Add miniLZO and librtsp.
diego
parents: 19281
diff changeset
141 License: GNU General Public License
7d75865fdda9 Add miniLZO and librtsp.
diego
parents: 19281
diff changeset
142
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
143
12411
a42922e2a32c libavformat, realrtsp
diego
parents: 12182
diff changeset
144 Name: realrtsp
a42922e2a32c libavformat, realrtsp
diego
parents: 12182
diff changeset
145 Version: xine CVS 2003/04/17 + patches
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
146 URL: http://www.xinehq.de
19271
64d82a45a05d introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents: 19261
diff changeset
147 Directory: stream/realrtsp/
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
148 Copyright: 2002 the xine project
12411
a42922e2a32c libavformat, realrtsp
diego
parents: 12182
diff changeset
149 License: GNU General Public License
a42922e2a32c libavformat, realrtsp
diego
parents: 12182
diff changeset
150
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
151
20550
fe4546255ba5 CVS -> SVN for FFmpeg, add pnm implementation from xine.
diego
parents: 20549
diff changeset
152 Name: pnm protocol implementation
fe4546255ba5 CVS -> SVN for FFmpeg, add pnm implementation from xine.
diego
parents: 20549
diff changeset
153 Version: xine CVS 2002/12/26 + patches
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
154 URL: http://www.xinehq.de
20550
fe4546255ba5 CVS -> SVN for FFmpeg, add pnm implementation from xine.
diego
parents: 20549
diff changeset
155 Directory: stream/pnm.[ch]
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
156 Copyright: 2000-2002 the xine project
20550
fe4546255ba5 CVS -> SVN for FFmpeg, add pnm implementation from xine.
diego
parents: 20549
diff changeset
157 License: GNU General Public License
fe4546255ba5 CVS -> SVN for FFmpeg, add pnm implementation from xine.
diego
parents: 20549
diff changeset
158
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
159
11692
b74652c13660 GSM 06.10 library and id3edit added.
diego
parents: 11651
diff changeset
160 Name: id3edit
13121
93774d4a0c1d id3edit updated
diego
parents: 12961
diff changeset
161 Version: 1.9 + patches
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
162 URL: http://id3edit.sourceforge.net/
11692
b74652c13660 GSM 06.10 library and id3edit added.
diego
parents: 11651
diff changeset
163 Directory: libmpdemux/genres.h
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
164 Copyright: 2001 Jason Carter
11692
b74652c13660 GSM 06.10 library and id3edit added.
diego
parents: 11651
diff changeset
165 License: GNU General Public License
b74652c13660 GSM 06.10 library and id3edit added.
diego
parents: 11651
diff changeset
166
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
167
18826
52852a1274d1 added FreeSDP library in Copyright file
ben
parents: 18723
diff changeset
168 Name: FreeSDP
52852a1274d1 added FreeSDP library in Copyright file
ben
parents: 18723
diff changeset
169 Version: 0.4.1
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
170 URL: https://savannah.nongnu.org/projects/freesdp/
19271
64d82a45a05d introduce new 'stream' directory for all stream layer related components and split them from libmpdemux
ben
parents: 19261
diff changeset
171 Directory: stream/freesdp/
20552
167f458fe52b Add copyright holders, mostly synced from the Debian package.
diego
parents: 20551
diff changeset
172 Copyright: 2001-2003 Federico Montesino Pouzols <fedemp@suidzer0.org>
18826
52852a1274d1 added FreeSDP library in Copyright file
ben
parents: 18723
diff changeset
173 License: GNU General Public License
26746
892011a6cde0 Add stanza about files taken from the MJPEG Tools suite.
diego
parents: 25617
diff changeset
174
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
175
26746
892011a6cde0 Add stanza about files taken from the MJPEG Tools suite.
diego
parents: 25617
diff changeset
176 Name: MJPEG Tools
892011a6cde0 Add stanza about files taken from the MJPEG Tools suite.
diego
parents: 25617
diff changeset
177 Version: post 2001-12-03 release or CVS snapshot
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
178 URL: http://mjpeg.sourceforge.net/
26746
892011a6cde0 Add stanza about files taken from the MJPEG Tools suite.
diego
parents: 25617
diff changeset
179 Directory: libmpdemux/yuv4mpeg*
892011a6cde0 Add stanza about files taken from the MJPEG Tools suite.
diego
parents: 25617
diff changeset
180 Copyright: 2001 Matthew J. Marjanovic <maddog@mir.com>
892011a6cde0 Add stanza about files taken from the MJPEG Tools suite.
diego
parents: 25617
diff changeset
181 2001 Andrew Stevens <andrew.stevens@philips.com>
892011a6cde0 Add stanza about files taken from the MJPEG Tools suite.
diego
parents: 25617
diff changeset
182 License: GNU General Public License
26762
5ebd778d4b4f Add section about code from NuppelVideo / RTJPEG.
diego
parents: 26746
diff changeset
183
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
184
26762
5ebd778d4b4f Add section about code from NuppelVideo / RTJPEG.
diego
parents: 26746
diff changeset
185 Name: NuppelVideo / RTJPEG
5ebd778d4b4f Add section about code from NuppelVideo / RTJPEG.
diego
parents: 26746
diff changeset
186 Version: 0.52a + patches
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
187 URL: http://web.archive.org/web/20060219034716/http://frost.htu.tuwien.ac.at/~roman/nuppelvideo/
28887
91c5ede07625 libmpdemux/nuppelvideo.h was removed.
diego
parents: 27572
diff changeset
188 Directory: libmpcodecs/native/rtjpegn.[ch]
26762
5ebd778d4b4f Add section about code from NuppelVideo / RTJPEG.
diego
parents: 26746
diff changeset
189 Copyright: 1998 Justin Schoeman (justin@suntiger.ee.up.ac.za)
5ebd778d4b4f Add section about code from NuppelVideo / RTJPEG.
diego
parents: 26746
diff changeset
190 1998, 1999 Joerg Walter <trouble@moes.pmnet.uni-oldenburg.de>
5ebd778d4b4f Add section about code from NuppelVideo / RTJPEG.
diego
parents: 26746
diff changeset
191 1999 Wim Taymans <wim.taymans@tvd.be>
27193
ef24b16e9da3 Update homepage and license info for NuppelVideo.
diego
parents: 27041
diff changeset
192 License: GNU General Public License
27041
385e404459da Document where the files vidix/dhahelperwin/ntverp.h and
diego
parents: 26762
diff changeset
193
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
194
27041
385e404459da Document where the files vidix/dhahelperwin/ntverp.h and
diego
parents: 26762
diff changeset
195 Name: ReactOS
385e404459da Document where the files vidix/dhahelperwin/ntverp.h and
diego
parents: 26762
diff changeset
196 Version: r25937
28890
b7b286f97dca cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents: 28887
diff changeset
197 URL: http://www.reactos.org/
27041
385e404459da Document where the files vidix/dhahelperwin/ntverp.h and
diego
parents: 26762
diff changeset
198 Directory: vidix/dhahelperwin/ntverp.h vidix/dhahelperwin/common.ver
385e404459da Document where the files vidix/dhahelperwin/ntverp.h and
diego
parents: 26762
diff changeset
199 Copyright: Alex Ionescu (alex.ionescu@reactos.org)
385e404459da Document where the files vidix/dhahelperwin/ntverp.h and
diego
parents: 26762
diff changeset
200 License: GNU General Public License