- 03 Mar, 2011 1 commit
-
-
Rémi Denis-Courmont authored
It's been 7 years now...
-
- 02 Mar, 2011 6 commits
-
-
Jean-Paul Saman authored
Constify some function arguments.
-
Jean-Paul Saman authored
After rewriting to use stream_* API gaps in segment sequence numbers where detected. Solving this issue fixes live playback which was broken since the rewrite to use the stream_* API.
-
Jean-Paul Saman authored
Make the error message easier to read by splitting it up.
-
Jean-Paul Saman authored
stream_filter/httplive.c: Append new segment any (HLS Live playback) when gap in sequence numbers is detected. When a gap in segment sequence numbers is detected append the new one anyway, since there is nothing that can be done to restore the missing information. It will result in a playback hickup, but that cannot be helped. Instead only complain loudly.
-
Jean-Paul Saman authored
When reloading the HLS Playlist failes do not leak already allocated hls_stream_t and segment_t structures. Instead cleanup.
-
Jean-Paul Saman authored
Reloading HLS m3u8 file for live playback in a separate track. It used to piggy back on the download track, which made it reload less often. Since it would check the m3u8 file reload once after each download, which generally takes longer then the suggested m3u8 reload algorithm.
-
- 01 Mar, 2011 9 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This gets rid of one thread per RTP input. This will also ease would-be support for RTCP.
-
Erwan Tulou authored
-
Erwan Tulou authored
pledit id is used twice in this file (must be unique)
-
Erwan Tulou authored
filenames must always be forced to lower case in the case of .wsz files (since the winamp2.xml expects them in this form)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
skins2 expects notification to occur if and only if the variable really changes. This patch fixes things for And and Or variables. This fixes trac #4529
-
Erwan Tulou authored
This trick only works if the action ends up in the state really being toggled. This is not always the case and can then lead to undesirable effects, for instance the play button going to pause when no playback is underway. This trick was needed to prevent visual artefacts when refreshing was a heavy task, but is no longer needed since refreshing has been heavily optimised.
-
- 28 Feb, 2011 5 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
This reverts commit 7d3c30f9.
-
- 26 Feb, 2011 4 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
As specified in the MSDN documentation It will warn, though
-
Jean-Baptiste Kempf authored
This is way cleaner and should help supporting deinterlacing without memcpying full images (hopefully) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 25 Feb, 2011 2 commits
-
-
Erwan Tulou authored
This patch makes volume more consistent with the rest of vlc : - volume is now advertised on a 0-400% range instead of a misleading 0-100% range. This fixes the discrepancy between volume displayed within the skins and volume displayed via OSD - "qt-volume-complete" and "volume-step" are now taken into account, which makes skins2 more consistent with qt4
-
Konstantin Pavlov authored
Also, remove leftover _intel parts here and there.
-
- 24 Feb, 2011 7 commits
-
-
Pierre Ynard authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This is equivalent and better supported on Mingw And, remove an outdated comment
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 23 Feb, 2011 6 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
From the wine project, modified by Jean-Baptiste Kempf
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-