* ./po/vlc.pot: updated potfile.
[vlc.git] / BUGS
blobe0539322fcbba8448c96f8a72fb1e89dd7843a14
1 List of known vlc bugs $Id: BUGS,v 1.13 2002/05/20 22:30:19 sam 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 Decoders:
22 Audio output:
24   * Audio output stutters on some audio cards. For instance kwyxz's SB
25   128 with an es1371 chip.
28 Video output:
30   * The MGA video output plugin makes the picture stutter when
31   MGA_NUM_FRAMES is set to a value higher than 1.
33   * The SPU decoder doesn't detect when the video output failed to
34   launch itself, and we segfault.
36   * On-the-fly resizing when using a chroma transformation doesn't work for
37   all plugins. Currently it is only implemented for x11 and SDL.
39 Chroma transformations:
41   * Most chroma transformation modules completely ignore margins.
43   * Most chroma transformation modules restrict the width of a picture
44   to multiples of 8 or even 16. We can achieve better than that.
47 Filters:
49   * Most filters completely ignore margins.
52 Gtk interface:
54   * Playing like a madman with the `Playlist' button makes the interface
55   crash.
57   * No text in the status bar
59   * No window title on some machines, correct window title on another
62 Misc:
64   * The Jin-Roh DVD seems to segfault.