]> git.sesse.net Git - vlc/blobdiff - TODO
Fix crash
[vlc] / TODO
diff --git a/TODO b/TODO
index 1a2a7c6c8cae401981168a40b39a31574ddc1a47..6fe56c26b98d9f61da1fe0f25f6ccc37c0be40d8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -12,27 +12,48 @@ Description: World domination
 Status: Todo\r
 \r
 Task\r
-Difficulty: Medium\r
+Difficulty: Guru\r
 Platform: any\r
-Urgency: Wishlist\r
-Description: RAR/ZIP/... access\r
- An access module that would be able to uncompress compressed files\r
+Urgency: Critical\r
+Description: Clock Synchro redesign\r
+We need to adapt the clock synchro to work better with BOTH files and streams.\r
+Status: Todo
+\r
+Task\r
+Difficulty: Hard\r
+Urgency: Critical\r
+Platform: Mac OS X\r
+Description: CoreAudio multichannel audio output.\r
+ Convert to <a href="http://www.mat.ucsb.edu:8000/CoreAudio/108">AUHAL</a> based sytem.\r
+Still no info over S/PDIF output available.\r
+Outstanding issues:<br />\r
+ - G5 S/PDIF not working<br />\r
+ - G5 PCM not working because S/PDIF is selected by default, even if not connected.<br />\r
 Status: Todo\r
 \r
+Task\r
+Difficulty: Medium\r
+Platform: any\r
+Urgency: Important\r
+Description: Update matroska demux\r
+ Better Seeking\r
+Status: Todo\r
+
 Task\r
 Difficulty: Easy\r
 Platform: any\r
-Urgency: Urgent\r
+Urgency: Important\r
 Description: proper DVD controls\r
 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
-Status: Todo\r
+Status: Todo
 \r
 Task\r
 Difficulty: Easy\r
-Platform: Linux, Win32\r
+Platform: Linux, Win32, Mac OS X\r
 Urgency: Normal\r
 Description: Streaming wizard\r
- Finish the streaming wizard (85% finished)\r
+ Finish the streaming wizard (85% finished)<br />\r
+The mac version is at 0%\r
 Status: Assigned to zorglub\r
 \r
 Task\r
@@ -42,128 +63,287 @@ Urgency: Normal
 Description: configure overview of modules\r
  configure should report what it will and what it won't build, after it is done running.\r
 Status: Todo\r
-\r
+
 Task\r
 Difficulty: Hard\r
-Platform: WinCE\r
-Urgency: Wishlist\r
-Description: WinCE port finalizing\r
-Sources need to be imported into the VLC source tree.\r
-Downloads should be added to the main vlc download page. We need an icon for this. \r
-Status: Assigned to MixerAnderson\r
+Urgency: Normal\r
+Platform: any\r
+Description: Dual window in embed mode\r
+Windows taskbar reports two windows in the video embed mode.\r
+Status: Done\r
+\r
+Task\r
+Difficulty: Guru\r
+Urgency: Normal\r
+Platform: any\r
+Description: External audio file playing\r
+ Allow several access from an input thread to allow for multi-input<br />\r
+(90% done) Add GUI elements\r
+Status: Assigned to fenrir\r
 \r
 Task\r
 Difficulty: Hard\r
 Urgency: Normal\r
 Platform: any\r
-Description: Dual window in embed mode\r
-Windows ttaskbar reports two windows in the video embed mode.\r
-Status: Assigned to gibalou\r
+Description: make everything UTF-8 based\r
+ 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
+Status: Todo
+
+Task\r
+Difficulty: Medium\r
+Urgency: Normal\r
+Platform: any\r
+Description: Rewrite the SAP parser\r
+ The SAP parser is very dirty at the moment, and needs a complete rewrite.\r
+ - caching support<br />\r
+ - timeout support<br />\r
+ - add meta-information to playlist<br />\r
+ - session version support<br />\r
+Status: Assigned to zorglub (80% done)\r
 \r
+Task\r
+Difficulty: Medium\r
+Urgency: Normal\r
+Platform: any\r
+Description: Playlist II\r
+ A hierarchized playlist structure, eventually using a media library.\r
+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
+50% done.<br />\r
+Todo:<br />\r
+- Core support<br />\r
+   - *** Improve random mode and fix loop<br />\r
+   - *   "Name finder"<br />\r
+   - *   "Protocol rollover" node<br />\r
+   - *** Item moving/copying facilities<br />\r
+   - *   Ability to save playlist on quit<br />
+   - ?   Represent navigation structure as "fake items" ?  <br />
+   -     Custom playlist format<br />
+- Helper modules<br />\r
+   - **  ASX and B4S parsers (see below)<br />\r
+   - *   Rewrite SLP announce discovery<br />\r
+   - *   Live directory representation<br /> \r
+- *** Implement in MacOS X and Skins 2 interfaces<br />\r
+- wx implementation :<br />\r
+   - *** Investigate Win32 crash<br />\r
+   - **  Support item move/copy<br />\r
+   - *   Explorer view<br />\r
+   - *   Cleverer update using i_serial<br />\r
+   - *   Playlist preferences panel<br />\r
+   - **  Improve iteminfo dialog<br />\r
+Status: Assigned to zorglub\r
+
+Task
+Difficulty: Easy
+Urgency: Normal
+Platform: any
+Description: Improve bookmarks
+ - Put them in the input_item structure to have them persistent
+ - Add an input option to play the whole file but starting at a given bookmark
+Status: Todo
+
+Task
+Difficulty: Easy
+Urgency: Normal
+Platform: Win32, Linux
+Description: DVD controls panel
+  A small panel that would popup (below the slider, for example) when playing
+  a DVD with controls such as "up, down, right, left, next chapter, prev chapter, back to menu, ..."
+Status: Todo
+
 Task\r
 Difficulty: Easy\r
 Urgency: Normal\r
 Platform: any\r
-Description: Multichannel downmixing\r
-5:1 to Stereo proper downmixing\r
+Description: fix ASX playlist parser\r
+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
 Status: Todo\r
 \r
 Task\r
-Difficulty: Guru\r
+Difficulty: Medium\r
+Urgency: Normal\r
 Platform: any\r
+Description: fix current muxers.\r
+Our avi muxer doesn't produce valid files\r
+Status: Todo\r
+
+Task\r
+Difficulty: Easy\r
 Urgency: Normal\r
-Description: Demux2 transition\r
- Complete the transition to demux2. Bughunting and finishing chapter support (80% done)\r
-Status: Assigned to fenrir\r
+Platform: any\r
+Description: 24 bit LPCM\r
+- Increasingly more DVDs use 24 bit LPCM sound. We should support it.\r
+Status: Todo\r
 \r
 Task\r
-Difficulty: Guru\r
+Difficulty: Easy\r
 Urgency: Normal\r
-Platform: any\r
-Description: Multi-acccess\r
- Allow several access from an input thread to allow for multi-input (30% done)\r
-Status: Assigned to fenrir\r
+Platform: Mac OS X\r
+Description: LPCM\r
+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
+Status: Todo
 \r
 Task\r
 Difficulty: Hard\r
 Urgency: Normal\r
-Platform: any\r
-Description: make everything UTF-8 based\r
- 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
+Platform: Any\r
+Description: Rework of the preferences\r
+ * New information in preferences for a rework of how preferences are sorted in interfaces\r
+ * New widget types\r
+ See http://www.via.ecp.fr/via/ml/vlc-devel/200409/msg00409.html\r
+Status: Assigned to zorglub\r
+\r
+Task\r
+Difficulty: Hard\r
+Urgency: Normal\r
+Platform: Mac OS X\r
+Description: New OS X preferences\r
+ New preferences for Mac OS X. Current not suited for Mac Users and several\r
+Pref. elements are broken (hotkeys and int with string desc.).\r
 Status: Todo\r
 \r
 Task\r
