- 13 Apr, 2003 4 commits
-
-
Cyril Deguet authored
(this silly GDK doesn't know BMP images :(
-
Laurent Aimar authored
modify/apply on all streams, --sout has the same behavour expect when starting with a '#'. With a starting '#' you can specify a chain of modules, it's still unstable but a lot more powerfull. You have access to duplicate(that duplicate all stream), transcode (using only ffmpeg), standard/std and es (that apply muxers and access), and display. You could chain them with ':' and specify options with {option1=value,option2=value[,...]}. ex: * to stream and see the stream to udp/ts:ip --sout '#duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}' * to transcode,see and stream --sout '#transcode{acodec=mpga}:duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}' Without a starting '#', the url is converted into '#std{acces=,mux=,url}' Test and report bugs :)
-
Cyril Deguet authored
-
Cyril Deguet authored
I commit ;) (I probably broke skins under windows....)
-
- 12 Apr, 2003 7 commits
-
-
Cyril Deguet authored
(and segfaults... ;)
-
Cyril Deguet authored
It does absolutely nothing, but it compiles ;)
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Cyril Deguet authored
Only tested under linux; please give feedback if something is wrong Some help should be written in doc/Configure.help; if you know what to write there, please contribute !
-
- 11 Apr, 2003 4 commits
-
-
VideoLAN authored
experimental
-
VideoLAN authored
take the hand
-
Cyril Deguet authored
Just run ./menuconfig and ./build-vlc (or just ./build-vlc) It's actually a wrapper which calls configure, but only a small number of vlc functionalities has been implemented at the moment. Please try it however ;) (you must have libncurses-dev installed)
-
Sam Hocevar authored
the Debian installer's override file). * ./debian/woody-buildpackage: updated accordingly.
-
- 09 Apr, 2003 14 commits
-
-
Derk-Jan Hartman authored
AUTHORS file. * AUTHORS: updated my own info
-
Jean-Paul Saman authored
-
Gildas Bazin authored
* src/libvlc.c: fixed the "color" config option. * src/misc/messages.c: removed an unnecessary #ifdef WIN32 in PrintMsg().
-
Sam Hocevar authored
we might have an additional target one day, such as vlcplugin :) * ./mozilla/vlc.r: OS X specific resource file for an OS X plugin. * ./mozilla/vlcshell.cpp: added required OS X functions.
-
Sam Hocevar authored
* ./mozilla/support/npmac.cpp: added a hacked version of Mozilla's npmac.cpp that builds with g++ instead of CodeWarrior.
-
Sam Hocevar authored
having to bootstrap/configure/whatever.
-
Derk-Jan Hartman authored
- when adding multiple files, we sort them alphabetically before adding them. stupid finder ;) * modules/demux/asf/asf.c: - avoid a duplicate translation of a string
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Sam Hocevar authored
-
Eric Petit authored
-
Eric Petit authored
- fixed v4l detection
-
- 08 Apr, 2003 9 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Gildas Bazin authored
* modules/audio_output/waveout.c: compilation fix for builtins only build.
-
Sam Hocevar authored
-
Sam Hocevar authored
module for the moment.
-
Christophe Massiot authored
-
Sigmund Augdal Helberg authored
modules/video_filter/osd_text.c: fixed a bug in size/place calculations. Support gamma correction of the text.
-
Alexis de Lattre authored
-
Gildas Bazin authored
* modules/gui/skins/src/event.cpp, modules/gui/skins/src/event.h: fixed 2 nasty buffer overflows. This fixes the last crashes I've got with the skins interface.
-
- 07 Apr, 2003 2 commits
-
-
Christophe Massiot authored
* src/libvlc.c: Darwin doesn't have a "translation" config variable
-
Gildas Bazin authored
* po/fr.po: small update. * modules/codec/libmpeg2.c: we now bypass libmpeg2 buffer management. As a nice side effect, still pictures in dvd menus are working now :)
-