- 07 Dec, 2010 1 commit
-
-
Jean-Paul Saman authored
-
- 06 Dec, 2010 1 commit
-
-
Jean-Paul Saman authored
Lower dependency on avcodec version for subtitles.
-
- 03 Dec, 2010 1 commit
-
-
Jean-Paul Saman authored
- Update the packaging files. - Rename libvlc2.install - libvlc5.install - Rename libvlc2.symbols - libvlc5.symbols - Rename libvlccore2.install - libvlccore5.install - Rename libvlccore2.symbols - libvlccore5.symbols
-
- 02 Dec, 2010 1 commit
-
-
Jean-Paul Saman authored
-
- 30 Nov, 2010 11 commits
-
-
Jean-Paul Saman authored
Conflicts: debian/patches/series debian/rules debian/vlc-nox.install debian/vlc-plugin-ggi.install debian/vlc-plugin-jack.install debian/vlc-plugin-pulse.install debian/vlc-plugin-sdl.install debian/vlc-plugin-svg.install debian/vlc-plugin-svgalib.install debian/vlc.install
-
Jean-Paul Saman authored
Download the first couple of segments to determine the best bandwidth match and to ensure smooth playback.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The plugins path of vlc-1.X changed wrt to earlier versions.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Add patch for splice point generation in muxing TS streams.
-
Jean-Paul Saman authored
Put debian directory under source control for creating debs.
-
- 26 Nov, 2010 12 commits
-
-
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
-
Jean-Paul Saman authored
-
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
-