- 14 Apr, 2003 14 commits
-
-
Christophe Massiot authored
(incomplete).
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Sam Hocevar authored
-
Cyril Deguet authored
-
Emmanuel Puig authored
-
Sam Hocevar authored
way before we link them with VLC, and once with -fPIC so that they can be linked to the Mozilla plugin. Don't worry, it's Debian-specific, and we don't need it on x86.
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Emmanuel Puig authored
-
Laurent Aimar authored
we should perhaps change the behavour of input_NewPacket).
-
Laurent Aimar authored
-
Laurent Aimar authored
set p_payload_end to the good value -> some packets are bigger than requested).
-
- 13 Apr, 2003 6 commits
-
-
Cyril Deguet authored
-
Clément Stenac authored
* the file generated is not article1.html anymore but faq.html. This should fix the 404 problems with the builds. * /doc/faq/Makefile: now use "onehtml" output. * /doc/faq/faq-alone.sgml: added id="faq" to make generated files coherent
-
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 9 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
-