]> git.sesse.net Git - vlc/blobdiff - TODO
* DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>.
[vlc] / TODO
diff --git a/TODO b/TODO
index fff3850d0c87c5ea7ae07afca3e669ff7c42947a..ef0874c7303248b58dbe9009ade7e0910c3964a1 100644 (file)
--- a/TODO
+++ b/TODO
@@ -25,7 +25,7 @@ Description: Win32 port
 Status: Todo
 
 Task: 0x5c
-Difficulty: Normal
+Difficulty: Medium
 Urgency: Wishlist
 Description: Infrared support
  Write a plugin which listens to the infrared port and sends appropriate
@@ -59,7 +59,7 @@ Description: Cope with vls/vlc clock jitter
 Status: Todo
 
 Task: 0x58
-Difficulty: Normal
+Difficulty: Medium
 Urgency: Critical
 Description: Language and subtitles selection in network input
  The vls will probably have to be modified as well.
@@ -67,14 +67,14 @@ Status: Todo
 
 Task: 0x57
 Difficulty: Guru
-Urgency: Low
+Urgency: Normal
 Description: Full DVD navigation
  Once the core DVD navigation features are ready (see item 0x52), port the
  interface and video output modules so that they can handle it.
 Status: Todo
 
 Task: 0x56
-Difficulty: Important
+Difficulty: Hard
 Urgency: Normal
 Description: XVideo video output
  XVideo is reported to work a bit better than the SDL wrapper on some
@@ -98,7 +98,7 @@ Description: Hardware AC3 decoding
 Status: Todo
 
 Task: 0x53
-Difficulty: Normal
+Difficulty: Medium
 Urgency: Critical
 Description: Fix AC3 decoder
  The AC3 decoder still has a few quality issues; fix them, and try to add
@@ -107,7 +107,7 @@ Status: Todo
 
 Task: 0x52
 Difficulty: Guru
-Urgency: Low
+Urgency: Normal
 Description: DVD navigation core features
  We need an interpreter for the DVD virtual machine to make it easier to
  browse DVDs later.
@@ -128,7 +128,7 @@ Urgency: Critical
 Description: Multi-angle multi-language support
  Some DVDs have several languages encoded in the same video stream, we
  need to properly parse them.
-Status: Todo
+Status: Done 22 Apr 2001 (stef)
 
 Task: 0x4f
 Difficulty: Hard
@@ -141,11 +141,11 @@ Status: Todo
 
 Task: 0x4e
 Difficulty: Hard
-Urgency: High
+Urgency: Important
 Description: Write stream zones support
  For random access we need to know where stream descriptors are valid
  and reside (essentially DVD plugin). -> Meuuh
-Status: Todo
+Status: Done (stef)
 
 Task: 0x4d
 Difficulty: Hard
@@ -165,7 +165,7 @@ Status: Todo
 
 Task: 0x4b
 Difficulty: Guru
-Urgency: Low
+Urgency: Normal
 Description: Write AVI input plugin
  .avi files can use MPEG codec, if this is the case it shouldn't be
  hard to read those files -> Meuuh
@@ -185,10 +185,10 @@ Urgency: Important
 Description: Write a new buffer allocator
  Avoid malloc()s by reusing the recently released packets. More
  information -> Meuuh
-Status: Todo
+Status: Done 16 Apr 2001 (asmax)
 
 Task: 0x48
-Difficulty: Medium
+Difficulty: Hard
 Urgency: Critical
 Description: Fix audio synchro
  With some audio plugins, the audio stream is late because of buffer
@@ -516,7 +516,7 @@ Description: Rewrite input for Program Stream files
  Currently when we read a PS file, it is first translated to TS
  because we first had only PS support. Now time has come to get
  rid of this ugly kludge and integrate a proper PS input.
-Status: Done because of Input II on 5 Dec 2000 (Meuuh)
+Status: Done 5 Dec 2000 (Meuuh) because of Input II
 
 Task: 0x1f
 Difficulty: Hard
@@ -625,7 +625,7 @@ Urgency: Wishlist
 Description: Support MPEG1 timecodes
  The vlc can parse an MPEG1 system stream, but the parsed
  PCR values do not seem to be correct. Check what's wrong.
-Status: Done because of Input II on 5 Dec 2000 (Meuuh)
+Status: Done 5 Dec 2000 (Meuuh) because of Input II
 
 Task: 0x12
 Difficulty: Medium
@@ -745,7 +745,7 @@ Description: Optimize video parser
  The video parser has some speed issues currently unexplained:
  even though most functions are inlined, it keeps eating more
  CPU than it should. This has to be investigated.
-Status: Done because of Input II on 5 Dec 2000 (Meuuh)
+Status: Done 5 Dec 2000 (Meuuh) because of Input II
 
 Task: 0x05
 Difficulty: Easy
@@ -754,7 +754,7 @@ Description: Backport vlms input
  The vlc uses the same file input code as the vlms (VideoLAN
  Mini Server) which has been much improved. Someone should
  port modifications done to the vlms back to the vlc.
-Status: Done because of Input II on 5 Dec 2000 (Meuuh)
+Status: Done 5 Dec 2000 (Meuuh) because of Input II
 
 Task: 0x04
 Difficulty: Medium