]> git.sesse.net Git - vlc/blobdiff - BUGS
* Fixed EOF and Stop segfault in VCD input : input_BuffersEnd was being
[vlc] / BUGS
diff --git a/BUGS b/BUGS
index dd978ef1ffb8c89349c3532d40a1f2f6b8cf03a6..6687b60e137ddaebcb1a8ca043a8d2447141df3a 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,5 @@
 List of known vlc bugs
-$Id: BUGS,v 1.4 2002/01/09 02:01:14 sam Exp $
+$Id: BUGS,v 1.6 2002/01/28 16:51:22 sam 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,12 +12,10 @@ Core:
 
   * vlc_cond_broadcast unimplemented on most plaforms.
 
-  * --<moduletype> <module>:<args> doesn't work anymore.
-
 
 Input:
 
-  -
+  * DVD raw device support doesn't seem to work.
 
 
 Audio output:
@@ -41,6 +39,9 @@ Video output:
   * The MGA video output plugin makes the picture stutter when MGA_NUM_FRAMES
     is set to a value higher than 1.
 
+  * The SPU decoder doesn't detect when the video output failed to launch
+    itself, and we segfault.
+
 Chroma transformations:
 
   * The only working YUV2RGB transformation function is the MMX version