- 18 Dec, 2002 6 commits
-
-
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 8 commits
-
-
Jean-Paul Saman authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Gildas Bazin authored
* src/libvlc.c: oops, forgot to remove a debug message.
-
Gildas Bazin authored
* src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find(). vlc_object_get() now increments the refcount of the object so you'll need to release the object at some point. * src/misc/variables.c, ALL: var_Change() with VLC_VAR_GETLIST now returns a vlc_value_t which points to a vlc_list_t.
-
Gildas Bazin authored
* src/misc/threads.c: implemented vlc_thread_set_priority() for win32.
-
Laurent Aimar authored
are passed (more logical).
-
Boris Dorès authored
- when eol_tok is '\n', use last line even if eol_tok isn't present
-
- 13 Dec, 2002 2 commits
-
-
Yves Duret authored
-
Boris Dorès authored
when opening it from the playlist window, add it to the list, but don't change anything to the playing state and current stream. - playlist.dfm : proper resizing behaviour
-