]> git.sesse.net Git - vlc/blobdiff - BUGS
* Renamed all tags (eg. v0_2_83 -> 0.2.83).
[vlc] / BUGS
diff --git a/BUGS b/BUGS
index 4ce2e27a7e5734bbb26dea9108b2934ca7690e8c..c754a71978f3e0a64da578263480c723fe0701b0 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,4 @@
-List of known vlc bugs
-$Id: BUGS,v 1.3 2002/01/05 16:09:49 sam Exp $
+List of known vlc bugs $Id: BUGS,v 1.13.2.1 2002/07/11 07:58:53 tcastley Exp $
 
    Please try to keep this file up to date. Also, grep for FIXME in the
 source files for more and more bugs to fix.
@@ -12,15 +11,12 @@ Core:
 
   * vlc_cond_broadcast unimplemented on most plaforms.
 
-  * --<moduletype> <module>:<args> doesn't work anymore.
-
 
 Input:
 
-  * There is a memory leak in the input because the input thread is
-  never joined for termination.
+  * DVD raw device support doesn't seem to work.
 
-  * vlc:foo targets don't work anymore.
+Decoders:
 
 
 Audio output:
@@ -31,26 +27,20 @@ Audio output:
 
 Video output:
 
-  * We don't render subtitles on RGB surfaces.
-
-  * Subtitle colors are just plain wrong.
-
-  * The DirectX video output plugin is broken because of vout4.
+  * The MGA video output plugin makes the picture stutter when
+  MGA_NUM_FRAMES is set to a value higher than 1.
 
-  * The GGI video output plugin is broken because of vout4.
+  * The SPU decoder doesn't detect when the video output failed to
+  launch itself, and we segfault.
 
-  * The BeOS video output plugin is broken because of vout4.
+  * On-the-fly resizing when using a chroma transformation doesn't work for
+  all plugins. Currently it is only implemented for x11 and SDL.
 
-  * The QNX video output plugin is broken because of vout4.
-
-  * The MGA video output plugin makes the picture stutter when MGA_NUM_FRAMES
-    is set to a value higher than 1.
+  * The SPU decoder does not respect the pitch of the output buffer.  This 
+  causes distortion of subtitles on GeForce cards in BeOS (and Windows I think).
 
 Chroma transformations:
 
-  * The only working YUV2RGB transformation function is the MMX version
-  of the 4:2:0 to RGB16 function.
-
   * Most chroma transformation modules completely ignore margins.
 
   * Most chroma transformation modules restrict the width of a picture
@@ -67,5 +57,12 @@ Gtk interface:
   * Playing like a madman with the `Playlist' button makes the interface
   crash.
 
-  * Saving preferences does not work at all.
+  * No text in the status bar
+
+  * No window title on some machines, correct window title on another
+
+
+Misc:
+
+  * The Jin-Roh DVD seems to segfault.