]> git.sesse.net Git - vlc/blob - TODO
* TODO: clarification to some of the vout redesign issues
[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: any
25 Urgency: Urgent
26 Description: proper DVD controls
27 Most importantly a proper button that will take you straight to the DVD menu.
28 Status: Todo
29
30 Task
31 Difficulty: Easy
32 Platform: Linux, Win32
33 Urgency: Normal
34 Description: Streaming wizard
35  Finish the streaming wizard
36 Status: Assigned to zorglub
37
38 Task
39 Difficulty: Easy
40 Platform: all
41 Urgency: Normal
42 Description: configure overview of modules
43  configure should report what it will and what it won't build, after it is done running.
44 Status: Todo
45
46 Task
47 Difficulty: Hard
48 Platform: WinCE
49 Urgency: Wishlist
50 Description: WinCE port
51  A WinCE port for PocketPC and the likes. (95% finished)
52 Status: Assigned to MixerAnderson
53
54 Task
55 Difficulty: Hard
56 Urgency: Normal
57 Platform: any
58 Description: Embedded video outputs
59  Embedded video outputs support
60 Status: Assigned to gibalou
61
62 Task
63 Difficulty: Easy
64 Urgency: Normal
65 Platform: any
66 Description: Multichannel downmixing
67 5:1 to Stereo proper downmixing
68 Status: Todo
69
70 Task
71 Difficulty: Guru
72 Platform: any
73 Urgency: Normal
74 Description: Demux2 transition
75  Complete the transition to demux2, changing what is needed in dvd and dvb
76 Status: Assigned to fenrir
77
78 Task
79 Difficulty: Guru
80 Urgency: Normal
81 Platform: any
82 Description: Multi-acccess
83  Allow several access from an input thread to allow for multi-input
84 Status: Assigned to fenrir
85
86 Task
87 Difficulty: Hard
88 Urgency: Normal
89 Platform: any
90 Description: make everything UTF-8 based
91  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.
92 Status: Todo
93
94 Task
95 Difficulty: Medium
96 Urgency: Wishlist
97 Platform: any
98 Description: OSD Icons
99  Make OSD Icons for Play/Pause/Stop
100 Status: Assigned to yoann
101
102 Task
103 Difficulty: Medium
104 Urgency: Wishlist
105 Platform: any
106 Description: Full blown OSD system 
107  In the line of freevo etc.
108 Status: Todo
109
110 Task
111 Difficulty: Medium
112 Urgency: Normal
113 Platform: any
114 Description: Rewrite the SAP parser
115  The SAP parser is very dirty at the moment, and needs a complete rewrite.
116  - caching support
117  - sdp file support? (because live.com doesn't handle udp announces)
118 Status: Todo
119
120 Task
121 Difficulty: Medium
122 Urgency: Normal
123 Platform: any
124 Description: Tree playlist
125  A hierarchized playlist structure, eventually using a media library.
126 Think playlist within playlist, directory structures, SAP section, TV channels list, iTunes library like stuff etc.
127 Status: Todo
128
129 Task
130 Difficulty: Easy
131 Urgency: Wishlist
132 Platform: any
133 Description: GSM decoder
134 GSM decoder not based on standard reference sources.
135 Status: Todo
136
137 Task
138 Difficulty: Easy
139 Urgency: Wishlist
140 Platform: any
141 Description: MusePack  decoder
142 Need I say more?
143 Status: Todo
144
145 Task
146 Difficulty: Easy
147 Urgency: Normal
148 Platform: any
149 Description: 24 bit LPCM
150 Increasingly more DVDs use 24 bit LPCM sound. We should support it.
151 Status: Todo
152
153 Task
154 Difficulty: Medium
155 Urgency: Wishlist
156 Platform: any
157 Description: Closed Captions/Teletext support
158 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.
159 Perhaps look at Xawtv, dvbtext and other vbi, vtx systems.
160 Status: Todo
161
162 Task
163 Difficulty: Hard
164 Urgency: Normal
165 Platform: Mac OS X
166 Description: New OS X preferences
167  New preferences for Mac OS X. Current not suited for Mac Users and several
168 Pref. elements are broken (hotkeys and int with string desc.).
169 Status: Assigned to thedj
170
171 Task
172 Difficulty: Hard
173 Urgency: Critical
174 Platform: OSX
175 Description: CoreAudio multichannel audio output. Convert to 
176 <a href="http://www.mat.ucsb.edu:8000/CoreAudio/108">AUHAL</a> based sytem.
177 Still no info over S/PDIF output available.
178 Status: Todo
179
180 Task
181 Difficulty: Hard
182 Urgency: Normal
183 Platform: any
184 Description: Stream text subtitles
185  Find a a way to stream text subtitles, in TS and in RTP.
186   - Find an existing norm
187   - Implement it
188 Status: Todo
189
190 Task
191 Difficulty: Hard
192 Urgency: Normal
193 Platform: any
194 Description: Rework spu decoder
195  The spu decoder needs some serious work
196   - Split/merge for dvd menu highlighting
197   - Downscaling for divx/mkv etc
198   - Chroma independence
199   - .sub/.idx support
200 Status: todo
201
202 Task
203 Difficulty: Hard
204 Urgency: Normal
205 Platform: any
206 Description: RTSP server
207 Full implementation of a RTSP server.
208 Status: fenrir has some code
209
210 Task
211 Difficulty: Hard
212 Urgency: Wishlist
213 Platform: any
214 Description: Picture filters
215 picture per picture chained filter system that also works on output streams
216 Status: Todo
217
218 Task
219 Difficulty: Guru
220 Urgency: Wishlist
221 Platform: any
222 Description: Vout redesign
223 - vout needs distinct splitting into vout_core, vout_window, pic_filter, vout_filter
224 - needs 'assistence' vout windows (clone filters, goom) etc.
225 - 4:3, 16:9, freeform Aspect Ratio
226 - cropping and padding (do at OS level, but provide a core call to set it up and configure).
227 - OSD at window resolution instead of video res (secondary vout channel)
228 - a OSD needs to be bound to a vout stream (no subs on goom vout)
229 - Use OS native calls where appropriate, with 'C' fallbacks. (OpenGL, Quartz, DirectX already has many of the funtionalities we seek and sometimes they are a lot faster too).
230 Status: Todo
231
232 Task
233 Difficulty: Medium
234 Urgency: Wishlist
235 Platform: any
236 Description: SPU redesign
237 - multiple subpicture channels
238 - centralized rendering and use of chroma filters
239 - centralized scaling support
240 (also look at ogt/cvd sub work)
241 Status: Todo
242
243 Task
244 Difficulty: Guru
245 Urgency: Wishlist
246 Platform: Mac OS X
247 Description: intf / vout dependency
248 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.
249 Status: Todo
250
251 Task
252 Difficulty: Guru
253 Urgency: Wishlist
254 Platform: Mac OS X
255 Description: skins2
256 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
257 Status: Todo
258
259 Task
260 Difficulty: Hard
261 Urgency: Wishlist
262 Platform: any
263 Description: Equalizer
264 Implement an equilizer for VLC.
265 Status: Todo
266
267 Task
268 Difficulty: Hard
269 Urgency: Wishlist
270 Platform: any
271 Description: informing user.
272 Implement a system to
273  - Alert the user of critical errors (cannot play file)
274  - Ask the user a question (Are you sure? or Try to Fix index of avi? or Overwrite File?)
275  - Inform the user, without disturbing him. (Buffering stream)
276 Status: Todo
277
278 Task
279 Difficulty: Hard
280 Urgency: Wishlist
281 Platform: any
282 Description: Full H323 Videoconferencing
283 VLC isn't really suited for this yet, because it introduces quite large latencies. This should fixed before the H323 can ever come close to working in VLC.
284 Status: Todo
285
286 Task
287 Difficulty: Guru
288 Urgency: Normal
289 Platform: Mac OS X
290 Description: SVCD support
291 libcdio needs to be ported to the Mac to support the cddax and vcdx modules for proper SVCD support
292 Status: Todo
293
294 Task
295 Difficulty: Hard 
296 Urgency: Wishlist
297 Platform: Mac OS X
298 Description: QuickTime capturing
299 Allow capturing from QuickTime Firewire, USB and PCI devices.
300 Possibly see: <a href="http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=416">Bug 416</a>
301 Status: Todo
302
303 Task
304 Difficulty: Medium
305 Urgency: Normal
306 Platform: Mac OS X
307 Description: Finish Mac Mozilla plugin
308 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. 
309 Status: Halfway (stalled)
310
311 Task
312 Difficulty: Easy
313 Urgency: Normal
314 Platform: any
315 Description: Controlling the mozilla plugin
316 The mozilla plugin needs to be better controllable (via javascript). 
317 - retrieve variable values.
318 - open VLC media player
319 - (look at fen-php?)
320 Status: Todo
321
322 Task
323 Difficulty: Hard
324 Urgency: Wishlist
325 Platform: Windows
326 Description: ActiveX control for VLC
327  We need an ActiveX version of VLC for IE intergration
328 Status: Todo
329
330 Task
331 Difficulty: Easy
332 Urgency: Wishlist
333 Platform: any
334 Description: export paramaters of an input
335  Export the Media Info of a file/source to a standard xml file for use by other applications. Possibly combine with file "probe'ing".
336  - AR
337  - size
338  - bitrate
339  - resolution
340  - codecs, etc.
341 Status: Todo
342
343 Task
344 Difficulty: Easy
345 Urgency: Wishlist
346 Platform: any
347 Description: SSL http
348 SSL encrypted HTTP communication. To support protected VoD.
349 Status: Todo
350
351 Task
352 Difficulty: Hard
353 Urgency: Wishlist
354 Platform: any
355 Description: http cookies
356 For protected VoD  (http://a-select.surfnet.nl)
357 Status: Todo
358
359 Task
360 Difficulty: Easy
361 Urgency: Wishlist
362 Platform: any
363 Description: mime-type VLC launching
364 Allow application/vlc mimetype to launch VLC instead of plugin for video file.
365 Allows for Progressive download to TEMP folder from browsers. VLC would play the file in the TEMP.
366 Status: Todo
367
368 Task
369 Difficulty: Hard
370 Urgency: Wishlist
371 Platform: any
372 Description: rendezvous announces
373 DMAP protocol announce for videos.
374 Status: Todo
375
376 Task
377 Difficulty: Easy
378 Urgency: Wishlist
379 Platform: any
380 Description: SDL vout cleaning
381 The SDL vout hasn't been updated for a long while. It needs some cleaning up. New hotkeys support, better resizing, alignment etc. Even though SDL isn't used much, this vout shouldn't disappear, because it is a crossplatform API.
382 Status: Todo
383
384 Task
385 Difficulty: Easy
386 Urgency: Normal
387 Platform: Win32/Linux
388 Description: V4L and dshow tuning support
389 We need an API that allows us to control the tuning of V4L and dshow TV cards.
390 Status: Todo (CryHavoc)
391
392 Task
393 Difficulty: Easy
394 Urgency: Wishlist
395 Platform: any
396 Description: Electronic Program Guide
397 Integrate a EPG system into VLC.
398 Status: Todo (CryHavoc)
399
400 Task
401 Difficulty: Hard
402 Urgency: Wishlist
403 Platform: any
404 Description: a Time Shifting module
405 This module should create TiVo like capabilities for VLC.
406 Status: Todo (CryHavoc)
407
408 # Do not remove me
409 Task