1. 25 Jul, 2001 9 commits
  2. 24 Jul, 2001 3 commits
  3. 20 Jul, 2001 1 commit
  4. 19 Jul, 2001 2 commits
  5. 18 Jul, 2001 3 commits
  6. 17 Jul, 2001 1 commit
  7. 16 Jul, 2001 7 commits
  8. 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
  9. 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
  10. 11 Jul, 2001 2 commits
    • Gildas Bazin's avatar
      · 23b4e9ba
      Gildas Bazin authored
      DirectX plugin changes:
      - The Win32 GetMessage function has been isolated in a thread. This has
          been done because this function can block the thread. Thanks to this
          change, you can now move your window without any video and audio
          interruption.
      - Splitted the events handling code into a separate file.
      - Fixed the bug associated with the window dragging option in the
          diplay properties.
      23b4e9ba
    • Sam Hocevar's avatar
      · a50a0a25
      Sam Hocevar authored
        * libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
          vlc's DVD input (looks like decoders are expecting data too early and
          DVD input can't cope with it due to decryption). Needs to be investigated.
        * Plugins are now compiled in plugins/* and libraries in lib/*.
        * The KDE UI compiles again but does not work yet.
        * ALSA plugin message corrections.
        * Calculation modules can now be calledwith a shorter name
          (eg. '--downmix mmx' instead of '--downmix downmixmmx').
        * Fixed insane verbosity of the SDL plugin.
      a50a0a25
  11. 10 Jul, 2001 1 commit
    • Gildas Bazin's avatar
      · 96ab9e69
      Gildas Bazin authored
      - Fixed the segfault in vout_UnloadFont
      - DestroyThread in video_output doesn't call pf_destroy if pf_create has
          failed previously.
      - The Xvideo plugin now closes the video window when it XVideoGetPort
          fails in vout_Create.
      96ab9e69
  12. 08 Jul, 2001 2 commits
    • Renaud Dartus's avatar
      * Alignement in asm functions · dee3179d
      Renaud Dartus authored
      * 16 bytes alignement for data (need fo SSE)
      * Optimization in SSE
      dee3179d
    • Gildas Bazin's avatar
      · 5b49dba8
      Gildas Bazin authored
      Win32 changes only:
      
       - defined off_t as a long long. This allows DVD navigation to work.
         This change is to be implemented on a compiler by compiler basis. For
         now, it works on mingw32 (tested) and should work on MSVC (not tested).
      
       - Implemented a quick and dirty hack in intf_msg.c to be able to display
         long long integers with printf on Win32. This change is also necessary
         to avoid segfaults when debug is enabled in vlc on Win32.
      
       - few minor changes in the directx plugins.
      
       - defined snprintf in common.h and removed a few #ifdef WIN32
      5b49dba8
  13. 07 Jul, 2001 2 commits
    • Gildas Bazin's avatar
      · 52add4b0
      Gildas Bazin authored
      - Removed unecessary translations in the win32 code from block offsets to
          byte offsets. This was overflowing some variables.
      - Reduced the complexity of the Win9x ASPI functions because we only need
          to handle DVD drive access.
      - Win32 code now handles seeking in areas above 2.1 Go on DVDs.
      52add4b0
    • Sam Hocevar's avatar
      · f58cb69a
      Sam Hocevar authored
        * Probably fixed the "X eats more and more CPU" bug. Please test.
        * mingw32 cross-compilation issue fixed.
      f58cb69a
  14. 06 Jul, 2001 1 commit
    • Sam Hocevar's avatar
      · 43f8d0ef
      Sam Hocevar authored
        * Small optimization in vpar_blocks.c, sparing a few memset() calls.
        * Additional error checking in vout_sdl.c.
        * Minor manpage fix, conforming to Debian policy version 3.5.5.0
          (Closes Debian bug #99561).
      43f8d0ef
  15. 01 Jul, 2001 1 commit
    • Gildas Bazin's avatar
      · 1dafba77
      Gildas Bazin authored
      - Portablility fix: We now control the name to be used in the assembler
          code for a C function or variable.
          GCC for Win32 normally prepends an underscore to the name of a
          C function or variable, and the inline assembler code was using the
          name without the underscore so we had undefined symbols in some
          modules.
      - Reenabled all the accelerated modules on Win32.
      1dafba77
  16. 29 Jun, 2001 1 commit