]> git.sesse.net Git - vlc/commitdiff
. update de la TODO list
authorSam Hocevar <sam@videolan.org>
Sun, 27 Aug 2000 10:49:25 +0000 (10:49 +0000)
committerSam Hocevar <sam@videolan.org>
Sun, 27 Aug 2000 10:49:25 +0000 (10:49 +0000)
  Henri, il y a du nouveau boulot pour toi, regarde la task 0x38,
 �a ne devrait pas �tre trop dur, �a t'obligera � lire le code de
 l'audio_output, et surtout �a te fera la bite.

TODO

diff --git a/TODO b/TODO
index 84da9407f305e9daa7e70900b30bb7de7b1843a2..3843dfb2e532d469b91422b3cf2aab4e268b5812 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,6 +7,24 @@
 #
 # Urgency values: Wishlist, Normal, Important, Critical
 
+Task: 0x38
+Difficulty: Medium
+Urgency: Important
+Description: Make aout eat less CPU
+ When the vlc is launched without a stream, the audio_output thread
+ eats all memory, probably because there is no msleep() when no data
+ is available in the audio_output queue.
+Status: Todo
+
+Task: 0x37
+Difficulty: Guru
+Urgency: Important
+Description: Fix motion compensation bug
+ The motion compensation still has a small bug which can be well
+ noticed when there is a sudden color change, a few blocks remain
+ visible on the screen.
+Status: Todo
+
 Task: 0x36
 Difficulty: Medium
 Urgency: Normal
@@ -57,7 +75,7 @@ Description: Optimize SPU rendering
  There is an if() in the SPU display routine to double lines when needed,
  whiwh is rather inefficient. It should be removed and put outside
  the main loop.
-Status: Todo.
+Status: Done 26 Aug 2000 (henri)
 
 Task: 0x30
 Difficulty: Hard
@@ -144,7 +162,7 @@ Description: SDL video output support
  The Simple DirectMedia Layer library is a generic API that provides
  YUV acceleration on some platforms. More information can be found
  on http://www.devolution.com/~slouken/SDL/
-Status: Todo
+Status: Done 21 Aug 2000 (octplane)
 
 Task: 0x21
 Difficulty: Medium
@@ -197,7 +215,7 @@ Description: Fix field pictures support
  Some MPEG2 streams are interleaved, and the vlc does not support
  this very well. Adding support for them requires an excellent
  knowledge of the MPEG2 papers.
-Status: Todo
+Status: Done 23 Aug 2000 (Meuuh)
 
 Task: 0x1b
 Difficulty: Hard