]> git.sesse.net Git - vlc/blob - BUGS
* ./src/input/mpeg_system.c: fixed a bus error on UltraSparc.
[vlc] / BUGS
1 List of known vlc bugs $Id: BUGS,v 1.8 2002/03/20 03:12:20 ipkiss Exp $
2
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.
5
6    For information on how to post a useful bug report, please read
7 doc/bugreport-howto.txt.
8
9
10 Core:
11
12   * vlc_cond_broadcast unimplemented on most plaforms.
13
14
15 Input:
16
17   * DVD raw device support doesn't seem to work.
18
19   * HTTP input seems to lose packets during pre-parsing.
20
21   * TS input doesn't work under Windows 98 when the server address is
22   specified.
23
24   * Stopping and playing again a network stream often makes vlc crash
25   under Windows.
26
27
28 Audio output:
29
30   * Audio output stutters on some audio cards. For instance kwyxz's SB
31   128 with an es1371 chip.
32
33   * WaveOut doesn't close correctly under Windows 98.
34
35
36 Video output:
37
38   * We don't render subtitles on RGB surfaces.
39
40   * The QNX video output plugin is broken because of vout4.
41
42   * The MGA video output plugin makes the picture stutter when
43   MGA_NUM_FRAMES is set to a value higher than 1.
44
45   * The SPU decoder doesn't detect when the video output failed to
46   launch itself, and we segfault.
47
48   * On-the-fly resizing doesn't work when using a chroma transformation.
49
50
51 Chroma transformations:
52
53   * Most chroma transformation modules completely ignore margins.
54
55   * Most chroma transformation modules restrict the width of a picture
56   to multiples of 8 or even 16. We can achieve better than that.
57
58
59 Filters:
60
61   * Most filters completely ignore margins.
62
63
64 Gtk interface:
65
66   * Playing like a madman with the `Playlist' button makes the interface
67   crash.
68
69
70 Misc:
71
72   * The Jin-Roh DVD seems to segfault.
73