- 26 Nov, 2010 10 commits
-
-
Jean-Paul Saman authored
After the adaptive bandwidth changes seeking could end up in a segment that is not available. Each segment is downloaded once and after switching to higher or lower bandwidth segments downloaded for previous bandwidths will not be deleted or downloaded. The later is to be fixed.
-
Jean-Paul Saman authored
Start playback with the lowest bandwidth stream.
-
Jean-Paul Saman authored
NextSegment() assumed that the download thread its hls_stream_t was leading. However this was too simplistic. NextSegment() seeks the segment in *any* of the hls_stream_t, assuming that each segment will be downloaded only once.
-
Jean-Paul Saman authored
Test script for traffic shaping with tc (iproute).
-
Jean-Paul Saman authored
Download the next segment from a playback standpoint.
-
Jean-Paul Saman authored
Cleanup NextSegment().
-
Jean-Paul Saman authored
The bandwidth calculation needed corrections and is less agressive in switching to higher bandwidths.
-
Rafaël Carré authored
(It was broken by a8e4b30b) Move the definition to qt4.hpp and add a comment
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 25 Nov, 2010 1 commit
-
-
Pierre Ynard authored
If you want to use #description, you need to set up the appropriate struct on pass it down as a variable
-
- 24 Nov, 2010 12 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This also fixes error handling: if the thread cannot be created, we do fail cleanly.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Pierre Ynard authored
This allows using it at another time than destroying the object
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
-
- 23 Nov, 2010 7 commits
-
-
Rémi Denis-Courmont authored
...and less prone to deadlocks. This restarts until all keys are NULL, in case cleaning up reset one key back to a non-NULL value. There is still a slight difference with POSIX still. POSIX will restarts only after all destructors have been invoked, not after the first one.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In practice, this bug was hidden by another bug in the thread variables implementation: the destruction callback is never invoked.
-
Rafaël Carré authored
This reverts commit eea468e6. When the media is played, the formats represent decoder output, and the ids are not preserved (video ES can be replaced by audio ES)
-
Rafaël Carré authored
This reverts commit 708a15ff.
-
Rémi Duraffort authored
-
- 22 Nov, 2010 10 commits
-
-
Erwan Tulou authored
Default skin becomes slightly transparent when moved. (deactivated by default, needs to be set up in preferences)
-
Erwan Tulou authored
Several redraw were no longer needed (tested successfully on Ubuntu/metacity and WinNT) On Win32, switching back and forth between layered Window and not layered window (case where only one of the two alpha parameters is < 255) was removed because display was not satisfactory. (transition a bit weird)
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Lari Natri authored
This tiny patch enables opening of VideoCD/AudioCD/DVD discs with VLC in KDE when inserted, which was broken before. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Erwan Tulou authored
The default skins now benefits from relative positioning: - main window centered - playlist window centered with a 5% offset - fullscreen controller centered at the bottom of the screen with a 3% margin from the border - other ancillary windows all centered
-
Erwan Tulou authored
So far in skins2, all x, y, width and height were given in pixels, and no reference to the screen resolution could be made. This patch implements the following : - all x, y, width, height can be given in pixels or in % of their container. For windows, the container is the screen. For widgets, it can be the layout or a panel. - Five new tags eases up positioning - position : relative position given as "Center", "West", "NorthWest", ... - x/y-margin : margins to take into account (in px or %) wrt the borders. - x/y-offset : additional offset to apply (in px or %). - the image control can now accept a width and a height parameters.
-
Erwan Tulou authored
-
Erwan Tulou authored
On most WM, move and resize are noop as long as the window is not visible, and these calls have to be reissued once the window becomes visible. - so avoid unnecessary calls when there are known to be noop. - remove a move in TopWindow that appears hackish (it hides a MoveResize and is actually needed for _all_ windows)
-
Erwan Tulou authored
A good practice is to invalidate the window and leave it to the OS to decide if a repaint is or not needed. As a side effect, this fixes some alternative task switchers (alt-tab) on WinNT (like TaskSwitcher or ATTv) that displayed a black rectangle instead of the preview of the skin, because the skin engine was not doing things the usual way.
-