An error occurred fetching the project authors.
- 29 Oct, 2002 1 commit
-
-
Sam Hocevar authored
* ./bootstrap: fixed calls to $(LINK) which had duplicate -o options.
-
- 25 Oct, 2002 1 commit
-
-
Sam Hocevar authored
goal is to provide dependencies for shared libraries.
-
- 16 Oct, 2002 1 commit
-
-
Sam Hocevar authored
under platforms without libintl such as Win32. Use --with-included-gettext to test. Might break compilation on systems I don't have access to.
-
- 04 Oct, 2002 1 commit
-
-
Sam Hocevar authored
* ./modules/misc/testsuite/*: moved the null module into three test modules that are only built when --enable-testsuite is activated. This directory can be a good place for compilation tests or performance benchmarks.
-
- 03 Oct, 2002 1 commit
-
-
Sam Hocevar authored
version detection not to work properly.
-
- 02 Oct, 2002 2 commits
-
-
Sam Hocevar authored
really possible other than patching/upgrading automake. This happens for automake 1.6.0 and automake 1.6.1.
-
Sam Hocevar authored
-
- 30 Sep, 2002 1 commit
-
-
Sam Hocevar authored
* ./mozilla/vlcplugin.cpp: javascript support for the Mozilla plugin. * debian/rules: the A52 module is now in a separate package.
-
- 29 Aug, 2002 1 commit
-
-
Christophe Massiot authored
* ALL : Added a priority argument to vlc_thread_create(), so that audio and input threads can run with a higher real-time priority, on systems allowing you to use priorities.
-
- 28 Aug, 2002 5 commits
-
-
Christophe Massiot authored
-
Sam Hocevar authored
always the same.
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
- 27 Aug, 2002 1 commit
-
-
Sam Hocevar authored
we _really_ depend on it. * ./bootstrap: we don't use touch to create a file, because it doesn't seem to work everywhere.
-
- 26 Aug, 2002 5 commits
-
-
Sam Hocevar authored
about a missing m4/Makefile.in. * ./include/vlc_common.h: workaround for Borland's redefinition of PACKAGE.
-
Sam Hocevar authored
to like the gettext m4 files.
-
Sam Hocevar authored
don't seem to work very well if you are using autopoint, although gettext 0.11.5 claims to be fully backwards compatible. Welcome to automake hell. * ./bootstrap: workaround which uses gettextize if you do not have autopoint. We'll probably stay like this for a while, until gettext 0.11.x (which replaces gettextize with autopoint) becomes more widespread. Currently this workaround seems to work, but don't expect a clean tarball if you make dist without having used autopoint. Welcome to automake hell.
-
Sam Hocevar authored
-
Sam Hocevar authored
* Renamed ./include/config.h to ./include/vlc_config.h * Other misc auto* fixes.
-
- 25 Aug, 2002 1 commit
-
-
Sam Hocevar authored
unnoticeable apart from the extra dependency on autoconf, automake and gettextize. See the new HACKING file for some information, especially if you don't run Linux. The current strategy is to have the configure script generate a nice automake Makefile from Makefile.am, and then clobber it with our good old dirty Makefile. Muahaha :-)
-
- 24 Aug, 2002 1 commit
-
-
Sam Hocevar authored
the "dvd", "frequency" and "symbol-rate" variables.
-
- 07 Aug, 2002 2 commits
-
-
Christophe Massiot authored
-
Sam Hocevar authored
demux plugins (ps, ts, but also dvd*). * ./src/input/mpeg_system.c: removed MPEG-related stuff from the vlc core. * ./src/misc/modules.c: max recursion level is now 5. * ./modules/access/dvdplay/es.c: fixed a buffer overflow.
-
- 21 Jul, 2002 1 commit
-
-
Sam Hocevar authored
make package descriptions less misleading. * ./bootstrap.sh: use C locale for generating vlc_symbols.h. * ./bootstrap.sh: don't generate pofiles by default.
-
- 20 Jul, 2002 1 commit
-
-
Sam Hocevar authored
* ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the libvlc API. * ./src/vlc.c: vlc uses the non-reentrant libvlc functions. * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions. * ./debian/*: created packages for libvlc0-dev.
-
- 11 Jul, 2002 1 commit
-
-
Sam Hocevar authored
comment on usability.
-
- 08 Jun, 2002 1 commit
-
-
Sam Hocevar authored
implementation to avoid races, by using SetEvent instead of PulseEvent.
-
- 07 Jun, 2002 1 commit
-
-
Sam Hocevar authored
* ./src/misc/objects.c: we do not hang on attempt to destroy an object with a non-zero reference count, but we still complain. * ./plugins/gtk/gtk_control.c, plugins/gtk/gtk_playlist.c: most controls such as play, pause, stop, next, fast etc. work again. * ./plugins/gtk/gnome_*: got rid of lots of useless wrappers which were a workaround for a bug in Glade. Instead, bootstrap.sh does the Glade fixes. * ./plugins/ffmpeg/ffmpeg.c: if there is already a video output with the appropriate properties, we use it.
-
- 01 Jun, 2002 3 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
* ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does not include CVS Id lines in automatically created files.
-
Sam Hocevar authored
As for video output 4, this breaks almost everything, but I'll slowly do what remains to be fixed during the weekend. Changes in vlc: =============== * vlc is now a very small program (20 lines) which uses the libvlc API; it is quite simple for the moment but can be extended in the future. * interfaces, decoders, video outputs, etc. are now almost the same objects (yes, I know, this is C++ redone in C) and are structured in a tree. More about this later, but basically it allows the following nice features: - several interfaces - several playlists with several outputs - input plugins spawning helper interfaces (will be used for DVD menus) - anything spawning anything; I swear there are useful uses for this! * libvlc can be used in other programs; I'm currently writing a Mozilla plugin for my employer. Things currently broken: ======================== * most interfaces, most ports * the playlist handling (almost finished rewriting this though). This means no file can be played from the GUI, you need to use the commandline. This also means it segfaults at EOF, when exiting the program, and it sometimes refuses to open a file when asked to.
-