- 28 Nov, 2010 4 commits
-
-
Jean-Baptiste Kempf authored
Ref #3804
-
Rémi Denis-Courmont authored
-
Francois Cartegnie authored
-
Pierre Ynard authored
-
- 27 Nov, 2010 8 commits
-
-
Erwan Tulou authored
This rework includes: - activation with mouse move - transparency and fading out supported if the WM allows it - fsc no longer a child window (this latter point should work out the refresh problems often mentioned on Vista and Win7)
-
Erwan Tulou authored
-
Erwan Tulou authored
The possibility to trigger callbacks when changing preferences was removed lately. So this code is now useless.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It cannot work properly due to SIGBUS when a file gets truncated. In fact, this plugin had been disabled by default for as long as it had been in VLC.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Pierre Ynard authored
Based on keep-alive RTSP requests
-
- 26 Nov, 2010 19 commits
-
-
Laurent Aimar authored
CommonDisplay() must be called at least once to ensure that the window content is shown.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It computes correct crop/ar settings when scaling a video format.
-
Laurent Aimar authored
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Jean-Paul Saman authored
Move logging of current segment and stream. The previous place gave confusing information.
-
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 8 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
-