- 29 Nov, 2010 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
vlc_clone_detach() is less flexible but we never used that lost flexibilty. However, it will simplify a later Windows fix as well as safely exposing detached threads to plugins.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
- 28 Nov, 2010 10 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
It might be a good idea to do the same on other platforms
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
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 16 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.
-