1. 03 Oct, 2002 8 commits
    • Jean-Paul Saman's avatar
      Updated AUTHOS file. · e0c8e060
      Jean-Paul Saman authored
      e0c8e060
    • Sam Hocevar's avatar
      * ./configure.ac.in: duplicated arguments to AM_INIT_AUTOMAKE to fix · f501554a
      Sam Hocevar authored
          locales breakage.
        * ./src/libvlc.c: libvlc understands the VLC_VERBOSE environment variable,
          to be set between 0 and 4. Default value is 0 for a program using libvlc,
          but vlc sets it to 1 by default.
        * ./src/misc/configuration.c: -v now works the old way (-v, -vv, -vvv) as
          well as the new way (-v0, -v1, -v4). -v1 is the same as -v, and -v0 is
          the same as -q (quiet). Hope it's all understandable.
      f501554a
    • Gildas Bazin's avatar
      · 6dafa419
      Gildas Bazin authored
      * FAQ: updated FAQ with config file issues.
      * configure.ac.in: use -mms-bitfields instead of -fnative-struct for
         mingw32 gcc-3.x.
      * include/interface.h, modules/misc/dummy/interface.c, modules/misc/logger/logger.c,
         modules/control/rc/rc.c: Display message on Win32 explaining how to get
         back to the GUI mode.
      * src/misc/threads.c, include/vlc_threads_funcs.h: ignore the
         win9x-cv-method config option on WinNT when fast-mutex is not enabled.
      6dafa419
    • Sam Hocevar's avatar
      * ./src/libvlc.c, ./include/main.h: the root of all objects is now · 145b1961
      Sam Hocevar authored
          p_libvlc, and each p_vlc is a child of p_libvlc. Reasons for this are:
      
           o the module bank and the message bank only need to be initialized once,
             which gives faster loads when multiple instances of libvlc are used,
           o we allow the possibility of different p_vlc sharing objects, for
             instance the audio output,
           o the CPU detection is only done once.
      
          This patch is not polished yet, but I cannot do any intensive tests for
          the moment because of a bug somewhere that leaves audio output objects
          lying here and there which needs to be investigated first. The current
          major issue is that the module bank is no longer freed.
      145b1961
    • Sigmund Augdal Helberg's avatar
      75873492
    • Sigmund Augdal Helberg's avatar
      kde.cpp: subscribe and unsubscribe messages · a26eef41
      Sigmund Augdal Helberg authored
       interface.cpp, interface.h: create a messages window, and add menu iten to
      show it
       Modules.as: build messages window
       ui.rc: menuitem to show messages
       preferences.cpp: fixed typo in comment
      a26eef41
    • Sam Hocevar's avatar
    • Sam Hocevar's avatar
      * ./bootstrap: fixed a bug I introduced yesterday that caused automake · 537cf3aa
      Sam Hocevar authored
          version detection not to work properly.
      537cf3aa
  2. 02 Oct, 2002 7 commits
  3. 01 Oct, 2002 4 commits
  4. 30 Sep, 2002 6 commits
  5. 29 Sep, 2002 3 commits
  6. 28 Sep, 2002 1 commit
  7. 27 Sep, 2002 1 commit
  8. 26 Sep, 2002 2 commits
  9. 25 Sep, 2002 2 commits
  10. 23 Sep, 2002 2 commits
  11. 22 Sep, 2002 1 commit
  12. 21 Sep, 2002 1 commit
  13. 20 Sep, 2002 1 commit
  14. 19 Sep, 2002 1 commit