1. 12 Oct, 2010 1 commit
  2. 11 Oct, 2010 14 commits
  3. 10 Oct, 2010 15 commits
  4. 09 Oct, 2010 6 commits
  5. 08 Oct, 2010 4 commits
    • Rafaël Carré's avatar
      windows config scripts: add win64 · 7b9e1bc3
      Rafaël Carré authored
      separate path to ./configure and options
      -> we can disable specific options for win64
      7b9e1bc3
    • Rafaël Carré's avatar
      vlc_windows_interfaces.h: always define STDCALL · c2d925e5
      Rafaël Carré authored
      It is not defined on windows 64
      c2d925e5
    • Rafaël Carré's avatar
      win64 contribs: misc fixes · 13948ee7
      Rafaël Carré authored
      gecko-win32 -> gecko
      build dirac
      don't make ffmpeg depend on libvpx
      don't build portaudio
      patch x264 to link x264.exe with -liberty (debian's amd64 runtime hasn't getopt)
      patch pthreads to link with libws2_32 instead of libwsock32
      13948ee7
    • Steinar H. Gunderson's avatar
      Support DVD LPCM encode. · 4b103b84
      Steinar H. Gunderson authored
      This patch adds encode support to the LPCM module; only the DVD variant for
      now. It's not been tested with any other clients than VLC.
      
      The rationale for this functionality is relatively simple -- LPCM is
      currently the only low-latency codec that VLC supports and that can be
      embedded in a TS stream. Longer-term support for other low-latency codecs
      would be good, but if you're not particularly bandwidth-constrained and need
      low latency, this is currently the best option I know of.
      Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
      4b103b84