]> git.sesse.net Git - vlc/blob - BUGS
* ./plugins/chroma/i420_rgb16.c: MMX YUV to RGB transformation for 15bpp.
[vlc] / BUGS
1 List of known vlc bugs
2 $Id: BUGS,v 1.6 2002/01/28 16:51:22 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
21 Audio output:
22
23   * Audio output stutters on some audio cards. For instance kwyxz's SB
24   128 with an es1371 chip.
25
26
27 Video output:
28
29   * We don't render subtitles on RGB surfaces.
30
31   * Subtitle colors are just plain wrong.
32
33   * The DirectX video output plugin is broken because of vout4.
34
35   * The BeOS video output plugin is broken because of vout4.
36
37   * The QNX video output plugin is broken because of vout4.
38
39   * The MGA video output plugin makes the picture stutter when MGA_NUM_FRAMES
40     is set to a value higher than 1.
41
42   * The SPU decoder doesn't detect when the video output failed to launch
43     itself, and we segfault.
44
45 Chroma transformations:
46
47   * The only working YUV2RGB transformation function is the MMX version
48   of the 4:2:0 to RGB16 function.
49
50   * Most chroma transformation modules completely ignore margins.
51
52   * Most chroma transformation modules restrict the width of a picture
53   to multiples of 8 or even 16. We can achieve better than that.
54
55
56 Filters:
57
58   * Most filters completely ignore margins.
59
60
61 Gtk interface:
62
63   * Playing like a madman with the `Playlist' button makes the interface
64   crash.
65
66   * Saving preferences does not work at all.
67
68
69 Misc:
70
71   * The Jin-Roh DVD seems to segfault.
72