An error occurred fetching the project authors.
  1. 11 Apr, 2003 1 commit
  2. 09 Apr, 2003 3 commits
  3. 08 Apr, 2003 1 commit
  4. 01 Apr, 2003 1 commit
  5. 26 Mar, 2003 2 commits
  6. 25 Mar, 2003 1 commit
    • Sam Hocevar's avatar
      * ./debian/control: bumped up standards version to 0.5.9.0. · 9bfeef47
      Sam Hocevar authored
        * ./debian/control: added build-dependencies on libidl0 and libglib2.0-0 to
          work around mozilla-dev's currently broken dependencies.
        * ./debian/control: we now link against libdvdread3 instead of libdvdread2.
        * ./debian/control: we now depend on the latest libdvdplay0-dev to avoid
          linking against both libdvdread2 and libdvdread3.
      9bfeef47
  7. 11 Mar, 2003 1 commit
  8. 16 Feb, 2003 1 commit
    • Sam Hocevar's avatar
      * ./debian/changelog: updated for 0.5.1. · 89c55386
      Sam Hocevar authored
        * ./debian/control: vlc-glide is now Architecture: i386 only.
        * ./debian/control: vlc-plugin-mad Provides: mp3-decoder.
        * ./debian/rules: the deprecated vlc-* packages have a proper link to
          /usr/share/doc/vlc/.
      89c55386
  9. 02 Feb, 2003 3 commits
  10. 04 Jul, 2002 1 commit
  11. 22 May, 2002 1 commit
  12. 18 Apr, 2002 1 commit
    • Sam Hocevar's avatar
      · 9e607c80
      Sam Hocevar authored
        * ./configure.in: switched version to 0.3.1.
        * ./vlc.spec: imported Mandrakesoft's latest enhancements.
        * ./ChangeLog: updated ChangeLog.
      9e607c80
  13. 06 Apr, 2002 1 commit
    • Sam Hocevar's avatar
      · bff02b4d
      Sam Hocevar authored
        * ./plugins/win32/mainframe.dfm: swapped two mixed up tooltips.
        * ./Makefile: fixed make dist and make distclean.
        * ./plugins/dvd/dvd.c: compilation fix.
        * ./plugins/gtk/gtk_callbacks.c: fixed ejection code.
        * ./plugins/text/ncurses.c: fixed compilation of the ncurses plugin.
        * ./vlc.spec: updated specfile.
      bff02b4d
  14. 04 Apr, 2002 1 commit
    • Sam Hocevar's avatar
      · 71b4ea0b
      Sam Hocevar authored
        * ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp:
          replaced the outdated author list with a "VideoLAN Team" entry.
        * ./debian/rules, ./debian/control: deactivated the vlc-kde package because
          it does not work, and removed the vlc-a52 package because liba52 is
          statically linked into vlc.
        * ./debian/control: added more helpful package descriptions.
        * ALL: changed version to 0.3.0. Yeah, it's coming.
        * ./Makefile: fixed make dist.
      71b4ea0b
  15. 06 Feb, 2002 1 commit
  16. 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
  17. 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
  18. 07 Dec, 2001 1 commit
  19. 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
  20. 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
  21. 13 Nov, 2001 1 commit
    • Sam Hocevar's avatar
      · bee557f9
      Sam Hocevar authored
        * Closing Debian bug #119369 which was fixed a while ago.
      bee557f9
  22. 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
  23. 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
  24. 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
  25. 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
  26. 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
  27. 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
  28. 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
  29. 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
  30. 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
  31. 05 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · 8dee1230
      Sam Hocevar authored
        * Updated things and stuff for 0.2.80 release.
      8dee1230
  32. 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
  33. 28 Apr, 2001 1 commit
    • Sam Hocevar's avatar
      · 44344f9c
      Sam Hocevar authored
        * Updated debian control files and disabled ALSA for this version.
      44344f9c
  34. 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
  35. 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