Mercurial > mplayer.hg
annotate DOCS/xml/en/history.xml @ 22138:9fadbbd19a04
r22129: Link to the mencoder-users list for mencoder stuff
r22140: vp6vfw.dll appears to no longer crash under Linux.
r22141: Move all "Encoding with the XXX codec family" sections together.
author | voroshil |
---|---|
date | Mon, 05 Feb 2007 18:38:25 +0000 |
parents | b210a229fbcb |
children | b89c59df8ba6 |
rev | line source |
---|---|
20535 | 1 <?xml version="1.0" encoding="utf-8"?> |
10913
49b1a67e7381
Add revision keyword to english xml files, to ease translation synchronization
lumag
parents:
10229
diff
changeset
|
2 <!-- $Revision$ --> |
20079 | 3 <appendix id="history"> |
9675 | 4 <title>History</title> |
12815 | 5 |
10229 | 6 <blockquote><para> |
11792 | 7 This began a year ago... I have tried lots of players under Linux |
11540 | 8 (<application>mtv</application>, <application>xmps</application>, |
9 <application>dvdview</application>, <application>livid/oms</application>, | |
10 <application>videolan</application>, <application>xine</application>, | |
11 <application>xanim</application>, <application>avifile</application>, | |
12 <application>xmmp</application>) but they all have some problem. Mostly with | |
13 special files or with audio/video sync. Most of them are unable to play both | |
14024 | 14 MPEG-1, MPEG-2 and AVI (DivX) files. Many players have image quality or speed |
11540 | 15 problems too. So I've decided to write/modify one... |
10229 | 16 </para></blockquote><para>A'rpi, 2001</para> |
9675 | 17 |
21521 | 18 <itemizedlist> |
19 <listitem> | |
10229 | 20 <para> |
21521 | 21 <emphasis role="bold"><application>mpg12play</application> v0.1-v0.3</emphasis>: Sep 22-25, 2000 |
22 </para> | |
23 <para> | |
24 The first try, hacked together in a half hour! I've used libmpeg3 | |
25 from <ulink url="http://www.heroinewarrior.com"/> up to the version 0.3, but | |
26 there were image quality and speed problems with it. | |
27 </para> | |
28 </listitem> | |
29 | |
30 <listitem> | |
31 <para> | |
32 <emphasis role="bold"><application>mpg12play</application> v0.5-v0.87</emphasis>: Sep 28-Oct 20, 2000 | |
33 </para> | |
34 <para> | |
35 MPEG codec replaced with DVDview by Dirk Farin, it was a | |
36 great stuff, but it was slow and was written in C++ (A'rpi hates C++!!!) | |
37 </para> | |
38 </listitem> | |
39 | |
40 <listitem> | |
41 <para> | |
42 <emphasis role="bold"><application>mpg12play</application> v0.9-v0.95pre5</emphasis>: Oct 21-Nov 2, 2000 | |
43 </para> | |
44 <para> | |
45 MPEG codec was libmpeg2 (mpeg2dec) by Aaron Holtzman and | |
46 Michel Lespinasse. It's great, optimized very fast C code with perfect | |
47 image quality and 100% MPEG standard conformance. | |
48 </para> | |
49 </listitem> | |
50 | |
51 <listitem> | |
52 <para> | |
53 <emphasis role="bold"><application>MPlayer</application> v0.3-v0.9</emphasis>: Nov 18-Dec 4, 2000 | |
54 </para> | |
55 <para> | |
56 It was a pack of two programs: mpg12play v0.95pre6 and my | |
57 new simple AVI player 'avip' based on avifile's Win32 DLL loader. | |
58 </para> | |
59 </listitem> | |
60 | |
61 <listitem> | |
62 <para> | |
63 <emphasis role="bold"><application>MPlayer</application> v0.10</emphasis>: Jan 1, 2001 | |
64 </para> | |
65 <para>The MPEG and AVI player in a single binary! | |
66 </para> | |
67 </listitem> | |
68 | |
69 <listitem> | |
70 <para> | |
71 <emphasis role="bold"><application>MPlayer</application> v0.11pre series</emphasis>: | |
72 </para> | |
73 <para> | |
74 Some new developers joined and since 0.11 the <application>MPlayer</application> | |
75 project is a team-work! Added ASF file support, and OpenDivX | |
76 (see <ulink url="http://www.projectmayo.com"/>) en/decoding. | |
77 </para> | |
78 </listitem> | |
79 | |
80 <listitem> | |
81 <para> | |
82 <emphasis role="bold"><application>MPlayer</application> v0.17a "The IdegCounter"</emphasis>: Apr 27, 2001 | |
83 </para> | |
84 <para> | |
85 The release version of the 0.11pre after 4 months of heavy | |
86 development! Try it, and be amazed! Thousands of new features added... | |
87 and of course old code was improved too, bugs removed etc. | |
88 </para> | |
89 </listitem> | |
90 | |
91 <listitem> | |
92 <para> | |
93 <emphasis role="bold"><application>MPlayer</application> 0.18 "The BugCounter"</emphasis>: Jul 9, 2001 | |
94 </para> | |
95 <para> | |
96 2 months since 0.17 and here's a new release.. Completed ASF | |
97 support, more subtitle formats, introduced libao (similar to libvo but to | |
98 audio), even more stable than ever, and so on. It's a MUST! | |
99 </para> | |
100 </listitem> | |
101 | |
102 <listitem> | |
103 <para> | |
104 <emphasis role="bold"><application>MPlayer</application> 0.50 "The Faszom(C)ounter"</emphasis>: Oct 8, 2001 | |
105 </para> | |
106 <para> | |
107 Hmm. Release again. Tons of new features, beta GUI version, | |
108 bugs fixed, new vo and ao drivers, ported to many systems, including | |
109 opensource DivX codecs and much more. Try it! | |
110 </para> | |
111 </listitem> | |
112 | |
113 <listitem> | |
114 <para> | |
115 <emphasis role="bold"><application>MPlayer</application> 0.60 "The RTFMCounter"</emphasis>: Jan 3, 2002 | |
116 </para> | |
117 <para> | |
118 MOV/VIVO/RM/FLI/NUV fileformats support, native CRAM, Cinepak, | |
119 ADPCM codecs, and support for XAnim's binary codecs; DVD subtitles support, | |
120 first release of <application>MEncoder</application>, TV grabbing, cache, | |
121 liba52, countless fixes. | |
122 </para> | |
123 </listitem> | |
124 | |
125 <listitem> | |
126 <para> | |
127 <emphasis role="bold"><application>MPlayer</application> 0.90pre10 "The BirthdayCounter"</emphasis> Nov 11, 2002 | |
128 </para> | |
129 <para> | |
130 Although this is not a release, I am going to mention it because it | |
131 came out 2 years after <application>MPlayer</application> v0.01. | |
132 Happy birthday, <application>MPlayer</application>! | |
133 </para> | |
134 </listitem> | |
135 | |
136 <listitem> | |
137 <para> | |
138 <emphasis role="bold"><application>MPlayer</application> 0.90rc1 "The CodecCounter"</emphasis> Dec 7, 2002 | |
139 </para> | |
140 <para> | |
141 Again not a release, but after adding Sorenson 3 (QuickTime) | |
142 and Windows Media 9 support, <application>MPlayer</application> is the | |
143 world's first movie player with support for all known video formats! | |
144 </para> | |
145 </listitem> | |
146 | |
147 <listitem> | |
148 <para> | |
149 <emphasis role="bold"><application>MPlayer</application> 0.90 "The CounterCounter"</emphasis> Apr 6, 2003 | |
150 </para> | |
151 <para> | |
152 After more than 1 year, we finally concluded that the code was indeed | |
153 stable again, and ready to be published as a release. Unfortunately we | |
154 forgot even to increase the version number, and other annoying bugs went | |
155 in, so get ready for... | |
156 </para> | |
157 </listitem> | |
158 | |
159 <listitem> | |
160 <para> | |
161 <emphasis role="bold"><application>MPlayer</application> 0.91</emphasis> Aug 13, 2003 | |
162 </para> | |
163 <para> | |
164 The above mentioned and lot of other bugs have been fixed. | |
165 This is the latest stable version. | |
166 </para> | |
167 </listitem> | |
168 | |
169 <listitem> | |
170 <para> | |
171 <emphasis role="bold"><application>MPlayer</application> 1.0pre1 "Development on the beach"</emphasis> Sep 1, 2003 | |
172 </para> | |
173 <para> | |
174 Although this is not a stable release, I am going to mention it because it is | |
175 the first pre version of the 1.0 series of <application>MPlayer</application> | |
176 and it is intended to help the <emphasis>big bug hunting party</emphasis>. | |
177 This is a huge step forward! | |
178 </para> | |
179 </listitem> | |
180 | |
181 <listitem> | |
182 <para> | |
183 <emphasis role="bold"><application>MPlayer</application> 1.0</emphasis> date yet unknown | |
184 </para> | |
185 </listitem> | |
9675 | 186 </itemizedlist> |
20079 | 187 </appendix> |