- 31 Dec, 2010 5 commits
-
-
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 5 commits
-
-
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>
-
Srikanth Raju authored
-
Jean-Paul Saman authored
commit-id: 61042012fa846988d7d7c364396478850afedf67 simplified relative_URI() a bit too much.
-
Jean-Paul Saman authored
If a username and password are suplied, then use it when constructing the URI.
-
Jean-Paul Saman authored
The function relative_URI() only took the base path from the meta index file into account. This caused it to miss subdirectories mentioned in the .m3u8 files referenced from the meta index file. Instead of looking at the base of the meta index file it now looks at the base path (hls->url.psz_path) from the HLS stream itself for segments.
-
- 28 Dec, 2010 19 commits
-
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
A lot of libraries are still missing.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Paul Saman authored
The logic to determine if caching of segments is allowed or denied was flawed. It only determined it onces after the playlists were loaded. In case of a meta playlist the logic would only indicated the caching value for the last added HLS stream. The fix is to determine p_sys->b_caching (caching segments allowed or not) when switching segments or HLS streams (adaptive bandwidth).
-
Jean-Paul Saman authored
It is not possible to calculate a stream size for a live HLS stream.
-
Jean-Paul Saman authored
Cleanup parse_StreamInformation() function.
-
Jean-Paul Saman authored
Release segments for HLS live streams even when HLS caching is allowed.
-
Jean-Paul Saman authored
Abstract HLS playback variables into a structure Conflicts: modules/stream_filter/httplive.c
-
Jean-Paul Saman authored
stream_filter/httplive.c: Initialize HLS Live stream and abstract HLS playlist variables into a structure Initialize HLS Live stream and abstract HLS playlist variables into a structure.
-
Jean-Paul Saman authored
Simplify relative_URI() function.
-
Jean-Paul Saman authored
The HLS plugin downloads all segments as fast as possible once started. This is not very friendly to HLS servers, because it equals a full download of the movie in one go. However by downloading only a certain amount (say 6 segments, which is about 60 seconds usually) the load on the server is spread.
-
Felix Paul Kühne authored
This reverts commit 0e65dd77.
-
Felix Paul Kühne authored
-