- 05 Jan, 2011 1 commit
-
-
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 19 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
-
Jean-Paul Saman authored
Use the sequence number of the segment in msg_* instead of the array index.
-
Jean-Paul Saman authored
Make error path simpler.
-
Jean-Paul Saman authored
Matching #EXT-* keywords was off by one for several.
-
Jean-Paul Saman authored
Add extensive debugging information for detecting issues in HLS live streams.
-
Jean-Paul Saman authored
Reload .m3u8 playlist from the server and try merging its result with the current available information. The array of segments for the current stream is only appended and does currently not shrink. Shrinking the segment list will be dealt with in another patch.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
and a few other fixes
-
Felix Paul Kühne authored
-
- 30 Dec, 2010 11 commits
-
-
Sébastien Toque authored
3 setting to set meshx, meshy and texturesize Fixed a crash if there is no available presets Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
TODO: use HAL or another way
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 29 Dec, 2010 1 commit
-
-
Rémi Denis-Courmont authored
Malformatted files may have a zero i_subpackets value. In this case, we cannot use the array, but we still have to free it (calloc(0)). This should fix LP#690173. Reported-by: Dan Rosenberg <drosenberg@vsecurity.com>
-