Mercurial > mplayer.hg
annotate Copyright @ 28992:947ef23ba798
Test if create_vdp_decoder() might succeed by calling it from config()
with a small value for max_reference_frames.
This does not make automatic recovery by using software decoder possible,
but lets MPlayer fail more graciously on - actually existing - buggy
hardware that does not support certain H264 widths when using
hardware accelerated decoding (784, 864, 944, 1024, 1808, 1888 pixels on
NVIDIA G98) and if the user tries to hardware-decode more samples at
the same time than supported.
Might break playback of H264 Intra-Only samples on hardware with very
little video memory.
author | cehoyos |
---|---|
date | Sat, 21 Mar 2009 20:11:05 +0000 |
parents | 39d4b3e421c3 |
children | fc7947d21c0a |
rev | line source |
---|---|
23734 | 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) |
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
3 list. You are free to use it under the terms of the GNU General Public License, |
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
4 as described in the LICENSE file. |
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
5 |
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
6 MPlayer as a whole is copyrighted by the MPlayer team. Individual copyright |
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
7 notices can be found in the file headers. Furthermore, MPlayer includes code |
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
8 from several external sources: |
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
9 |
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
10 Name: FFmpeg |
20550
fe4546255ba5
CVS -> SVN for FFmpeg, add pnm implementation from xine.
diego
parents:
20549
diff
changeset
|
11 Version: Subversion HEAD |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
12 URL: http://www.ffmpeg.org |
19281
3cc2fa8ecb0d
We include libavcodec, libavformat, libavutil, libpostproc from FFmpeg now.
diego
parents:
19271
diff
changeset
|
13 Directory: libavcodec, libavformat, libavutil, libpostproc |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
14 Copyright: Many, see individual files for copyright notices. |
13421 | 15 License: GNU Lesser General Public License, some parts GNU General Public |
16 License, GNU General Public License when combined | |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
17 |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
18 |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
19 Name: FAAD2 |
18142 | 20 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
|
21 URL: http://www.audiocoding.com |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
22 Directory: libfaad2 |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
23 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
|
24 License: GNU General Public License |
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
25 |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
26 |
11692 | 27 Name: GSM 06.10 library |
28 Version: patchlevel 10 | |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
29 URL: http://kbs.cs.tu-berlin.de/~jutta/toast.html |
11692 | 30 Directory: libmpcodecs/native/ |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
31 Copyright: 1992 by Jutta Degener and Carsten Bormann, TU Berlin |
11692 | 32 License: permissive, see libmpcodecs/native/xa_gsm.c |
33 | |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
34 |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
35 Name: liba52 |
18723
ca279db35bc2
update copyright an changelog with new liba52 0.7.4
rathann
parents:
18142
diff
changeset
|
36 Version: 0.7.4 + patches |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
37 URL: http://liba52.sourceforge.net/ |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
38 Directory: liba52 |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
39 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
|
40 2000-2001 Michel Lespinasse <walken@zoy.org> |
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
41 2000 Yuqing Deng <Yuqing_Deng@brown.edu> |
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
42 2002 Nick Kurshev |
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
43 2004 Romain Dolbeau <romain@dolbeau.org> |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
44 License: GNU General Public License |
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
45 |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
46 |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
47 Name: libdvdcss |
27462 | 48 Version: 1.2.10 |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
49 URL: http://developers.videolan.org/libdvdcss/ |
20613 | 50 Directory: libdvdcss |
27462 | 51 Copyright: 1998-2008 VideoLAN |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
52 License: GNU General Public License |
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
53 |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
54 |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
55 Name: libdvdread |
28891
39d4b3e421c3
Update entry for libdvdread; add entry for libdvdnav.
diego
parents:
28890
diff
changeset
|
56 Version: Subversion HEAD |
39d4b3e421c3
Update entry for libdvdread; add entry for libdvdnav.
diego
parents:
28890
diff
changeset
|
57 URL: svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread/src |
39d4b3e421c3
Update entry for libdvdread; add entry for libdvdnav.
diego
parents:
28890
diff
changeset
|
58 Directory: libdvdread4 |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
59 Copyright: 1998, 1999 Eric Smith <eric@brouhaha.com> |
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
60 1999 Christian Wolff for convergence integrated media |
28891
39d4b3e421c3
Update entry for libdvdread; add entry for libdvdnav.
diego
parents:
28890
diff
changeset
|
61 2000-2004 Billy Biggs <vektor@dumbterm.net>, |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
62 2001-2002 Samuel Hocevar <sam@zoy.org>, |
28891
39d4b3e421c3
Update entry for libdvdread; add entry for libdvdnav.
diego
parents:
28890
diff
changeset
|
63 2000-2004 Björn Englund <d4bjorn@dtek.chalmers.se>, |
39d4b3e421c3
Update entry for libdvdread; add entry for libdvdnav.
diego
parents:
28890
diff
changeset
|
64 2000-2004 Håkan Hjort <d95hjort@dtek.chalmers.se> |
39d4b3e421c3
Update entry for libdvdread; add entry for libdvdnav.
diego
parents:
28890
diff
changeset
|
65 License: GNU General Public License |
39d4b3e421c3
Update entry for libdvdread; add entry for libdvdnav.
diego
parents:
28890
diff
changeset
|
66 |
39d4b3e421c3
Update entry for libdvdread; add entry for libdvdnav.
diego
parents:
28890
diff
changeset
|
67 |
39d4b3e421c3
Update entry for libdvdread; add entry for libdvdnav.
diego
parents:
28890
diff
changeset
|
68 Name: libdvdnav |
39d4b3e421c3
Update entry for libdvdread; add entry for libdvdnav.
diego
parents:
28890
diff
changeset
|
69 Version: Subversion HEAD from |
39d4b3e421c3
Update entry for libdvdread; add entry for libdvdnav.
diego
parents:
28890
diff
changeset
|
70 URL: svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav/src |
39d4b3e421c3
Update entry for libdvdread; add entry for libdvdnav.
diego
parents:
28890
diff
changeset
|
71 Directory: libdvdnav |
39d4b3e421c3
Update entry for libdvdread; add entry for libdvdnav.
diego
parents:
28890
diff
changeset
|
72 Copyright: 2000, 2001 Martin Norbäck, Håkan Hjort |
39d4b3e421c3
Update entry for libdvdread; add entry for libdvdnav.
diego
parents:
28890
diff
changeset
|
73 2000-2004 Rich Wareham <richwareham@users.sourceforge.net> |
39d4b3e421c3
Update entry for libdvdread; add entry for libdvdnav.
diego
parents:
28890
diff
changeset
|
74 2001-2004 the dvdnav project |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
75 License: GNU General Public License |
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
76 |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
77 |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
78 Name: libmpeg2 |
27572 | 79 Version: 0.5.1 + patches |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
80 URL: http://libmpeg2.sourceforge.net/ |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
81 Directory: libmpeg2 |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
82 Copyright: 1999-2000 Aaron Holtzman <aholtzma@ess.engr.uvic.ca> |
27572 | 83 2000-2004 Michel Lespinasse <walken@zoy.org> |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
84 2002-2003 Falk Hueffner <falk@debian.org> |
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
85 2003 David S. Miller <davem@redhat.com> |
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
86 2003 Regis Duchesne <hpreg@zoy.org> |
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
87 2003 Peter Gubanov <peter@elecard.net.ru> |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
88 License: GNU General Public License |
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
89 |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
90 |
15179
682f6f67cd41
We are using parts of mpg123 outside of the LGPL mpglib subdir.
diego
parents:
14901
diff
changeset
|
91 Name: mpg123 |
15900 | 92 Version: 0.59s + significant changes |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
93 URL: http://www.mpg123.de/ |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
94 Directory: mp3lib |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
95 Copyright: 1995-1999 by Michael Hipp |
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
96 2004 Romain Dolbeau <romain@dolbeau.org> |
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
97 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
|
98 License: GNU General Public License |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
99 |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
100 |
14901
fd7aa5c90c1f
libdvdcss is patched, move Tremor up with the other codec libs.
diego
parents:
14350
diff
changeset
|
101 Name: Tremor |
15900 | 102 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
|
103 URL: http://xiph.org/ |
14901
fd7aa5c90c1f
libdvdcss is patched, move Tremor up with the other codec libs.
diego
parents:
14350
diff
changeset
|
104 Directory: tremor |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
105 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
|
106 License: BSD-like, see tremor/COPYING |
fd7aa5c90c1f
libdvdcss is patched, move Tremor up with the other codec libs.
diego
parents:
14350
diff
changeset
|
107 |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
108 |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
109 Name: avifile DLL loader |
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
110 Version: 0.47 + patches + CVS updates |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
111 URL: http://avifile.sourceforge.net/ |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
112 Directory: loader/ |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
113 Copyright: 1993 Robert J. Amstadt |
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
114 1994 Eric Youndale & Erik Bos |
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
115 1995 Thomas Sandford |
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
116 1995-1996 Alexandre Julliard |
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
117 1996-1998 Marcus Meissner |
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
118 1996 Martin von Loewis |
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
119 2000-2001 Eugene Kuznetsov (divx@euro.ru) |
11605
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
120 License: GNU General Public License |
466651cd6e2a
Copyright and authorship declaration along with an (incomplete) list of
diego
parents:
diff
changeset
|
121 |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
122 |
11651 | 123 Name: dvbstream |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
124 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
|
125 URL: http://sourceforge.net/projects/dvbtools/ |
20551 | 126 Directory: stream/dvbin.h stream/rtp.[ch] stream/stream_dvb.c |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
127 Copyright: 2001-2002 Dave Chapman <dave@dchapman.com> |
11651 | 128 License: GNU General Public License |
129 | |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
130 |
19613 | 131 Name: librtsp |
132 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
|
133 URL: http://www.xinehq.de |
19613 | 134 Directory: stream/librtsp/ |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
135 Copyright: 2000-2002 the xine project |
19613 | 136 License: GNU General Public License |
137 | |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
138 |
12411 | 139 Name: realrtsp |
140 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
|
141 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
|
142 Directory: stream/realrtsp/ |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
143 Copyright: 2002 the xine project |
12411 | 144 License: GNU General Public License |
145 | |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
146 |
20550
fe4546255ba5
CVS -> SVN for FFmpeg, add pnm implementation from xine.
diego
parents:
20549
diff
changeset
|
147 Name: pnm protocol implementation |
fe4546255ba5
CVS -> SVN for FFmpeg, add pnm implementation from xine.
diego
parents:
20549
diff
changeset
|
148 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
|
149 URL: http://www.xinehq.de |
20550
fe4546255ba5
CVS -> SVN for FFmpeg, add pnm implementation from xine.
diego
parents:
20549
diff
changeset
|
150 Directory: stream/pnm.[ch] |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
151 Copyright: 2000-2002 the xine project |
20550
fe4546255ba5
CVS -> SVN for FFmpeg, add pnm implementation from xine.
diego
parents:
20549
diff
changeset
|
152 License: GNU General Public License |
fe4546255ba5
CVS -> SVN for FFmpeg, add pnm implementation from xine.
diego
parents:
20549
diff
changeset
|
153 |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
154 |
11692 | 155 Name: id3edit |
13121 | 156 Version: 1.9 + patches |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
157 URL: http://id3edit.sourceforge.net/ |
11692 | 158 Directory: libmpdemux/genres.h |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
159 Copyright: 2001 Jason Carter |
11692 | 160 License: GNU General Public License |
161 | |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
162 |
18826 | 163 Name: FreeSDP |
164 Version: 0.4.1 | |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
165 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
|
166 Directory: stream/freesdp/ |
20552
167f458fe52b
Add copyright holders, mostly synced from the Debian package.
diego
parents:
20551
diff
changeset
|
167 Copyright: 2001-2003 Federico Montesino Pouzols <fedemp@suidzer0.org> |
18826 | 168 License: GNU General Public License |
26746
892011a6cde0
Add stanza about files taken from the MJPEG Tools suite.
diego
parents:
25617
diff
changeset
|
169 |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
170 |
26746
892011a6cde0
Add stanza about files taken from the MJPEG Tools suite.
diego
parents:
25617
diff
changeset
|
171 Name: MJPEG Tools |
892011a6cde0
Add stanza about files taken from the MJPEG Tools suite.
diego
parents:
25617
diff
changeset
|
172 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
|
173 URL: http://mjpeg.sourceforge.net/ |
26746
892011a6cde0
Add stanza about files taken from the MJPEG Tools suite.
diego
parents:
25617
diff
changeset
|
174 Directory: libmpdemux/yuv4mpeg* |
892011a6cde0
Add stanza about files taken from the MJPEG Tools suite.
diego
parents:
25617
diff
changeset
|
175 Copyright: 2001 Matthew J. Marjanovic <maddog@mir.com> |
892011a6cde0
Add stanza about files taken from the MJPEG Tools suite.
diego
parents:
25617
diff
changeset
|
176 2001 Andrew Stevens <andrew.stevens@philips.com> |
892011a6cde0
Add stanza about files taken from the MJPEG Tools suite.
diego
parents:
25617
diff
changeset
|
177 License: GNU General Public License |
26762 | 178 |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
179 |
26762 | 180 Name: NuppelVideo / RTJPEG |
181 Version: 0.52a + patches | |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
182 URL: http://web.archive.org/web/20060219034716/http://frost.htu.tuwien.ac.at/~roman/nuppelvideo/ |
28887 | 183 Directory: libmpcodecs/native/rtjpegn.[ch] |
26762 | 184 Copyright: 1998 Justin Schoeman (justin@suntiger.ee.up.ac.za) |
185 1998, 1999 Joerg Walter <trouble@moes.pmnet.uni-oldenburg.de> | |
186 1999 Wim Taymans <wim.taymans@tvd.be> | |
27193 | 187 License: GNU General Public License |
27041
385e404459da
Document where the files vidix/dhahelperwin/ntverp.h and
diego
parents:
26762
diff
changeset
|
188 |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
189 |
27041
385e404459da
Document where the files vidix/dhahelperwin/ntverp.h and
diego
parents:
26762
diff
changeset
|
190 Name: ReactOS |
385e404459da
Document where the files vidix/dhahelperwin/ntverp.h and
diego
parents:
26762
diff
changeset
|
191 Version: r25937 |
28890
b7b286f97dca
cosmetics: Add newlines for better readability, rename Homepage entry to URL.
diego
parents:
28887
diff
changeset
|
192 URL: http://www.reactos.org/ |
27041
385e404459da
Document where the files vidix/dhahelperwin/ntverp.h and
diego
parents:
26762
diff
changeset
|
193 Directory: vidix/dhahelperwin/ntverp.h vidix/dhahelperwin/common.ver |
385e404459da
Document where the files vidix/dhahelperwin/ntverp.h and
diego
parents:
26762
diff
changeset
|
194 Copyright: Alex Ionescu (alex.ionescu@reactos.org) |
385e404459da
Document where the files vidix/dhahelperwin/ntverp.h and
diego
parents:
26762
diff
changeset
|
195 License: GNU General Public License |