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