Mercurial > mplayer.hg
annotate DOCS/tech/wishlist @ 12752:b07283b38e52
We now have JACK audio output
author | rtognimp |
---|---|
date | Fri, 02 Jul 2004 20:51:15 +0000 |
parents | 7b7eb22f71e7 |
children | 6b05d32f6bd5 |
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 | |
12649 | 26 * -vo fbdev -fb device ---> -vo fbdev:device |
8416 | 27 |
10287 | 28 * make -geometry work with all vo drivers |
29 | |
30 * Make the output windows remember their positions when resizing to | |
31 double size. | |
8416 | 32 |
10287 | 33 * Ability to completely disable those popups ('cannot access cdrom', |
34 'your system is too slow...'). | |
35 | |
36 * Ability to resize to full size/double size/triple (or half) size | |
37 upon key presses. | |
38 | |
12180 | 39 * wildcard support for MEncoder - mencoder *.avi blah |
40 | |
12404 | 41 * real mute support, not just setting volume 0 |
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 | |
12417 | 112 * automatically display subtitles in black bands |
113 | |
12649 | 114 * nsc playlist support |
115 | |
8416 | 116 |
117 | |
118 Difficult stuff: | |
119 | |
12404 | 120 * RE all closed source codecs (QDM2, WMV9, RV30, RV40, cook, ...) |
10287 | 121 |
122 * support for Bink/Smacker codecs | |
123 | |
12404 | 124 * frame by frame seeking/playback |
10287 | 125 |
126 * allow frame insertion & removal in video filters (with timestamps) | |
127 | |
128 * mixing of multiple videos (picture in picture, ...) | |
8416 | 129 |
130 * stay in pause after seek, fullscreen etc | |
131 | |
132 * write something like mptv to replace xawtv | |
133 | |
12404 | 134 * write/adapt a C implementation of live.com RTSP |
135 | |
136 * unify live.com and Real RTSP | |
8416 | 137 |
138 * real mmsu:// support | |
139 | |
12180 | 140 * encode to OGM, MP4, ASF, nut |
8416 | 141 |
142 * xinerama video filter that splits movie to 2 screens (like zr) | |
143 | |
144 * top notch DVD navigation like a hardware player | |
10287 | 145 |
146 * write mpdump application to handle all -dump* options | |
147 | |
148 * modular MEncoder with audio encoding API | |
12180 | 149 |
150 * support for pausing/resuming of encoding in MEncoder | |
151 | |
152 * TV support under Windows | |
153 | |
154 * DRM support (divx.com, WMV, WMA, iTunes) | |
12404 | 155 |
156 * variable-fps output support for MEncoder | |
157 | |
158 * smooth stream switching / multiple file caching to avoid the small skip | |
159 between files when playing multiple files | |
160 | |
161 * multiple input support for MEncoder |