- 14 Dec, 2010 8 commits
-
-
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 8 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.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Alan Fischer authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Branko Kokanovic authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 10 Dec, 2010 10 commits
-
-
Pierre Ynard authored
Return a 413 error instead of crashing
-
Pierre Ynard authored
This caused genuine bugs like mangled bodies and corrupted requests (usually leading to 501 errors), and possibly leaks of memory buffer of the size of the Content-Length parameter. This is pretty bad since crafted requests could easily exhaust the memory and/or trigger a crash. Apart from the contents of the buffer of the involved request, there doesn't seem to be any possible memory corruption.
-
Pierre Ynard authored
-
Erwan Tulou authored
This fixes a regression brought by 7f485998 On skins2(tested on Linux), open and close the preferences dialog leads to a crash, because the whole qt4 thread terminates unexpectedly. This is due to setQuitOnLastWindowClosed set to true. As a dialog provider, qt4 doesn't run any windows, and therefore just closing the preferences dialog box (via accept() or reject()) signals the qt4 thread to quit.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 09 Dec, 2010 2 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
8554 is the IANA-registered RTSP alternative port
-
- 08 Dec, 2010 1 commit
-
-
Jean-Baptiste Kempf authored
-