- 09 Jan, 2011 10 commits
-
-
Jean-Baptiste Kempf authored
Sorry for the mistake
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Reported by Pankaj Yadav
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Sébastien Toque authored
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
- 07 Jan, 2011 4 commits
-
-
Rémi Denis-Courmont authored
Pointed-out-by: 김정은 <sunqueen@paran.com>
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Sébastien Escudier authored
-
- 06 Jan, 2011 6 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Rémi Denis-Courmont authored
This requires a bleeding edge liblive555 - not tested.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ernest E. Teem III authored
Modified by Jean-Baptiste Kempf, to fit option style Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 05 Jan, 2011 3 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Paul Saman authored
All members that where previously part of struct hls_thread_s have been moved to stream_sys_t. The purpose of having this structure and vlc_object_t is no longer needed.
-
- 04 Jan, 2011 6 commits
-
-
Rémi Denis-Courmont authored
-
Branko Kokanovic authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Branko Kokanovic authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org>
-
Jean-Paul Saman authored
Rename p_sys->download.current and p_sys->playback.current to p_sys->download.stream and p_sys->playback.stream.
-
Jean-Paul Saman authored
Playback of live streams with HLS started at index 0 from the downloaded playlists. For live streams it is more natural to be closer to the end of the playlist, but not within the last 3 segments of the stream.
-
Jean-Paul Saman authored
The playback stalling warning was printed too often. Only print this message when playback is in real danger and check only on segment boundaries.
-
- 03 Jan, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 Jan, 2011 1 commit
-
-
Rémi Denis-Courmont authored
Then again, many developers have Christian first names (most noticeably "Christophe").
-
- 31 Dec, 2010 9 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This should be installed locally as it can't be crosscompiled. Recommendation: Homebrew
-
Jean-Paul Saman authored
Cleanup hls_Thread().
-
Jean-Paul Saman authored
Check only for live streams the member p_sys->playlist.wakeup.
-
Jean-Paul Saman authored
Cleanup hls_thread_t and stream_sys_t structs: - duplicate members - rename hls_playlist_t to hls_playlist_s - move download members to stream_sys_t inside a hls_download_s struct - check for p_sys->thread is no longer needed in segment_Seek()
-
Jean-Paul Saman authored
Rearrange hls_Thread logic with live playback in mind. In case all segments have been downloaded, then make sure that reloading the playlist file happens before downloading the next segment. This is also true when it is time to reload the playlist.
-
Jean-Paul Saman authored
Print a warning if the download segment counter and playback segment counter are less then 3 segments apart. Print and error if they are the same.
-
Jean-Paul Saman authored
no functional changes
-