-Difficulty: Medium\r
-Urgency: Wishlist\r
-Platform: any\r
-Description: no blocking primary interface\r
-Do away with the strange primary blocking interface. The first interface should be run in the same thread, but not be the blocking call. Load other interfaces in new threads.\r
+Difficulty: Easy\r
+Urgency: Normal\r
+Platform: Mac OS X\r
+Description: OS X bookmarks window\r
+We miss a bookmarks window like the wxwidget one.\r
 Status: Todo\r
 \r
 Task\r
 Difficulty: Medium\r
-Urgency: Wishlist\r
-Platform: any\r
-Description: OSD Icons\r
- Make OSD Icons for Play/Pause/Stop. Integrate them better into the core system.\r
-Status: Assigned to yoann\r
+Urgency: Normal\r
+Platform: Mac OS X\r
+Description: Finish Mac Mozilla plugin\r
+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
+Status: Halfway (stalled)\r
 \r
 Task\r
-Difficulty: Medium\r
-Urgency: Wishlist\r
+Difficulty: Easy\r
+Urgency: Normal\r
 Platform: any\r
-Description: Full blown OSD system \r
- In the line of freevo etc.\r
+Description: Controlling the mozilla plugin\r
+The mozilla plugin needs to be better controllable (via javascript). <br />\r
+- retrieve variable values.<br />\r
+- open VLC media player<br />\r
+- default html page to control the plugin<br />\r
+- XUL controls<br />\r
+(80% done) see:<br />\r
+<a href="http://sierra.via.ecp.fr/~zorglub/vlc/plugin/vlc.html">Javascript controls</a>\r
+<a href="http://sierra.via.ecp.fr/~zorglub/vlc/xul/">XUL controls</a>\r
+<a href="http://mplayerplug-in.sourceforge.net/">MPlayer Mozilla plugin</a>\r
+Status: Assigned to zorglub\r
+\r
+Task\r
+Difficulty: Easy\r
+Platform: Win32, Linux\r
+Urgency: Normal\r
+Description: equalizer fixes\r
+    - Gray out "reset to defaults" for audio equalizer when disabled<br />\r
+   - Once audio equalizer is disabled, it doesn't enable the first\r
+     try when you select from main menu. It only works a 2nd change\r
+     (enable flag not properly set?).\r
 Status: Todo\r
 \r
 Task\r
 Difficulty: Medium\r
+Platform: Win32, Linux\r
+Urgency: Normal\r
+Description: wxWidgets fixes\r
+ - Rename wxWindows to wxWidgets<br />\r
+ - Problems with slider (doesn't go where you click, keep updating while seeking\r
+?)<br />\r
+ - Reversed arrows\r
+Status: Todo
+\r
+Task\r
+Difficulty: Guru\r
+Urgency: Normal\r
+Platform: Mac OS X\r
+Description: SVCD support\r
+libcdio needs to be ported to the Mac to support the cddax and vcdx modules for proper SVCD support\r
+Status: Todo\r
+\r
+Task\r
+Difficulty: Hard\r
 Urgency: Normal\r
 Platform: any\r
-Description: Rewrite the SAP parser\r
- The SAP parser is very dirty at the moment, and needs a complete rewrite.\r
- - caching support\r
-Status: Assigned to zorglub\r
+Description: Stream text subtitles\r
+ Find a a way to stream text subtitles, in TS and in RTP.<br />\r
+ Needs testing and validating\r
+Status: 65% (fenrir)\r
 \r
 Task\r
 Difficulty: Medium\r
 Urgency: Normal\r
 Platform: any\r
-Description: Tree playlist\r
- A hierarchized playlist structure, eventually using a media library.\r
-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>\r
-Status: Assigned to zorglub\r
-\r
+Description: RTSP server\r
+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
+Status: 90%\r
+
 Task\r
 Difficulty: Easy\r
+Urgency: Normal\r
+Platform: Win32/Linux\r
+Description: V4L and dshow tuning support\r
+We need an API that allows us to control the tuning of V4L and dshow TV cards.\r
+Status: Todo (CryHavoc)\r
+\r
+Task\r
+Difficulty: Medium\r
+Platform: any\r
 Urgency: Wishlist\r
