]> git.sesse.net Git - vlc/commitdiff
Removed fixed entries.
authorChristophe Massiot <massiot@videolan.org>
Sun, 19 May 2002 16:01:26 +0000 (16:01 +0000)
committerChristophe Massiot <massiot@videolan.org>
Sun, 19 May 2002 16:01:26 +0000 (16:01 +0000)
BUGS

diff --git a/BUGS b/BUGS
index 225f68fa6f2b64f70221bd37569a34a6677f5525..2eac74455cefed8357f6c67ad0ae10b034597967 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,4 @@
-List of known vlc bugs $Id: BUGS,v 1.11 2002/05/14 20:39:23 gbazin Exp $
+List of known vlc bugs $Id: BUGS,v 1.12 2002/05/19 16:01:26 massiot 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,24 +16,8 @@ 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:
 
@@ -43,8 +27,6 @@ Audio output:
 
 Video output:
 
-  * We don't render subtitles on RGB surfaces.
-
   * The MGA video output plugin makes the picture stutter when
   MGA_NUM_FRAMES is set to a value higher than 1.
 
@@ -54,9 +36,6 @@ Video output:
   * 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 DirectX video output can't create overlays on some (even recent)
-  graphic cards.
-
   * The alternate_fullscreen method of the x11 and xvideo plugins will
   sometimes not switch to fullscreen.