summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaut Mattern <tmattern@users.sourceforge.net>2003-03-02 15:25:38 +0000
committerThibaut Mattern <tmattern@users.sourceforge.net>2003-03-02 15:25:38 +0000
commit1e2a16b0ec16c32b99c1be0a6ac026fb88426ae5 (patch)
treec67525ea4e6f8bdb6fb975dc8bca9a46aef8c4a4
parent8616545efec320b75f62ccad93446720d806501b (diff)
downloadxine-lib-1e2a16b0ec16c32b99c1be0a6ac026fb88426ae5.tar.gz
xine-lib-1e2a16b0ec16c32b99c1be0a6ac026fb88426ae5.tar.bz2
- https protocol
- streaming of avi files CVS patchset: 4318 CVS date: 2003/03/02 15:25:38
-rw-r--r--ChangeLog3
-rw-r--r--TODO2
2 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fb9048279..4156ff4e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,8 @@ xine-lib (1-beta7)
* libdvdnav updated to 0.1.6cvs: fixes a whole class of problems caused
by dvdnav being a bit ahead in the stream due to xine's fifos
* libdvdread updated to 0.9.4
-
+ * streaming of avi files (e.g. via http)
+
xine-lib (1-beta6)
* inform the width and height for the v4l input plugin
* ffmpeg aspect ratio detection code fixed
diff --git a/TODO b/TODO
index c830f6ab0..68836d723 100644
--- a/TODO
+++ b/TODO
@@ -19,13 +19,11 @@ optional
- input_rtp
- rtsp support (currently only real's rtsp derivate is implemented)
- theora support
-- mmsh support (thibaut)
- detect broken savage drivers in health check, disable Xv in that case
- id3v2 (guenter)
- directfb video output plugin
- reduce memory footprint (e.g. variable fifo buffer sizes...)
- bring dxr3 video out to work with aaxine (michael)
-- streaming of avi files (e.g. via http)
- Multiple DVD Subtitles displayed at the same time (jcdutton)
- Move read cache code from libdvdnav into input_dvd.c (jcdutton)
- Support DVD "Trick" modes. Super Fast forward/reverse (jcdutton)