]> git.sesse.net Git - vlc/blob - TODO
* modules/codec/spudec/render.c: chroma support for dvd subtitles.
[vlc] / TODO
1 # VLC Todo
2 # Difficulty values: Easy, Medium, Hard, Guru
3 #
4 # Urgency values: Wishlist, Normal, Important, Critical
5
6 Task
7 Difficulty: Easy
8 Urgency: Critical
9 Platform: any
10 Description: World domination
11  We need to dominate the world
12 Status: Todo
13
14 Task
15 Difficulty: Medium
16 Platform: any
17 Urgency: Wishlist
18 Description: RAR/ZIP/... access
19  An access module that would be able to uncompress compressed files
20 Status: Todo
21
22 Task
23 Difficulty: Easy
24 Platform: Linux, Win32
25 Urgency: Normal
26 Description: Streaming wizard
27  Finish the streaming wizard
28 Status: Assigned to zorglub
29
30 Task
31 Difficulty: Hard
32 Urgency: Normal
33 Platform: any
34 Description: Embedded video outputs
35  Embedded video outputs support
36 Status: Assigned to gibalou
37
38 Task
39 Difficulty: Easy
40 Urgency: Normal
41 Platform: any
42 Description: Multichannel downmixing
43 5:1 to Stereo proper downmixing
44 Status: Todo
45
46 Task
47 Difficulty: Guru
48 Platform: any
49 Urgency: Normal
50 Description: Demux2 transition
51  Complete the transition to demux2, changing what is needed in dvd and dvb
52 Status: Assigned to fenrir
53
54 Task
55 Difficulty: Guru
56 Urgency: Normal
57 Platform: any
58 Description: Multi-acccess
59  Allow several access from an input thread to allow for multi-input
60 Status: Assigned to fenrir
61
62 Task
63 Difficulty: Hard
64 Urgency: Normal
65 Platform: any
66 Description: make everything UTF-8 based
67  Convert everything that deals with strings to a UTF-8 based system. Not very difficult, but needs a lot of checking, testing and allows for easy breakage.
68 Status: Todo
69
70 Task
71 Difficulty: Medium
72 Urgency: Wishlist
73 Platform: any
74 Description: OSD Icons
75  Make OSD Icons for Play/Pause/Stop
76 Status: Assigned to yoann
77
78 Task
79 Difficulty: Medium
80 Urgency: Wishlist
81 Platform: any
82 Description: Full blown OSD system 
83  In the line of freevo etc.
84 Status: Todo
85
86 Task
87 Difficulty: Medium
88 Urgency: Normal
89 Platform: any
90 Description: Rewrite the SAP parser
91  The SAP parser is very dirty at the moment, and needs a complete rewrite.
92  - caching support
93  - sdp file support? (because live.com doesn't handle udp announces)
94 Status: Todo
95
96 Task
97 Difficulty: Medium
98 Urgency: Normal
99 Platform: any
100 Description: Tree playlist
101  A hierarchized playlist structure, eventually using a media library.
102 Think playlist within playlist, directory structures, SAP section, TV channels list, iTunes library like stuff etc.
103 Status: Todo
104
105 Task
106 Difficulty: Easy
107 Urgency: Wishlist
108 Platform: any
109 Description: GSM decoder
110 GSM decoder not based on standard reference sources.
111 Status: Todo
112
113 Task
114 Difficulty: Easy
115 Urgency: Wishlist
116 Platform: any
117 Description: MusePack  decoder
118 Need I say more?
119 Status: Todo
120
121 Task
122 Difficulty: Medium
123 Urgency: Wishlist
124 Platform: any
125 Description: Closed Captions/Teletext support
126 In order to conform to international regulations, VLC needs to be able to decode the closed captions in TV, DVD, DVB and HDTV video. V4L has a CC api, DVD and HDTV usually have them in a seperate stream.
127 Perhaps look at Xawtv, dvbtext and other vbi, vtx systems.
128 Status: Todo
129
130 Task
131 Difficulty: Hard
132 Urgency: Normal
133 Platform: Mac OS X
134 Description: New OS X preferences
135  New preferences for Mac OS X. Current not suited for Mac Users and several
136 Pref. elements are broken (hotkeys and int with string desc.).
137 Status: Assigned to thedj
138
139 Task
140 Difficulty: Hard
141 Urgency: Critical
142 Platform: OSX
143 Description: CoreAudio multichannel audio output. Convert to 
144 <a href="http://www.mat.ucsb.edu:8000/CoreAudio/108">AUHAL</a> based sytem.
145 Still no info over S/PDIF output available.
146 Status: Todo
147
148 Task
149 Difficulty: Hard
150 Urgency: Normal
151 Platform: any
152 Description: Stream text subtitles
153  Find a a way to stream text subtitles, in TS and in RTP.
154   - Find an existing norm
155   - Implement it
156 Status: Todo
157
158 Task
159 Difficulty: Hard
160 Urgency: Normal
161 Platform: any
162 Description: Rework spu decoder
163  The spu decoder needs some serious work
164   - Split/merge for dvd menu highlighting
165   - Downscaling for divx/mkv etc
166   - Chroma independence
167   - .sub/.idx support
168 Status: todo
169
170 Task
171 Difficulty: Hard
172 Urgency: Normal
173 Platform: any
174 Description: RTSP server
175 Full implementation of a RTSP server.
176 Status: fenrir has some code
177
178 Task
179 Difficulty: Hard
180 Urgency: Wishlist
181 Platform: any
182 Description: Picture filters
183 picture per picture chained filter system that also works on output streams
184 Status: Todo
185
186 Task
187 Difficulty: Guru
188 Urgency: Wishlist
189 Platform: any
190 Description: Vout redesign
191 - vout needs distinct splitting into vout_core, vout_window
192 - needs 'assistence' vout windows (filters,goom etc)
193 - 4:3, 16:9, freeform AR
194 - cropping and padding
195 Status: Todo
196
197 Task
198 Difficulty: Medium
199 Urgency: Wishlist
200 Platform: any
201 Description: SPU redesign
202 - multiple subpicture channels
203 - centralized rendering and use of chroma filters
204 - centralized scaling support
205 (also look at ogt/cvd sub work)
206 Status: Todo
207
208 Task
209 Difficulty: Guru
210 Urgency: Wishlist
211 Platform: Mac OS X
212 Description: intf / vout dependency
213 The application specific parts of the intf need to be brougth to the VLC application core. A valid NSApplication needs to be created on VLC opening, with the dock and menu hidden/disabled, only being generated on VLC intf loading.
214 Status: Todo
215
216 Task
217 Difficulty: Guru
218 Urgency: Wishlist
219 Platform: Mac OS X
220 Description: skins2
221 Port VLC skins to Objective C++ and OSX. Also requires the intf to be a dialog handler. Is slighly dependant on intf/vout dependency todoitem
222 Status: Todo
223
224 Task
225 Difficulty: Hard
226 Urgency: Wishlist
227 Platform: any
228 Description: Equalizer
229 Implement an equilizer for VLC.
230 Status: Todo
231
232 Task
233 Difficulty: Hard
234 Urgency: Wishlist
235 Platform: any
236 Description: informing user.
237 Implement a system to
238  - Alert the user of critical errors (cannot play file)
239  - Ask the user a question (Are you sure? or Try to Fix index of avi? or Overwrite File?)
240  - Inform the user, without disturbing him. (Buffering stream)
241 Status: Todo
242
243 Task
244 Difficulty: Guru
245 Urgency: Normal
246 Platform: Mac OS X
247 Description: SVCD support
248 libcdio needs to be ported to the Mac to support the cddax and vcdx modules for proper SVCD support
249 Status: Todo
250
251 Task
252 Difficulty: Hard 
253 Urgency: Wishlist
254 Platform: Mac OS X
255 Description: QuickTime capturing
256 Allow capturing from QuickTime Firewire, USB and PCI devices.
257 Possibly see: <a href="http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=416">Bug 416</a>
258 Status: Todo
259
260 Task
261 Difficulty: Medium
262 Urgency: Normal
263 Platform: Mac OS X
264 Description: Finish Mac Mozilla plugin
265 The Mac mozilla plugin needs some more work to be useable. Basic funtionality is working. However the video-output part needs some more work since it was crashing. See svn history for the old code. 
266 Status: Halfway (stalled)
267
268 Task
269 Difficulty: Easy
270 Urgency: Normal
271 Platform: any
272 Description: Controlling the mozilla plugin
273 The mozilla plugin needs to be better controllable (via javascript). 
274 - retrieve variable values.
275 - open VLC media player
276 - (look at fen-php?)
277 Status: Todo
278
279 Task
280 Difficulty: Hard
281 Urgency: Wishlist
282 Platform: Windows
283 Description: ActiveX control for VLC
284  We need an ActiveX version of VLC for IE intergration
285 Status: Todo
286
287 Task
288 Difficulty: Easy
289 Urgency: Wishlist
290 Platform: any
291 Description: export paramaters of an input
292  Export the Media Info of a file/source to a standard xml file for use by other applications. Possibly combine with file "probe'ing".
293  - AR
294  - size
295  - bitrate
296  - resolution
297  - codecs, etc.
298 Status: Todo
299
300 Task
301 Difficulty: Easy
302 Urgency: Wishlist
303 Platform: any
304 Description: SSL http
305 SSL encrypted HTTP communication. To support protected VoD.
306 Status: Todo
307
308 Task
309 Difficulty: Hard
310 Urgency: Wishlist
311 Platform: any
312 Description: http cookies
313 For protected VoD  (http://a-select.surfnet.nl)
314 Status: Todo
315
316 Task
317 Difficulty: Easy
318 Urgency: Wishlist
319 Platform: any
320 Description: mime-type VLC launching
321 Allow application/vlc mimetype to launch VLC instead of plugin for video file.
322 Allows for Progressive download to TEMP folder from browsers. VLC would play the file in the TEMP.
323 Status: Todo
324
325 Task
326 Difficulty: Hard
327 Urgency: Wishlist
328 Platform: any
329 Description: rendezvous announces
330 DMAP protocol announce for videos.
331 Status: Todo
332
333 # Do not remove me
334 Task