]> git.sesse.net Git - vlc/blob - BUGS
* ./BUGS: added a list of known bugs. Please add your findings!
[vlc] / BUGS
1 List of known vlc bugs
2 $Id: BUGS,v 1.1 2002/01/04 14:01:33 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 Video output:
27
28   * We don't render subtitles on RGB surfaces.
29
30   * The DirectX video output plugin is broken because of vout4.
31
32   * The GGI video output plugin is broken because of vout4.
33
34   * The BeOS video output plugin is broken because of vout4.
35
36   * The QNX video output plugin is broken because of vout4.
37
38
39 Chroma transformations:
40
41   * The only working YUV2RGB transformation function is the MMX version
42   of the 4:2:0 to RGB16 function.
43
44   * Most chroma transformation modules completely ignore margins.
45
46   * Most chroma transformation modules restrict the width of a picture
47   to multiples of 8 or even 16. We can achieve better than that.
48
49
50 Filters:
51
52   * Most filters completely ignore margins.
53
54
55 Gtk interface:
56
57   * Playing like a madman with the `Playlist' button makes the interface
58   crash.
59
60   * Saving preferences does not work at all.
61