- 19 Feb, 2006 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
so that it is cleanly built before all modules (step toward buildable shared libvlc on Win32) - Don't build position dependant code when building shared libvlc (that was a big waste of time) - Link builtin modules with vlc rather than libvlc
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
- Hopefully the same on Darwin !!! BIG FAT WARNING !!! On architectures where you need to resolve all symbols when linking a shared library, libvlc must be built before the plugins, so that they can resolve symbols from the libvlc API. Also, the "builtins" must be built before libvlc (regardless of the architecture or use of shared libvlc). However, our build system currently builds all modules, whether builtins or plugins, then libvlc and then vlc. Obviously, we could swap the build orders, so that libvlc gets built before modules/ but that will only work if there is no buitins modules. I'm not too keen on the idea of recursing twice within the modules/ subdirectories (once for builtins, and once for plugins). Until the issue is settled, here is how to build and test the shared libvlc on Win32: 1/ run configure with --enable-shared-libvlc 2/ build all built-in modules (or disable them all) one by one, 3/ make libvlc.dll 4/ make
-
- 18 Feb, 2006 24 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
tested with ./vlc --sub-filter rss --rss-urls "http://www.lefigaro.fr/rss/figaro_une.xml|http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml" --rss-length 40 --rss-size 15 --rss-images --rss-speed 1000 <video>
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Add with-ffmpeg-{vorbis,theora,ogg} in case ffmpeg is compiled with vorbis, theora and/or ogg support
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Sam Hocevar authored
-
Felix Paul Kühne authored
-
Antoine Cellerier authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
- the actual download is currently done by your default browser since the needed notification window isn't available on OSX yet - download through VLC is implemented, but commented for the moment - needs some checking once a complete Status.xml is available
-
Antoine Cellerier authored
image.c: ImageReadUrl now tries to open the image using the stream functions if fopen failed. (Which means that it can now read images on the web)
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Rémi Denis-Courmont authored
(we don't seem to be). ${LIBINTL} is normally not defined when there is no libintl anyway - should fix FreeBSD libintl linking issue
-
Rémi Denis-Courmont authored
-
- 17 Feb, 2006 9 commits
-
-
Christophe Mutricy authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
method. It's still quite simple ... loads of room for improvement. Example available here: http://people.videolan.org/~dionoea/bluescreen.mpg * mosaic.h: remove trailing space
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Olivier Aubert authored
-
Derk-Jan Hartman authored
This might explain the audio-core crashes we have seen in the past on Mac OS X * Fix issues with platforms which don't have alloca() (defined)
-