summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-05 00:30:17 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-05 00:30:17 +0000
commitbc4995cdea383d9cfa58ad8d861e406c8372ab32 (patch)
tree6dbb29172f66a5a37177d9162aec836d4fb4e037
parent2f5f4f3c5affc12f1513b7d992c177bf71de9a23 (diff)
downloadmpv-bc4995cdea383d9cfa58ad8d861e406c8372ab32.tar.bz2
mpv-bc4995cdea383d9cfa58ad8d861e406c8372ab32.tar.xz
Update regarding linmp1e usage, submitted by D: Holm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3331 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/DXR340
1 files changed, 18 insertions, 22 deletions
diff --git a/DOCS/DXR3 b/DOCS/DXR3
index 12b6622045..b3f7fd60e9 100644
--- a/DOCS/DXR3
+++ b/DOCS/DXR3
@@ -1,7 +1,14 @@
DXR3/H+ video/audio output plugins manual by David Holm
=======================================================
-2001-11-29: thanks to Felix Buenemann I managed to
+2001-12-04: Thanks to Inaki Garci'a Etxebarria of
+ zapping.sourceforge.net we have now
+ abandoned rte since it caused problems for
+ users who didn't rtfm and compiled it with
+ ffmpeg support. Instead we are now using
+ libmp1e which is a modified version of mp1e.
+
+2001-11-29: Thanks to Felix Buenemann I managed to
optimize the odivx playback as well as add
support for the rest of the codecs!
@@ -11,11 +18,6 @@ DXR3/H+ video/audio output plugins manual by David Holm
fix the final mp1e bugs (and contributing
to the libvo2 development)
-2001-11-27: -ao dxr3 now works, still a few bugs though
- you might have to reload the em8300 modules
- after a playback or you might get static the
- next time you use the dxr3 audio interface.
-
1. Introduction
The DXR3 and Hollywood+ are two not too different mpeg-(1/2) and ac3
@@ -44,26 +46,15 @@ These days, you have two uses for this card:
2. You discover what I have done with the implementation of this as
an audio/video output device for mplayer (read on and you'll find
out).
-
+
2. Requirements
- * First of all you will need the DXR3/H+ drivers properly installed,
- including the dev-api.
- These can be downloaded from dxr3.sourceforge.net (I suggest using
- the CVS version since most of the time I use the latest features
- which are only available through cvs)
-
- * Second, if you want to be able to play back anything other than
- mpeg12 (vcd/dvd) through your dxr3 you need to install RTE from
- zapping.sourceforge.net compile and install it BEFORE running
- configure in the mplayer dir. With RTE you should be able to play
- any movie supported by MPlayer.
-
- * Run <mplayerdir>/configure and make sure that DXR3/H+ support =yes
- and optionally that mp1e rte = yes, if it's = no, please mail me
- your configure.log and I'll fix it.
+ * First of all you will need the DXR3/H+ drivers properly installed.
+ Version 0.9.0 or later
+
+ * Run <mplayerdir>/configure and make sure that DXR3/H+ support = yes
From here on compilation (of at least my code ;) should go without any
problems.
@@ -95,6 +86,11 @@ Other codecs:
No "-vc <codec>" switches should be required as mplayer will autodetect.
If you find an unsupported codec please contact me!
+* Avoid running mplayer as root or setuid root as rtc timing seems to
+ slow down playback on the dxr3 for some users. I will look into this
+ at a later point as this hardly qualifies as a severe bug *
+
+
4. Contacting me