]> git.sesse.net Git - vlc/blob - TODO
Small update
[vlc] / TODO
1 # VLC Todo\r
2 # Difficulty values: Easy, Medium, Hard, Guru\r
3 #\r
4 # Urgency values: Wishlist, Normal, Important, Critical\r
5 \r
6 Task\r
7 Difficulty: Easy\r
8 Urgency: Critical\r
9 Platform: any\r
10 Description: World domination\r
11  We need to dominate the world\r
12 Status: Todo\r
13 \r
14 Task\r
15 Difficulty: Guru\r
16 Platform: any\r
17 Urgency: Critical\r
18 Description: Clock Synchro redesign\r
19 We need to adapt the clock synchro to work better with BOTH files and streams.\r
20 Status: Todo
21 \r
22 Task\r
23 Difficulty: Hard\r
24 Urgency: Critical\r
25 Platform: Mac OS X\r
26 Description: CoreAudio multichannel audio output.\r
27  Convert to <a href="http://www.mat.ucsb.edu:8000/CoreAudio/108">AUHAL</a> based sytem.\r
28 Still no info over S/PDIF output available.\r
29 Outstanding issues:<br />\r
30  - G5 S/PDIF not working<br />\r
31  - G5 PCM not working because S/PDIF is selected by default, even if not connected.<br />\r
32 Status: Todo\r
33 \r
34 Task\r
35 Difficulty: Medium\r
36 Platform: any\r
37 Urgency: Important\r
38 Description: Update matroska demux\r
39  Better Seeking\r
40 Status: Todo\r
41
42 Task\r
43 Difficulty: Easy\r
44 Platform: any\r
45 Urgency: Important\r
46 Description: proper DVD controls\r
47 Most importantly a proper button that will take you straight to the DVD menu. But also, next/prev chapter should be integrated with next/prev playlistitem.\r
48 Status: Todo
49 \r
50 Task\r
51 Difficulty: Easy\r
52 Platform: Linux, Win32, Mac OS X\r
53 Urgency: Normal\r
54 Description: Streaming wizard\r
55  Finish the streaming wizard (85% finished)<br />\r
56 The mac version is at 0%\r
57 Status: Assigned to zorglub\r
58 \r
59 Task\r
60 Difficulty: Easy\r
61 Platform: all\r
62 Urgency: Normal\r
63 Description: configure overview of modules\r
64  configure should report what it will and what it won't build, after it is done running.\r
65 Status: Todo\r
66
67 Task\r
68 Difficulty: Hard\r
69 Urgency: Normal\r
70 Platform: any\r
71 Description: Dual window in embed mode\r
72 Windows taskbar reports two windows in the video embed mode.\r
73 Status: Done\r
74 \r
75 Task\r
76 Difficulty: Guru\r
77 Urgency: Normal\r
78 Platform: any\r
79 Description: External audio file playing\r
80  Allow several access from an input thread to allow for multi-input<br />\r
81 (90% done) Add GUI elements\r
82 Status: Assigned to fenrir\r
83 \r
84 Task\r
85 Difficulty: Hard\r
86 Urgency: Normal\r
87 Platform: any\r
88 Description: make everything UTF-8 based\r
89  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.\r
90 Status: Todo
91
92 Task\r
93 Difficulty: Medium\r
94 Urgency: Normal\r
95 Platform: any\r
96 Description: Rewrite the SAP parser\r
97  The SAP parser is very dirty at the moment, and needs a complete rewrite.\r
98  - caching support<br />\r
99  - timeout support<br />\r
100  - add meta-information to playlist<br />\r
101  - session version support<br />\r
102 Status: Assigned to zorglub (80% done)\r
103 \r
104 Task\r
105 Difficulty: Medium\r
106 Urgency: Normal\r
107 Platform: any\r
108 Description: Playlist II\r
109  A hierarchized playlist structure, eventually using a media library.\r
110 Think playlist within playlist, directory structures, SAP section, TV channels list, iTunes library like stuff etc. <a href="http://sierra.via.ecp.fr/~zorglub/vlc/playlist.txt">Thoughts and ideas (not up-to-date)</a><br />\r
111 50% done.<br />\r
112 Todo:<br />\r
113 - Core support<br />\r
114    - *** Improve random mode and fix loop<br />\r
115    - *   "Name finder"<br />\r
116    - *   "Protocol rollover" node<br />\r
117    - *** Item moving/copying facilities<br />\r
118    - *   Ability to save playlist on quit<br />
119    - ?   Represent navigation structure as "fake items" ?  <br />
120    -     Custom playlist format<br />
121 - Helper modules<br />\r
122    - **  ASX and B4S parsers (see below)<br />\r
123    - *   Rewrite SLP announce discovery<br />\r
124    - *   Live directory representation<br /> \r
125 - *** Implement in MacOS X and Skins 2 interfaces<br />\r
126 - wx implementation :<br />\r
127    - *** Investigate Win32 crash<br />\r
128    - **  Support item move/copy<br />\r
129    - *   Explorer view<br />\r
130    - *   Cleverer update using i_serial<br />\r
131    - *   Playlist preferences panel<br />\r
132    - **  Improve iteminfo dialog<br />\r
133 Status: Assigned to zorglub\r
134
135 Task
136 Difficulty: Easy
137 Urgency: Normal
138 Platform: any
139 Description: Improve bookmarks
140  - Put them in the input_item structure to have them persistent
141  - Add an input option to play the whole file but starting at a given bookmark
142 Status: Todo
143
144 Task
145 Difficulty: Easy
146 Urgency: Normal
147 Platform: Win32, Linux
148 Description: DVD controls panel
149   A small panel that would popup (below the slider, for example) when playing
150   a DVD with controls such as "up, down, right, left, next chapter, prev chapter, back to menu, ..."
151 Status: Todo
152
153 Task\r
154 Difficulty: Easy\r
155 Urgency: Normal\r
156 Platform: any\r
157 Description: fix ASX playlist parser\r
158 Basically our asx parser is broken. It doesn't handle relative links. It should also URL encode the hrefs (spaces in the url need to be converted to %20 etc). protocol rollover, authors, title's etc etc aren't handled. See <a href="http://www.meetnewplayers.com/bend/Windows%20Media%20-%20Fun%20with%20asx%20files2.htm">this</a> for asx examples. It is still located in the old demux/m3u.c module instead of modules/demux/playlist/\r
159 Status: Todo\r
160 \r
161 Task\r
162 Difficulty: Medium\r
163 Urgency: Normal\r
164 Platform: any\r
165 Description: fix current muxers.\r
166 Our avi muxer doesn't produce valid files\r
167 Status: Todo\r
168
169 Task\r
170 Difficulty: Easy\r
171 Urgency: Normal\r
172 Platform: any\r
173 Description: 24 bit LPCM\r
174 - Increasingly more DVDs use 24 bit LPCM sound. We should support it.\r
175 Status: Todo\r
176 \r
177 Task\r
178 Difficulty: Easy\r
179 Urgency: Normal\r
180 Platform: Mac OS X\r
181 Description: LPCM\r
182 The LPCM decoder outputs really small samples which aren't accepted properly by the macosx coreaudio resampler, causing VLC to not output any sound with many DVD's. A test sample that shows this effect on the mac is the Madonna clip.\r
183 Status: Todo
184 \r
185 Task\r
186 Difficulty: Hard\r
187 Urgency: Normal\r
188 Platform: Any\r
189 Description: Rework of the preferences\r
190  * New information in preferences for a rework of how preferences are sorted in interfaces\r
191  * New widget types\r
192  See http://www.via.ecp.fr/via/ml/vlc-devel/200409/msg00409.html\r
193 Status: Assigned to zorglub\r
194 \r
195 Task\r
196 Difficulty: Hard\r
197 Urgency: Normal\r
198 Platform: Mac OS X\r
199 Description: New OS X preferences\r
200  New preferences for Mac OS X. Current not suited for Mac Users and several\r
201 Pref. elements are broken (hotkeys and int with string desc.).\r
202 Status: Todo\r
203 \r
204 Task\r
205 Difficulty: Easy\r
206 Urgency: Normal\r
207 Platform: Mac OS X\r
208 Description: OS X bookmarks window\r
209 We miss a bookmarks window like the wxwidget one.\r
210 Status: Todo\r
211 \r
212 Task\r
213 Difficulty: Medium\r
214 Urgency: Normal\r
215 Platform: Mac OS X\r
216 Description: Finish Mac Mozilla plugin\r
217 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. \r
218 Status: Halfway (stalled)\r
219 \r
220 Task\r
221 Difficulty: Easy\r
222 Urgency: Normal\r
223 Platform: any\r
224 Description: Controlling the mozilla plugin\r
225 The mozilla plugin needs to be better controllable (via javascript). <br />\r
226 - retrieve variable values.<br />\r
227 - open VLC media player<br />\r
228 - default html page to control the plugin<br />\r
229 - XUL controls<br />\r
230 (80% done) see:<br />\r
231 <a href="http://sierra.via.ecp.fr/~zorglub/vlc/plugin/vlc.html">Javascript controls</a>\r
232 <a href="http://sierra.via.ecp.fr/~zorglub/vlc/xul/">XUL controls</a>\r
233 <a href="http://mplayerplug-in.sourceforge.net/">MPlayer Mozilla plugin</a>\r
234 Status: Assigned to zorglub\r
235 \r
236 Task\r
237 Difficulty: Easy\r
238 Platform: Win32, Linux\r
239 Urgency: Normal\r
240 Description: equalizer fixes\r
241     - Gray out "reset to defaults" for audio equalizer when disabled<br />\r
242    - Once audio equalizer is disabled, it doesn't enable the first\r
243      try when you select from main menu. It only works a 2nd change\r
244      (enable flag not properly set?).\r
245 Status: Todo\r
246 \r
247 Task\r
248 Difficulty: Medium\r
249 Platform: Win32, Linux\r
250 Urgency: Normal\r
251 Description: wxWidgets fixes\r
252  - Rename wxWindows to wxWidgets<br />\r
253  - Problems with slider (doesn't go where you click, keep updating while seeking\r
254 ?)<br />\r
255  - Reversed arrows\r
256 Status: Todo
257 \r
258 Task\r
259 Difficulty: Guru\r
260 Urgency: Normal\r
261 Platform: Mac OS X\r
262 Description: SVCD support\r
263 libcdio needs to be ported to the Mac to support the cddax and vcdx modules for proper SVCD support\r
264 Status: Todo\r
265 \r
266 Task\r
267 Difficulty: Hard\r
268 Urgency: Normal\r
269 Platform: any\r
270 Description: Stream text subtitles\r
271  Find a a way to stream text subtitles, in TS and in RTP.<br />\r
272  Needs testing and validating\r
273 Status: 65% (fenrir)\r
274 \r
275 Task\r
276 Difficulty: Medium\r
277 Urgency: Normal\r
278 Platform: any\r
279 Description: RTSP server\r
280 Full implementation of a RTSP server. We already have a very basic implementation working but it does need a lot more work. See the following <a href="http://via.ecp.fr/via/ml/streaming/200408/msg00068.html">mail</a> and <a href="http://via.ecp.fr/via/ml/streaming/200410/msg00002.html">mail</a>.\r
281 Status: 90%\r
282
283 Task\r
284 Difficulty: Easy\r
285 Urgency: Normal\r
286 Platform: Win32/Linux\r
287 Description: V4L and dshow tuning support\r
288 We need an API that allows us to control the tuning of V4L and dshow TV cards.\r
289 Status: Todo (CryHavoc)\r
290 \r
291 Task\r
292 Difficulty: Medium\r
293 Platform: any\r
294 Urgency: Wishlist\r
295 Description: RAR/ZIP/... access\r
296 An access module that would be able to uncompress compressed files.\r
297 Status: Todo\r
298 \r
299 Task\r
300 Difficulty: Medium\r
301 Platform: any\r
302 Urgency: Wishlist\r
303 Description: DVTS support\r
304 DV over RTP support. See <a href="http://www.sfc.wide.ad.jp/DVTS/">DVTS homepage</a>\r
305 Status: Todo\r
306 \r
307 Task\r
308 Difficulty: Hard\r
309 Platform: WinCE\r
310 Urgency: Wishlist\r
311 Description: WinCE port finalizing\r
312 The WinCE port is already quite functional but we still miss a GAPI video output (GDI works but is slow) and an interface.\r
313 Some code already exists for that (http://sourceforge.net/projects/vlcpocketpc/) and would need to be imported into the VLC source tree.\r
314 Downloads should be added to the main vlc download page. We need an icon for this. \r
315 Status: Assigned to MixerAnderson\r
316 \r
317 Task\r
318 Difficulty: Medium\r
319 Urgency: Wishlist\r
320 Platform: any\r
321 Description: Full blown OSD system \r
322  In the line of freevo etc.\r
323 Status: Assigned to thedj, jpsaman and yoann\r
324 \r
325 Task\r
326 Difficulty: Easy\r
327 Urgency: Wishlist\r
328 Platform: any\r
329 Description: GSM decoder\r
330 The <a href="http://kbs.cs.tu-berlin.de/~jutta/toast.html">Toast</a> implementation.\r
331 Status: Todo\r
332 \r
333 Task\r
334 Difficulty: Easy\r
335 Urgency: Wishlist\r
336 Platform: any\r
337 Description: AMR decoder\r
338 We will need to find one that isn't based on the reference code.\r
339 Status: Todo\r
340 \r
341 Task\r
342 Difficulty: Easy\r
343 Urgency: Wishlist\r
344 Platform: any\r
345 Description: MusePack decoder\r
346 Need I say more? <a href="http://www.hydrogenaudio.org/index.php?showtopic=21775&">MPCdec</a>. We are awaiting MPC 7.5 or 8.0 specification which should split the codec from the fileformat.\r
347 Status: Todo\r
348 \r
349 Task\r
350 Difficulty: Easy\r
351 Urgency: Wishlist\r
352 Platform: any\r
353 Description: APE decoder\r
354 Need I say more? <a href="http://www.monkeysaudio.com/">Monkeys Audio (APE)</a> website. This codec is currently not GPL compatible. We will have to await a GPL compatible implementation of this.\r
355 Status: Todo\r
356 \r
357 Task\r
358 Difficulty: Easy\r
359 Urgency: Wishlist\r
360 Platform: any\r
361 Description: flash video playing/streaming\r
362 A flash video muxer and demuxer. FFMPEG can already output flash video. a waste not to make use of that capability.\r
363 Status: Todo\r
364 \r
365 Task\r
366 Difficulty: Medium\r
367 Urgency: Wishlist\r
368 Platform: any\r
369 Description: Closed Captions/Teletext support\r
370 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.<br />\r
371  - Use ZVBI library for VBI decoding and image generation<br />\r
372  - ESTI EN 300 472 for EBU teletext support in DVB<br />\r
373 Perhaps look at Xawtv, dvbtext and other vbi, vtx systems.\r
374 Status: Todo\r
375 \r
376 Task\r
377 Difficulty: Medium\r
378 Urgency: Wishlist\r
379 Platform: any\r
380 Description: DVB info in NIT\r
381 We need to get the information of a DVB stream that are in the NIT (current program, next program, ...)\r
382 Status: Todo\r
383 \r
384 Task\r
385 Difficulty: Medium\r
386 Urgency: Wishlist\r
387 Platform: any\r
388 Description: IceCast/ShoutCast serving\r
389 This would be a nice thing for the sake of completeness of VLC's streaming capabilities.\r
390 Status: Todo\r
391 \r
392 Task\r
393 Difficulty: Easy\r
394 Urgency: Wishlist\r
395 Platform: any\r
396 Description: More/Better Picture filters\r
397 There are several picture filters (blend, scale), but we can use more (screenshot, crop, move..) We probably need on the fly picture filter insertion as well.\r
398 Status: Todo\r
399 \r
400 Task\r
401 Difficulty: Guru\r
402 Urgency: Wishlist\r
403 Platform: any\r
404 Description: Vout redesign\r
405 - vout needs distinct splitting into vout_core, vout_window, pic_filter, vout_filter\r
406 - needs 'assistence' vout windows (clone filters, goom) etc.\r
407 - 4:3, 16:9, freeform Aspect Ratio\r
408 - cropping and padding (do at OS level, but provide a core call to set it up and configure).\r
409 - OSD at window resolution instead of video res (secondary vout channel)\r
410 - a OSD needs to be bound to a vout stream (no subs on goom vout)\r
411 - 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).\r
412 Status: Todo\r
413 \r
414 Task\r
415 Difficulty: Medium\r
416 Urgency: Wishlist\r
417 Platform: any\r
418 Description: Subtitle work\r
419 - better SSA support with postioning, colors etc.\r
420 - Fix subtitles dialogs (mac done)\r
421 Status: Todo\r
422 \r
423 Task\r
424 Difficulty: Easy\r
425 Urgency: Wishlist\r
426 Platform: any\r
427 Description: Automatic charset recognition\r
428 See if we can use <a href="http://trific.ath.cx/software/enca/">ENCA</a> for automatic charset recognition on subtitle files. Might simplify usage of sub files a lot? Might require complete file to be parsed by ENCA before good result is returned?\r
429 Status: Todo\r
430 \r
431 Task\r
432 Difficulty: Guru\r
433 Urgency: Wishlist\r
434 Platform: Mac OS X\r
435 Description: skins2\r
436 Port VLC skins to Objective C++ and OSX. Also requires the intf to be a dialog handler.\r
437 Status: Todo\r
438 \r
439 Task\r
440 Difficulty: Hard\r
441 Urgency: Wishlist\r
442 Platform: any\r
443 Description: informing user.\r
444 Implement a system to: <br />\r
445  - Alert the user of critical errors (cannot play file). Should be blocking. <br />\r
446  - Ask the user a question (Are you sure? or Try to Fix index of avi? or Overwrite File?)<br />\r
447  - Inform the user, without disturbing him. (Buffering stream). This might require a displaytime or something. Because how do we know how long this information should be displayed? Also think of buffering 0-100%<br /> \r
448  - present a user/passwd dialog when we get an authentication failure on a stream.<br />\r
449 Status: Todo\r
450 \r
451 Task\r
452 Difficulty: Hard\r
453 Urgency: Wishlist\r
454 Platform: any\r
455 Description: Full H323 Videoconferencing\r
456 VLC isn't really suited for this yet, because it introduces quite large latencies. This should be fixed before the H323 can ever come close to working in VLC.\r
457 We also will need SIP support.\r
458 Status: Todo\r
459 \r
460 Task\r
461 Difficulty: Hard \r
462 Urgency: Wishlist\r
463 Platform: Mac OS X\r
464 Description: QuickTime capturing\r
465 Allow capturing from QuickTime Firewire, USB and PCI devices.\r
466 Possibly see: <a href="http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=416">Bug 416</a>\r
467 Status: Todo\r
468 \r
469 Task\r
470 Difficulty: Hard\r
471 Urgency: Wishlist\r
472 Platform: Windows\r
473 Description: ActiveX control for VLC\r
474  We need an ActiveX version of VLC for IE intergration\r
475 Status: Todo\r
476 \r
477 Task\r
478 Difficulty: Easy\r
479 Urgency: Wishlist\r
480 Platform: any\r
481 Description: export paramaters of an input\r
482  Export the Media Info of a file/source to a standard xml file for use by other applications. Possibly combine with file "probe'ing".<br />\r
483  - AR<br />\r
484  - size<br />\r
485  - bitrate<br />\r
486  - resolution<br />\r
487  - codecs, etc.<br />\r
488 Status: Todo\r
489 \r
490 Task\r
491 Difficulty: Easy\r
492 Urgency: Wishlist\r
493 Platform: any\r
494 Description: SSL http\r
495 SSL encrypted HTTP communication. To support protected VoD.<br />\r
496 The question is how to neatly integrate it into our API. Support for all our http handling plugins means complicating the API. Perhaps we should store the SSL context in the p_sys of the vlc_object that is calling it? Tad dangerous, but would keep stuff simple.\r
497 Status: Done\r
498 \r
499 Task\r
500 Difficulty: Hard\r
501 Urgency: Wishlist\r
502 Platform: any\r
503 Description: http cookies\r
504 For protected VoD  (http://a-select.surfnet.nl)\r
505 Status: Todo\r
506 \r
507 Task\r
508 Difficulty: Easy\r
509 Urgency: Wishlist\r
510 Platform: any\r
511 Description: Progressive download playing\r
512 Allow application/vlc mimetype to launch VLC instead of plugin for video file.\r
513 Allows for Progressive download to TEMP folder from browsers. VLC would play the file in the TEMP.\r
514 Status: Todo\r
515 \r
516 Task\r
517 Difficulty: Medium\r
518 Urgency: Wishlist\r
519 Platform: any\r
520 Description: rendezvous announces\r
521 Apple released the rendezvous code under a Open Source license now. perhaps it can be used. (It's OpenTalk now btw).<br />\r
522 DMAP protocol announce for videos.\r
523 Status: Todo\r
524 \r
525 Task\r
526 Difficulty: Easy\r
527 Urgency: Wishlist\r
528 Platform: any\r
529 Description: SDL vout cleaning\r
530 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.\r
531 Status: Todo\r
532 \r
533 Task\r
534 Difficulty: Easy\r
535 Urgency: Wishlist\r
536 Platform: any\r
537 Description: Electronic Program Guide\r
538 Integrate a EPG system into VLC.\r
539 Status: Todo (CryHavoc)\r
540 \r
541 Task\r
542 Difficulty: Hard\r
543 Urgency: Wishlist\r
544 Platform: any\r
545 Description: a Time Shifting module\r
546 This module should create TiVo like capabilities for VLC.\r
547 Status: Todo (CryHavoc)\r
548 \r
549 Task\r
550 Difficulty: Medium\r
551 Urgency: Wishlist\r
552 Platform: any\r
553 Description: UDP packet reordering\r
554 Currently we ignore every packet that is too late and just wait for a fresh one.\r
555 It would be nice to be able to reorder the packets in the buffer to prevent degredation of the signal.\r
556 Status: Todo\r
557 \r
558 Task\r
559 Difficulty: Easy\r
560 Urgency: Wishlist\r
561 Platform: any\r
562 Description: Make vlm more user friendly (setup etc)\r
563 vlm is kinda a pain to setup if you are not entirely experienced with A/V and streaming or VLC for that matter. It can be heavily improved by updating the vlm http interface. Using seperate fields for the need paramters of a schedule/source.\r
564 Status: Todo\r
565 \r
566 Task\r
567 Difficulty: Easy\r
568 Urgency: Wishlist\r
569 Platform: any\r
570 Description: Protocol rollover\r
571 It would be cool if VLC supported something like a protocol rollover mechanism, much like WM server has as well. Multicast, UDP, TCP, HTTP etc.\r
572 However, how spec compliant can this be?<br />\r
573 We require a timeout on udp connecting. Beyond this a playlist file can be used to do a form of protocol rollover when one of the links fails ( or implement this in the new style playlist system [only advance index on failure]).\r
574 Status: Todo\r
575 \r
576 Task\r
577 Difficulty: Hard\r
578 Urgency: Wishlist\r
579 Platform: any\r
580 Description: NAT issues\r
581 Find a way to deal with clients behind a NAT. Multicast and RTSP work 'poorly' in these setups. NATP2P, STUN, UDP hole punching, other techniques ????\r
582 Protocol rollover can be a solution for a lot of these issues.\r
583 Use full DNS names in SDP\r
584 Status: Todo\r
585 \r
586 Task\r
587 Difficulty: Medium\r
588 Urgency: Wishlist\r
589 Platform: any\r
590 Description: Gstreamer and Helix API integration\r
591 See if you can support GStreamer and helix plugins in one way or another.\r
592 Status: Todo\r
593 \r
594 Task\r
595 Difficulty: Easy\r
596 Urgency: Wishlist\r
597 Platform: any\r
598 Description: Gnome-vfs support\r
599 For integration with smb, sftp and other file sharing/mounting methods\r
600 Status: Todo\r
601
602 Task\r
603 Difficulty: Hard\r
604 Platform: any\r
605 Urgency: Wishlist\r
606 Description: Matroska muxer\r
607  We need one :)\r
608 Status: Todo\r
609 \r
610 Task\r
611 Difficulty: Medium\r
612 Platform: any\r
613 Urgency: Wishlist\r
614 Description: TTA decoder\r
615   TTA is said to be a fast en good lossless codec. Opensource library\r
616   availabe: http://tta.corecodec.org/\r
617 Status: Todo\r
618 \r
619 Task\r
620 Difficulty: Medium\r
621 Platform: any\r
622 Urgency: Wishlist\r
623 Description: Option to automatically deinterlace when needed\r
624   Mkv stores wether a video track is interlaced in the traxk descriptor\r
625   libmpeg2 etc output this information in the header AND on a per-picture basis\r
626 Status: Todo\r
627 \r
628 Task\r
629 Difficulty: Easy\r
630 Platform: any\r
631 Urgency: Wishlist\r
632 Description: UDF decoder\r
633 Support for the new XML based subtitle format called UDF\r
634 Status: Todo\r
635 \r
636 Task\r
637 Difficulty: Hard\r
638 Platform: any\r
639 Urgency: Wishlist\r
640 Description: Faster deinterlacing\r
641 Our deinterlacers are relatively slow. DScaler has the best Soft deinterlacers out there.\r
642 Unfortunatly it is very Win32 focused.\r
643 Status: Todo\r
644 \r
645 Task\r
646 Difficulty: Medium\r
647 Platform: any\r
648 Urgency: Wishlist\r
649 Description: More service discovery modules\r
650 - Port UPnP support from http://sourceforge.net/project/showfiles.php?group_id=89768 <br />\r
651 - libhal based discovery (should be able to find cd,dvd,capture cards,etc etc <br />\r
652 - Perhaps a generalized webpage parser (use user supplied templates to parse\r
653    streams from popular websites )\r
654 Status: Todo\r
655 \r
656 Task\r
657 Difficulty: Medium\r
658 Platform: any\r
659 Urgency: Wishlist\r
660 Description: Autoselect a track based on preferred language\r
661 Problems might exist with formats that don't have headers?\r
662 Most part easy to do, because the language info is stored in the ES format structs these days.\r
663 Status: Todo\r
664 \r
665 Task\r
666 Difficulty: Easy\r
667 Platform: win32\r
668 Urgency: Wishlist\r
669 Description: file filters in the open dialog\r
670 Have default filters in the open dialog. like:\r
671 All files<br />\r
672 Sound Files( .mp3, .ogg, .wav, .m4a, .m4p)<br />\r
673 Video Files( .avi, .mkv, .mov, .mpg, .m2v, etc)<br />\r
674 Subtitle Files( .idx, .sub, .utf, .srt)<br />\r
675 Status: Todo\r
676 \r
677 # Do not remove me\r
678 Task\r