From 774b4790e8db039c483e67edfc98b2d35bd5989b Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 27 Aug 2000 10:49:25 +0000 Subject: [PATCH] . update de la TODO list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 84da9407f3..3843dfb2e5 100644 --- 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