]> git.sesse.net Git - vlc/blob - BUGS
* Fixes for ffmpeg and mad.
[vlc] / BUGS
1 List of known vlc bugs $Id: BUGS,v 1.12 2002/05/19 16:01:26 massiot Exp $
2
3    Please try to keep this file up to date. Also, grep for FIXME in the
4 source files for more and more bugs to fix.
5
6    For information on how to post a useful bug report, please read
7 doc/bugreport-howto.txt.
8
9
10 Core:
11
12   * vlc_cond_broadcast unimplemented on most plaforms.
13
14
15 Input:
16
17   * DVD raw device support doesn't seem to work.
18
19 Decoders:
20
21
22 Audio output:
23
24   * Audio output stutters on some audio cards. For instance kwyxz's SB
25   128 with an es1371 chip.
26
27
28 Video output:
29
30   * The MGA video output plugin makes the picture stutter when
31   MGA_NUM_FRAMES is set to a value higher than 1.
32
33   * The SPU decoder doesn't detect when the video output failed to
34   launch itself, and we segfault.
35
36   * On-the-fly resizing when using a chroma transformation doesn't work for
37   all plugins. Currently it is only implemented for x11 and SDL.
38
39   * The alternate_fullscreen method of the x11 and xvideo plugins will
40   sometimes not switch to fullscreen.
41
42 Chroma transformations:
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   * No text in the status bar
61
62   * No window title on some machines, correct window title on another
63
64
65 Misc:
66
67   * The Jin-Roh DVD seems to segfault.
68