]> git.sesse.net Git - vlc/blobdiff - BUGS
* ./msvc/vlc.dsp: additional fixes to the MSVC project.
[vlc] / BUGS
diff --git a/BUGS b/BUGS
index fe82cd21205bdd622c977b632c6f3391bef7f924..0f2a20f9e887ad4742fa5781d399eb8b7f6f32a6 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,4 @@
-List of known vlc bugs $Id: BUGS,v 1.9 2002/03/20 23:00:16 gbazin Exp $
+List of known vlc bugs $Id: BUGS,v 1.15 2002/07/31 20:56:50 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.
@@ -16,13 +16,10 @@ Input:
 
   * DVD raw device support doesn't seem to work.
 
-  * HTTP input seems to lose packets during pre-parsing.
+  * Going to title 0 with the dvdold or dvdread plugins segfaults (tested
+    with Nausicaa).
 
-  * 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.
+Decoders:
 
 
 Audio output:
@@ -33,17 +30,17 @@ Audio output:
 
 Video output:
 
-  * We don't render subtitles on RGB surfaces.
-
-  * 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 doesn't detect when the video output failed to
   launch itself, and we segfault.
 
-  * On-the-fly resizing doesn't work when using a chroma transformation.
+  * On-the-fly resizing when using a chroma transformation doesn't work for
+  all plugins. Currently it is only implemented for x11 and SDL.
+
+  * --filter clone gives a slanted picture on axe.mpeg
+  * --filter transform barfs on rambo.avi
 
 
 Chroma transformations:
@@ -64,8 +61,19 @@ Gtk interface:
   * Playing like a madman with the `Playlist' button makes the interface
   crash.
 
+  * 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.
 
+
+From: David Legg <David.Legg@legg.uklinux.net>
+If I change the value of AOUT_FIFO_SIZE from 255 to 511, vlc segmentation
+faults.
+
+
+