An error occurred fetching the project authors.
- 02 Oct, 2001 1 commit
-
-
Christophe Massiot authored
* New configure option --with-tuning=[arch], extending --enable-pentiumpro ; for Pentium, use --with-tuning=pentium, for PowerPC 604 use --with-tuning=604, and so on.
-
- 01 Oct, 2001 1 commit
-
-
Christophe Massiot authored
* Removed --enable-stats configuration directive. Stats are now activated at runtime with --stats ; * New intf_StatMsg() call ; * Vout picture heap is now 8 pictures instead of 5 (better synchro) ; * Tremendous enhancements in statistics display ; * Better capabilities handling.
-
- 28 Sep, 2001 3 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- 25 Sep, 2001 1 commit
-
-
Christophe Massiot authored
mpeg2dec (untested).
-
- 24 Sep, 2001 1 commit
-
-
Christophe Massiot authored
-
- 14 Sep, 2001 1 commit
-
-
Christophe Massiot authored
-
- 06 Sep, 2001 3 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Henri Fallon authored
script
-
- 05 Sep, 2001 1 commit
-
-
Christophe Massiot authored
(untested !) ; * Local minor optimizations in IDCT ; * Removed a hopeless kludge in input_clock.c
-
- 23 Aug, 2001 2 commits
-
-
Sam Hocevar authored
* Attempt to fix the SDL detection under *BSD.
-
Christophe Massiot authored
environment. If you have problems with this, tell me and we'll find an alternate solution.
-
- 22 Aug, 2001 1 commit
-
-
Christophe Massiot authored
- performance boost ; - fixed the "Dual Prime Arithmetic" bug ; - 3DNow! motion compensation module ; * BTW, fixed numerous bugs ; * AC3dec statistics do not show up with --enable-stats, because I doubt they're understandable by a normal human being, and they pollute the output.
-
- 19 Aug, 2001 1 commit
-
-
Sam Hocevar authored
* Added support in ./configure for the cprof profiler. * Activated -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 on all platforms, fixes issues under Solaris and QNX. * Additional checks for SSE-specific (non-MMXEXT) instructions, as reported in <20010817114220.A23480@slartibartfast.angrypacket.com>.
-
- 14 Aug, 2001 2 commits
-
-
Sam Hocevar authored
* Fixed yesterday's pthread detection fix.
-
Sam Hocevar authored
* GNU/Hurd configuration and compilation fixes.
-
- 10 Aug, 2001 3 commits
-
-
Sam Hocevar authored
* Another mistake in the BSD/OS configuration process.
-
Christophe Massiot authored
-
Sam Hocevar authored
* Added proper Conflicts: rules in debian/control. * configure.in fixes for BSD/OS.
-
- 09 Aug, 2001 1 commit
-
-
Sam Hocevar authored
* Added BSD/OS libdvd by Steven M. Schultz <sms@TO.GD-ES.COM> in extras/BSDI_dvdioctl after he suggested it. License is GPL. * ./configure now checks for an installed libdvd under BSD/OS and falls back to ours if not found. * Fixed harmless typos in yesterday's Solaris libdvd patches. * Bumped libdvdcss version number up to 0.0.3 ; release will probably follow once the BSDI changes have been tested.
-
- 08 Aug, 2001 1 commit
-
-
Sam Hocevar authored
* Solaris DVD decryption support by H}kan Hjort <d95hjort@dtek.chalmers.se>.
-
- 07 Aug, 2001 2 commits
-
-
Sam Hocevar authored
* Updated version number to 0.2.82. * Updated ChangeLog. * Fixed a typo in Makefile.dep.
-
Sam Hocevar authored
* Got Makefile to launch ./configure almost properly. $(MAKECMDGOALS) rules ! * Various debian scripts fixes. * Added -lmsvcrt40 to the win32 flags for proper execution under Wine. * Fixed broken soname setting under Solaris (and OS X, sort of). * Made the illegal instruction report more explicit. * BSD/OS 4.3beta1 fixes by Steven M. Schultz <sms@TO.GD-ES.COM>.
-
- 06 Aug, 2001 1 commit
-
-
Sam Hocevar authored
* Added a dummy libdvdcss so that the DVD plugin can be used without libdvdcss. It will try to dlopen() libdvdcss at runtime, though, and will use the dummy functions only if it couldn't find a valid libdvdcss. This is probably only useful to package maintainers. * Tidied the snapshot-* Makefile rules. * Tidied the modules Makefiles. * Removed useless stuff in the debian/ directory. * Removed the "make all" kludge in the Makefile.opts rule. I hope this patch is harmless on all systems.
-
- 30 Jul, 2001 3 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
* Fixed a bug when compiling KDE plug-in without Qt plug-in ; * Now taking into account $KDEDIR ; * Made SDL configure error messages more explicit ; * --disable-sdl is now correctly taken into account ; * Changed the order of evaluation of sdl-config and sdl11-config ; * Finally fixed SDL*/SDL.h check ;
-
Sam Hocevar authored
* VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
-
- 29 Jul, 2001 1 commit
-
-
Sam Hocevar authored
* Better gtk-config detection. * Removed duplicate checks in configure.in. * Fixed a typo in vlc.spec.
-
- 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 3 commits
-
-
Sam Hocevar authored
* Additional fixes to the sdl-config detection.
-
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.
-
Sam Hocevar authored
* Changed libdvdcss API to force binary incompatibility. Yeah, this is evil, but if we don't do it now we'll have to do it when more people are using it. * Fixed minor libdvdcss stuff such as the soname and compilation flags. * New --with-dvdcss flag. Explanation: o default: build libdvdcss, statically link vlc against it. o --with-dvdcss=no: build libdvdcss, dynamically link vlc against it. o --with-dvdcss=yes: don't build libdvdcss, use already installed one. o --with-dvdcss=/foo: don't build libdvdcss, use libdvdcss from /foo/*. (this looks a bit strange to me, I'll find better flag settings)
-
- 26 Jul, 2001 1 commit
-
-
Christophe Massiot authored
-
- 25 Jul, 2001 2 commits
-
-
Christophe Massiot authored
-
Sam Hocevar authored
* ncurses compilation fix by Michael Mondragon <mammon@lokmail.net>. * fix for large inline functions and gcc 3.0. * fixed the gnome plugin so that it does not include gtk headers.
-
- 19 Jul, 2001 1 commit
-
-
Christophe Massiot authored
-
- 11 Jul, 2001 1 commit
-
-
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.
-
- 07 Jul, 2001 1 commit
-
-
Sam Hocevar authored
* Probably fixed the "X eats more and more CPU" bug. Please test. * mingw32 cross-compilation issue fixed.
-