]> git.sesse.net Git - vlc/blobdiff - TODO
* Added -lrt for HP/UX port.
[vlc] / TODO
diff --git a/TODO b/TODO
index 3545c770d1a6f5253c3fe976e6423e711039edbb..2e0c39738f30dc6ebe5d6ba10cc5f47bd1657b95 100644 (file)
--- a/TODO
+++ b/TODO
@@ -47,7 +47,7 @@ Urgency: Wishlist
 Description: Share stream information between vlc and vls
  vls should send misc TS packets to let us know what the stream PID
  contain, such as the language, or the subtitle palette.
-Status: Todo
+Status: Done (collective work)
 
 Task: 0x59
 Difficulty: Hard
@@ -71,7 +71,7 @@ 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
+Status: In the works (stef)
 
 Task: 0x56
 Difficulty: Hard
@@ -111,7 +111,7 @@ Urgency: Normal
 Description: DVD navigation core features
  We need an interpreter for the DVD virtual machine to make it easier to
  browse DVDs later.
-Status: Todo
+Status: In the works (stef)
 
 Task: 0x51
 Difficulty: Easy
@@ -137,7 +137,7 @@ Description: Fix all known DVD playback issues
  A few DVDs are still reported not to work at all. Try to find what is
  causing this, have a more robust DVD input, and list all discs reported
  to work flawlessly to prevent bug regression.
-Status: Todo
+Status: Done (collective work)
 
 Task: 0x4e
 Difficulty: Hard
@@ -169,7 +169,7 @@ 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
-Status: Todo
+Status: Done 23 Apr 2002 (fenrir)
 
 Task: 0x4a
 Difficulty: Medium
@@ -459,7 +459,7 @@ Difficulty: Hard
 Urgency: Wishlist
 Description: MP3 support
  The vlc cannot play MPEG1/2 layer 3 yet. It might be nice to fix that.
-Status: Todo
+Status: Done 10 May 2002 (fenrir)
 
 Task: 0x25
 Difficulty: Hard
@@ -478,7 +478,7 @@ Description: Ogg/Vorbis audio decoder support
  The Ogg/Vorbis audio format is a free alternative to the patent-encumbered
  MP3 format. The system packets are quite different than the MPEG ones, so
  adding support for it would require a lot of code rewrite.
-Status: Todo
+Status: In the works (Xavier Maillard)
 
 Task: 0x23
 Difficulty: Guru
@@ -639,7 +639,7 @@ Urgency: Normal
 Description: Optimize YUV scaling
  The YUV scaling method does not seem very efficient. Perhaps
  some CPU cycles can be gained by saving some buffers.
-Status: Todo
+Status: Done (sam) because of vout 4
 
 Task: 0x10
 Difficulty: Easy