+Description: RAR/ZIP/... access\r
+An access module that would be able to uncompress compressed files.\r
+Status: Todo\r
+\r
+Task\r
+Difficulty: Medium\r
 Platform: any\r
-Description: GSM decoder\r
-GSM decoder not based on standard reference sources.\r
+Urgency: Wishlist\r
+Description: DVTS support\r
+DV over RTP support. See <a href="http://www.sfc.wide.ad.jp/DVTS/">DVTS homepage</a>\r
 Status: Todo\r
 \r
+Task\r
+Difficulty: Hard\r
+Platform: WinCE\r
+Urgency: Wishlist\r
+Description: WinCE port finalizing\r
+The WinCE port is already quite functional but we still miss a GAPI video output (GDI works but is slow) and an interface.\r
+Some code already exists for that (http://sourceforge.net/projects/vlcpocketpc/) and would need to be imported into the VLC source tree.\r
+Downloads should be added to the main vlc download page. We need an icon for this. \r
+Status: Assigned to MixerAnderson\r
+\r
+Task\r
+Difficulty: Medium\r
+Urgency: Wishlist\r
+Platform: any\r
+Description: Full blown OSD system \r
+ In the line of freevo etc.\r
+Status: Assigned to thedj, jpsaman and yoann\r
+\r
 Task\r
 Difficulty: Easy\r
 Urgency: Wishlist\r
 Platform: any\r
-Description: MusePack decoder\r
-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
+Description: GSM decoder\r
+The <a href="http://kbs.cs.tu-berlin.de/~jutta/toast.html">Toast</a> implementation.\r
 Status: Todo\r
 \r
 Task\r
 Difficulty: Easy\r
-Urgency: Normal\r
+Urgency: Wishlist\r
 Platform: any\r
-Description: 24 bit LPCM\r
-- Increasingly more DVDs use 24 bit LPCM sound. We should support it.\r
+Description: AMR decoder\r
+We will need to find one that isn't based on the reference code.\r
 Status: Todo\r
 \r
 Task\r
 Difficulty: Easy\r
-Urgency: Normal\r
+Urgency: Wishlist\r
 Platform: any\r
-Description: LPCM on mac\r
-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
+Description: MusePack decoder\r
+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
 Status: Todo\r
 \r
 Task\r
@@ -178,17 +358,18 @@ Task
 Difficulty: Easy\r
 Urgency: Wishlist\r
 Platform: any\r
-Description: flash video muxer\r
-A flash video muxer. FFMPEG can already output flash video. a wast not to make use of that capability.\r
+Description: flash video playing/streaming\r
+A flash video muxer and demuxer. FFMPEG can already output flash video. a waste not to make use of that capability.\r
 Status: Todo\r
 \r
-Task\r
 Task\r
 Difficulty: Medium\r
 Urgency: Wishlist\r
 Platform: any\r
 Description: Closed Captions/Teletext support\r
-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.\r
+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
+ - Use ZVBI library for VBI decoding and image generation<br />\r
+ - ESTI EN 300 472 for EBU teletext support in DVB<br />\r
 Perhaps look at Xawtv, dvbtext and other vbi, vtx systems.\r
 Status: Todo\r
 \r
@@ -208,73 +389,12 @@ Description: IceCast/ShoutCast serving
 This would be a nice thing for the sake of completeness of VLC's streaming capabilities.\r
 Status: Todo\r
 \r
-Task\r
-Difficulty: Hard\r
-Urgency: Normal\r
-Platform: Mac OS X\r
-Description: New OS X preferences\r
- New preferences for Mac OS X. Current not suited for Mac Users and several\r
-Pref. elements are broken (hotkeys and int with string desc.).\r
-Status: Assigned to thedj\r
-\r
-Task\r
-Difficulty: Hard\r
-Urgency: Critical\r
-Platform: OSX\r
-Description: CoreAudio multichannel audio output.\r
- Convert to <a href="http://www.mat.ucsb.edu:8000/CoreAudio/108">AUHAL</a> based sytem.\r
-Still no info over S/PDIF output available.\r
-Outstanding issues:<br />\r
- - G5 S/PDIF not working<br />\r
- - G5 PCM not working because S/PDIF is selected by default, even if not connected.<br />\r
- - Coreaudio resampler doesn't handle input from lpcm decoder (the samples are too small).\r
-Status: Todo\r
-\r
-Task\r
-Difficulty: Hard\r
-Urgency: Normal\r
-Platform: any\r
-Description: Stream text subtitles\r
- Find a a way to stream text subtitles, in TS and in RTP.\r
-  - Find an existing norm\r
-  - Implement it\r
-(40% done) needs to be tested and validated\r
-Status: Assigned to fenrir\r
-\r
 Task\r
 Difficulty: Easy\r
-Urgency: Normal\r
-Platform: any\r
-Description: Fix up text subtitles\r
-Currently the subtitle dialog boxes are out of date and not really useable. Also we need more files to test and verify the current support. Other issues should mostly be dealt with after the vout systems are improved. For SSA support positioning and color needs to be added for instance.\r
-Status: Todo\r
-\r
-Task\r
-Difficulty: Hard\r
-Urgency: Normal\r
-Platform: any\r
-Description: Rework spu decoder\r
- The spu decoder needs some serious work\r
-  - Split/merge for dvd menu highlighting\r
-  - Downscaling for divx/mkv etc\r
-  - Chroma independence (YUVA ???)\r
-  - .sub/.idx support\r
-Status: todo\r
-\r
-Task\r
-Difficulty: Hard\r
-Urgency: Normal\r
-Platform: any\r
-Description: RTSP server\r
-Full implementation of a RTSP server.\r
-Status: fenrir has some code\r
-\r
-Task\r
-Difficulty: Hard\r
 Urgency: Wishlist\r
 Platform: any\r
-Description: Picture filters\r
-picture per picture chained filter system that also works on output streams\r
+Description: More/Better Picture filters\r
+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
 Status: Todo\r
 \r
 Task\r
@@ -295,38 +415,25 @@ Task
 Difficulty: Medium\r
 Urgency: Wishlist\r
 Platform: any\r
-Description: SPU redesign\r
-- multiple subpicture channels\r
-- centralized rendering and use of chroma filters\r
-- centralized scaling support\r
-(also look at ogt/cvd sub work)\r
+Description: Subtitle work\r
+- better SSA support with postioning, colors etc.\r
+- Fix subtitles dialogs (mac done)\r
 Status: Todo\r
 \r
 Task\r
-Difficulty: Guru\r
+Difficulty: Easy\r
 Urgency: Wishlist\r
-Platform: Mac OS X\r
-Description: intf / vout dependency\r
-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.\r
-(70% done) need to fix the interfaces again.<br />\r
-This is mostly implemented, but some mem leaks are now bothering the macosx part. this should be fixed.\r
-Status: Assigned to DJ\r
+Platform: any\r
+Description: Automatic charset recognition\r
+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
+Status: Todo\r
 \r
 Task\r
 Difficulty: Guru\r
 Urgency: Wishlist\r
 Platform: Mac OS X\r
 Description: skins2\r
-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\r
-Status: Todo\r
-\r
-Task\r
-Difficulty: Hard\r
-Urgency: Wishlist\r
-Platform: any\r
-Description: Equalizer Graphic control\r
-Now that VLC has an equalizer, we need a way to control it easily from the GUI.\r
-( Done in WX )\r
+Port VLC skins to Objective C++ and OSX. Also requires the intf to be a dialog handler.\r
 Status: Todo\r
 \r
 Task\r
@@ -337,7 +444,8 @@ Description: informing user.
 Implement a system to: <br />\r
  - Alert the user of critical errors (cannot play file). Should be blocking. <br />\r
  - Ask the user a question (Are you sure? or Try to Fix index of avi? or Overwrite File?)<br />\r
- - Inform the user, without disturbing him. (Buffering stream). This might require a time bases or something perhaps. Because how do we know how long this information should be displayed? Also think of buffering 0-100%<br /> \r
+ - 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
+ - present a user/passwd dialog when we get an authentication failure on a stream.<br />\r
 Status: Todo\r
 \r
 Task\r
@@ -345,15 +453,8 @@ Difficulty: Hard
 Urgency: Wishlist\r
 Platform: any\r
 Description: Full H323 Videoconferencing\r
-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.\r
-Status: Todo\r
-\r
-Task\r
-Difficulty: Guru\r
-Urgency: Normal\r
-Platform: Mac OS X\r
-Description: SVCD support\r
-libcdio needs to be ported to the Mac to support the cddax and vcdx modules for proper SVCD support\r
+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
+We also will need SIP support.\r
 Status: Todo\r
 \r
 Task\r
@@ -365,29 +466,6 @@ Allow capturing from QuickTime Firewire, USB and PCI devices.
 Possibly see: <a href="http://bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=416">Bug 416</a>\r
 Status: Todo\r
 \r
-Task\r
-Difficulty: Medium\r
-Urgency: Normal\r
-Platform: Mac OS X\r
-Description: Finish Mac Mozilla plugin\r
-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
-Status: Halfway (stalled)\r
-\r
-Task\r
-Difficulty: Easy\r
-Urgency: Normal\r
-Platform: any\r
-Description: Controlling the mozilla plugin\r
-The mozilla plugin needs to be better controllable (via javascript). \r
-- retrieve variable values.\r
-- open VLC media player\r
-- default html page to control the plugin\r
-- XUL controls\r
-(80% done) see:\r
-<a href="http://sierra.via.ecp.fr/~zorglub/vlc/plugin/vlc.html">Javascript controls</a>\r
-<a href="http://sierra.via.ecp.fr/~zorglub/vlc/xul/">XUL controls</a>\r
-Status: Assigned to zorglub\r
-\r
 Task\r
 Difficulty: Hard\r
 Urgency: Wishlist\r
@@ -401,12 +479,12 @@ Difficulty: Easy
 Urgency: Wishlist\r
 Platform: any\r
 Description: export paramaters of an input\r
- Export the Media Info of a file/source to a standard xml file for use by other applications. Possibly combine with file "probe'ing".\r
- - AR\r
- - size\r
- - bitrate\r
- - resolution\r
- - codecs, etc.\r
+ 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
+ - AR<br />\r
+ - size<br />\r
+ - bitrate<br />\r
+ - resolution<br />\r
+ - codecs, etc.<br />\r
 Status: Todo\r
 \r
 Task\r
@@ -414,8 +492,9 @@ Difficulty: Easy
 Urgency: Wishlist\r
 Platform: any\r
 Description: SSL http\r
-SSL encrypted HTTP communication. To support protected VoD.\r
-Status: Todo\r
+SSL encrypted HTTP communication. To support protected VoD.<br />\r
+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
+Status: Done\r
 \r
 Task\r
 Difficulty: Hard\r
@@ -429,16 +508,17 @@ Task
 Difficulty: Easy\r
 Urgency: Wishlist\r
 Platform: any\r
-Description: mime-type VLC launching\r
+Description: Progressive download playing\r
 Allow application/vlc mimetype to launch VLC instead of plugin for video file.\r
 Allows for Progressive download to TEMP folder from browsers. VLC would play the file in the TEMP.\r
 Status: Todo\r
 \r
 Task\r
-Difficulty: Hard\r
+Difficulty: Medium\r
 Urgency: Wishlist\r
 Platform: any\r
 Description: rendezvous announces\r
+Apple released the rendezvous code under a Open Source license now. perhaps it can be used. (It's OpenTalk now btw).<br />\r
 DMAP protocol announce for videos.\r
 Status: Todo\r
 \r
@@ -450,14 +530,6 @@ Description: SDL vout cleaning
 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
 Status: Todo\r
 \r
-Task\r
-Difficulty: Easy\r
-Urgency: Normal\r
-Platform: Win32/Linux\r
-Description: V4L and dshow tuning support\r
-We need an API that allows us to control the tuning of V4L and dshow TV cards.\r
-Status: Todo (CryHavoc)\r
-\r
 Task\r
 Difficulty: Easy\r
 Urgency: Wishlist\r
@@ -488,17 +560,17 @@ Difficulty: Easy
 Urgency: Wishlist\r
 Platform: any\r
 Description: Make vlm more user friendly (setup etc)\r
-vlm is kinda a pain to setup if you are not entirely experiences with A/V and streaming or VLC for that matter. It can be heavily improved by updating the vlm http interface.\r
+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
 Status: Todo\r
 \r
 Task\r
-Difficulty: Medium\r
+Difficulty: Easy\r
 Urgency: Wishlist\r
 Platform: any\r
 Description: Protocol rollover\r
 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
 However, how spec compliant can this be?<br />\r
-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.\r
+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
 Status: Todo\r
 \r
 Task\r
@@ -508,6 +580,7 @@ Platform: any
 Description: NAT issues\r
 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
 Protocol rollover can be a solution for a lot of these issues.\r
+Use full DNS names in SDP\r
 Status: Todo\r
 \r
 Task\r
@@ -525,6 +598,81 @@ Platform: any
 Description: Gnome-vfs support\r
 For integration with smb, sftp and other file sharing/mounting methods\r
 Status: Todo\r
+
+Task\r
+Difficulty: Hard\r
+Platform: any\r
+Urgency: Wishlist\r
+Description: Matroska muxer\r
+ We need one :)\r
+Status: Todo\r
+\r
+Task\r
+Difficulty: Medium\r
+Platform: any\r
+Urgency: Wishlist\r
+Description: TTA decoder\r
+  TTA is said to be a fast en good lossless codec. Opensource library\r
+  availabe: http://tta.corecodec.org/\r
+Status: Todo\r
+\r
+Task\r
+Difficulty: Medium\r
+Platform: any\r
+Urgency: Wishlist\r
+Description: Option to automatically deinterlace when needed\r
+  Mkv stores wether a video track is interlaced in the traxk descriptor\r
+  libmpeg2 etc output this information in the header AND on a per-picture basis\r
+Status: Todo\r
+\r
+Task\r
+Difficulty: Easy\r
+Platform: any\r
+Urgency: Wishlist\r
+Description: UDF decoder\r
+Support for the new XML based subtitle format called UDF\r
+Status: Todo\r
+\r
+Task\r
+Difficulty: Hard\r
+Platform: any\r
+Urgency: Wishlist\r
+Description: Faster deinterlacing\r
+Our deinterlacers are relatively slow. DScaler has the best Soft deinterlacers out there.\r
+Unfortunatly it is very Win32 focused.\r
+Status: Todo\r
+\r
+Task\r
+Difficulty: Medium\r
+Platform: any\r
+Urgency: Wishlist\r
+Description: More service discovery modules\r
+- Port UPnP support from http://sourceforge.net/project/showfiles.php?group_id=89768 <br />\r
+- libhal based discovery (should be able to find cd,dvd,capture cards,etc etc <br />\r
+- Perhaps a generalized webpage parser (use user supplied templates to parse\r
+   streams from popular websites )\r
+Status: Todo\r
+\r
+Task\r
+Difficulty: Medium\r
+Platform: any\r
+Urgency: Wishlist\r
+Description: Autoselect a track based on preferred language\r
+Problems might exist with formats that don't have headers?\r
+Most part easy to do, because the language info is stored in the ES format structs these days.\r
+Status: Todo\r
+\r
+Task\r
+Difficulty: Easy\r
+Platform: win32\r
+Urgency: Wishlist\r
+Description: file filters in the open dialog\r
+Have default filters in the open dialog. like:\r
+All files<br />\r
+Sound Files( .mp3, .ogg, .wav, .m4a, .m4p)<br />\r
+Video Files( .avi, .mkv, .mov, .mpg, .m2v, etc)<br />\r
+Subtitle Files( .idx, .sub, .utf, .srt)<br />\r
+Status: Todo\r
 \r
 # Do not remove me\r
 Task\r