- 09 Sep, 2005 2 commits
-
-
gbazin authored
-
Jon Lech Johansen authored
-
- 07 Sep, 2005 1 commit
-
-
Felix Paul Kühne authored
-
- 03 Sep, 2005 1 commit
-
-
gbazin authored
* configure.ac: allow building vlc's mozilla plugin against gecko-sdk. Patch by Diego Petteno (flameeyes at gentoo) + modifications by me.
-
- 02 Sep, 2005 1 commit
-
-
gbazin authored
* configure.ac, modules/access/smb.c: compilation fix for new libsmbclient versions. Patch by Diego Petteno (flameeyes at gentoo dot org).
-
- 31 Aug, 2005 1 commit
-
-
http://nanocrew.net/?p=128hartman authored
Be AWARE that this currently doesn't do anything. It just reads the file and prints the values to debug. I'll see if I can get a stream running tomorrow.
-
- 28 Aug, 2005 1 commit
-
-
hartman authored
-
- 26 Aug, 2005 1 commit
-
-
Christophe Massiot authored
to spawn an external process and get its output. Only implemented for UNIX-style systems at present. * src/misc/httpd.c: New "handler" node type which bypasses the internal HTTPD behaviour. * modules/control/http: New --http-handlers option to dedicate particular extensions to external programs (PHP or Perl for instance). This is in accordance with the CGI/1.1 specification.
-
- 24 Aug, 2005 3 commits
-
-
Sam Hocevar authored
-
hartman authored
* Fix access_output_shout and add RTSP to the description of live.com module. (so ppl know what it's for)
-
Christophe Massiot authored
-
- 23 Aug, 2005 6 commits
-
-
Sam Hocevar authored
-
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
-
-
zorglub 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
-
-
zorglub 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