1. 29 Jul, 2003 7 commits
    • Gildas Bazin's avatar
      · 95144fb3
      Gildas Bazin authored
      * src/video_output/video_output.c: fixed potential segfault.
      * configure.ac: don't bail out if matroska headers are not found.
      95144fb3
    • Gildas Bazin's avatar
      · 7528b843
      Gildas Bazin authored
      * toolbox: fixed typo in the changelog rule.
      7528b843
    • Gildas Bazin's avatar
      · d2edf5f5
      Gildas Bazin authored
      * modules/video_output/directx/events.c: compilation fix.
      d2edf5f5
    • Gildas Bazin's avatar
      · 53f87282
      Gildas Bazin authored
      * modules/gui/macosx/controls.m: fixed race condition in prev/next commands.
      * modules/gui/wxwindows/wxwindows.cpp: raised the priority of the wxwin interface so it is now the default.
          We also lower the priority if there is no DISPLAY env variable.
      * modules/gui/wxwindows/interface.cpp: prev/next buttons are also used to navigate through titles.
      * modules/video_output/directx/events.c: use arrow keys for DVD navigation.
      * modules/video_output/x11/xcommon.c: page up/down now seek -10/10 secs.
      * share/vlc_win32_rc.rc: compilation fix.
      53f87282
    • Laurent Aimar's avatar
      * http.c: under linux if no directory is specified search "share/http" · dc4c75fe
      Laurent Aimar authored
      and then DATA_PATH"/http".
      dc4c75fe
    • Gildas Bazin's avatar
      · 42b0d326
      Gildas Bazin authored
      * configure.ac: bumped version number to 0.6.1.
          Enabled matroska support by default.
      * extras/MacOSX/*: bumped version number to 0.6.1.
      * INSTALL.win32: instructions update.
      * share/Makefile.am: included the html files for the http interface.
      * po/*: ran ./toolbox --update-po.
      42b0d326
    • Sam Hocevar's avatar
      2b5d2946
  2. 28 Jul, 2003 9 commits
  3. 27 Jul, 2003 8 commits
  4. 26 Jul, 2003 6 commits
  5. 25 Jul, 2003 7 commits
  6. 24 Jul, 2003 3 commits
    • Gildas Bazin's avatar
      · f87d11a1
      Gildas Bazin authored
      * modules/gui/wxwindows/wxwindows.cpp: temporary hack (I hope ;) to fix win32 compilation with wxWindows < 2.5.
      f87d11a1
    • Gildas Bazin's avatar
      · b5584926
      Gildas Bazin authored
      * src/misc/modules.c: if module_Need() was passed an interface module name, respect this choice even if vlc was run with a specific interface shortcut.
      b5584926
    • Sam Hocevar's avatar
      * modules/access/v4l/v4l.c: · af85b12e
      Sam Hocevar authored
          + Removed my name from this file, I didn't contribute anything major to it.
          + Added strerror(errno) where adequate, as well as additional debug
            information, hopefully more useful than "cannot open".
      af85b12e