X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=BUGS;h=e5de9959a50dbcf1bd9192f6b9fbfe84f9795697;hb=fb751f6e275e31a69d81502d030a3fbaf5514831;hp=4ce2e27a7e5734bbb26dea9108b2934ca7690e8c;hpb=569eb5e1a1f35558990caf72fe6f71c217c6a88e;p=vlc diff --git a/BUGS b/BUGS index 4ce2e27a7e..e5de9959a5 100644 --- a/BUGS +++ b/BUGS @@ -1,71 +1,7 @@ -List of known vlc bugs -$Id: BUGS,v 1.3 2002/01/05 16:09:49 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. - - * -- : doesn't work anymore. - - -Input: - - * There is a memory leak in the input because the input thread is - never joined for termination. - - * vlc:foo targets don't work anymore. - - -Audio output: - - * 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. - - * Subtitle colors are just plain wrong. - - * The DirectX video output plugin is broken because of vout4. - - * The GGI video output plugin is broken because of vout4. - - * The BeOS video output plugin is broken because of vout4. - - * 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. - -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 - 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. - - * Saving preferences does not work at all. +################## +# Known VLC bugs # +################## +# This file is deprecated +# Please use https://developers.videolan.org/cgi-bin/trac.cgi/ +# Every developer with an SVN account can access Trac with the same credentials