]> git.sesse.net Git - vlc/blob - TODO
* Some todo updates
[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: Medium\r
16 Platform: any\r
17 Urgency: Wishlist\r
18 Description: RAR/ZIP/... access\r
19 An access module that would be able to uncompress compressed files.\r
20 Status: Todo\r
21 \r
22 Task\r
23 Difficulty: Medium\r
24 Platform: any\r
25 Urgency: Wishlist\r
26 Description: DVTS support\r
27 DV over RTP support. See <a href="http://www.sfc.wide.ad.jp/DVTS/">DVTS homepage</a>\r
28 Status: Todo\r
29 \r
30 Task\r
31 Difficulty: Easy\r
32 Platform: any\r
33 Urgency: Urgent\r
34 Description: proper DVD controls\r
35 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
36 Status: Todo\r
37 \r
38 Task\r
39 Difficulty: Easy\r
40 Platform: Linux, Win32, Mac OS X\r
41 Urgency: Normal\r
42 Description: Streaming wizard\r
43  Finish the streaming wizard (85% finished)<br />\r
44 The mac version is at 0%\r
45 Status: Assigned to zorglub\r
46 \r
47 Task\r
48 Difficulty: Easy\r
49 Platform: all\r
50 Urgency: Normal\r
51 Description: configure overview of modules\r
52  configure should report what it will and what it won't build, after it is done running.\r
53 Status: Todo\r
54 \r
55 Task\r
56 Difficulty: Hard\r
57 Platform: WinCE\r
58 Urgency: Wishlist\r
59 Description: WinCE port finalizing\r
60 The WinCE port is already quite functional but we still miss a GAPI video output (GDI works but is slow) and an interface.\r
61 Some code already exists for that (http://sourceforge.net/projects/vlcpocketpc/) and would need to be imported into the VLC source tree.\r
62 Downloads should be added to the main vlc download page. We need an icon for this. \r
63 Status: Assigned to MixerAnderson\r
64 \r
65 Task\r
66 Difficulty: Hard\r
67 Urgency: Normal\r
68 Platform: any\r
69 Description: Dual window in embed mode\r
70 Windows taskbar reports two windows in the video embed mode.\r
71 Status: Assigned to gibalou\r
72 \r
73 Task\r
74 Difficulty: Guru\r
75 Urgency: Normal\r
76 Platform: any\r
77 Description: External audio file playing\r
78  Allow several access from an input thread to allow for multi-input<br />\r
79 (90% done) Add GUI elements\r
80 Status: Assigned to fenrir\r
81 \r
82 Task\r
83 Difficulty: Hard\r
84 Urgency: Normal\r
85 Platform: any\r
86 Description: make everything UTF-8 based\r
87  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
88 Status: Todo\r
89 \r
90 Task\r
91 Difficulty: Medium\r
92 Urgency: Wishlist\r
93 Platform: any\r
94 Description: Full blown OSD system \r
95  In the line of freevo etc.\r
96 Status: Todo\r
97 \r
98 Task\r
99 Difficulty: Medium\r
100 Urgency: Normal\r
101 Platform: any\r
102 Description: Rewrite the SAP parser\r
103  The SAP parser is very dirty at the moment, and needs a complete rewrite.\r
104  - caching support<br />\r
105 Mostly finished. Closely tied to the new playlist system\r
106 Status: Done\r
107 \r
108 Task\r
109 Difficulty: Medium\r
110 Urgency: Normal\r
111 Platform: any\r
112 Description: Playlist II\r
113  A hierarchized playlist structure, eventually using a media library.\r
114 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
115 50% done.<br />\r
116 Todo:<br />\r
117 - Core support<br />\r
118    - **  input options inheritance (down nodes)<br />\r
119    - *** Improve random mode and fix loop<br />\r
120    - *   "Name finder"<br />\r
121    - *   "Protocol rollover" node<br />\r
122    - *** Fix autodeletion<br />\r
123    - *** Item moving/copying facilities<br />\r
124    - *** Live directory representation<br /> \r
125 - Helper modules<br />\r
126    - **  ASX and B4S parsers (see below)<br />\r
127    - *   Rewrite SLP announce discovery<br />\r
128    - *** Finish new SAP parser (see above)<br />\r
129    - **  Adapt CDDAX<br />\r
130    - **  Fix MP4, LIVE.COM<br />\r
131 - *** Implement in MacOS X and Skins 2 interfaces<br />\r
132 - wx implementation :<br />\r
133    - **  Add Directory<br />\r
134    - **  Support item move/copy<br />\r
135    - *   Explorer view<br />\r
136    - *** Fix search<br />\r
137    - *** Play Node vs Play all<br />\r
138    - **  Clever update using i_serial<br />\r
139    - *   Playlist preferences panel<br />\r
140    - **  Improve iteminfo dialog<br />\r
141    - **  Support item types<br />\r
142 Status: Assigned to zorglub\r
143 \r
144 Task\r
145 Difficulty: Easy\r
146 Urgency: Normal\r
147 Platform: any\r
148 Description: fix ASX playlist parser\r
149 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
150 Status: Todo\r
151 \r
152 Task\r
153 Difficulty: Medium\r
154 Urgency: Normal\r
155 Platform: any\r
156 Description: fix current muxers.\r
157 Our avi muxer doesn't produce valid files\r
158 Status: Todo\r
159 \r
160 Task\r
161 Task\r
162 Difficulty: Easy\r
163 Urgency: Wishlist\r
164 Platform: any\r
165 Description: GSM decoder\r
166 The <a href="http://kbs.cs.tu-berlin.de/~jutta/toast.html">Toast</a> implementation.\r
167 Status: Todo\r
168 \r
169 Task\r
170 Difficulty: Easy\r
171 Urgency: Wishlist\r
172 Platform: any\r
173 Description: AMR decoder\r
174 We will need to find one that isn't based on the reference code.\r
175 Status: Todo\r
176 \r
177 Task\r
178 Difficulty: Easy\r
179 Urgency: Wishlist\r
180 Platform: any\r
181 Description: MusePack decoder\r
182 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
183 Status: Todo\r
184 \r
185 Task\r
186 Difficulty: Easy\r
187 Urgency: Normal\r
188 Platform: any\r
189 Description: 24 bit LPCM\r
190 - Increasingly more DVDs use 24 bit LPCM sound. We should support it.\r
191 Status: Todo\r
192 \r
193 Task\r
194 Difficulty: Easy\r
195 Urgency: Normal\r
196 Platform: Mac OS X\r
197 Description: LPCM\r
198 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
199 Status: Todo\r
200 \r
201 Task\r
202 Difficulty: Easy\r
203 Urgency: Wishlist\r
204 Platform: any\r
205 Description: APE decoder\r
206 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
207 Status: Todo\r
208 \r
209 Task\r
210 Difficulty: Easy\r
211 Urgency: Wishlist\r
212 Platform: any\r
213 Description: flash video playing/streaming\r
214 A flash video muxer and demuxer. FFMPEG can already output flash video. a waste not to make use of that capability.\r
215 Status: Todo\r
216 \r
217 Task\r
218 Difficulty: Medium\r
219 Urgency: Wishlist\r
220 Platform: any\r
221 Description: Closed Captions/Teletext support\r
222 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
223  - Use ZVBI library for VBI decoding and image generation<br />\r
224  - ESTI EN 300 472 for EBU teletext support in DVB<br />\r
225 Perhaps look at Xawtv, dvbtext and other vbi, vtx systems.\r
226 Status: Todo\r
227 \r
228 Task\r
229 Difficulty: Medium\r
230 Urgency: Wishlist\r
231 Platform: any\r
232 Description: DVB info in NIT\r
233 We need to get the information of a DVB stream that are in the NIT (current program, next program, ...)\r
234 Status: Todo\r
235 \r
236 Task\r
237 Difficulty: Medium\r
238 Urgency: Wishlist\r
239 Platform: any\r
240 Description: IceCast/ShoutCast serving\r
241 This would be a nice thing for the sake of completeness of VLC's streaming capabilities.\r
242 Status: Todo\r
243 \r
244 Task\r
245 Difficulty: Hard\r
246 Urgency: Normal\r
247 Platform: Mac OS X\r
248 Description: New OS X preferences\r
249  New preferences for Mac OS X. Current not suited for Mac Users and several\r
250 Pref. elements are broken (hotkeys and int with string desc.).\r
251 Status: Todo\r
252 \r
253 Task\r
254 Difficulty: Easy\r
255 Urgency: Normal\r
256 Platform: Mac OS X\r
257 Description: OS X bookmarks window\r
258 We miss a bookmarks window like the wxwidget one.\r
259 Status: Todo\r
260 \r
261 Task\r
262 Difficulty: Hard\r
263 Urgency: Critical\r
264 Platform: Mac OS X\r
265 Description: CoreAudio multichannel audio output.\r
266  Convert to <a href="http://www.mat.ucsb.edu:8000/CoreAudio/108">AUHAL</a> based sytem.\r
267 Still no info over S/PDIF output available.\r
268 Outstanding issues:<br />\r
269  - G5 S/PDIF not working<br />\r
270  - G5 PCM not working because S/PDIF is selected by default, even if not connected.<br />\r
271 Status: Todo\r
272 \r
273 Task\r
274 Difficulty: Hard\r
275 Urgency: Normal\r
276 Platform: any\r
277 Description: Stream text subtitles\r
278  Find a a way to stream text subtitles, in TS and in RTP.\r
279   - Find an existing norm\r
280   - Implement it\r
281 <br />Needs testing and validating\r
282 Status: 65% (fenrir)\r
283 \r
284 Task\r
285 Difficulty: Medium\r
286 Urgency: Normal\r
287 Platform: any\r
288 Description: RTSP server\r
289 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
290 Status: 90%\r
291 \r
292 Task\r
293 Difficulty: Easy\r
294 Urgency: Wishlist\r
295 Platform: any\r
296 Description: More/Better Picture filters\r
297 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
298 Status: Todo\r
299 \r
300 Task\r
301 Difficulty: Guru\r
302 Urgency: Wishlist\r
303 Platform: any\r
304 Description: Vout redesign\r
305 - vout needs distinct splitting into vout_core, vout_window, pic_filter, vout_filter\r
306 - needs 'assistence' vout windows (clone filters, goom) etc.\r
307 - 4:3, 16:9, freeform Aspect Ratio\r
308 - cropping and padding (do at OS level, but provide a core call to set it up and configure).\r
309 - OSD at window resolution instead of video res (secondary vout channel)\r
310 - a OSD needs to be bound to a vout stream (no subs on goom vout)\r
311 - 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
312 Status: Todo\r
313 \r
314 Task\r
315 Difficulty: Medium\r
316 Urgency: Wishlist\r
317 Platform: any\r
318 Description: Subtitle work\r
319 - better SSA support with postioning, colors etc.\r
320 - Fix subtitles dialogs (mac done)\r
321 Status: Todo\r
322 \r
323 Task\r
324 Difficulty: Easy\r
325 Urgency: Wishlist\r
326 Platform: any\r
327 Description: Automatic charset recognition\r
328 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
329 Status: Todo\r
330 \r
331 Task\r
332 Difficulty: Guru\r
333 Urgency: Wishlist\r
334 Platform: Mac OS X\r
335 Description: skins2\r
336 Port VLC skins to Objective C++ and OSX. Also requires the intf to be a dialog handler.\r
337 Status: Todo\r
338 \r
339 Task\r
340 Difficulty: Hard\r
341 Urgency: Wishlist\r
342 Platform: any\r
343 Description: informing user.\r
344 Implement a system to: <br />\r
345  - Alert the user of critical errors (cannot play file). Should be blocking. <br />\r
346  - Ask the user a question (Are you sure? or Try to Fix index of avi? or Overwrite File?)<br />\r
347  - 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
348  - present a user/passwd dialog when we get an authentication failure on a stream.<br />\r
349 Status: Todo\r
350 \r
351 Task\r
352 Difficulty: Hard\r
353 Urgency: Wishlist\r
354 Platform: any\r
355 Description: Full H323 Videoconferencing\r
356 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
357 We also will need SIP support.\r
358 Status: Todo\r
359 \r
360 Task\r
361 Difficulty: Guru\r
362 Urgency: Normal\r
363 Platform: Mac OS X\r
364 Description: SVCD support\r
365 libcdio needs to be ported to the Mac to support the cddax and vcdx modules for proper SVCD support\r
366 Status: Todo\r
367 \r
368 Task\r
369 Difficulty: Hard \r
370 Urgency: Wishlist\r
371 Platform: Mac OS X\r
372 Description: QuickTime capturing\r
373 Allow capturing from QuickTime Firewire, USB and PCI devices.\r
374 Possibly see: <a href="http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=416">Bug 416</a>\r
375 Status: Todo\r
376 \r
377 Task\r
378 Difficulty: Medium\r
379 Urgency: Normal\r
380 Platform: Mac OS X\r
381 Description: Finish Mac Mozilla plugin\r
382 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
383 Status: Halfway (stalled)\r
384 \r
385 Task\r
386 Difficulty: Easy\r
387 Urgency: Normal\r
388 Platform: any\r
389 Description: Controlling the mozilla plugin\r
390 The mozilla plugin needs to be better controllable (via javascript). <br />\r
391 - retrieve variable values.<br />\r
392 - open VLC media player<br />\r
393 - default html page to control the plugin<br />\r
394 - XUL controls<br />\r
395 (80% done) see:<br />\r
396 <a href="http://sierra.via.ecp.fr/~zorglub/vlc/plugin/vlc.html">Javascript controls</a>\r
397 <a href="http://sierra.via.ecp.fr/~zorglub/vlc/xul/">XUL controls</a>\r
398 <a href="http://mplayerplug-in.sourceforge.net/">MPlayer Mozilla plugin</a>\r
399 Status: Assigned to zorglub\r
400 \r
401 Task\r
402 Difficulty: Hard\r
403 Urgency: Wishlist\r
404 Platform: Windows\r
405 Description: ActiveX control for VLC\r
406  We need an ActiveX version of VLC for IE intergration\r
407 Status: Todo\r
408 \r
409 Task\r
410 Difficulty: Easy\r
411 Urgency: Wishlist\r
412 Platform: any\r
413 Description: export paramaters of an input\r
414  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
415  - AR<br />\r
416  - size<br />\r
417  - bitrate<br />\r
418  - resolution<br />\r
419  - codecs, etc.<br />\r
420 Status: Todo\r
421 \r
422 Task\r
423 Difficulty: Easy\r
424 Urgency: Wishlist\r
425 Platform: any\r
426 Description: SSL http\r
427 SSL encrypted HTTP communication. To support protected VoD.<br />\r
428 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
429 Status: Done\r
430 \r
431 Task\r
432 Difficulty: Hard\r
433 Urgency: Wishlist\r
434 Platform: any\r
435 Description: http cookies\r
436 For protected VoD  (http://a-select.surfnet.nl)\r
437 Status: Todo\r
438 \r
439 Task\r
440 Difficulty: Easy\r
441 Urgency: Wishlist\r
442 Platform: any\r
443 Description: Progressive download playing\r
444 Allow application/vlc mimetype to launch VLC instead of plugin for video file.\r
445 Allows for Progressive download to TEMP folder from browsers. VLC would play the file in the TEMP.\r
446 Status: Todo\r
447 \r
448 Task\r
449 Difficulty: Medium\r
450 Urgency: Wishlist\r
451 Platform: any\r
452 Description: rendezvous announces\r
453 Apple released the rendezvous code under a Open Source license now. perhaps it can be used. (It's OpenTalk now btw).<br />\r
454 DMAP protocol announce for videos.\r
455 Status: Todo\r
456 \r
457 Task\r
458 Difficulty: Easy\r
459 Urgency: Wishlist\r
460 Platform: any\r
461 Description: SDL vout cleaning\r
462 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
463 Status: Todo\r
464 \r
465 Task\r
466 Difficulty: Easy\r
467 Urgency: Normal\r
468 Platform: Win32/Linux\r
469 Description: V4L and dshow tuning support\r
470 We need an API that allows us to control the tuning of V4L and dshow TV cards.\r
471 Status: Todo (CryHavoc)\r
472 \r
473 Task\r
474 Difficulty: Easy\r
475 Urgency: Wishlist\r
476 Platform: any\r
477 Description: Electronic Program Guide\r
478 Integrate a EPG system into VLC.\r
479 Status: Todo (CryHavoc)\r
480 \r
481 Task\r
482 Difficulty: Hard\r
483 Urgency: Wishlist\r
484 Platform: any\r
485 Description: a Time Shifting module\r
486 This module should create TiVo like capabilities for VLC.\r
487 Status: Todo (CryHavoc)\r
488 \r
489 Task\r
490 Difficulty: Medium\r
491 Urgency: Wishlist\r
492 Platform: any\r
493 Description: UDP packet reordering\r
494 Currently we ignore every packet that is too late and just wait for a fresh one.\r
495 It would be nice to be able to reorder the packets in the buffer to prevent degredation of the signal.\r
496 Status: Todo\r
497 \r
498 Task\r
499 Difficulty: Easy\r
500 Urgency: Wishlist\r
501 Platform: any\r
502 Description: Make vlm more user friendly (setup etc)\r
503 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
504 Status: Todo\r
505 \r
506 Task\r
507 Difficulty: Easy\r
508 Urgency: Wishlist\r
509 Platform: any\r
510 Description: Protocol rollover\r
511 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
512 However, how spec compliant can this be?<br />\r
513 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
514 Status: Todo\r
515 \r
516 Task\r
517 Difficulty: Hard\r
518 Urgency: Wishlist\r
519 Platform: any\r
520 Description: NAT issues\r
521 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
522 Protocol rollover can be a solution for a lot of these issues.\r
523 Use full DNS names in SDP\r
524 Status: Todo\r
525 \r
526 Task\r
527 Difficulty: Medium\r
528 Urgency: Wishlist\r
529 Platform: any\r
530 Description: Gstreamer and Helix API integration\r
531 See if you can support GStreamer and helix plugins in one way or another.\r
532 Status: Todo\r
533 \r
534 Task\r
535 Difficulty: Easy\r
536 Urgency: Wishlist\r
537 Platform: any\r
538 Description: Gnome-vfs support\r
539 For integration with smb, sftp and other file sharing/mounting methods\r
540 Status: Todo\r
541 \r
542 Task\r
543 Difficulty: Medium\r
544 Platform: any\r
545 Urgency: Important\r
546 Description: Update matroska demux\r
547  Better Seeking\r
548 Status: Todo\r
549 \r
550 Task\r
551 Difficulty: Hard\r
552 Platform: any\r
553 Urgency: Wishlist\r
554 Description: Matroska muxer\r
555  We need one :)\r
556 Status: Todo\r
557 \r
558 Task\r
559 Difficulty: Medium\r
560 Platform: any\r
561 Urgency: Wishlist\r
562 Description: TTA decoder\r
563   TTA is said to be a fast en good lossless codec. Opensource library\r
564   availabe: http://tta.corecodec.org/\r
565 Status: Todo\r
566 \r
567 Task\r
568 Difficulty: Medium\r
569 Platform: any\r
570 Urgency: Wishlist\r
571 Description: Option to automatically deinterlace when needed\r
572   Mkv stores wether a video track is interlaced in the traxk descriptor\r
573   libmpeg2 etc output this information in the header AND on a per-picture basis\r
574 Status: Todo\r
575 \r
576 Task\r
577 Difficulty: Easy\r
578 Platform: any\r
579 Urgency: Wishlist\r
580 Description: UDF decoder\r
581 Support for the new XML based subtitle format called UDF\r
582 Status: Todo\r
583 \r
584 Task\r
585 Difficulty: Hard\r
586 Platform: any\r
587 Urgency: Wishlist\r
588 Description: Faster deinterlacing\r
589 Our deinterlacers are relatively slow. DScaler has the best Soft deinterlacers out there.\r
590 Unfortunatly it is very Win32 focused.\r
591 \r
592 Status: Todo\r
593 \r
594 Task\r
595 Difficulty: Medium\r
596 Platform: any\r
597 Urgency: Wishlist\r
598 Description: More service discovery modules\r
599 - Port UPnP support from http://sourceforge.net/project/showfiles.php?group_id=89768 <br />\r
600 - libhal based discovery (should be able to find cd,dvd,capture cards,etc etc <br />\r
601 - Perhaps a generalized webpage parser (use user supplied templates to parse\r
602    streams from popular websites )\r
603 Status: Todo\r
604 \r
605 Task\r
606 Difficulty: Medium\r
607 Platform: any\r
608 Urgency: Wishlist\r
609 Description: Autoselect a track based on preferred language\r
610 Problems might exist with formats that don't have headers?\r
611 Most part easy to do, because the language info is stored in the ES format structs these days.\r
612 Status: Todo\r
613 \r
614 Task\r
615 Difficulty: Hard\r
616 Platform: any\r
617 Urgency: Immediate\r
618 Description: Clock Synchro redesign\r
619 We need to adapt the clock synchro to work better with BOTH files and streams.\r
620 Status: Todo\r
621 \r
622 Task\r
623 Difficulty: Easy\r
624 Platform: win32\r
625 Urgency: Wishlist\r
626 Description: file filters in the open dialog\r
627 Have default filters in the open dialog. like:\r
628 All files<br />\r
629 Sound Files( .mp3, .ogg, .wav, .m4a, .m4p)<br />\r
630 Video Files( .avi, .mkv, .mov, .mpg, .m2v, etc)<br />\r
631 Subtitle Files( .idx, .sub, .utf, .srt)<br />\r
632 Status: Todo\r
633 \r
634 \r
635 \r
636 # Do not remove me\r
637 Task\r