Mercurial > mplayer.hg
annotate DOCS/tech/wishlist @ 10171:92adc6f5c00c
Recognize ra and rm extensions even with query strings,
eg: rstp://www.addr.com/file.rm?var=123
Based on an idea by Felix Buenemann
author | rtognimp |
---|---|
date | Fri, 23 May 2003 19:41:37 +0000 |
parents | 0fe056bdb135 |
children | e75a65153f18 |
rev | line source |
---|---|
8416 | 1 |
2 If wishes were fishes, we'd all cast nets ... | |
3 | |
4 | |
5 Documentation: | |
6 | |
7 * a nice and complete MEncoder tutorial | |
8 | |
9 * continue docs review | |
10 | |
11 * check docs for completeness | |
12 | |
13 * write documentation HOWTO/rules document | |
14 | |
15 * New german documentation maintainer ;) | |
16 | |
17 | |
18 Bug fixes: | |
19 | |
20 * fix mf ijpg encoding | |
21 | |
22 * fix crashing DLLs | |
23 | |
24 | |
25 Small improvements: | |
26 | |
27 * vo mga should completely blank the screen like fbdev and tdfxfb | |
28 (maybe there should be an option - some people seem to like it the | |
29 way it is, but then fbdev should also behave like this..) | |
30 | |
31 * Debian package creates mplayer.conf.1 .2 ... | |
32 | |
33 * -vo fbdev -fb device ---> -fbdev:device | |
34 | |
35 * accept -dvd 9-12 command line | |
36 | |
37 * specify suboptions in a config file without breaking playback (use | |
9644
0fe056bdb135
vop -> vf change, small fixes. The Polish documentation should be checked for correctness.
jonas
parents:
8416
diff
changeset
|
38 channel 21 if using -tv, same idea for -vf, -af, etc...) |
8416 | 39 |
40 | |
41 Cleanup: | |
42 | |
43 * move -dump* options to mencoder | |
44 | |
45 * integrate dvdnav into mplayer structure | |
46 | |
47 * integrate libmpdvdkit2 into mplayer structure (message system and | |
48 command line options) | |
49 | |
50 * remove all obsolete code, options, files etc | |
51 | |
52 * modularize all VOs, AOs, as well as audio/video codecs/filters like | |
53 vidix drivers; it'd make the main binary smaller and packager's job | |
54 easier | |
55 | |
56 * move zoran jpeg encoder to video filters | |
57 | |
58 * convert -zr options to -zr suboption:suboption format | |
59 | |
60 | |
61 Filters: | |
62 | |
63 * eq filter should support RGB in addition to YUV | |
64 | |
65 * drop-deinterlace plugin | |
66 | |
67 * hue, saturation sw eq filters | |
68 | |
69 * implement gamma correcture filter | |
70 | |
71 | |
72 Enhancements: | |
73 | |
74 * adapt colored output from MPlayerXP | |
75 | |
76 * merge VIDIX from MPlayerXP | |
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 | |
90 * dts support | |
91 | |
92 * do more things automagically | |
93 | |
94 * guess correct DVD title | |
95 | |
96 * syuv support in swscaler | |
97 | |
98 | |
99 Difficult stuff: | |
100 | |
101 * reverse engineer all closed codecs (SVQ3, QDM2, WMV8/9...) | |
102 | |
103 * stay in pause after seek, fullscreen etc | |
104 | |
105 * write something like mptv to replace xawtv | |
106 | |
107 * write a C implementation of rtsp (redundant) | |
108 | |
109 * real mmsu:// support | |
110 | |
111 * encode to mpg, ogm, mp4, asf | |
112 | |
113 * develop new video overlay interface (something like vidix but with | |
114 less idiotic interface and more compatible with Xv for easier | |
115 driver porting) | |
116 | |
117 * scale playback speed | |
118 | |
119 * xinerama video filter that splits movie to 2 screens (like zr) | |
120 | |
121 * top notch DVD navigation like a hardware player |