]> git.sesse.net Git - vlc/commitdiff
* ./BUGS: scrapped this file. Entered the remaining bugs in Bugzilla.
authorSam Hocevar <sam@videolan.org>
Tue, 26 Nov 2002 15:03:28 +0000 (15:03 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 26 Nov 2002 15:03:28 +0000 (15:03 +0000)
BUGS [deleted file]
Makefile.am
README

diff --git a/BUGS b/BUGS
deleted file mode 100644 (file)
index 0f2a20f..0000000
--- a/BUGS
+++ /dev/null
@@ -1,79 +0,0 @@
-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.
-
-   For information on how to post a useful bug report, please read
-doc/bugreport-howto.txt.
-
-
-Core:
-
-  * vlc_cond_broadcast unimplemented on most plaforms.
-
-
-Input:
-
-  * DVD raw device support doesn't seem to work.
-
-  * Going to title 0 with the dvdold or dvdread plugins segfaults (tested
-    with Nausicaa).
-
-Decoders:
-
-
-Audio output:
-
-  * Audio output stutters on some audio cards. For instance kwyxz's SB
-  128 with an es1371 chip.
-
-
-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.
-
-  * 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:
-
-  * Most chroma transformation modules completely ignore margins.
-
-  * Most chroma transformation modules restrict the width of a picture
-  to multiples of 8 or even 16. We can achieve better than that.
-
-
-Filters:
-
-  * Most filters completely ignore margins.
-
-
-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.
-
-
-
index bee6d02182ce367bbf3a7cef41c744e049aa289c..54ec0cff3e755ce178ba897b6fb2a94fd42ff5db 100644 (file)
@@ -8,7 +8,7 @@
 SUBDIRS = po intl m4 share
 DIST_SUBDIRS = $(SUBDIRS) modules src debian doc ipkg lib
 
-EXTRA_DIST = BUGS FAQ HACKING MAINTAINERS STATUS src/extras/COPYING \
+EXTRA_DIST = FAQ HACKING MAINTAINERS STATUS src/extras/COPYING \
              INSTALL.win32 README.MacOSX.rtf vlc.spec install-win32 \
              Modules.am macosx-dmg \
              configure.ac.in mkinstalldirs bootstrap
diff --git a/README b/README
index 40eb587915441d849d74b644f8b8bf94a56dbda5..880268a28534941467b9c1a834bba02ef808b027 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,10 @@
-$Id: README,v 1.12 2002/11/26 14:08:01 sam Exp $
+$Id: README,v 1.13 2002/11/26 15:03:28 sam Exp $
 
 README for vlc, the VideoLAN Client
 ===================================
 
 ABOUT-NLS          - Notes on the Free Translation Project.
 AUTHORS            - All the people who worked on vlc.
-BUGS               - List of known, unresolved bugs.
 COPYING            - The GPL license.
 ChangeLog          - The vlc ChangeLog.
 FAQ                - Commonly asked questions.