- 22 Dec, 2010 10 commits
-
-
Jean-Paul Saman authored
Add sanity check before downloading if measured bandwidth is sufficient to download next segment. If not then go into error mode.
-
Jean-Paul Saman authored
commit id: 4929a92d makes this code obsolete
-
Jean-Paul Saman authored
Allow bandwidth adaptation while prefetching.
-
Jean-Paul Saman authored
Seeking into the last 3 segments keeps this condition in false state. In this case it should turn into true because the last 3 segments have already been downloaded. Or the condition should just not be applied.
-
Jean-Paul Saman authored
The function NextSegment() no longer resembles its name. It does not get the next segment. It just gets the segment p_sys->segment from a HLS stream (default p_sys->current). Renamed the function GetSegment() to more resemble its usage.
-
Jean-Paul Saman authored
Seeking was only implemented for segments already downloaded. Now seeking is also allowed for segments not downloaded.
-
Jean-Paul Saman authored
Improve seeking for HLS streams. The seeking is done on a granularity of segment->duration.
-
Jean-Paul Saman authored
The function hls_GetStreamSize() calculates the HLS stream size in bytes, based upon information found in the .m3u8 file. The sum of each segment duration (in seconds) times bandwith in bytes (hls->bandwidth/8).
-
Jean-Paul Saman authored
Rename wrongly named segment->length to segment->duration.
-
Jean-Paul Saman authored
Make locking more consistent.
-
- 21 Dec, 2010 6 commits
-
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
Srikanth Raju authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 20 Dec, 2010 3 commits
-
-
Jakub Wieczorek authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Maybe .au demuxer should be modified accordingly
-
- 19 Dec, 2010 8 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This new module works with BCM70015 Crystal HD video decoders It handles hardware decoding of H264, VC-1 and mpeg2 So far, it only works on GNU/Linux with the appropriate driver and library. Windows version is still limited. This is the first part, since mpeg4, interlaced and BCM70012 are not working yet.
-
Rune Botten authored
--0016e64f6886ef58a30497a17561 Content-Type: text/plain; charset=ISO-8859-1 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rune Botten authored
--00163631086b52edd30497a17858 Content-Type: text/plain; charset=ISO-8859-1 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
- 18 Dec, 2010 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 17 Dec, 2010 7 commits
-
-
Srikanth Raju authored
-
Pierre Ynard authored
-
Pierre Ynard authored
Half of it is still unimplemented, so it's just sweeping under the VLM rug
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 16 Dec, 2010 1 commit
-
-
Daniel Marth authored
The URL box in the "Open Network Stream" dialog has now always focus when opened and its content is automatically selected. The patch is for ticket #4361 and was created as a part of a GCI-task (http://www.google-melange.com/gci/task/show/google/gci2010/videolan/t129200306101). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 15 Dec, 2010 1 commit
-
-
Pierre Ynard authored
-
- 14 Dec, 2010 2 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-