]> git.sesse.net Git - vlc/blobdiff - TODO
* fixed fullscreen on osx with multiple vouts.
[vlc] / TODO
diff --git a/TODO b/TODO
index 41cc9c963566a02194cb8a301c6b1f1530f48e33..d3f8db7a4cae1b139c1af4692a2f66a60316da3c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -19,6 +19,30 @@ Description: Clock Synchro redesign
 We need to adapt the clock synchro to work better with BOTH files and streams.
 Status: Todo
 
+Task
+Difficulty: Easy
+Platform: any
+Urgency: Normal
+Description: cli option for audio-channels
+It's currently not possible to force VLC from stereo to mono mode, or from stereo to reverse stereo or dolby mode. It's one of the few options in VLC that can not yet be forced from Preferences or the commandline.
+Status: Todo
+
+Task
+Difficulty: Hard
+Platform: any
+Urgency: Wishlist
+Description: Java wrapping/bindings
+Allow java apps to use VLC perhaps? Several people have suggested something like this.
+Status: Todo
+
+Task
+Difficulty: Easy
+Platform: win32/macosx
+Urgency: Normal
+Description: OS contextual menu support
+Create contextual menus for the OS so you can play or enqueue files from the Finder/Explorer directly into VLC. Much like with for instance Winamp.
+Status: Todo
+
 Task
 Difficulty: Hard
 Urgency: Critical
@@ -36,8 +60,6 @@ Difficulty: Medium
 Platform: Any
 Urgency: Critical
 Description: fix subtitle regressions
-Multi-line subtitles are not aligned correctly.<br />
-Text subtitles don't work with 32bpp rgb.<br />
 Investigate behaviour of subpictures when pausing.<br />
 Status: Todo
 
@@ -116,12 +138,13 @@ Think playlist within playlist, directory structures, SAP section, TV channels l
 70% done.<br />
 Todo:<br />
 - Core support<br />
+   - *** Consider changing calls to playlist_Control into playlist_LockControl
    - *   "Name finder"<br />
    - *   "Protocol rollover" node<br />
    - *** Item moving/copying facilities<br />
    - *   Ability to save playlist on quit<br />
    - ?   Represent navigation structure as "fake items" ?  <br />
-   -     Custom playlist format<br />
+   -     Custom playlist format (http://xspf.xiph.org/ looks like a good idea)<br />
 - Helper modules<br />
    - **  ASX and B4S parsers (see below)<br />
    - *   Rewrite SLP announce discovery<br />