]> git.sesse.net Git - vlc/commit
* vlc is now compiled without the STATS mode by default.
authorChristophe Massiot <massiot@videolan.org>
Mon, 27 Nov 2000 10:35:57 +0000 (10:35 +0000)
committerChristophe Massiot <massiot@videolan.org>
Mon, 27 Nov 2000 10:35:57 +0000 (10:35 +0000)
commitb335e3b40fdbce2f99d7290d4a079e6c24ae3d88
tree64df143dcada7bc431ace2963e32b983f4553f52
parent313cf680c8a0cf202d5ab4b0a4b21e9ee3574394
 * vlc is now compiled without the STATS mode by default.
 * Fixed a bug which made frames go backwards with some displays (the
   video_decoder thread is now niced).
 * Made use of intf_WarnMsg() in the most needed places.
Also simplified the synchro algorithm and fixed a bug with non-(5/1) streams.
Fixed the optimizations in the configure stuff.
Warning : this release needs a full rebuild (make clean; make).
Warning : I might have broken the BeOS port, could somebody check ?
12 files changed:
ChangeLog
TODO
configure
configure.in
include/config.h.in
include/video_output.h
include/vpar_synchro.h
src/input/input.c
src/video_decoder/video_decoder.c
src/video_output/video_output.c
src/video_parser/video_parser.c
src/video_parser/vpar_synchro.c