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