1. 27 Jul, 2001 5 commits
    • Sam Hocevar's avatar
      · 4945d2bb
      Sam Hocevar authored
        * Updated version numbers for imminent release.
        * Fixed the --with-dvdcss flag:
           o --with-dvdcss - build libdvdcss, link statically (also default behaviour)
           o --with-dvdcss=local-static - build libdvdcss, link statically
           o --with-dvdcss=local-shared - build libdvdcss, link dynamically
           o --with-dvdcss=/foo/bar - don't build libdvdcss, use libdvdcss in /foo/bar
        * Fixed an omission in the dvdcss.h header.
      4945d2bb
    • Christophe Massiot's avatar
    • Arnaud de Bossoreille de Ribou's avatar
      425c22f4
    • Sam Hocevar's avatar
      · 76fcb7fc
      Sam Hocevar authored
        * Changed libdvdcss API to force binary incompatibility. Yeah, this is
          evil, but if we don't do it now we'll have to do it when more people
          are using it.
        * Fixed minor libdvdcss stuff such as the soname and compilation flags.
        * New --with-dvdcss flag.
          Explanation:
           o default: build libdvdcss, statically link vlc against it.
           o --with-dvdcss=no: build libdvdcss, dynamically link vlc against it.
           o --with-dvdcss=yes: don't build libdvdcss, use already installed one.
           o --with-dvdcss=/foo: don't build libdvdcss, use libdvdcss from /foo/*.
          (this looks a bit strange to me, I'll find better flag settings)
      76fcb7fc
    • Arnaud de Bossoreille de Ribou's avatar
      Fix a bug in aout spdif with dolby stereo (use of obsolete PTS). · 9fadff59
      Arnaud de Bossoreille de Ribou authored
      Bozo and Stef : the dream team of bozos. Stef you're gonna die (dunga).
      9fadff59
  2. 26 Jul, 2001 5 commits
  3. 25 Jul, 2001 9 commits
  4. 24 Jul, 2001 3 commits
  5. 20 Jul, 2001 1 commit
  6. 19 Jul, 2001 2 commits
  7. 18 Jul, 2001 3 commits
  8. 17 Jul, 2001 1 commit
  9. 16 Jul, 2001 7 commits
  10. 15 Jul, 2001 1 commit
    • Gildas Bazin's avatar
      · a7a2bab4
      Gildas Bazin authored
      - The Win98 DVD input is finally working. (had to install Win98 on my
          computer to find the problem ;-)
      a7a2bab4
  11. 12 Jul, 2001 3 commits
    • Gildas Bazin's avatar
      · f20e5c35
      Gildas Bazin authored
      - Fixed 2 Win32 bugs in libdvdcss (in _win32_dvdcss_readv), one of them
          should have prevented the Win9x dvd input from working.
      - Moved the "if(Win2k)" out of the loop in _win32_dvdcss_readv.
      
      - Put a readv() function in input_iovec.h, the input_es now compiles.
      - Modified input_ts to use this function.
      
      - Fixed an initialisation bug in vout_directx.c
      - Right clicking on the mouse now displays the navigation menu.
      
      
      PS: If someone is willing to test the DVD input on Win95/98/Me I will
          upload an up to date binary package.
      f20e5c35
    • Renaud Dartus's avatar
      I forgot to commit others aout plugins · 20e17cf9
      Renaud Dartus authored
      20e17cf9
    • Renaud Dartus's avatar
      * Fix audio/video synchro bug with esd · a25f41cb
      Renaud Dartus authored
      * Should fix buggy sound due to 44100-48000 Hz conversions
      a25f41cb