- 17 Dec, 2002 3 commits
-
-
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 7 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
-
Boris Dorès authored
and restore it from a file chosen by the user. - win32/*: - implementation of the previous feature in the win32 interface > -> what the other interfaces need to do to support it is simply to > call the two following functions: > int playlist_LoadFile(playlist_t *p_playlist,const char *psz_filename); > int playlist_SaveFile(playlist_t *p_playlist,const char *psz_filename); > where psz_filename is the name of the destination/source file. - ability to open several files at a time
-
Sam Hocevar authored
* ./configure.ac.in: removed unpopular warnings. * ./po/*: updated potfiles.
-
VideoLAN authored
and got rid of the global variable (at last!) in the win32 interface. Please check that navigation and language selection aren't too much broken for DVDs...
-
Gildas Bazin authored
* ALL: added a new vlc_list_t common type. vlc_list_find() and vlc_list_release() have been modified to use this new type.
-
Gildas Bazin authored
* modules/gui/wxwindows/*: added skeleton for popup contextual menu. * modules/access/dvdplay/access.c, modules/audio_filter/resampler/linear.c: a couple of warning fixes.
-
- 12 Dec, 2002 3 commits
-
-
Gildas Bazin authored
* src/input/input.c: forgot to commit this during my last commit :p
-
Gildas Bazin authored
* src/input/input_clock.c, include/input_ext-intf.h: introduced an i_pts_delay field in input_thread_t (initialised to DEFAULT_PTS_DELAY). * modules/access/*: i_pts_delay is now configurable on an access module basis. The pts delay for http and mms have been raised to 4 * DEFAULT_PTS_DELAY, which is about 1.2 seconds worth of caching.
-
Sam Hocevar authored
builds.
-