- 23 Aug, 2005 5 commits
-
-
Sam Hocevar authored
Daniel Fischer <dan at subsignal dot org>.
-
Sam Hocevar authored
-
Christophe Mutricy authored
-
Christophe Massiot authored
compilation time. * configure.ac: Compilation information are now determined at configure-time. Fixed libSDL_image static linking. * src/libvlc.c: Removed VLC_CompileTime() since this is not possible without increasing the compilation time.
-
Sam Hocevar authored
flag before trying to use <altivec.h>.
-
- 21 Aug, 2005 1 commit
-
-
Rémi Denis-Courmont authored
with --enable-shared-libvlc
-
- 20 Aug, 2005 1 commit
-
-
Rémi Denis-Courmont authored
I said "experimental". I meant it. Developers might try --enable-shared-libvlc - remove autom4te*.cache on bootstrap (some customized autoconf add their version number) - some clean up
-
- 19 Aug, 2005 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 18 Aug, 2005 4 commits
-
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
It was probably too easy that building to Windows and Linux worked the same
-
Christophe Massiot authored
-
Rémi Denis-Courmont authored
-
- 14 Aug, 2005 2 commits
-
-
Rémi Denis-Courmont authored
-
Sam Hocevar authored
-
- 13 Aug, 2005 2 commits
-
-
Rémi Denis-Courmont authored
Use ALSA or tell aRts to use ESD and use ESD in VLC, or fix it.
-
Christophe Massiot authored
doesn't care to fix their packageconfig stuff to be really useful (such as instructing to link with mp3lame, zlib, etc.), so the packageconfig stuff doesn't bring much, and the current code breaks under OS X and Cygwin (at least).
-
- 12 Aug, 2005 2 commits
-
-
Clément Stenac authored
If you want them, take them back from the svn attic, fix them and reintroduce them. I didn't remove the configure.ac snippets, they are still in but commented
-
Christophe Massiot authored
liba52, etc. so --with-ffmpeg-mp3lame and stuff should still be useful in this case. The ffmpeg module needs to be built-in under OS X otherwise it doesn't link.
-
- 11 Aug, 2005 1 commit
-
-
Christophe Massiot authored
-
- 10 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem consists of two parts a core part (src/osd, include/vlc_osd.h) and a subfilter (modules/video_filter/osdmenu.c). The OSD menu can be used locally or it can be streamed. It depends on the way the functionality is called from the vlc commandline. Currently there is only one way to make the subpictures appear on the video and that is through the rc-interface. The following commands are supported by it: "menu on" (show OSD menu), "menu off" (hide OSD menu), "menu left" (highlight button on the left), "menu right" (highlight button on the right), "menu up" (highlight button above), "menu down" (highlight button below) or "menu select" (perform hotkey action). When there is no button on the left, right, up or down then the menu-command will be ignored. To stream use a commandline similar to this: ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{sfilter=osdmenu}:std{mux=ts,access=udp,url=127.0.0.1:1234}' -vvvv For local playback a commandline like this is needed: ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg -vvvv Have fun with the basic functionality - jpsaman.
-
- 09 Aug, 2005 1 commit
-
-
Christophe Mutricy authored
Add a test for pkg-config for ffmpeg. It now do in order: ffmpeg-config, pkg-config, default location, given tree. fixes #306. To cross-compile on a debian, use PKG_CONFIG_PATH=/usr/win32/lib/pkgconfig and --with-ffmpeg-config-path=somewhere with no ffmpeg-config (/usr/win32/bin by ex)
-
- 08 Aug, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Aug, 2005 1 commit
-
-
Christophe Massiot authored
* modules/control/http.c: Use scandir instead of readdir since it allows to sort the files alphanumerically. * src/misc/charset.c: Fixed the declaration of vlc_fix_readdir_charset.
-
- 04 Aug, 2005 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 03 Aug, 2005 3 commits
-
-
Rémi Denis-Courmont authored
* libvlc: Conversion functions (needs performance improvement) Convert filenames from command line * SAP, Skins2: no perform own UTF-8 conversion * file, playlistold : convert * wx, winCE : assume UTF-8
-
Christophe Mutricy authored
NB: Likely to break your cache and preferences
-
Christophe Massiot authored
along with libjpeg and libtiff. SDL has been heavily patched not to hijack main() on Darwin, you should do the same for other platforms. Also fixed a huge number of typos in the Makefile, and reverted to an old version of ffmpeg because our friends there are breaking everything again. * Makefile.am: Re-added the "Default" directory for Xcode 2.1.
-
- 02 Aug, 2005 1 commit
-
-
Cyril Deguet authored
(remove the dependency of skins2 to ffmpeg for PNG loading)
-
- 31 Jul, 2005 1 commit
-
-
Antoine Cellerier authored
Still needs much work example command line : ./vlc -vvv --color --sub-filter rss --rss-urls "http://kernel.org/kdist/rss.xml,http://fxfeeds.mozilla.org/rss20.xml * motiondetect.c : propset ... Id
-
- 29 Jul, 2005 1 commit
-
-
Christophe Massiot authored
to import various image formats. * src/misc/image.c: Fixed a segfault when loading an unknown image type.
-
- 27 Jul, 2005 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 26 Jul, 2005 1 commit
-
-
Christophe Massiot authored
Use --enable-dvb instead.
-
- 25 Jul, 2005 1 commit
-
-
Antoine Cellerier authored
cleaner way to do it (like having only one version number instead of 3 in configure.ac ...)
-
- 22 Jul, 2005 1 commit
-
-
Christophe Mutricy authored
-
- 21 Jul, 2005 1 commit
-
-
Felix Paul Kühne authored
-