https://github.com/videolan/vlc
Raw File
Tip revision: 42f7e60b54a6d17c4ab93fad38177080baea9c73 authored by Sam Hocevar on 06 March 2004, 17:59:16 UTC
* Renamed all tags (eg. v0_2_83 -> 0.2.83).
Tip revision: 42f7e60
BUGS
List of known vlc bugs $Id: BUGS,v 1.13.2.1 2002/07/11 07:58:53 tcastley Exp $

   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:

  * DVD raw device support doesn't seem to work.

Decoders:


Audio output:

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


Video output:

  * The MGA video output plugin makes the picture stutter when
  MGA_NUM_FRAMES is set to a value higher than 1.

  * The SPU decoder doesn't detect when the video output failed to
  launch itself, and we segfault.

  * On-the-fly resizing when using a chroma transformation doesn't work for
  all plugins. Currently it is only implemented for x11 and SDL.

  * The SPU decoder does not respect the pitch of the output buffer.  This 
  causes distortion of subtitles on GeForce cards in BeOS (and Windows I think).

Chroma transformations:

  * 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.

  * No text in the status bar

  * No window title on some machines, correct window title on another


Misc:

  * The Jin-Roh DVD seems to segfault.

back to top