comparison DOCS/xml/en/history.xml @ 9675:62c5a17038ba

XML version of MPlayer's doc
author nicolas
date Sun, 23 Mar 2003 23:35:12 +0000
parents
children a570a78537aa
comparison
equal deleted inserted replaced
9674:461f71ba8af4 9675:62c5a17038ba
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!-- FIXME: history really should be in the appendix -->
3 <sect1 id="history">
4 <title>History</title>
5
6 <para>
7 This began a year ago... I (A'rpi) have tried lots of players under linux
8 (mtv, xmps, dvdview, livid/oms, videolan, xine, xanim, avifile, xmmp) but
9 they all have some problem. Mostly with special files or with audio/video
10 sync. Most of them is unable to play both MPEG1, MPEG2 and AVI (DivX)
11 files. Many players have image quality or speed problems too. So I've
12 decided to write/modify one...
13
14 <itemizedlist>
15 <listitem><para>
16 <emphasis role="bold">mpg12play v0.1-v0.3</emphasis>: Sep 22-25, 2000
17 </para>
18 <para>The first try, hacked together in a half hour! I've used libmpeg3
19 from <ulink url="http://www.heroinewarrior.com"/> up to the version 0.3, but
20 there were image quality and speed problems with it.
21 </para></listitem>
22 <listitem><para>
23 <emphasis role="bold">mpg12play v0.5-v0.87</emphasis>: Sep 28-Oct 20, 2000
24 </para><para>Mpeg codec replaced with DVDview by Dirk Farin, it was a
25 great stuff, but it was slow and was written in C++ (I hate C++!!!)
26 </para></listitem>
27 <listitem><para>
28 <emphasis role="bold">mpg12play v0.9-v0.95pre5</emphasis>: Oct 21-Nov 2, 2000
29 </para><para>Mpeg codec was libmpeg2 (mpeg2dec) by Aaron Holtzman and
30 Michel Lespinasse. It's great, optimized very fast C code with perfect
31 image quality and 100% MPEG standard conformance.
32 </para></listitem>
33 <listitem><para>
34 <emphasis role="bold">MPlayer v0.3-v0.9</emphasis>: Nov 18-Dec 4, 2000
35 </para><para>It was a pack of two programs: mpg12play v0.95pre6 and my
36 new simple AVI player 'avip' based on avifile's Win32 DLL loader.
37 </para></listitem>
38 <listitem><para>
39 <emphasis role="bold">MPlayer v0.10</emphasis>: Jan 1, 2001
40 </para><para>The MPEG and AVI player in a single binary!
41 </para></listitem>
42 <listitem><para>
43 <emphasis role="bold">MPlayer v0.11pre series</emphasis>:
44 </para><para>Some new developers joined and from 0.11 the mplayer project
45 is a team-work! Added ASF file support, and OpenDivX
46 (see <ulink url="http://www.projectmayo.com"/>) en/decoding.
47 </para></listitem>
48 <listitem><para>
49 <emphasis role="bold">MPlayer v0.17a "The IdegCounter"</emphasis> Apr 27, 2001
50 </para><para>The release version of the 0.11pre after 4 months of heavy
51 development! Try it, and be amazed! Thousands of new features added...
52 and of course old code was improved too, bugs removed etc.
53 </para></listitem>
54 <listitem><para>
55 <emphasis role="bold">MPlayer 0.18 "The BugCounter"</emphasis> Jul 9, 2001
56 </para><para>2 months since 0.17 and here's a new release.. Completed ASF
57 support, more subtitle formats, introduced libao (similar to libvo but to
58 audio), even more stable than ever, and so on. It's a MUST!
59 </para></listitem>
60 <listitem><para>
61 <emphasis role="bold">MPlayer 0.50 "The Faszom(C)ounter"</emphasis> Oct 8, 2001
62 </para><para>Hmm. Release again. Tons of new features, beta GUI version,
63 bugs fixed, new vo and ao drivers, ported to many systems, including
64 opensource DivX codecs and much more. Try it!
65 </para></listitem>
66 <listitem><para>
67 <emphasis role="bold">MPlayer 0.60 "The RTFMCounter"</emphasis> Jan 3, 2002
68 </para><para>MOV/VIVO/RM/FLI/NUV fileformats support, native CRAM, Cinepak,
69 ADPCM codecs, and support for XAnim's binary codecs; DVD subtitles support,
70 first release of MEncoder, TV grabbing, cache, liba52, countless fixes.
71 </para></listitem>
72 <listitem><para>
73 <emphasis role="bold">MPlayer 0.90pre10 "The BirthdayCounter"</emphasis> Nov 11, 2002
74 </para><para> Although this is not a release, I am going to mention it because it
75 came out 2 years after MPlayer v0.01. Happy birthday, MPlayer!
76 </para></listitem>
77 <listitem><para>
78 <emphasis role="bold">MPlayer 0.90rc1 "The CodecCounter"</emphasis> Dec 7, 2002
79 </para><para>Again not a release, but after adding Sorenson 3 (QuickTime)
80 and Windows Media 9 support, MPlayer is the world's first movie player with
81 support for all known video formats!
82 </para></listitem>
83 <listitem><para>
84 <emphasis role="bold">MPlayer 0.90 "?"</emphasis> Date yet unknown
85 </para></listitem>
86 </itemizedlist>
87 </para>
88 </sect1>