- 15 Apr, 2003 8 commits
-
-
Emmanuel Puig authored
-
Emmanuel Puig authored
* Added mouse leaving notification for gdk
-
Emmanuel Puig authored
-
Gildas Bazin authored
* modules/codec/libmpeg2.c: small bugfix.
-
Derk-Jan Hartman authored
* present the open dialog when pressing play button instead of 'standard' open dialog, to make users more aware of this dialog and the functions it has. ALL: * when opening a file NOT trough the Open dialog, make sure sout and suboptions are reset to ""
-
Derk-Jan Hartman authored
-
Olivier Teulière authored
-
Olivier Teulière authored
-
- 14 Apr, 2003 17 commits
-
-
Sam Hocevar authored
with 2>&1 >/dev/null.
-
Sam Hocevar authored
-
Gildas Bazin authored
* modules/gui/skins/src/event.cpp: fixed another small buffer overrun.
-
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 2 commits