annotate DOCS/xml/en/history.xml @ 10253:978b12dcb9ef

- open new_ds_[audio | video] only when the relative streams are really available - consequently, -nosound now works - simplified the feeding (to ds_) function - eliminated the previous buffering of ES data (so it should be a little faster) - discard junk ES data after payload_size for the current pes packet is 0 - reduced the probe buffer - better support for audio only TS (DAB seems to have many fans) - fixes the wrong spacing (now fixed at 8 chars) - makes static all the functions that are not exported - comments the unused code that I could need in the future patch by Nico <nsabbi@libero.it>
author arpi
date Sat, 07 Jun 2003 11:30:19 +0000
parents bfb39cff0b18
children 49b1a67e7381
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1 <?xml version="1.0" encoding="iso-8859-1"?>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2 <!-- FIXME: history really should be in the appendix -->
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
3 <sect1 id="history">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
4 <title>History</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
5
10229
nicolas
parents: 10132
diff changeset
6 <blockquote><para>
nicolas
parents: 10132
diff changeset
7 This began a year ago... I have tried lots of players under linux
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
8 (mtv, xmps, dvdview, livid/oms, videolan, xine, xanim, avifile, xmmp) but
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
9 they all have some problem. Mostly with special files or with audio/video
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
10 sync. Most of them is unable to play both MPEG1, MPEG2 and AVI (DivX)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
11 files. Many players have image quality or speed problems too. So I've
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
12 decided to write/modify one...
10229
nicolas
parents: 10132
diff changeset
13 </para></blockquote><para>A'rpi, 2001</para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
14
10229
nicolas
parents: 10132
diff changeset
15 <para>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
16 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
17 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
18 <emphasis role="bold">mpg12play v0.1-v0.3</emphasis>: Sep 22-25, 2000
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
19 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
20 <para>The first try, hacked together in a half hour! I've used libmpeg3
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
21 from <ulink url="http://www.heroinewarrior.com"/> up to the version 0.3, but
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
22 there were image quality and speed problems with it.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
23 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
24 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
25 <emphasis role="bold">mpg12play v0.5-v0.87</emphasis>: Sep 28-Oct 20, 2000
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
26 </para><para>Mpeg codec replaced with DVDview by Dirk Farin, it was a
10229
nicolas
parents: 10132
diff changeset
27 great stuff, but it was slow and was written in C++ (A'rpi hate C++!!!)
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
28 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
29 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
30 <emphasis role="bold">mpg12play v0.9-v0.95pre5</emphasis>: Oct 21-Nov 2, 2000
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
31 </para><para>Mpeg codec was libmpeg2 (mpeg2dec) by Aaron Holtzman and
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
32 Michel Lespinasse. It's great, optimized very fast C code with perfect
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
33 image quality and 100% MPEG standard conformance.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
34 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
35 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
36 <emphasis role="bold">MPlayer v0.3-v0.9</emphasis>: Nov 18-Dec 4, 2000
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
37 </para><para>It was a pack of two programs: mpg12play v0.95pre6 and my
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
38 new simple AVI player 'avip' based on avifile's Win32 DLL loader.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
39 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
40 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
41 <emphasis role="bold">MPlayer v0.10</emphasis>: Jan 1, 2001
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
42 </para><para>The MPEG and AVI player in a single binary!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
43 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
44 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
45 <emphasis role="bold">MPlayer v0.11pre series</emphasis>:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
46 </para><para>Some new developers joined and from 0.11 the mplayer project
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
47 is a team-work! Added ASF file support, and OpenDivX
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
48 (see <ulink url="http://www.projectmayo.com"/>) en/decoding.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
49 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
50 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
51 <emphasis role="bold">MPlayer v0.17a "The IdegCounter"</emphasis> Apr 27, 2001
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
52 </para><para>The release version of the 0.11pre after 4 months of heavy
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
53 development! Try it, and be amazed! Thousands of new features added...
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
54 and of course old code was improved too, bugs removed etc.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
55 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
56 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
57 <emphasis role="bold">MPlayer 0.18 "The BugCounter"</emphasis> Jul 9, 2001
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
58 </para><para>2 months since 0.17 and here's a new release.. Completed ASF
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
59 support, more subtitle formats, introduced libao (similar to libvo but to
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
60 audio), even more stable than ever, and so on. It's a MUST!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
61 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
62 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
63 <emphasis role="bold">MPlayer 0.50 "The Faszom(C)ounter"</emphasis> Oct 8, 2001
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
64 </para><para>Hmm. Release again. Tons of new features, beta GUI version,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
65 bugs fixed, new vo and ao drivers, ported to many systems, including
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
66 opensource DivX codecs and much more. Try it!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
67 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
68 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
69 <emphasis role="bold">MPlayer 0.60 "The RTFMCounter"</emphasis> Jan 3, 2002
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
70 </para><para>MOV/VIVO/RM/FLI/NUV fileformats support, native CRAM, Cinepak,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
71 ADPCM codecs, and support for XAnim's binary codecs; DVD subtitles support,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
72 first release of MEncoder, TV grabbing, cache, liba52, countless fixes.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
73 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
74 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
75 <emphasis role="bold">MPlayer 0.90pre10 "The BirthdayCounter"</emphasis> Nov 11, 2002
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
76 </para><para> Although this is not a release, I am going to mention it because it
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
77 came out 2 years after MPlayer v0.01. Happy birthday, MPlayer!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
78 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
79 <listitem><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
80 <emphasis role="bold">MPlayer 0.90rc1 "The CodecCounter"</emphasis> Dec 7, 2002
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
81 </para><para>Again not a release, but after adding Sorenson 3 (QuickTime)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
82 and Windows Media 9 support, MPlayer is the world's first movie player with
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
83 support for all known video formats!
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
84 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
85 <listitem><para>
10111
a570a78537aa various fixes and updates
nicolas
parents: 9675
diff changeset
86 <emphasis role="bold">MPlayer 0.90 "The CounterCounter"</emphasis> Apr 6, 2003
10132
nicolas
parents: 10111
diff changeset
87 </para><para>After more than 1 year, we finally concluded that the code was indeed
nicolas
parents: 10111
diff changeset
88 stable again, and ready to be published as a release. Unfortunately we
nicolas
parents: 10111
diff changeset
89 forgot even to increase the version number, and other annoying bugs went
nicolas
parents: 10111
diff changeset
90 in, so get ready for...
nicolas
parents: 10111
diff changeset
91 </para></listitem>
nicolas
parents: 10111
diff changeset
92 <listitem><para>
nicolas
parents: 10111
diff changeset
93 <emphasis role="bold">MPlayer 0.91 "?"</emphasis> date yet unknown
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
94 </para></listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
95 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
96 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
97 </sect1>