An error occurred fetching the project authors.
  1. 06 Feb, 2002 1 commit
  2. 07 Jan, 2002 1 commit
    • Sam Hocevar's avatar
      · 1e053ea0
      Sam Hocevar authored
        * ./plugins/mga/mga.c: removed the mgammx module and put the code in
          the chroma_i420_ymga module instead. This introduces a slight
          performance issue as we now need to memcpy() the Y plane, but I have
          some vout4 enhancements on their way which make this point moot.
        * ./debian/changelog: imported official Debian changelog.
        * ./debian/control: activated the vlc-mad and vlc-arts packages; package
          builds should now work again.
        * ./plugins/dvd/dvd.c: solved a symbol resolution issue when vlc was
          compiled without libdvdcss which overflowed the return stack.
        * ./plugins/ggi/ggi.c: ported the GGI plugin to vout4.
        * ./plugins/glide/glide.c: ported the Glide plugin to vout4 (untested).
        * ./src/input/input.c: prepared everything for multi-input mode; since
          no interface is yet prepared to handle this, I changed them so that
          they just use the first available input for now. This may break other
          things, but I promise I'll eventually repair everything :-)
      1e053ea0
  3. 19 Dec, 2001 1 commit
    • Sam Hocevar's avatar
      · 2d90188b
      Sam Hocevar authored
        * Initialize SDL before opening the SDL audio output.
        * Prevent two SDL video outputs or audio outputs to be spawned at the
          same time to avoid ugly crashes.
        * The SDL plugin now says whether we are using software or hardware YUV
          in its window title.
        * We now stop at the first ':' when looking for a module name, to easily
          pass information to the modules. Possible example: --vout sdl:software,
          implementation of such an option is left as an exercise.
        * Merged filter_bob and filter_bob422 into filter_bob. Use --filter bob
          to deinterlace 422 into 420 as well.
        * Factorized code common to most filters and the video output, optimized
          a few filters by aligning data and reading 64 bits at a time.
        * Two new absolutely useless, CPU-eating, resource-wasting, but fun
          filters: enjoy `transform', which performs flips and 90� rotations, and
          `distort', which performs animated image effects (currently only a naive
          sine wave is implemented). Usage examples:
             --filter transform:hflip
             --filter transform:vflip
             --filter transform:90
             --filter transform:180
             --filter transform:270
             --filter distort:wave
      2d90188b
  4. 07 Dec, 2001 1 commit
  5. 03 Dec, 2001 1 commit
    • Sam Hocevar's avatar
      · 95a333bf
      Sam Hocevar authored
        * Borrowed MPlayer's fast memcpy() routines. Best is autodetected, choose
          "--memcpy <whatever>" to choose one from c, mmx, mmxext or 3dn.
          Please test! Especially Athlon users.
        * Added versioned build-dep to libasound2-dev (Closes Debian bug #121057).
        * Updated Gtk/GNOME interfaces to use "udpstream" instead of "ts".
        * Unrolled ChangeLog.
      95a333bf
  6. 25 Nov, 2001 1 commit
    • Sam Hocevar's avatar
      · 81287869
      Sam Hocevar authored
        * Added "Video" menu hint to debian/*menu (Closes Debian bug #121036).
      81287869
  7. 13 Nov, 2001 1 commit
    • Sam Hocevar's avatar
      · bee557f9
      Sam Hocevar authored
        * Closing Debian bug #119369 which was fixed a while ago.
      bee557f9
  8. 12 Nov, 2001 1 commit
    • Sam Hocevar's avatar
      · a264d032
      Sam Hocevar authored
        * Made everything ready for a vlc-0.2.91 / libdvdcss-1.0.0 release.
        * Updated ChangeLog and ChangeLog.libdvdcss.
        * Increased vlcs response message length.
        * Removed the i_flags argument to dvdcss_open. Everything is done through
          environment variables now.
      a264d032
  9. 23 Oct, 2001 1 commit
    • Sam Hocevar's avatar
      · aac41b80
      Sam Hocevar authored
        * Synced dummy_dvdcss with Stef's changes to libdvdcss.
        * configure now compiles the VCD plugin if linux/cdrom.h is present.
      aac41b80
  10. 10 Oct, 2001 1 commit
    • Sam Hocevar's avatar
      · ff9c8878
      Sam Hocevar authored
        * 0.2.90 release.
        * Updated ChangeLog files.
        * XVideo module now compiled as built-in for Debian packages, to avoid
          PIC and non-PIC code collision (Closes Debian bug #111790).
      ff9c8878
  11. 09 Sep, 2001 1 commit
    • Sam Hocevar's avatar
      · e8640eed
      Sam Hocevar authored
       Changes to vlc:
      
        * Fixed arch-dependant build dependencies (Closes Debian bug #109722).
        * Minor changes to the (non-working) ncurses interface.
      
       Changes to libdvdcss (courtesy of H�kan Hjort <d95hjort@dtek.chalmers.se>):
      
        * If we see 3000 unencrypted blocks assume that the title is unencrypted.
        * If we have not seen any encrypted block and then discover that the block
          just read is not a valid block of an MPEG2 Program stream, assume that the
          title is unencrypted.
        * Empty keys (for unscrambled sectors) are now cached as well.
        * We try to decrypt the file even if DVD ioctls are not available.
      e8640eed
  12. 24 Aug, 2001 1 commit
    • Sam Hocevar's avatar
      · c4b4857b
      Sam Hocevar authored
        * Fixed build dependencies for architectures not supporting libasound2
          (Closes Debian bug #109722).
      c4b4857b
  13. 22 Aug, 2001 1 commit
    • Sam Hocevar's avatar
      · 07bf678b
      Sam Hocevar authored
        * Split ChangeLog into ChangeLog and ChangeLog.libdvdcss.
        * Added --xvadaptor flag to select the XVideo adaptor to use.
        * Everything is ready for the 0.2.83 release.
      07bf678b
  14. 07 Aug, 2001 1 commit
    • Sam Hocevar's avatar
      · 641341e8
      Sam Hocevar authored
        * Updated version number to 0.2.82.
        * Updated ChangeLog.
        * Fixed a typo in Makefile.dep.
      641341e8
  15. 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
  16. 27 Jul, 2001 1 commit
    • 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
  17. 05 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · 8dee1230
      Sam Hocevar authored
        * Updated things and stuff for 0.2.80 release.
      8dee1230
  18. 06 May, 2001 1 commit
    • Sam Hocevar's avatar
      · c8c99b21
      Sam Hocevar authored
        * Fixed a few warnings with gcc 3.0.
        * aout and vout are now allocated in banks, making it possible to have
          several of them at the same time.
        * configure now checks for MMX and MMX EXT support in the assembler.
        * Removed all MMX code from the main program and moved it to the
          existing idct modules (Closes: Debian bug #96036).
      
          Don't forget to make distclean before building vlc again.
      c8c99b21
  19. 28 Apr, 2001 1 commit
    • Sam Hocevar's avatar
      · 44344f9c
      Sam Hocevar authored
        * Updated debian control files and disabled ALSA for this version.
      44344f9c
  20. 16 Apr, 2001 1 commit
    • Sam Hocevar's avatar
      · 372813ac
      Sam Hocevar authored
        * Merged Makefile.common and Makefile.modules.in into Makefile.modules
        * Updated version number and ChangeLog to 0.2.72
        * Additional plugin Makefile cleaning, probably the last.
      372813ac
  21. 13 Apr, 2001 1 commit
    • Sam Hocevar's avatar
      · a3d70339
      Sam Hocevar authored
        * Updated version number to 0.2.71 (release today).
      
        * Merged 6 months of CVS logs to the ChangeLog file.
          The vlc changelog can now be viewed here:
             http://www.videolan.org/vlc/changelog.html
      
        * Fixed a lintian error in debian/rules.
        * XVideo resize patch by Shane Harper <shanegh@optusnet.com.au>.
      a3d70339
  22. 07 Apr, 2001 1 commit
    • Sam Hocevar's avatar
      · 66ac85dc
      Sam Hocevar authored
         * Updated version information in RedHat and Debian package control files.
      66ac85dc
  23. 15 Mar, 2001 1 commit
    • Sam Hocevar's avatar
      · a0c1805b
      Sam Hocevar authored
        * Bug fixes and enhancements in the Gtk+/Gnome interfaces.
      
         o the slider should behave correctly and stop jumping here and
           there (this bug is _not_ related to Stef's similar bug)
         o added an "open network" menu (useless since the input doesn't
           handle it properly yet)
         o tried to reorganize gnome_callbacks.c and gtk_callbacks.c
         o stream date is now displayed instead of percentage
         o renamed gnome_sys.h to intf_gnome.h, and gtk_sys.h to intf_gtk.h
      
        * Changed documentation and package creation files.
      
         o added versioned conflicts/replaces to vlc-gtk (Closes Debian bug #88796)
         o removed useless or outdated documentation from doc/*
         o moved vlc.1 manpage from debian/vlc.1 to doc/vlc.1
      
        * Added basic Qt interface.
      
         o working features: slide bar, open file, toolbar, popup menu
         o added "qvlc" alias, equivalent to "vlc -I qt"
         o known issues : no "open disc" or "open network" menus yet
                          the IntfWindow class is never cleaned on destruction
                          the popup menu always pop at the middle of the screen
      
        * Misc fixes/updates.
      
         o renamed netutils.h functions from input_* to network_*
         o renamed *plst* files and functions to *playlist* (it was stupid
           from me to name them "plst")
         o made a few input error messages more meaningful
         o added -I, -A and -V short flags, corresponding to --intf, --audio
           and --video
      
          I got a lot of conflicts on this commit, lart me if I forgot a
        file or made old bugs reappear.
      a0c1805b
  24. 05 Mar, 2001 2 commits
    • Sam Hocevar's avatar
      · 4eb64642
      Sam Hocevar authored
        * fixed headers for FreeBSD compilation.
        * fixed debian/rules for non-x86 packages (Closes: Debian bug #88583).
      4eb64642
    • Sam Hocevar's avatar
      · 2afb7240
      Sam Hocevar authored
        * Everything in place for the 0.2.63 release.
      
        * Got rid of the CONTRIBUTORS list, and switched AUTHORS to a
          linux-kernel like author list.
        * Updated TODO list.
        * Fixed a segfault in the BeOS interface when --noaudio was specified.
        * Title and Chapter selection in the Gnome and Gtk+ interfaces.
      2afb7240
  25. 03 Mar, 2001 1 commit
    • Sam Hocevar's avatar
      · 28e3820e
      Sam Hocevar authored
        * Added debian/* files to help generating CSS-enabled non-US packages,
          and changed plugins/dvd/* to reflect this change.
        * Added .xpm icons (fixes lintian warnings).
        * --help output and manpage are now in sync (Closes Debian bug #87478).
        * Fixed Build-dpends entry in debian/control (Closes Debian bug #83707).
      28e3820e
  26. 20 Feb, 2001 1 commit
    • Sam Hocevar's avatar
      · ba61d25c
      Sam Hocevar authored
       * Updated version number to 0.2.62. Release tonight.
      
       * DVD plugin is still non-functional when you don't have DVD ioctls,
         but at least it compiles under BeOS as well.
       * Minor cosmetic changes here and there.
      ba61d25c
  27. 16 Feb, 2001 1 commit
    • Sam Hocevar's avatar
      · 566ca287
      Sam Hocevar authored
       * Upgraded version number to 0.2.61. Release is today.
      
       * Fixed package building (both RPMs and .debs).
       * Fixed `make snapshot' rule.
       * Added some magic to filename detection. To read a DVD you now just
         need to run 'vlc dvd:/dev/hdc' for instance. Same for file:// URIs.
       * Fixed a segfault in the slider when no stream was playing.
       * Made the slider go from 0 to 100 (instead of 99 :)
       * The vlc now doesn't exit when finished playing. As a side effect of
         the playlist code being very recent, it continuously loops.
      566ca287
  28. 14 Feb, 2001 1 commit
  29. 05 Feb, 2001 1 commit
  30. 31 Jan, 2001 1 commit
    • Sam Hocevar's avatar
      · 8628860b
      Sam Hocevar authored
       . version 0.2.50 for the Linux Expo
       . --overlay and --fulscreen options (only work with --vout sdl)
       . the vlc exits after the end of the stream, which prevents from having
         to kill it and relaunch it during a presentation, just script it like :
      
            for i in ~/mpeg/* ; do vlc --fullscreen --overlay --vout sdl $i ; done
      
      
       Yes, I know the --overlay stuff is fucking ugly. But *I* am not the one
        who redefines vout_sys_t in an interface-related source file. I won't
        change it until the vout/intf is finished being rewritten.
      
       Additional information: if "--overlay --fulscreen" doesn't center your
        picture, try with your screen geometry, eg:
        "--overlay --fullscreen --width 1024 --height 768"
      8628860b
  31. 19 Jan, 2001 1 commit
    • Sam Hocevar's avatar
      · 7590bd9b
      Sam Hocevar authored
       . changed program version to 0.2.5 (preparing 0.3.0 release).
       . changed codename to Urumov
       . cleaned a lot of stuff in the Debian package generation.
      
        If anyone objects with the versioning scheme, let's fight in the
        dirt and sort that out. Or change it yourself.
      
        Debian packages can be tried here: http://armitage.via.ecp.fr/~sam/vlc/
      7590bd9b
  32. 24 Oct, 2000 1 commit
  33. 28 Aug, 2000 1 commit
  34. 22 Aug, 2000 1 commit
  35. 16 Aug, 2000 1 commit
  36. 15 Aug, 2000 1 commit
  37. 14 Aug, 2000 1 commit
  38. 13 Aug, 2000 2 commits