Mercurial > mplayer.hg
annotate DOCS/tech/wishlist @ 12257:15fedf4992b7
I consider myself ao_nas maintainer
author | ranma |
---|---|
date | Fri, 23 Apr 2004 11:00:05 +0000 |
parents | 31dd9aa9611c |
children | 5ca00576a26c |
rev | line source |
---|---|
8416 | 1 |
2 If wishes were fishes, we'd all cast nets ... | |
3 | |
4 | |
12180 | 5 |
8416 | 6 Documentation: |
7 | |
8 * a nice and complete MEncoder tutorial | |
9 | |
10 * continue docs review | |
11 | |
12 * check docs for completeness | |
13 | |
14 * write documentation HOWTO/rules document | |
15 | |
16 | |
17 | |
18 Small improvements: | |
19 | |
20 * vo mga should completely blank the screen like fbdev and tdfxfb | |
21 (maybe there should be an option - some people seem to like it the | |
22 way it is, but then fbdev should also behave like this..) | |
23 | |
24 * Debian package creates mplayer.conf.1 .2 ... | |
25 | |
26 * -vo fbdev -fb device ---> -fbdev:device | |
27 | |
10287 | 28 * accept dvd://9-12 command line |
29 | |
30 * make -geometry work with all vo drivers | |
31 | |
32 * Make the output windows remember their positions when resizing to | |
33 double size. | |
8416 | 34 |
10287 | 35 * Ability to completely disable those popups ('cannot access cdrom', |
36 'your system is too slow...'). | |
37 | |
38 * Ability to resize to full size/double size/triple (or half) size | |
39 upon key presses. | |
40 | |
12180 | 41 * wildcard support for MEncoder - mencoder *.avi blah |
42 | |
8416 | 43 |
44 | |
45 Cleanup: | |
46 | |
47 * integrate dvdnav into mplayer structure | |
48 | |
49 * integrate libmpdvdkit2 into mplayer structure (message system and | |
50 command line options) | |
51 | |
52 * remove all obsolete code, options, files etc | |
53 | |
12180 | 54 * move Zoran JPEG encoder to video filters |
8416 | 55 |
56 * convert -zr options to -zr suboption:suboption format | |
57 | |
10287 | 58 * Restructure configure and fix CPU flags supported but not shown. |
59 | |
60 | |
8416 | 61 |
62 Filters: | |
63 | |
64 * eq filter should support RGB in addition to YUV | |
65 | |
66 | |
67 | |
68 Enhancements: | |
69 | |
70 * adapt colored output from MPlayerXP | |
71 | |
10287 | 72 * merge VIDIX from MPlayerXP/sourceforge |
73 | |
12180 | 74 * port ASF muxing from MPlayerXP |
10287 | 75 |
76 * write nut muxer/demuxer | |
8416 | 77 |
78 * SSA style & colors handling | |
79 | |
9644
0fe056bdb135
vop -> vf change, small fixes. The Polish documentation should be checked for correctness.
jonas
parents:
8416
diff
changeset
|
80 * plugin structure for vf/af |
8416 | 81 |
82 * support for VirtualDub and Winamp plugins | |
83 | |
84 * implement xawtv config file parser (for channels, etc) | |
85 | |
86 * finish icc support | |
87 | |
88 * G400 2nd head through mga_vid ;) | |
89 | |
12180 | 90 * DTS support |
8416 | 91 |
92 * do more things automagically | |
93 | |
94 * guess correct DVD title | |
95 | |
12180 | 96 * SYUV and paletted RGB support in swscaler |
10287 | 97 |
98 * implement Plextor compatible SCSI VCD reading | |
99 | |
100 * udp:// support (like xine and vlc) | |
101 | |
12180 | 102 * -stop option for MPlayer similar to -endpos for MEncoder |
103 | |
104 * color subtitles | |
10287 | 105 |
12180 | 106 * swf (flash) demuxer |
107 | |
108 * DirectX video acceleration -vo for Windows (similar to XvmC) | |
109 | |
110 * hardware MPEG encoding support (Ati cards) | |
111 | |
8416 | 112 |
113 | |
114 Difficult stuff: | |
115 | |
10287 | 116 * reverse engineer all closed source codecs (QDM2, WMV9, Real, ...) |
117 | |
118 * support for Bink/Smacker codecs | |
119 | |
120 * frame stepping | |
121 | |
122 * allow frame insertion & removal in video filters (with timestamps) | |
123 | |
124 * mixing of multiple videos (picture in picture, ...) | |
8416 | 125 |
126 * stay in pause after seek, fullscreen etc | |
127 | |
128 * write something like mptv to replace xawtv | |
129 | |
12180 | 130 * write/adapt a C implementation of RTSP |
8416 | 131 |
132 * real mmsu:// support | |
133 | |
12180 | 134 * encode to OGM, MP4, ASF, nut |
8416 | 135 |
136 * xinerama video filter that splits movie to 2 screens (like zr) | |
137 | |
138 * top notch DVD navigation like a hardware player | |
10287 | 139 |
11050 | 140 * JACK support |
10287 | 141 |
142 * write mpdump application to handle all -dump* options | |
143 | |
144 * modular MEncoder with audio encoding API | |
12180 | 145 |
146 * support for pausing/resuming of encoding in MEncoder | |
147 | |
148 * TV support under Windows | |
149 | |
150 * DRM support (divx.com, WMV, WMA, iTunes) |