blob: 11c644f1aff58f975c8e24e80cc440e1abb994da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
The road to 1.0
required for 1.0
----------------
- fix rate estimation in demux_mpeg/demux_mpeg_block
obs: rate estimation is now fixed for dvds.
- input_dvd: detect errors, display useful error messages
obs: partialy implemented. all modules must be checked
for error reporting.
- update xine hacker's guide
- have all network input plugins to use the same code with select().
must be able to stop engine while waiting for data.
optional
--------
- fix streaming of small files (e.g. http)
- input_rtp
- rtsp support (currently only real's rtsp derivate is implemented)
- theora support
- 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)
- 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)
- xvid decoder plugin
- opengl video output plugin (matthias)
- irix audio output plugin (matthias)
- update DVB plugin (latest API, DVB-C support) (guenter)
- support changing channel for V4L (event already defined in xine.h)
Open Tasks
==========
- resurrect the win32 port
- port to other OS (Net/OpenBSD, Win32, hurd ...?)
- MicroDVD input plugin
- video output synced to vertical blank
preferably without requiring
root privileges (XSync extension? MAS?)
- direct playback of vcd images
- isma support (mpeg4ip.sf.net)
- find out what all those people requesting rtp/multicast/... support
really want and how to implement it :)
- resolve issues with ffmpeg's live http streaming server
- videolan streaming support
- support for theora
- MAS support (http://www.mediaapplicationserver.net)
- nonlinear video editing and compositing frontend (michael)
- stream format conversion frontend
- audio filters
- implement get_audio/video_frame at least for 1 set of demuxer+decoders
|