Mercurial > mplayer.hg
annotate DOCS/tech/wishlist @ 30122:1772a5171ac7
Fix function declarations to avoid casting function pointers.
author | reimar |
---|---|
date | Fri, 01 Jan 2010 13:18:49 +0000 |
parents | 797bc16b89dc |
children | aa855d89fc9d |
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 | |
12180 | 114 * DirectX video acceleration -vo for Windows (similar to XvmC) |
115 | |
116 * hardware MPEG encoding support (Ati cards) | |
117 | |
22212 | 118 * make -ass-use-margins work on widescreen video only! (not 4/3 video) |
23146 | 119 (automagically put subtitles in black bars) |
12417 | 120 |
12649 | 121 * nsc playlist support |
122 | |
14900
13f99f9a5097
MEncoder now supports multiple files, Jack transport API requested.
diego
parents:
14805
diff
changeset
|
123 * implement Jack Transport API |
8416 | 124 |
15120
7377c69c230c
Add a starting point for people to implement stream quality selection.
diego
parents:
15032
diff
changeset
|
125 * 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
|
126 Currently only available for MMS-over-HTTP (libmpdemux/asf_streaming.c). |
15032 | 127 |
17389 | 128 * MOD playback (via libmodplug?) - bug #434 |
8416 | 129 |
17519 | 130 * allow multiple -dump* options at the same time - bug #70 |
131 | |
22212 | 132 * scale osd when video window changes size |
17519 | 133 |
22212 | 134 * get -ass working in mencoder |
17519 | 135 |
22613 | 136 * rotate/position osd |
137 | |
27106 | 138 * support all image formats in mf:// (psd, jpeg2000) |
22613 | 139 |
23537 | 140 * make -noborder work with all video outputs |
141 | |
8416 | 142 Difficult stuff: |
143 | |
29921 | 144 * RE all closed source codecs (Voxware, VIVO, MVI2, MSS1/MSS2, 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 |