Mercurial > mplayer.hg
annotate DOCS/tech/wishlist @ 33259:04dc3e55cd90
Increase the maximum value of the DVB timeout to 240 seconds.
Some devices may need more time for the initial tune (e.g. firmware loading).
Let the user specify higher timeout value if there is need to.
The default remains 30 seconds.
author | iive |
---|---|
date | Sun, 01 May 2011 18:07:59 +0000 |
parents | 32725ca88fed |
children | 488948c565b9 |
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 |
23537 | 24 * document channels.conf syntax |
8416 | 25 |
27566 | 26 * ability for multiple languages/locales in one binary |
27 | |
8416 | 28 Small improvements: |
29 | |
17519 | 30 * vo_mga should completely blank the screen like fbdev and tdfxfb |
8416 | 31 (maybe there should be an option - some people seem to like it the |
32 way it is, but then fbdev should also behave like this..) | |
33 | |
34 * Debian package creates mplayer.conf.1 .2 ... | |
35 | |
10287 | 36 * Make the output windows remember their positions when resizing to |
37 double size. | |
8416 | 38 |
10287 | 39 * Ability to resize to full size/double size/triple (or half) size |
40 upon key presses. | |
41 | |
17519 | 42 * real mute support, not just setting volume to 0 |
13209 | 43 |
22212 | 44 * add help suboption to -lavcopts vcodec=/acodec=, -lavfopts format=, |
22613 | 45 -subcp, and anything else that needs it. |
8416 | 46 |
26292 | 47 * ability to cycle switch_aspect |
48 | |
27106 | 49 * ability to rename vo_jpeg,vo_gif,vo_png output filename |
50 | |
8416 | 51 Cleanup: |
52 | |
53 * integrate dvdnav into mplayer structure | |
54 | |
55 * integrate libmpdvdkit2 into mplayer structure (message system and | |
56 command line options) | |
57 | |
58 * remove all obsolete code, options, files etc | |
59 | |
10287 | 60 * Restructure configure and fix CPU flags supported but not shown. |
61 | |
25871
de9d7dfe785c
port libmpdemux demuxers to libavformat or rewrite from scratch
ivo
parents:
25357
diff
changeset
|
62 * Port libmpdemux demuxers to libavformat or write your own from scratch. |
de9d7dfe785c
port libmpdemux demuxers to libavformat or rewrite from scratch
ivo
parents:
25357
diff
changeset
|
63 libmpdemux is considered deprecated and should eventually be removed. |
de9d7dfe785c
port libmpdemux demuxers to libavformat or rewrite from scratch
ivo
parents:
25357
diff
changeset
|
64 As of 2008-01-28, the following demuxers are missing from libavformat: |
de9d7dfe785c
port libmpdemux demuxers to libavformat or rewrite from scratch
ivo
parents:
25357
diff
changeset
|
65 |
de9d7dfe785c
port libmpdemux demuxers to libavformat or rewrite from scratch
ivo
parents:
25357
diff
changeset
|
66 - TiVo (ty streams, not TiVo To Go) |
de9d7dfe785c
port libmpdemux demuxers to libavformat or rewrite from scratch
ivo
parents:
25357
diff
changeset
|
67 - VIVO |
de9d7dfe785c
port libmpdemux demuxers to libavformat or rewrite from scratch
ivo
parents:
25357
diff
changeset
|
68 - VQF |
de9d7dfe785c
port libmpdemux demuxers to libavformat or rewrite from scratch
ivo
parents:
25357
diff
changeset
|
69 - XMMS |
de9d7dfe785c
port libmpdemux demuxers to libavformat or rewrite from scratch
ivo
parents:
25357
diff
changeset
|
70 - libnemesi |
de9d7dfe785c
port libmpdemux demuxers to libavformat or rewrite from scratch
ivo
parents:
25357
diff
changeset
|
71 - SL support for MPEG-TS |
10287 | 72 |
8416 | 73 |
74 Filters: | |
75 | |
23537 | 76 * get filters to work in more colorspaces |
77 | |
8416 | 78 * eq filter should support RGB in addition to YUV |
79 | |
22212 | 80 * move filters into ffmpeg |
8416 | 81 |
22613 | 82 * autocrop filter |
83 | |
84 * insert af volnorm during playback | |
85 | |
23146 | 86 * allow frame insertion & removal in video filters (with timestamps) |
87 | |
88 * xinerama video filter that splits movie to 2 screens (like zr) | |
89 | |
27566 | 90 * mixing of multiple videos (picture in picture, review shmem patch) |
23146 | 91 |
23537 | 92 * video watermark/logo filter (apply vf_overlay patch?) |
93 | |
23567 | 94 * fade to black filter |
95 | |
96 * crossfade filter (audio and video) | |
97 | |
8416 | 98 Enhancements: |
99 | |
23146 | 100 * support for VirtualDub and Winamp plugins (apply af_wadspa patch!) |
8416 | 101 |
102 * implement xawtv config file parser (for channels, etc) | |
103 | |
104 * G400 2nd head through mga_vid ;) | |
105 | |
106 * do more things automagically | |
107 | |
108 * guess correct DVD title | |
109 | |
12180 | 110 * SYUV and paletted RGB support in swscaler |
10287 | 111 |
112 * implement Plextor compatible SCSI VCD reading | |
113 | |
30196 | 114 * DXVA / DXVA2 -vo for Windows |
115 | |
30199 | 116 * GDI -vo for older windows versions |
12180 | 117 |
118 * hardware MPEG encoding support (Ati cards) | |
119 | |
22212 | 120 * make -ass-use-margins work on widescreen video only! (not 4/3 video) |
23146 | 121 (automagically put subtitles in black bars) |
12417 | 122 |
12649 | 123 * nsc playlist support |
124 | |
14900
13f99f9a5097
MEncoder now supports multiple files, Jack transport API requested.
diego
parents:
14805
diff
changeset
|
125 * implement Jack Transport API |
8416 | 126 |
15120
7377c69c230c
Add a starting point for people to implement stream quality selection.
diego
parents:
15032
diff
changeset
|
127 * 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
|
128 Currently only available for MMS-over-HTTP (libmpdemux/asf_streaming.c). |
15032 | 129 |
17389 | 130 * MOD playback (via libmodplug?) - bug #434 |
8416 | 131 |
17519 | 132 * allow multiple -dump* options at the same time - bug #70 |
133 | |
22212 | 134 * scale osd when video window changes size |
17519 | 135 |
22212 | 136 * get -ass working in mencoder |
17519 | 137 |
22613 | 138 * rotate/position osd |
139 | |
27106 | 140 * support all image formats in mf:// (psd, jpeg2000) |
22613 | 141 |
23537 | 142 * make -noborder work with all video outputs |
143 | |
8416 | 144 Difficult stuff: |
145 | |
30198 | 146 * RE all closed source codecs (Voxware, VIVO, MVI2, MSS1/MSS2, ...) |
10287 | 147 |
23146 | 148 * support for Bink codec |
8416 | 149 |
150 * write something like mptv to replace xawtv | |
151 | |
17519 | 152 * write/adapt a C implementation of live555 RTSP |
12404 | 153 |
17519 | 154 * unify live555 and Real RTSP |
8416 | 155 |
156 * real mmsu:// support | |
157 | |
158 * top notch DVD navigation like a hardware player | |
10287 | 159 |
160 * write mpdump application to handle all -dump* options | |
161 | |
162 * modular MEncoder with audio encoding API | |
12180 | 163 |
17519 | 164 * multiple audio stream output in Mencoder |
165 | |
12180 | 166 * support for pausing/resuming of encoding in MEncoder |
167 | |
25015 | 168 * DRM support (divx.com, Real.com, iTunes) |
12404 | 169 |
170 * variable-fps output support for MEncoder | |
171 | |
172 * smooth stream switching / multiple file caching to avoid the small skip | |
173 between files when playing multiple files | |
17519 | 174 |
175 * reverse playback | |
176 | |
177 * more directshow filter/muxer support | |
22613 | 178 |
179 * encode and display video at the same time | |
180 | |
181 * write mpimage for displaying pictures |