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