diff options
author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-03-02 15:25:38 +0000 |
---|---|---|
committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2003-03-02 15:25:38 +0000 |
commit | 1e2a16b0ec16c32b99c1be0a6ac026fb88426ae5 (patch) | |
tree | c67525ea4e6f8bdb6fb975dc8bca9a46aef8c4a4 | |
parent | 8616545efec320b75f62ccad93446720d806501b (diff) | |
download | xine-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-- | ChangeLog | 3 | ||||
-rw-r--r-- | TODO | 2 |
2 files changed, 2 insertions, 3 deletions
@@ -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 @@ -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) |