]> git.sesse.net Git - vlc/commit
* added config_GetFloatVariable() and config_PutFloatVariable() to the config
authorGildas Bazin <gbazin@videolan.org>
Sun, 21 Apr 2002 11:23:03 +0000 (11:23 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 21 Apr 2002 11:23:03 +0000 (11:23 +0000)
commitce25f1e87e3c02249e49ac49cd9ea720a022880c
tree6cc189f434dd889c479a3f2159658bd6957df1e1
parentb9d43101ac7aac9ce78d141e76c69ed195ecbfc8
* added config_GetFloatVariable() and config_PutFloatVariable() to the config
  module.
* added a --zoom <float> config option.
* added a call to RestoreCPUState() in InitIDCT() in idct_sparse.h so that the
  FPU is still available after a call to InitIDCT().
* deactivate stream buffering when logging to a file.
12 files changed:
include/common.h
include/configuration.h
plugins/gtk/gtk_preferences.c
plugins/idct/idct.c
plugins/idct/idct_sparse.h
plugins/idct/idctclassic.c
plugins/idct/idctmmx.c
plugins/idct/idctmmxext.c
plugins/text/logger.c
src/interface/main.c
src/misc/configuration.c
src/video_output/video_output.c