1. 08 Oct, 2008 4 commits
  2. 07 Oct, 2008 3 commits
    • Derk-Jan Hartman's avatar
      win32 installer: fix some registry entries for win32 · f34d7584
      Derk-Jan Hartman authored
      Have a look at the path
        HKEY_CLASSES_ROOT\Applications\vlc.exe\shell\Play\command
      in the registry.
      
      In my registry under Vista 32 EN Business the value is
        C:\Program Files\VideoLAN\VLC\vlc.exe --started-from-file "%1"
      
      Normally, it should read
        "C:\Program Files\VideoLAN\VLC\vlc.exe" --started-from-file "%1"
      
      Windows Explorer accepts both variants but the first one causes problems
      when trying to call that command from self-written programs.
      
      Reported by Stefan <vbtricks  gmx.net>
      f34d7584
    • Geoffroy Couprie's avatar
      WinCE: reintroduce parse_cmdline · ff026ff6
      Geoffroy Couprie authored
      ff026ff6
    • Derk-Jan Hartman's avatar
      mmap: Don't use mmap by default on OS X. · 400b6736
      Derk-Jan Hartman authored
      It has little benefits in general, (esp. in our usecase) and huge disadvantages for files on network mounts.
      "Basically, IOKit should be so fast and efficient, that there are few usecases left for mmap() on Darwin."
      400b6736
  3. 06 Oct, 2008 18 commits
  4. 05 Oct, 2008 15 commits