- 04 Oct, 2003 4 commits
-
-
Sam Hocevar authored
module loading to fail.
-
Sam Hocevar authored
loader.
-
Christophe Massiot authored
-
Sam Hocevar authored
+ First try to detect the OS X native dynamic linker before falling back to dlfcn.h. + Enhanced the dlopen-style loader detection. + Added a check for HP-UX's shl_* functins. * src/misc/modules_plugin.h.in: + Support for the dylib dynamic loader on OS X. + Support for the shl dynamic loader on HP-UX.
-
- 01 Jul, 2003 1 commit
-
-
Sam Hocevar authored
+ Forward AM_MAKEFLAGS through recursive makefiles. + Removed the plugins and builtins rules. This causes libintl to be built before the plugins. * bootstrap: + Enabled recursive builds of plugins and builtins. * vlc-config.in.in: + Fixed a typo. * debian/changelog: + Next upload will fix bug #199427.
-
- 10 Feb, 2003 1 commit
-
-
Sam Hocevar authored
dlopen(libstdc++) to avoid dlopen(kde_plugin) from crashing. Call me evil.
-
- 06 Dec, 2002 1 commit
-
-
Sam Hocevar authored
signed/unsigned comparisons, and removed trailing spaces here and there.
-
- 18 Nov, 2002 1 commit
-
-
Sam Hocevar authored
successfully opens plugins. * ./modules/misc/dummy/*: hacked the dummy plugin so that it compiles for WinCE.
-
- 11 Nov, 2002 1 commit
-
-
Sam Hocevar authored
WIN32 isn't always defined under WinCE, but might be. Grmbl. * ./include/*: changed a few u* and s* to uint*_t and int*_t.
-
- 31 Oct, 2002 1 commit
-
-
Sam Hocevar authored
been modified. Maybe we'll need the other type, too, but this change will make things simpler in aout3. * ./src/playlist/playlist.c: removed two unused variables. * ./src/misc/modules.c: removed a debug message I had forgotten. * ./src/misc/modules_plugin.h.in: fixed a typo (thanks bozo).
-
- 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.
-
- 08 Aug, 2002 1 commit
-
-
Sam Hocevar authored
* ALL: lots of -ansi -pedantic fixes.
-
- 04 Aug, 2002 1 commit
-
-
Sam Hocevar authored
looking for plugins.
-
- 01 Jun, 2002 1 commit
-
-
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 (almos...
-