- 19 Dec, 2010 2 commits
-
-
Rune Botten authored
--0016e64f6886ef58a30497a17561 Content-Type: text/plain; charset=ISO-8859-1 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rune Botten authored
--00163631086b52edd30497a17858 Content-Type: text/plain; charset=ISO-8859-1 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 18 Dec, 2010 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 17 Dec, 2010 7 commits
-
-
Srikanth Raju authored
-
Pierre Ynard authored
-
Pierre Ynard authored
Half of it is still unimplemented, so it's just sweeping under the VLM rug
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 16 Dec, 2010 1 commit
-
-
Daniel Marth authored
The URL box in the "Open Network Stream" dialog has now always focus when opened and its content is automatically selected. The patch is for ticket #4361 and was created as a part of a GCI-task (http://www.google-melange.com/gci/task/show/google/gci2010/videolan/t129200306101). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Dec, 2010 1 commit
-
-
Pierre Ynard authored
-
- 14 Dec, 2010 12 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Pierre Ynard authored
-
Pierre Ynard authored
This will allow to clean up multicast parameters
-
Jean-Paul Saman authored
This reverts commit d20cd478. Conflicts: modules/stream_filter/httplive.c
-
Jean-Paul Saman authored
Determine which HLS stream can be served best by this server. If found, then download the first two segments and start playback.
-
Jean-Paul Saman authored
Try picking the best quality stream possible. Then start downloading first 3 segments to ensure a smooth playback start.
-
Jean-Paul Saman authored
The value for segment->sequence is of by one. It is specified to start at 0 and the code lets it start by 1.
-
Jean-Paul Saman authored
The framerate as specified by the user or detected by the v4l2 access input was overwritten by the rawvideo decoder. The module did not specify: es_fmt.video.i_frame_rate es_fmt.video.i_frame_rate_base Their default values are 0. The rawvideo decoder detects that there is no framerate specified and resorts to its own default (fps 25.0). Through setting framerate and framerate_base in the v4l2 es format the correct fps is communicated to vlc core.
-
Jean-Paul Saman authored
The framerate reduction code is not needed. If the user did not set the requested framerate, then the v4l2 module asks the driver for its default value. When fps is specified by the user then that one is used.
-
Rémi Duraffort authored
This reverts commit e1d4b62a.
-
- 13 Dec, 2010 5 commits
-
-
Rune Botten authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Pierre Ynard authored
-
- 12 Dec, 2010 6 commits
-
-
Jean-Baptiste Kempf authored
Sure, naming a static library *_static.a is _VERY_ useful (and helps the linker find it... not) And of course, installing .svn on make install is clever Do not ask me why noone uses MPC these days...
-
Rémi Denis-Courmont authored
Some people want to seek backward, resume and pause again at end-of-stream.
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 11 Dec, 2010 4 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Rune Botten authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
-
Erwan Tulou authored
Up to now, text control could but be focusable, and this focus was used to scroll text, should it be too long for full display. From a user viewpoint, this behavior is often counterintuitive : - Most of the time, the control is designed to fit the text anyway, and scrolling is not expected. - On the other hand, an underlying control may be used to move the window (for instance, the title bar), and a text control is expected not to interact in this endeavor. Same goes for popupmenu, that is expected to work if one happens to right-click on a text control. This patch adds a 'focus' attribute to the text control, and leave it to the skins developper to decide which behavior is most desirable on a per-control basis. focus still defaults to true to maintain skins current behavior.
-