An error occurred fetching the project authors.
- 11 Apr, 2003 1 commit
-
-
Sam Hocevar authored
the Debian installer's override file). * ./debian/woody-buildpackage: updated accordingly.
-
- 09 Apr, 2003 3 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
- 08 Apr, 2003 1 commit
-
-
Sam Hocevar authored
-
- 01 Apr, 2003 1 commit
-
-
Sam Hocevar authored
new Debian archive sections. * ./debian/woody-buildpackage: updated woody-buildpackage so that packages say "stable".
-
- 26 Mar, 2003 2 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
to make linda and lintian happier.
-
- 25 Mar, 2003 1 commit
-
-
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.
-
- 11 Mar, 2003 1 commit
-
-
Sam Hocevar authored
-
- 16 Feb, 2003 1 commit
-
-
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/.
-
- 02 Feb, 2003 3 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
- 04 Jul, 2002 1 commit
-
-
Sam Hocevar authored
* ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc Debian packages. * ./po/*: updated potfiles.
-
- 22 May, 2002 1 commit
-
-
Christophe Massiot authored
* Updated release date
-
- 18 Apr, 2002 1 commit
-
-
Sam Hocevar authored
* ./configure.in: switched version to 0.3.1. * ./vlc.spec: imported Mandrakesoft's latest enhancements. * ./ChangeLog: updated ChangeLog.
-
- 06 Apr, 2002 1 commit
-
-
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.
-
- 04 Apr, 2002 1 commit
-
-
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.
-
- 06 Feb, 2002 1 commit
-
-
Sam Hocevar authored
<sigmunau@stud.ntnu.no>, activate with --enable-lirc. * ./configure.in: put liba52_adec in a builtin for PIC/non-PIC reasons.
-
- 07 Jan, 2002 1 commit
-
-
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 :-)
-
- 19 Dec, 2001 1 commit
-
-
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
-
- 07 Dec, 2001 1 commit
-
-
Christophe Massiot authored
-
- 03 Dec, 2001 1 commit
-
-
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.
-
- 25 Nov, 2001 1 commit
-
-
Sam Hocevar authored
* Added "Video" menu hint to debian/*menu (Closes Debian bug #121036).
-
- 13 Nov, 2001 1 commit
-
-
Sam Hocevar authored
* Closing Debian bug #119369 which was fixed a while ago.
-
- 12 Nov, 2001 1 commit
-
-
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.
-
- 23 Oct, 2001 1 commit
-
-
Sam Hocevar authored
* Synced dummy_dvdcss with Stef's changes to libdvdcss. * configure now compiles the VCD plugin if linux/cdrom.h is present.
-
- 10 Oct, 2001 1 commit
-
-
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).
-
- 09 Sep, 2001 1 commit
-
-
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.
-
- 24 Aug, 2001 1 commit
-
-
Sam Hocevar authored
* Fixed build dependencies for architectures not supporting libasound2 (Closes Debian bug #109722).
-
- 22 Aug, 2001 1 commit
-
-
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.
-
- 07 Aug, 2001 1 commit
-
-
Sam Hocevar authored
* Updated version number to 0.2.82. * Updated ChangeLog. * Fixed a typo in Makefile.dep.
-
- 28 Jul, 2001 1 commit
-
-
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.
-
- 27 Jul, 2001 1 commit
-
-
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.
-
- 05 Jun, 2001 1 commit
-
-
Sam Hocevar authored
* Updated things and stuff for 0.2.80 release.
-
- 06 May, 2001 1 commit
-
-
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.
-
- 28 Apr, 2001 1 commit
-
-
Sam Hocevar authored
* Updated debian control files and disabled ALSA for this version.
-
- 16 Apr, 2001 1 commit
-
-
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.
-
- 13 Apr, 2001 1 commit
-
-
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>.
-