1. 24 Feb, 2003 6 commits
  2. 23 Feb, 2003 7 commits
  3. 22 Feb, 2003 2 commits
  4. 21 Feb, 2003 7 commits
  5. 20 Feb, 2003 3 commits
    • Derk-Jan Hartman's avatar
    • Gildas Bazin's avatar
      · de621e39
      Gildas Bazin authored
      * src/libvlc.h, modules/audio_output: added a global --spdif config option
         to allow using the spdif output by default if available.
      * modules/misc/dummy/*: on win32 added a quiet mode that doesn't display
         a dos command box.
      * modules/control/rc/rc.c: on win32 enabled the echo mode and the
         backspace key.
      * modules/codec/mpeg_audio.c: fixed a sync bug.
      de621e39
    • Sigmund Augdal Helberg's avatar
      * include/configuration.h: added a new flag to the configuration stucture to · 5a13b475
      Sigmund Augdal Helberg authored
      indicate wether it is an "advanced" option or not. The goal with this is to
      hide the user from all the strange options that very seldom needs to be
      changed. added an extra argument to all the add_* macros to indicate wether
      the item is advanced or not.
      * src/libvlc.h: added an "show advanced options" config option default
      disabled
      * src/libvlc.c: the advanced options are not listed by vlc --help and
      friends unless --advanced is used
      * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show
      advanced options unless advanced is set
      all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by
      using some common sense. Please check and correct
      
      note: All interfaces should still work like they used to, see the change in
      modules/gtk/preferences.c to find out how to "hide" options.
      
      second note: I think I've changed all the modules, but I could not test
      everyone for compilation, expect some broken modules (the fix is to add ",
      VLC_TRUE" as last argument to the add_* I forgot)
      5a13b475
  6. 19 Feb, 2003 3 commits
    • Gildas Bazin's avatar
      · 2d227502
      Gildas Bazin authored
      * modules/audio_output/directx.c: forgot to enable channel re-ordering.
      * modules/audio_output/waveout.c: fixed a crash that happened when probing
         devices supporting S/PDIF. (Should fix 354)
      2d227502
    • Derk-Jan Hartman's avatar
      * increased accuracy of positionslider in OSX. although this will not solve · 242857e2
      Derk-Jan Hartman authored
        all problems this will improve results a bit (by my own experience).
      242857e2
    • Gildas Bazin's avatar
      · 5154513d
      Gildas Bazin authored
      * src/libvlc.c: "stty size" won't work on win32 so make ConsoleWidth()
         always return 80.
      5154513d
  7. 18 Feb, 2003 11 commits
  8. 17 Feb, 2003 1 commit