]> git.sesse.net Git - vlc/blob - BUGS
* ./plugins/win32: skeleton for the win32 interface Ipkiss is developing.
[vlc] / BUGS
1 List of known vlc bugs
2 $Id: BUGS,v 1.5 2002/01/21 00:52:06 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   * --<moduletype> <module>:<args> doesn't work anymore.
16
17
18 Input:
19
20   -
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   * Subtitle colors are just plain wrong.
34
35   * The DirectX video output plugin is broken because of vout4.
36
37   * The BeOS video output plugin is broken because of vout4.
38
39   * The QNX video output plugin is broken because of vout4.
40
41   * The MGA video output plugin makes the picture stutter when MGA_NUM_FRAMES
42     is set to a value higher than 1.
43
44   * The SPU decoder doesn't detect when the video output failed to launch
45     itself, and we segfault.
46
47 Chroma transformations:
48
49   * The only working YUV2RGB transformation function is the MMX version
50   of the 4:2:0 to RGB16 function.
51
52   * Most chroma transformation modules completely ignore margins.
53
54   * Most chroma transformation modules restrict the width of a picture
55   to multiples of 8 or even 16. We can achieve better than that.
56
57
58 Filters:
59
60   * Most filters completely ignore margins.
61
62
63 Gtk interface:
64
65   * Playing like a madman with the `Playlist' button makes the interface
66   crash.
67
68   * Saving preferences does not work at all.
69
70
71 Misc:
72
73   * The Jin-Roh DVD seems to segfault.
74