]> git.sesse.net Git - vlc/blobdiff - BUGS
* removed usage of usleep (not thread safe) (by Meuuh)
[vlc] / BUGS
diff --git a/BUGS b/BUGS
index 925ecc57fc2e02daf773604ca8e93c5cb029b757..225f68fa6f2b64f70221bd37569a34a6677f5525 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,5 +1,4 @@
-List of known vlc bugs
-$Id: BUGS,v 1.5 2002/01/21 00:52:06 sam Exp $
+List of known vlc bugs $Id: BUGS,v 1.11 2002/05/14 20:39:23 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,12 +11,28 @@ 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.
+
+  * 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.
+
+  * segfault after "INPUT_MAX_ALLOCATION reached" error message. This seems
+  to be happening when an output plugin isn't "eating" the data buffers
+  allocated by a decoder. This happens for instance when the audio output
+  plugin fails but the audio decoder goes on as if nothing happened.
+
+Decoders:
+
+  * Under Win32, the a52 plugin will segfault when switching to different audio
+  channels.
 
 
 Audio output:
@@ -30,25 +45,23 @@ 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 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 when using a chroma transformation doesn't work for
+  all plugins. Currently it is only implemented for x11 and SDL.
 
-  * The MGA video output plugin makes the picture stutter when MGA_NUM_FRAMES
-    is set to a value higher than 1.
+  * The DirectX video output can't create overlays on some (even recent)
+  graphic cards.
 
-  * The SPU decoder doesn't detect when the video output failed to launch
-    itself, and we segfault.
+  * The alternate_fullscreen method of the x11 and xvideo plugins will
+  sometimes not switch to fullscreen.
 
 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
@@ -65,7 +78,9 @@ 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: