]> git.sesse.net Git - vlc/blob - TODO
DVB NIT parsing
[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: Medium
164 Urgency: Wishlist
165 Platform: any
166 Description: DVB info in NIT
167 We need to get the information of a DVB stream that are in the NIT (current program, next program, ...)
168 Status: Todo
169
170
171 Task
172 Difficulty: Hard
173 Urgency: Normal
174 Platform: Mac OS X
175 Description: New OS X preferences
176  New preferences for Mac OS X. Current not suited for Mac Users and several
177 Pref. elements are broken (hotkeys and int with string desc.).
178 Status: Assigned to thedj
179
180 Task
181 Difficulty: Hard
182 Urgency: Critical
183 Platform: OSX
184 Description: CoreAudio multichannel audio output. Convert to 
185 <a href="http://www.mat.ucsb.edu:8000/CoreAudio/108">AUHAL</a> based sytem.
186 Still no info over S/PDIF output available.
187 Status: Todo
188
189 Task
190 Difficulty: Hard
191 Urgency: Normal
192 Platform: any
193 Description: Stream text subtitles
194  Find a a way to stream text subtitles, in TS and in RTP.
195   - Find an existing norm
196   - Implement it
197 Status: Todo
198
199 Task
200 Difficulty: Hard
201 Urgency: Normal
202 Platform: any
203 Description: Rework spu decoder
204  The spu decoder needs some serious work
205   - Split/merge for dvd menu highlighting
206   - Downscaling for divx/mkv etc
207   - Chroma independence
208   - .sub/.idx support
209 Status: todo
210
211 Task
212 Difficulty: Hard
213 Urgency: Normal
214 Platform: any
215 Description: RTSP server
216 Full implementation of a RTSP server.
217 Status: fenrir has some code
218
219 Task
220 Difficulty: Hard
221 Urgency: Wishlist
222 Platform: any
223 Description: Picture filters
224 picture per picture chained filter system that also works on output streams
225 Status: Todo
226
227 Task
228 Difficulty: Guru
229 Urgency: Wishlist
230 Platform: any
231 Description: Vout redesign
232 - vout needs distinct splitting into vout_core, vout_window, pic_filter, vout_filter
233 - needs 'assistence' vout windows (clone filters, goom) etc.
234 - 4:3, 16:9, freeform Aspect Ratio
235 - cropping and padding (do at OS level, but provide a core call to set it up and configure).
236 - OSD at window resolution instead of video res (secondary vout channel)
237 - a OSD needs to be bound to a vout stream (no subs on goom vout)
238 - 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).
239 Status: Todo
240
241 Task
242 Difficulty: Medium
243 Urgency: Wishlist
244 Platform: any
245 Description: SPU redesign
246 - multiple subpicture channels
247 - centralized rendering and use of chroma filters
248 - centralized scaling support
249 (also look at ogt/cvd sub work)
250 Status: Todo
251
252 Task
253 Difficulty: Guru
254 Urgency: Wishlist
255 Platform: Mac OS X
256 Description: intf / vout dependency
257 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.
258 Status: Todo
259
260 Task
261 Difficulty: Guru
262 Urgency: Wishlist
263 Platform: Mac OS X
264 Description: skins2
265 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
266 Status: Todo
267
268 Task
269 Difficulty: Hard
270 Urgency: Wishlist
271 Platform: any
272 Description: Equalizer
273 Implement an equilizer for VLC.
274 Status: Todo
275
276 Task
277 Difficulty: Hard
278 Urgency: Wishlist
279 Platform: any
280 Description: informing user.
281 Implement a system to
282  - Alert the user of critical errors (cannot play file)
283  - Ask the user a question (Are you sure? or Try to Fix index of avi? or Overwrite File?)
284  - Inform the user, without disturbing him. (Buffering stream)
285 Status: Todo
286
287 Task
288 Difficulty: Hard
289 Urgency: Wishlist
290 Platform: any
291 Description: Full H323 Videoconferencing
292 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.
293 Status: Todo
294
295 Task
296 Difficulty: Guru
297 Urgency: Normal
298 Platform: Mac OS X
299 Description: SVCD support
300 libcdio needs to be ported to the Mac to support the cddax and vcdx modules for proper SVCD support
301 Status: Todo
302
303 Task
304 Difficulty: Hard 
305 Urgency: Wishlist
306 Platform: Mac OS X
307 Description: QuickTime capturing
308 Allow capturing from QuickTime Firewire, USB and PCI devices.
309 Possibly see: <a href="http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=416">Bug 416</a>
310 Status: Todo
311
312 Task
313 Difficulty: Medium
314 Urgency: Normal
315 Platform: Mac OS X
316 Description: Finish Mac Mozilla plugin
317 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. 
318 Status: Halfway (stalled)
319
320 Task
321 Difficulty: Easy
322 Urgency: Normal
323 Platform: any
324 Description: Controlling the mozilla plugin
325 The mozilla plugin needs to be better controllable (via javascript). 
326 - retrieve variable values.
327 - open VLC media player
328 - (look at fen-php?)
329 Status: Todo
330
331 Task
332 Difficulty: Hard
333 Urgency: Wishlist
334 Platform: Windows
335 Description: ActiveX control for VLC
336  We need an ActiveX version of VLC for IE intergration
337 Status: Todo
338
339 Task
340 Difficulty: Easy
341 Urgency: Wishlist
342 Platform: any
343 Description: export paramaters of an input
344  Export the Media Info of a file/source to a standard xml file for use by other applications. Possibly combine with file "probe'ing".
345  - AR
346  - size
347  - bitrate
348  - resolution
349  - codecs, etc.
350 Status: Todo
351
352 Task
353 Difficulty: Easy
354 Urgency: Wishlist
355 Platform: any
356 Description: SSL http
357 SSL encrypted HTTP communication. To support protected VoD.
358 Status: Todo
359
360 Task
361 Difficulty: Hard
362 Urgency: Wishlist
363 Platform: any
364 Description: http cookies
365 For protected VoD  (http://a-select.surfnet.nl)
366 Status: Todo
367
368 Task
369 Difficulty: Easy
370 Urgency: Wishlist
371 Platform: any
372 Description: mime-type VLC launching
373 Allow application/vlc mimetype to launch VLC instead of plugin for video file.
374 Allows for Progressive download to TEMP folder from browsers. VLC would play the file in the TEMP.
375 Status: Todo
376
377 Task
378 Difficulty: Hard
379 Urgency: Wishlist
380 Platform: any
381 Description: rendezvous announces
382 DMAP protocol announce for videos.
383 Status: Todo
384
385 Task
386 Difficulty: Easy
387 Urgency: Wishlist
388 Platform: any
389 Description: SDL vout cleaning
390 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.
391 Status: Todo
392
393 Task
394 Difficulty: Easy
395 Urgency: Normal
396 Platform: Win32/Linux
397 Description: V4L and dshow tuning support
398 We need an API that allows us to control the tuning of V4L and dshow TV cards.
399 Status: Todo (CryHavoc)
400
401 Task
402 Difficulty: Easy
403 Urgency: Wishlist
404 Platform: any
405 Description: Electronic Program Guide
406 Integrate a EPG system into VLC.
407 Status: Todo (CryHavoc)
408
409 Task
410 Difficulty: Hard
411 Urgency: Wishlist
412 Platform: any
413 Description: a Time Shifting module
414 This module should create TiVo like capabilities for VLC.
415 Status: Todo (CryHavoc)
416
417 # Do not remove me
418 Task