- 05 Mar, 2011 5 commits
-
-
Austin Burrow authored
Signed-off-by: Konstantin Pavlov <thresh@videolan.org>
-
Konstantin Pavlov authored
-
Jean-Baptiste Kempf authored
It doesn't compile though, and is using a broken interface like crop
-
Rémi Denis-Courmont authored
It is known to crash due to invalid buffer handling. On Linux, I get memory accesses before the start of the audio buffer. It also crashes on Windows. Until someone cares to fix it, and I think it really never worked correctly, lets use the "ugly" resampler, which is not too ugly. This should fix #3631, #4366, #4491 and possibly others.
-
Rémi Denis-Courmont authored
-
- 04 Mar, 2011 1 commit
-
-
Sébastien Escudier authored
Broken since d14e0b78
-
- 03 Mar, 2011 12 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
It's pretty much always -1.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
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 2 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-