]> git.sesse.net Git - vlc/blob - BUGS
* ALL: new module API. Makes a few things a lot simpler, and we gain
[vlc] / BUGS
1 List of known vlc bugs $Id: BUGS,v 1.15 2002/07/31 20:56:50 sam 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   * Going to title 0 with the dvdold or dvdread plugins segfaults (tested
20     with Nausicaa).
21
22 Decoders:
23
24
25 Audio output:
26
27   * Audio output stutters on some audio cards. For instance kwyxz's SB
28   128 with an es1371 chip.
29
30
31 Video output:
32
33   * The MGA video output plugin makes the picture stutter when
34   MGA_NUM_FRAMES is set to a value higher than 1.
35
36   * The SPU decoder doesn't detect when the video output failed to
37   launch itself, and we segfault.
38
39   * On-the-fly resizing when using a chroma transformation doesn't work for
40   all plugins. Currently it is only implemented for x11 and SDL.
41
42   * --filter clone gives a slanted picture on axe.mpeg
43   * --filter transform barfs on rambo.avi
44
45
46 Chroma transformations:
47
48   * Most chroma transformation modules completely ignore margins.
49
50   * Most chroma transformation modules restrict the width of a picture
51   to multiples of 8 or even 16. We can achieve better than that.
52
53
54 Filters:
55
56   * Most filters completely ignore margins.
57
58
59 Gtk interface:
60
61   * Playing like a madman with the `Playlist' button makes the interface
62   crash.
63
64   * No text in the status bar
65
66   * No window title on some machines, correct window title on another
67
68
69 Misc:
70
71   * The Jin-Roh DVD seems to segfault.
72
73
74 From: David Legg <David.Legg@legg.uklinux.net>
75 If I change the value of AOUT_FIFO_SIZE from 255 to 511, vlc segmentation
76 faults.
77
78
79