]> git.sesse.net Git - vlc/blob - BUGS
* ./include/modules_inner.h: replaced _X with __VLC_SYMBOL because _X was
[vlc] / BUGS
1 List of known vlc bugs
2 $Id: BUGS,v 1.4 2002/01/09 02:01:14 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 Chroma transformations:
45
46   * The only working YUV2RGB transformation function is the MMX version
47   of the 4:2:0 to RGB16 function.
48
49   * Most chroma transformation modules completely ignore margins.
50
51   * Most chroma transformation modules restrict the width of a picture
52   to multiples of 8 or even 16. We can achieve better than that.
53
54
55 Filters:
56
57   * Most filters completely ignore margins.
58
59
60 Gtk interface:
61
62   * Playing like a madman with the `Playlist' button makes the interface
63   crash.
64
65   * Saving preferences does not work at all.
66
67
68 Misc:
69
70   * The Jin-Roh DVD seems to segfault.
71