]> git.sesse.net Git - vlc/blob - TODO
TODO: Fixed up the entry on vobsub
[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: Hard
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   - Support color
165   - Split/merge for dvd menu highlighting
166   - Downscaling for divx/mkv etc
167   - Chroma independence
168   - .sub/.idx support
169 Status: todo
170
171 Task
172 Difficulty: Hard
173 Urgency: Normal
174 Platform: any
175 Description: RTSP server
176 Full implementation of a RTSP server.
177 Status: fenrir has some code
178
179 Task
180 Difficulty: Hard
181 Urgency: Wishlist
182 Platform: any
183 Description: Picture filters
184 picture per picture chained filter system that also works on output streams
185 Status: Todo
186
187 Task
188 Difficulty: Guru
189 Urgency: Wishlist
190 Platform: any
191 Description: Vout redesign
192 - vout needs distinct splitting into vout_core, vout_window
193 - needs 'assistence' vout windows (filters,goom etc)
194 - 4:3, 16:9, freeform AR
195 - cropping and padding
196 Status: Todo
197
198 Task
199 Difficulty: Medium
200 Urgency: Wishlist
201 Platform: any
202 Description: SPU redesign
203 - multiple subpicture channels
204 - centralized rendering and use of chroma filters
205 - centralized scaling support
206 (also look at ogt/cvd sub work)
207 Status: Todo
208
209 Task
210 Difficulty: Guru
211 Urgency: Wishlist
212 Platform: Mac OS X
213 Description: intf / vout dependency
214 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.
215 Status: Todo
216
217 Task
218 Difficulty: Guru
219 Urgency: Wishlist
220 Platform: Mac OS X
221 Description: skins2
222 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
223 Status: Todo
224
225 Task
226 Difficulty: Hard
227 Urgency: Wishlist
228 Platform: any
229 Description: Equalizer
230 Implement an equilizer for VLC.
231 Status: Todo
232
233 Task
234 Difficulty: Hard
235 Urgency: Wishlist
236 Platform: any
237 Description: informing user.
238 Implement a system to
239  - Alert the user of critical errors (cannot play file)
240  - Ask the user a question (Are you sure? or Try to Fix index of avi? or Overwrite File?)
241  - Inform the user, without disturbing him. (Buffering stream)
242 Status: Todo
243
244 Task
245 Difficulty: Guru
246 Urgency: Normal
247 Platform: Mac OS X
248 Description: SVCD support
249 libcdio needs to be ported to the Mac to support the cddax and vcdx modules for proper SVCD support
250 Status: Todo
251
252 Task
253 Difficulty: Hard 
254 Urgency: Wishlist
255 Platform: Mac OS X
256 Description: QuickTime capturing
257 Allow capturing from QuickTime Firewire, USB and PCI devices.
258 Possibly see: <a href="http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=416">Bug 416</a>
259 Status: Todo
260
261 Task
262 Difficulty: Medium
263 Urgency: Normal
264 Platform: Mac OS X
265 Description: Finish Mac Mozilla plugin
266 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. 
267 Status: Halfway (stalled)
268
269 Task
270 Difficulty: Easy
271 Urgency: Normal
272 Platform: any
273 Description: Controlling the mozilla plugin
274 The mozilla plugin needs to be better controllable (via javascript). 
275 - retrieve variable values.
276 - open VLC media player
277 - (look at fen-php?)
278 Status: Todo
279
280 Task
281 Difficulty: Hard
282 Urgency: Wishlist
283 Platform: Windows
284 Description: ActiveX control for VLC
285  We need an ActiveX version of VLC for IE intergration
286 Status: Todo
287
288 Task
289 Difficulty: Easy
290 Urgency: Wishlist
291 Platform: any
292 Description: export paramaters of an input
293  Export the info of a file/source to a standard xml file for use by other applications. Possibly combine with file "probe'ing".
294  - AR
295  - size
296  - resolution
297  - codecs, etc.
298 Status: Todo
299
300 Task
301 Difficlty: 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 Difficlty: 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 Difficlty: 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 Difficlty: 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
335
336
337