]> git.sesse.net Git - vlc/commit
* Changed default values :
authorChristophe Massiot <massiot@videolan.org>
Fri, 12 Jan 2001 17:33:18 +0000 (17:33 +0000)
committerChristophe Massiot <massiot@videolan.org>
Fri, 12 Jan 2001 17:33:18 +0000 (17:33 +0000)
commita558a9bb47f6212da40eb8798243d08107865f7d
treed2bb3c960ee7e9747843399fe58577a511835c39
parentebfaed9be940bebce3075006deb324dd499886e0
* Changed default values :
INPUT_PTS_DELAY down to 200 ms ;
video heap down from 10 to 5 pictures ;
decoder fifo size from 1023 to 511 PES ;
* Fixed various bugs in 32 bit-versions of input_ext-dec.h ;
* Fixed a bug in GetChunk() ;
* Renamed GetByte, GetWord, ShowWord to _GetByte, _GetWord, _ShowWord ;
* Moved decoder_fifo-specific code from programs.c to dec.c ;
* Fixed bugs in program.c that prevented vlc to close all decoders ;
* Gave sam a lesson for the use of the bitstream in spu_decoder.c :ppp ;
* Made the video parser unlock the reference pictures before quitting
(still one left, yaknow why ?)
include/config.h.in
include/input_ext-dec.h
src/input/input_dec.c
src/input/input_programs.c
src/spu_decoder/spu_decoder.c
src/video_parser/video_parser.c