]> git.sesse.net Git - vlc/blob - BUGS
* ./plugins/text/rc.c: added a safety lock.
[vlc] / BUGS
1 List of known vlc bugs $Id: BUGS,v 1.11 2002/05/14 20:39:23 gbazin 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   * segfault after "INPUT_MAX_ALLOCATION reached" error message. This seems
28   to be happening when an output plugin isn't "eating" the data buffers
29   allocated by a decoder. This happens for instance when the audio output
30   plugin fails but the audio decoder goes on as if nothing happened.
31
32 Decoders:
33
34   * Under Win32, the a52 plugin will segfault when switching to different audio
35   channels.
36
37
38 Audio output:
39
40   * Audio output stutters on some audio cards. For instance kwyxz's SB
41   128 with an es1371 chip.
42
43
44 Video output:
45
46   * We don't render subtitles on RGB surfaces.
47
48   * The MGA video output plugin makes the picture stutter when
49   MGA_NUM_FRAMES is set to a value higher than 1.
50
51   * The SPU decoder doesn't detect when the video output failed to
52   launch itself, and we segfault.
53
54   * On-the-fly resizing when using a chroma transformation doesn't work for
55   all plugins. Currently it is only implemented for x11 and SDL.
56
57   * The DirectX video output can't create overlays on some (even recent)
58   graphic cards.
59
60   * The alternate_fullscreen method of the x11 and xvideo plugins will
61   sometimes not switch to fullscreen.
62
63 Chroma transformations:
64
65   * Most chroma transformation modules completely ignore margins.
66
67   * Most chroma transformation modules restrict the width of a picture
68   to multiples of 8 or even 16. We can achieve better than that.
69
70
71 Filters:
72
73   * Most filters completely ignore margins.
74
75
76 Gtk interface:
77
78   * Playing like a madman with the `Playlist' button makes the interface
79   crash.
80
81   * No text in the status bar
82
83   * No window title on some machines, correct window title on another
84
85
86 Misc:
87
88   * The Jin-Roh DVD seems to segfault.
89