Mercurial > mplayer.hg
annotate DOCS/tech/wishlist @ 22212:f45084fb38dc
update wishlist, approved by diego
author | compn |
---|---|
date | Fri, 16 Feb 2007 13:56:04 +0000 |
parents | 0e7e0f09db8b |
children | f76208fe4b3e |
rev | line source |
---|---|
8416 | 1 |
2 If wishes were fishes, we'd all cast nets ... | |
3 | |
4 | |
12180 | 5 |
8416 | 6 Documentation: |
7 | |
17519 | 8 * continue MEncoder tutorial |
9 | |
10 * review manual page again | |
8416 | 11 |
17519 | 12 * split manual page |
8416 | 13 |
17519 | 14 * update and rewrite the XML documentation |
15 | |
16 * check documentation for completeness | |
8416 | 17 |
18 * write documentation HOWTO/rules document | |
19 | |
17519 | 20 * write -lavdopts documentation |
21 | |
22212 | 22 * continue ipod/embedded device encoding guide |
8416 | 23 |
24 | |
25 Small improvements: | |
26 | |
17519 | 27 * vo_mga should completely blank the screen like fbdev and tdfxfb |
8416 | 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 | |
10287 | 33 * Make the output windows remember their positions when resizing to |
34 double size. | |
8416 | 35 |
10287 | 36 * Ability to resize to full size/double size/triple (or half) size |
37 upon key presses. | |
38 | |
17519 | 39 * real mute support, not just setting volume to 0 |
13209 | 40 |
22212 | 41 * add help suboption to -lavcopts vcodec=/acodec=, -lavfopts format=, |
42 -tv driver=, -subcp, and anything else that needs it. | |
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 | |
22212 | 62 * pitch audio filter |
63 | |
64 * move filters into ffmpeg | |
8416 | 65 |
66 | |
67 Enhancements: | |
68 | |
10287 | 69 * merge VIDIX from MPlayerXP/sourceforge |
70 | |
8416 | 71 * support for VirtualDub and Winamp plugins |
72 | |
73 * implement xawtv config file parser (for channels, etc) | |
74 | |
75 * G400 2nd head through mga_vid ;) | |
76 | |
77 * do more things automagically | |
78 | |
79 * guess correct DVD title | |
80 | |
12180 | 81 * SYUV and paletted RGB support in swscaler |
10287 | 82 |
83 * implement Plextor compatible SCSI VCD reading | |
84 | |
12180 | 85 * DirectX video acceleration -vo for Windows (similar to XvmC) |
86 | |
87 * hardware MPEG encoding support (Ati cards) | |
88 | |
22212 | 89 * make -ass-use-margins work on widescreen video only! (not 4/3 video) |
12417 | 90 |
12649 | 91 * nsc playlist support |
92 | |
14900
13f99f9a5097
MEncoder now supports multiple files, Jack transport API requested.
diego
parents:
14805
diff
changeset
|
93 * implement Jack Transport API |
8416 | 94 |
15120
7377c69c230c
Add a starting point for people to implement stream quality selection.
diego
parents:
15032
diff
changeset
|
95 * 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
|
96 Currently only available for MMS-over-HTTP (libmpdemux/asf_streaming.c). |
15032 | 97 |
17389 | 98 * MOD playback (via libmodplug?) - bug #434 |
8416 | 99 |
17519 | 100 * allow multiple -dump* options at the same time - bug #70 |
101 | |
22212 | 102 * scale osd when video window changes size |
17519 | 103 |
22212 | 104 * get -ass working in mencoder |
17519 | 105 |
8416 | 106 Difficult stuff: |
107 | |
22212 | 108 * RE all closed source codecs (QDMC, WMA9, RV30, RV40, sipr, ...) |
10287 | 109 |
110 * support for Bink/Smacker codecs | |
111 | |
112 * allow frame insertion & removal in video filters (with timestamps) | |
113 | |
114 * mixing of multiple videos (picture in picture, ...) | |
8416 | 115 |
116 * write something like mptv to replace xawtv | |
117 | |
17519 | 118 * write/adapt a C implementation of live555 RTSP |
12404 | 119 |
17519 | 120 * unify live555 and Real RTSP |
8416 | 121 |
122 * real mmsu:// support | |
123 | |
17519 | 124 * MEncoder output support for OGM, MKV, NUT |
8416 | 125 |
126 * xinerama video filter that splits movie to 2 screens (like zr) | |
127 | |
128 * top notch DVD navigation like a hardware player | |
10287 | 129 |
130 * write mpdump application to handle all -dump* options | |
131 | |
132 * modular MEncoder with audio encoding API | |
12180 | 133 |
17519 | 134 * multiple audio stream output in Mencoder |
135 | |
12180 | 136 * support for pausing/resuming of encoding in MEncoder |
137 | |
22212 | 138 * finish TV support under Windows |
12180 | 139 |
140 * DRM support (divx.com, WMV, WMA, iTunes) | |
12404 | 141 |
142 * variable-fps output support for MEncoder | |
143 | |
144 * smooth stream switching / multiple file caching to avoid the small skip | |
145 between files when playing multiple files | |
17519 | 146 |
147 * reverse playback | |
148 | |
149 * more directshow filter/muxer support |