]> git.sesse.net Git - vlc/blobdiff - BUGS
* added config_GetFloatVariable() and config_PutFloatVariable() to the config
[vlc] / BUGS
diff --git a/BUGS b/BUGS
index 4381c446e1c21dc4756122ddf02b5e50ef740b8a..fe82cd21205bdd622c977b632c6f3391bef7f924 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,4 @@
-List of known vlc bugs
-$Id: BUGS,v 1.1 2002/01/04 14:01:33 sam Exp $
+List of known vlc bugs $Id: BUGS,v 1.9 2002/03/20 23:00:16 gbazin 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,35 +11,43 @@ 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.
+
+  * HTTP input seems to lose packets during pre-parsing.
+
+  * TS input doesn't work under Windows 98 when the server address is
+  specified.
+
+  * Stopping and playing again a network stream often makes vlc crash
+  under Windows.
+
+
+Audio output:
 
-  * vlc:foo targets don't work anymore.
+  * Audio output stutters on some audio cards. For instance kwyxz's SB
+  128 with an es1371 chip.
 
 
 Video output:
 
   * We don't render subtitles on RGB surfaces.
 
-  * The DirectX video output plugin is broken because of vout4.
+  * The QNX video output plugin is broken because of vout4.
 
-  * The GGI 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 BeOS 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 QNX video output plugin is broken because of vout4.
+  * On-the-fly resizing doesn't work when using a chroma transformation.
 
 
 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
@@ -57,5 +64,8 @@ Gtk interface:
   * Playing like a madman with the `Playlist' button makes the interface
   crash.
 
-  * Saving preferences does not work at all.
+
+Misc:
+
+  * The Jin-Roh DVD seems to segfault.