* ./include/modules_inner.h: the module name is now a default shortcut, for
[vlc.git] / BUGS
blobfe82cd21205bdd622c977b632c6f3391bef7f924
1 List of known vlc bugs $Id: BUGS,v 1.9 2002/03/20 23:00:16 gbazin Exp $
3    Please try to keep this file up to date. Also, grep for FIXME in the
4 source files for more and more bugs to fix.
6    For information on how to post a useful bug report, please read
7 doc/bugreport-howto.txt.
10 Core:
12   * vlc_cond_broadcast unimplemented on most plaforms.
15 Input:
17   * DVD raw device support doesn't seem to work.
19   * HTTP input seems to lose packets during pre-parsing.
21   * TS input doesn't work under Windows 98 when the server address is
22   specified.
24   * Stopping and playing again a network stream often makes vlc crash
25   under Windows.
28 Audio output:
30   * Audio output stutters on some audio cards. For instance kwyxz's SB
31   128 with an es1371 chip.
34 Video output:
36   * We don't render subtitles on RGB surfaces.
38   * The QNX video output plugin is broken because of vout4.
40   * The MGA video output plugin makes the picture stutter when
41   MGA_NUM_FRAMES is set to a value higher than 1.
43   * The SPU decoder doesn't detect when the video output failed to
44   launch itself, and we segfault.
46   * On-the-fly resizing doesn't work when using a chroma transformation.
49 Chroma transformations:
51   * Most chroma transformation modules completely ignore margins.
53   * Most chroma transformation modules restrict the width of a picture
54   to multiples of 8 or even 16. We can achieve better than that.
57 Filters:
59   * Most filters completely ignore margins.
62 Gtk interface:
64   * Playing like a madman with the `Playlist' button makes the interface
65   crash.
68 Misc:
70   * The Jin-Roh DVD seems to segfault.