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