Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
aa142dbe
Commit
aa142dbe
authored
Nov 26, 2002
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./BUGS: scrapped this file. Entered the remaining bugs in Bugzilla.
parent
88dee5fd
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
82 deletions
+2
-82
BUGS
BUGS
+0
-79
Makefile.am
Makefile.am
+1
-1
README
README
+1
-2
No files found.
BUGS
deleted
100644 → 0
View file @
88dee5fd
List of known vlc bugs $Id: BUGS,v 1.15 2002/07/31 20:56:50 sam 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.
* Going to title 0 with the dvdold or dvdread plugins segfaults (tested
with Nausicaa).
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.
* --filter clone gives a slanted picture on axe.mpeg
* --filter transform barfs on rambo.avi
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.
From: David Legg <David.Legg@legg.uklinux.net>
If I change the value of AOUT_FIFO_SIZE from 255 to 511, vlc segmentation
faults.
Makefile.am
View file @
aa142dbe
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
SUBDIRS
=
po intl m4 share
SUBDIRS
=
po intl m4 share
DIST_SUBDIRS
=
$(SUBDIRS)
modules src debian doc ipkg lib
DIST_SUBDIRS
=
$(SUBDIRS)
modules src debian doc ipkg lib
EXTRA_DIST
=
BUGS
FAQ HACKING MAINTAINERS STATUS src/extras/COPYING
\
EXTRA_DIST
=
FAQ HACKING MAINTAINERS STATUS src/extras/COPYING
\
INSTALL.win32 README.MacOSX.rtf vlc.spec install-win32
\
INSTALL.win32 README.MacOSX.rtf vlc.spec install-win32
\
Modules.am macosx-dmg
\
Modules.am macosx-dmg
\
configure.ac.in mkinstalldirs bootstrap
configure.ac.in mkinstalldirs bootstrap
...
...
README
View file @
aa142dbe
$Id: README,v 1.1
2 2002/11/26 14:08:01
sam Exp $
$Id: README,v 1.1
3 2002/11/26 15:03:28
sam Exp $
README for vlc, the VideoLAN Client
README for vlc, the VideoLAN Client
===================================
===================================
ABOUT-NLS - Notes on the Free Translation Project.
ABOUT-NLS - Notes on the Free Translation Project.
AUTHORS - All the people who worked on vlc.
AUTHORS - All the people who worked on vlc.
BUGS - List of known, unresolved bugs.
COPYING - The GPL license.
COPYING - The GPL license.
ChangeLog - The vlc ChangeLog.
ChangeLog - The vlc ChangeLog.
FAQ - Commonly asked questions.
FAQ - Commonly asked questions.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment