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