1. 06 Aug, 2001 1 commit
    • Sam Hocevar's avatar
      · f82f7f25
      Sam Hocevar authored
        * Made the remote command plugin usable even with no stream.
        * Fixed a deadlock in the remote command plugin.
        * Fixed a deadlock in the SPU decoder.
      f82f7f25
  2. 05 Aug, 2001 2 commits
    • Gildas Bazin's avatar
      · e57dfae1
      Gildas Bazin authored
      * Minor bug fix to aout_directx.c
      e57dfae1
    • Gildas Bazin's avatar
      · 85c3dbc4
      Gildas Bazin authored
      * Big rewrite of the DirectX audio plugin. The audio output is now (almost)
          perfect on Win32.
      * Fixed a bug in ac3dec_CreateThread() in ac3_decoder_thread.
      * On Win32, open() will now open files in binary mode by default.
      * A few minor changes to vout_xvideo.c
      85c3dbc4
  3. 03 Aug, 2001 2 commits
    • Gildas Bazin's avatar
      · f65e5509
      Gildas Bazin authored
      Oops, forgot to commit this file.
      f65e5509
    • Gildas Bazin's avatar
      · 2737d4c1
      Gildas Bazin authored
      * Fixed a segfault in yuv_End() in video_yuvmmx.c
      * Fixed the "Gdk-ERROR **: BadCursor" bug in the x11 and xvideo plugins
      * Fixed a segfault in SetBufferPicture() in video_output.c. This segfault
          only happened with the xvideo plugin because this one is not using
          SetBuffers().
      
      PS: The last fix broke the overlay output of SDL (black screen) I will
        investigate this later on.
      2737d4c1
  4. 31 Jul, 2001 1 commit
    • Gildas Bazin's avatar
      · dbfcf9f6
      Gildas Bazin authored
      * Fixed a segfault in PSEnd in input_ps.c
      * The video decoder thread is now also reniced to a lower priority on
        Win32 (as in the linux version). This slightly increases the responsiveness of vlc.
      dbfcf9f6
  5. 30 Jul, 2001 4 commits
    • Gildas Bazin's avatar
      · 712e7249
      Gildas Bazin authored
      * Fixed a Win32 bug in libdvdcss. This bug was appearing on title change.
      * Modified input_dvd so you can now go directly to the selected chapter
        when you change the title.
      * Implemented the Probe function in the Xvideo plugin. Xvideo is now the
        default video output plugin when it is supported.
      712e7249
    • Christophe Massiot's avatar
      9305e95b
    • Christophe Massiot's avatar
      * Don't miserably die in `make` when ./configure hasn't be run ; · 544bdffc
      Christophe Massiot authored
      * Fixed a bug when compiling KDE plug-in without Qt plug-in ;
      * Now taking into account $KDEDIR ;
      * Made SDL configure error messages more explicit ;
      * --disable-sdl is now correctly taken into account ;
      * Changed the order of evaluation of sdl-config and sdl11-config ;
      * Finally fixed SDL*/SDL.h check ;
      544bdffc
    • Sam Hocevar's avatar
      · 20823a81
      Sam Hocevar authored
        * VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
      20823a81
  6. 29 Jul, 2001 1 commit
    • Sam Hocevar's avatar
      · ed87d047
      Sam Hocevar authored
        * Better gtk-config detection.
        * Removed duplicate checks in configure.in.
        * Fixed a typo in vlc.spec.
      ed87d047
  7. 28 Jul, 2001 1 commit
    • Sam Hocevar's avatar
      · 4aaa00c6
      Sam Hocevar authored
        * Fix in libdvdcss in the key caching code.
        * Removed useless variables in configure.in which caused all subsequent
          compilation tests to fail.
      4aaa00c6
  8. 27 Jul, 2001 8 commits
    • Christophe Massiot's avatar
      Fixed a FreeBSD bug (again). · 5594c61a
      Christophe Massiot authored
      5594c61a
    • Sam Hocevar's avatar
      · d307283d
      Sam Hocevar authored
        * Additional fixes to the sdl-config detection.
      d307283d
    • Sam Hocevar's avatar
      · c085b215
      Sam Hocevar authored
        * Added a make uninstall rule.
      c085b215
    • 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
  9. 26 Jul, 2001 5 commits
  10. 25 Jul, 2001 9 commits
  11. 24 Jul, 2001 3 commits
  12. 20 Jul, 2001 1 commit
  13. 19 Jul, 2001 2 commits