BUGS 1.4 KB
Newer Older
Sam Hocevar's avatar
 
Sam Hocevar committed
1
List of known vlc bugs
Sam Hocevar's avatar
 
Sam Hocevar committed
2
$Id: BUGS,v 1.7 2002/03/17 21:59:52 sam Exp $
Sam Hocevar's avatar
 
Sam Hocevar committed
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17

   Please try to keep this file up to date. Also, grep for FIXME in the
source files for more and more bugs to fix.

   For information on how to post a useful bug report, please read
doc/bugreport-howto.txt.


Core:

  * vlc_cond_broadcast unimplemented on most plaforms.


Input:

18
  * DVD raw device support doesn't seem to work.
Sam Hocevar's avatar
 
Sam Hocevar committed
19

Sam Hocevar's avatar
 
Sam Hocevar committed
20 21
  * HTTP input seems to lose packets during pre-parsing.

Sam Hocevar's avatar
 
Sam Hocevar committed
22

Sam Hocevar's avatar
 
Sam Hocevar committed
23 24 25 26 27 28
Audio output:

  * Audio output stutters on some audio cards. For instance kwyxz's SB
  128 with an es1371 chip.


Sam Hocevar's avatar
 
Sam Hocevar committed
29 30 31 32 33 34
Video output:

  * We don't render subtitles on RGB surfaces.

  * The QNX video output plugin is broken because of vout4.

Sam Hocevar's avatar
 
Sam Hocevar committed
35 36
  * The MGA video output plugin makes the picture stutter when MGA_NUM_FRAMES
    is set to a value higher than 1.
Sam Hocevar's avatar
 
Sam Hocevar committed
37

Sam Hocevar's avatar
 
Sam Hocevar committed
38 39 40
  * The SPU decoder doesn't detect when the video output failed to launch
    itself, and we segfault.

Sam Hocevar's avatar
 
Sam Hocevar committed
41 42
  * On-the-fly resizing doesn't work when using a chroma transformation.

Sam Hocevar's avatar
 
Sam Hocevar committed
43

Sam Hocevar's avatar
 
Sam Hocevar committed
44
Chroma transformations:
Sam Hocevar's avatar
 
Sam Hocevar committed
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61

  * Most chroma transformation modules completely ignore margins.

  * Most chroma transformation modules restrict the width of a picture
  to multiples of 8 or even 16. We can achieve better than that.


Filters:

  * Most filters completely ignore margins.


Gtk interface:

  * Playing like a madman with the `Playlist' button makes the interface
  crash.

Sam Hocevar's avatar
 
Sam Hocevar committed
62 63 64 65 66

Misc:

  * The Jin-Roh DVD seems to segfault.