]> git.sesse.net Git - vlc/blob - BUGS
* ./BUGS: updated bug list.
[vlc] / BUGS
1 List of known vlc bugs
2 $Id: BUGS,v 1.7 2002/03/17 21:59:52 sam Exp $
3
4    Please try to keep this file up to date. Also, grep for FIXME in the
5 source files for more and more bugs to fix.
6
7    For information on how to post a useful bug report, please read
8 doc/bugreport-howto.txt.
9
10
11 Core:
12
13   * vlc_cond_broadcast unimplemented on most plaforms.
14
15
16 Input:
17
18   * DVD raw device support doesn't seem to work.
19
20   * HTTP input seems to lose packets during pre-parsing.
21
22
23 Audio output:
24
25   * Audio output stutters on some audio cards. For instance kwyxz's SB
26   128 with an es1371 chip.
27
28
29 Video output:
30
31   * We don't render subtitles on RGB surfaces.
32
33   * The QNX video output plugin is broken because of vout4.
34
35   * The MGA video output plugin makes the picture stutter when MGA_NUM_FRAMES
36     is set to a value higher than 1.
37
38   * The SPU decoder doesn't detect when the video output failed to launch
39     itself, and we segfault.
40
41   * On-the-fly resizing doesn't work when using a chroma transformation.
42
43
44 Chroma transformations:
45
46   * Most chroma transformation modules completely ignore margins.
47
48   * Most chroma transformation modules restrict the width of a picture
49   to multiples of 8 or even 16. We can achieve better than that.
50
51
52 Filters:
53
54   * Most filters completely ignore margins.
55
56
57 Gtk interface:
58
59   * Playing like a madman with the `Playlist' button makes the interface
60   crash.
61
62
63 Misc:
64
65   * The Jin-Roh DVD seems to segfault.
66