Mercurial > mplayer.hg
annotate DOCS/tech/wishlist @ 25357:b265c001e64a
Add new audio filter for encoding multi-channel audio into ac3 at runtime.
And if set first parameter of this filter to 1, it will do ac3 passthrough
like hwac3 did.
author | ulion |
---|---|
date | Thu, 13 Dec 2007 12:38:17 +0000 |
parents | 4abb9224e69b |
children | de9d7dfe785c |
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 |
47 Cleanup: | |
48 | |
49 * integrate dvdnav into mplayer structure | |
50 | |
51 * integrate libmpdvdkit2 into mplayer structure (message system and | |
52 command line options) | |
53 | |
54 * remove all obsolete code, options, files etc | |
55 | |
10287 | 56 * Restructure configure and fix CPU flags supported but not shown. |
57 | |
58 | |
8416 | 59 |
60 Filters: | |
61 | |
23537 | 62 * get filters to work in more colorspaces |
63 | |
8416 | 64 * eq filter should support RGB in addition to YUV |
65 | |
22212 | 66 * move filters into ffmpeg |
8416 | 67 |
22613 | 68 * autocrop filter |
69 | |
70 * insert af volnorm during playback | |
71 | |
23146 | 72 * allow frame insertion & removal in video filters (with timestamps) |
73 | |
74 * xinerama video filter that splits movie to 2 screens (like zr) | |
75 | |
76 * mixing of multiple videos (picture in picture, ...) | |
77 | |
23537 | 78 * video watermark/logo filter (apply vf_overlay patch?) |
79 | |
23567 | 80 * fade to black filter |
81 | |
82 * crossfade filter (audio and video) | |
83 | |
8416 | 84 Enhancements: |
85 | |
23146 | 86 * support for VirtualDub and Winamp plugins (apply af_wadspa patch!) |
8416 | 87 |
88 * implement xawtv config file parser (for channels, etc) | |
89 | |
90 * G400 2nd head through mga_vid ;) | |
91 | |
92 * do more things automagically | |
93 | |
94 * guess correct DVD title | |
95 | |
12180 | 96 * SYUV and paletted RGB support in swscaler |
10287 | 97 |
98 * implement Plextor compatible SCSI VCD reading | |
99 | |
12180 | 100 * DirectX video acceleration -vo for Windows (similar to XvmC) |
101 | |
102 * hardware MPEG encoding support (Ati cards) | |
103 | |
22212 | 104 * make -ass-use-margins work on widescreen video only! (not 4/3 video) |
23146 | 105 (automagically put subtitles in black bars) |
12417 | 106 |
12649 | 107 * nsc playlist support |
108 | |
14900
13f99f9a5097
MEncoder now supports multiple files, Jack transport API requested.
diego
parents:
14805
diff
changeset
|
109 * implement Jack Transport API |
8416 | 110 |
15120
7377c69c230c
Add a starting point for people to implement stream quality selection.
diego
parents:
15032
diff
changeset
|
111 * 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
|
112 Currently only available for MMS-over-HTTP (libmpdemux/asf_streaming.c). |
15032 | 113 |
17389 | 114 * MOD playback (via libmodplug?) - bug #434 |
8416 | 115 |
17519 | 116 * allow multiple -dump* options at the same time - bug #70 |
117 | |
22212 | 118 * scale osd when video window changes size |
17519 | 119 |
22212 | 120 * get -ass working in mencoder |
17519 | 121 |
22613 | 122 * rotate/position osd |
123 | |
25015 | 124 * support all image formats in mf:// (tiff, jpeg2000) |
22613 | 125 |
23537 | 126 * make -noborder work with all video outputs |
127 | |
128 * 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
|
129 |
8416 | 130 Difficult stuff: |
131 | |
25016 | 132 * RE all closed source codecs (QDMC, WMA9, Indeo 4/5, ...) |
10287 | 133 |
23146 | 134 * support for Bink codec |
8416 | 135 |
136 * write something like mptv to replace xawtv | |
137 | |
17519 | 138 * write/adapt a C implementation of live555 RTSP |
12404 | 139 |
17519 | 140 * unify live555 and Real RTSP |
8416 | 141 |
142 * real mmsu:// support | |
143 | |
144 * top notch DVD navigation like a hardware player | |
10287 | 145 |
146 * write mpdump application to handle all -dump* options | |
147 | |
148 * modular MEncoder with audio encoding API | |
12180 | 149 |
17519 | 150 * multiple audio stream output in Mencoder |
151 | |
12180 | 152 * support for pausing/resuming of encoding in MEncoder |
153 | |
25015 | 154 * DRM support (divx.com, Real.com, iTunes) |
12404 | 155 |
156 * variable-fps output support for MEncoder | |
157 | |
158 * smooth stream switching / multiple file caching to avoid the small skip | |
159 between files when playing multiple files | |
17519 | 160 |
161 * reverse playback | |
162 | |
163 * more directshow filter/muxer support | |
22613 | 164 |
165 * encode and display video at the same time | |
166 | |
167 * write mpimage for displaying pictures | |
168 |