- 18 Dec, 2002 13 commits
-
-
Gildas Bazin authored
* src/libvlc.h, src/input/input_dec.c: added an "sout-video" and "sout-audio" config option that allows to selectively enable audio or video stream output. This is very useful if you want to play video on one computer and audio on another one ;)
-
Laurent Aimar authored
-
Laurent Aimar authored
received an header (vol). (It prevents some segfaults with mpeg4 streaming).
-
Laurent Aimar authored
Becareful that up to now, it's more a hack. (I need to add SL streams managments)
-
Sam Hocevar authored
corrupted headers.
-
Laurent Aimar authored
header.
-
Sam Hocevar authored
tells what libavcodec build it was built with.
-
Sam Hocevar authored
-
Sam Hocevar authored
prototype.
-
Sam Hocevar authored
checks as printf. Only works with gcc 3.2 it seems.
-
Sam Hocevar authored
* ./modules/video_chroma/Modules.am: added i420_rgb_c.h to the distribution, thanks to Stepan Roh for spotting this.
-
Gildas Bazin authored
* src/video_output/video_output.c: fixed a bug concerning the aspect ratio in vout_Request(). * INSTALL.win32: small update to the documentation.
-
Laurent Aimar authored
-
- 17 Dec, 2002 5 commits
-
-
Laurent Aimar authored
* ts.c: removed an unused variable.
-
Gildas Bazin authored
* modules/demux/rawdv.c: new raw dv demuxer (only video for now). I didn't find a way to detect correctly a raw dv file so for now we just check the file extension (.dv). You can additionaly force this demuxer. PS: the ffmpeg plugin works quite well for decoding dv videos.
-
Jean-Paul Saman authored
Functionality of Familiar Linux Gtk+ interface is finished. Only testing on iPaqwith libgpewidget0 still needs to be done.
-
Sam Hocevar authored
-
Sam Hocevar authored
-
- 16 Dec, 2002 10 commits
-
-
Christophe Massiot authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Workaround for crash in ReadDirectory when called from the comboURL text box. For now it is mandatory to prefix filepaths on local disk with "file://" when typing it in the comboURL box.
-
Eric Petit authored
-
Gildas Bazin authored
* modules/demux/ogg.c: added support for the old type of headers produced by the first versions of OggDS.
-
Gildas Bazin authored
* modules/access/udp.c, modules/access/rtp.c, modules/misc/network/ipv4.c: only check for the "server-port" config variable in the access plugins. access_output plugins will now pick a port at random, thus allowing sout to work out of the box on a localhost. (thanks Meuuh)
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Boris Dorès authored
box, including the ability to select dvd menus instead of a particular title and chapter - preferences.dfm : multiline tabs
-
- 15 Dec, 2002 9 commits
-
-
Laurent Aimar authored
* modules/access/ftp.c : an ftp access, buggy but it begins to work. The main issue is about password confidentiality so you must know what you are doing :((
-
Yves Duret authored
(ffmpeg still not working properly cause configure.ac seems to sucks)
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Trying to fix change directory crash while entering keys in combobox.
-
Olivier Teulière authored
-
Jean-Paul Saman authored
-
Olivier Teulière authored
-
Gildas Bazin authored
* include/vlc/vlc.h: added a new pi_types field to vlc_list_t. This field will be used later on by the object variables functions. I'm adding it now because it also happens to solve a binary compatibility problem between gcc and bcc. (depending on compilers, structs of 32 < size <= 64 bits can be returned either in a register or in the stack).
-
- 14 Dec, 2002 3 commits
-
-
Jean-Paul Saman authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-