- 28 Dec, 2010 3 commits
-
-
Felix Paul Kühne authored
This reverts commit 0e65dd77.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 27 Dec, 2010 2 commits
-
-
Jean-Baptiste Kempf authored
-
Rune Botten authored
Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
-
- 26 Dec, 2010 5 commits
-
-
Steinar H. Gunderson authored
From 7.6 to 7.9, the method for setting video modes et al was changed, in a way that is neither backwards nor forwards compatible. Even though the 7.9 SDK includes some backwards-compatible headers for emulating older APIs, they are unfortunately not a drop-in replacement, since they add version numbers to struct names et al. Thus, there is no simple method of maintaining source-level compatibility with both APIs (even though a VLC compiled against the 7.6 SDK most likely would work if moved to a machine with 7.9 driver), and given the choice, we should support the newest API, as the older SDK isn't even downloadable anymore. Thus, update unconditionally to the new API, and hope Blackmagic won't change things too often in the future. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jakub Wieczorek authored
Add an option to pause the playback on minimizing the window. http://trac.videolan.org/vlc/ticket/2234Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jakub Wieczorek authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 23 Dec, 2010 5 commits
-
-
Pierre Ynard authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Pierre Ynard authored
-
Jakub Wieczorek authored
Remove the filter patterns in the playlist file dialog from the translatable strings. These shouldn't be translated and malforming them could introduce a functional bug, as it happened in the case of the Spanish translation. http://trac.videolan.org/vlc/ticket/4376Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 22 Dec, 2010 12 commits
-
-
Francois Cartegnie authored
-
Jean-Paul Saman authored
-
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 4 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-