- 30 Mar, 2004 1 commit
-
-
Mohammed Adnène Trojette authored
Modified a little default skin -> hiding video window
-
- 29 Mar, 2004 16 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
(I have changed a ((uint8_t *)op.bytes) -= 4; and I'm not sure what it was meant to do as op.bytes is a "long")
-
Laurent Aimar authored
-
Laurent Aimar authored
* livedotcom, mkv: removed all TAB_*.
-
Laurent Aimar authored
cast of lvalue. -> Don't use them anymore in C++ code. ( Don't use *(void**)&p, it won't work because of aliasing problem). * vlc_meta.h: don't use TAB_* as this file is included in C++ code.
-
Laurent Aimar authored
input: fixed uninitialised variable (i_microsecondperframe for subs)
-
Laurent Aimar authored
from stable, but begin to work. (Tested only with TS). Limitation: no synchro with others stream if any (anyway, it would be a bit stupid to have such stream).
-
Laurent Aimar authored
to chain demuxer. - stream_DemuxNew: create a special stream_t, launch a thread that will open a demuxer, and call p_demux->pf_demux until asked to die. - stream_DemuxSend: append a block to be used by the new demuxer. - stream_DemuxDelete : free all data...
-
Laurent Aimar authored
(each vlc_object_find has to be followed by a vlc_object_release once the object isn't needed anymore) Btw, I think we should better do that update in src/input/input_dec.c, this way it will work with every decoder AND a decoder should not touch p_input (decoders will be used by transcode for instance ...)
-
Laurent Aimar authored
-
Sigmund Augdal Helberg authored
-
Clément Stenac authored
* Allow to modify subtitle delay on the fly and implement hotkeys (h and j) * When framerate is available with subrip, use sub-fps to make corrections (sub-fps default value is now 0, if left to this value, 25fps will be assumed in microdvd mode and no correction will be applied in subrip) Main problem is that when seeking in the subtitles, you easily get several of them displayed. Maybe we could add a flag to subpicture_t, like SUBTITLE_PICTURE to say that only one of them must be displayed at a time, but that other subpictures (OSD, ...) can remain present on the screen at the same time.
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
- 28 Mar, 2004 5 commits
-
-
Jean-Paul Saman authored
-
Rocky Bernstein authored
this. (But most poeple won't notice the improvement since video switching is broken.)
-
Xavier Martin authored
-
Benjamin Pracht authored
Reverses previous patch, which added 1min/5min forward / backward functions, as it made the interface too unclear. We need to find another way to use hotkeys on the main interface...
-
Derk-Jan Hartman authored
- disable stream_ReadLine debug. * ALL: - added a new demux2 module to handle Kasenna MediaBase metadata files. These are application/x-sgimb masked 'mpeg' files on the web. They are in reality mostly constructors for rtsp links. The reference to SGI is because the MediaBase solutions originate from SGI.
-
- 27 Mar, 2004 4 commits
-
-
Cyril Deguet authored
-
Derk-Jan Hartman authored
- spelling fix - added telnet intf to 'Add Interface' * modules/misc/logger.c: - on Mac OS X, use ~/Library/Logs to write logger intf output. * ALL - Added 'Add Interface' to Mac OS X build. Now you can finaly quicklaunch the SAP intf.
-
Cyril Deguet authored
the following layout: [cf xmms skins ;)]
-
Cyril Deguet authored
font for xmms/winamp2 skins is supported (the bitmap must have the following layout: [0123456789 -] with letters of size 9x13). Non-digit characters are just skipped, with a hardcoded advance of 6 (it allows correct display of time in xmms skins; the ':' are skipped) Small example at http://people.via.ecp.fr/~asmax/chaos.vlt (uncomplete skin) * vars/time.cpp: notify the observers also when the input is stopped * controls/ctrl_text.cpp: do not reset the FSM state and timer when the text is displayed (was causing bugs in time display)
-
- 26 Mar, 2004 2 commits
-
-
Clément Stenac authored
-
Gildas Bazin authored
-
- 25 Mar, 2004 10 commits
-
-
Laurent Aimar authored
-
Sam Hocevar authored
+ Work around a Solaris sh issue preventing ${foo%%bar} constructs.
-
Derk-Jan Hartman authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Gildas Bazin authored
+ Added calls to vout_RequestWindow()/vout_ReleaseWindow() + Implemented vout_Control() + Fixed potential division by 0
-
Clément Stenac authored
Fix refcount problem
-
Gildas Bazin authored
-
Laurent Aimar authored
-
Gildas Bazin authored
-
- 24 Mar, 2004 2 commits
-
-
Gildas Bazin authored
* src/video_output/video_output.c: moved some stuff to vout_IntfInit(). * include/video_output.h: vout_vaControl()/vout_Control() prototypes. * modules/video_output/x11/xcommon.c: implemented a vout_Control() (only VOUT_SET_ZOOM for now). * modules/gui/wxwindows/menus.cpp: handle float object vars, added "zoom" to the menus.
-
Olivier Teulière authored
* share/skins2/default/skin.dtd: Changed a few details here and there
-