1. 24 Jul, 2001 1 commit
    • Xavier Marchesini's avatar
      · 4f45f4c6
      Xavier Marchesini authored
      Quick and ugly hack in the makefile to allow vlc_win32 to compile when
      getting it directly from the CVS. As a result, the vlc_win32 program
      doesn't have an icon any more. Too bad.
      4f45f4c6
  2. 20 Jul, 2001 1 commit
  3. 19 Jul, 2001 2 commits
  4. 18 Jul, 2001 3 commits
  5. 17 Jul, 2001 1 commit
  6. 16 Jul, 2001 7 commits
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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
  15. 29 Jun, 2001 1 commit
  16. 28 Jun, 2001 1 commit
    • Gildas Bazin's avatar
      · 9c0b2a56
      Gildas Bazin authored
      - a few bug fixes for the directx plugin.
      - removed the custom usleep function for win32 as we don't really need
          this accuracy, and it was eating cpu resources.
      9c0b2a56
  17. 27 Jun, 2001 2 commits
    • Christophe Massiot's avatar
      Elementary Stream input plugin (use it with --input es). Only works with · 2fbc01b9
      Christophe Massiot authored
      video streams at the moment.
      2fbc01b9
    • Gildas Bazin's avatar
      · f406134a
      Gildas Bazin authored
      - Added command line option '--stdout <filename>' which redirects stdout
          and stderr to the specified file. This option should mainly be useful
          on Win32.
      - On Win32, vlc now has an icon associated to the .exe file, and is a full
          GUI application (you don't have this annoying dos command box anymore)
      - Added INSTALL-win32.txt for specific details to the Win32 port.
      
      I've tested these changes on Win32 and Linux, let's hope I didn't break
        vlc for other platforms.
      
      --
      Gildas
      f406134a
  18. 25 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · 0967faf5
      Sam Hocevar authored
        * Compile fix for newer versions of MacOS X by Colin Simmonds
          <colin_simmonds@Mac.lover.org>.
        * Additional MacOS X DVD ioctl work by Eugenio Jarosiewicz
          <ej0@cise.ufl.edu>.
      0967faf5
  19. 21 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · 01d140d8
      Sam Hocevar authored
        * Win32 network support by Boris Dor�s <babal@via.ecp.fr>.
      01d140d8
  20. 20 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · ec728f13
      Sam Hocevar authored
        * Fixed an alignment issue in the ifo parser. The Matrix problem should
          be solved.
        * Minor cosmetic fixes and warning removals here and there.
      ec728f13
  21. 19 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · 7340778f
      Sam Hocevar authored
        * FreeBSD (and probably QNX) shared memory handling fix.
      7340778f
  22. 18 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · e7345b80
      Sam Hocevar authored
        * First libdvdcss version
      e7345b80
  23. 15 Jun, 2001 3 commits