Mercurial > mplayer.hg
annotate DOCS/tech/wishlist @ 15849:09b9805cbb18
synced with 1.80
author | gabrov |
---|---|
date | Wed, 29 Jun 2005 10:56:35 +0000 |
parents | 7377c69c230c |
children | 73b892059101 |
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 | |
10287 | 26 * make -geometry work with all vo drivers |
27 | |
28 * Make the output windows remember their positions when resizing to | |
29 double size. | |
8416 | 30 |
10287 | 31 * Ability to completely disable those popups ('cannot access cdrom', |
32 'your system is too slow...'). | |
33 | |
34 * Ability to resize to full size/double size/triple (or half) size | |
35 upon key presses. | |
36 | |
12180 | 37 * wildcard support for MEncoder - mencoder *.avi blah |
38 | |
12404 | 39 * real mute support, not just setting volume 0 |
40 | |
13209 | 41 * option to force a codec even if not configured as decoder in codecs.conf |
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 | |
10287 | 54 * Restructure configure and fix CPU flags supported but not shown. |
55 | |
56 | |
8416 | 57 |
58 Filters: | |
59 | |
60 * eq filter should support RGB in addition to YUV | |
61 | |
62 | |
63 | |
64 Enhancements: | |
65 | |
66 * adapt colored output from MPlayerXP | |
67 | |
10287 | 68 * merge VIDIX from MPlayerXP/sourceforge |
69 | |
12180 | 70 * port ASF muxing from MPlayerXP |
10287 | 71 |
72 * write nut muxer/demuxer | |
8416 | 73 |
74 * SSA style & colors handling | |
75 | |
76 * support for VirtualDub and Winamp plugins | |
77 | |
78 * implement xawtv config file parser (for channels, etc) | |
79 | |
80 * finish icc support | |
81 | |
82 * G400 2nd head through mga_vid ;) | |
83 | |
84 * do more things automagically | |
85 | |
86 * guess correct DVD title | |
87 | |
12180 | 88 * SYUV and paletted RGB support in swscaler |
10287 | 89 |
90 * implement Plextor compatible SCSI VCD reading | |
91 | |
12180 | 92 * -stop option for MPlayer similar to -endpos for MEncoder |
93 | |
94 * color subtitles | |
10287 | 95 |
14904 | 96 * swf (flash) demuxer (working through libavformat) |
12180 | 97 |
98 * DirectX video acceleration -vo for Windows (similar to XvmC) | |
99 | |
100 * hardware MPEG encoding support (Ati cards) | |
101 | |
12417 | 102 * automatically display subtitles in black bands |
103 | |
12649 | 104 * nsc playlist support |
105 | |
14900
13f99f9a5097
MEncoder now supports multiple files, Jack transport API requested.
diego
parents:
14805
diff
changeset
|
106 * implement Jack Transport API |
8416 | 107 |
15120
7377c69c230c
Add a starting point for people to implement stream quality selection.
diego
parents:
15032
diff
changeset
|
108 * Stream quality selection, possibly based on available bandwidth. |
7377c69c230c
Add a starting point for people to implement stream quality selection.
diego
parents:
15032
diff
changeset
|
109 Currently only available for MMS-over-HTTP (libmpdemux/asf_streaming.c). |
15032 | 110 |
8416 | 111 |
112 Difficult stuff: | |
113 | |
14904 | 114 * RE all closed source codecs (QDMC, WMV9, RV30, RV40, cook, ...) |
10287 | 115 |
116 * support for Bink/Smacker codecs | |
117 | |
12404 | 118 * frame by frame seeking/playback |
10287 | 119 |
120 * allow frame insertion & removal in video filters (with timestamps) | |
121 | |
122 * mixing of multiple videos (picture in picture, ...) | |
8416 | 123 |
124 * write something like mptv to replace xawtv | |
125 | |
12404 | 126 * write/adapt a C implementation of live.com RTSP |
127 | |
128 * unify live.com and Real RTSP | |
8416 | 129 |
130 * real mmsu:// support | |
131 | |
12180 | 132 * encode to OGM, MP4, ASF, nut |
8416 | 133 |
134 * xinerama video filter that splits movie to 2 screens (like zr) | |
135 | |
136 * top notch DVD navigation like a hardware player | |
10287 | 137 |
138 * write mpdump application to handle all -dump* options | |
139 | |
140 * modular MEncoder with audio encoding API | |
12180 | 141 |
142 * support for pausing/resuming of encoding in MEncoder | |
143 | |
144 * TV support under Windows | |
145 | |
146 * DRM support (divx.com, WMV, WMA, iTunes) | |
12404 | 147 |
148 * variable-fps output support for MEncoder | |
149 | |
150 * smooth stream switching / multiple file caching to avoid the small skip | |
151 between files when playing multiple files |