- 02 Nov, 2010 30 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It was called 2 times.
-
Rémi Duraffort authored
-
Pierre Ynard authored
Payload types are scoped to the RTP session, and we put each ES in its own session, so no risk of conflict
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rafaël Carré authored
It is described on http://shinnai.altervista.org/exploits/SH-008-20101026.html Thanks to geal for helping finding the problem (cherry picked from commit b531955c) Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
-
Jean-Baptiste Kempf authored
-
Jean-Paul Saman authored
IV attribute of tag #EXT-X-KEY was parsed for any version of the protocol. However chapter "7. Protocol version compatibility" lists the IV tag being protocol version 2 or higher. This patch restricts the IV attribute to version 2 or higher of the protocol. (cherry picked from commit a07189f8)
-
Jean-Paul Saman authored
Properly pass duration to the correct hls_stream_t instance currently in use.
-
Jean-Paul Saman authored
Take relative URI into account. This patch relies on protocol (s->psz_access) information being included in the stream_t * in addition to psz_path.
-
Jean-Paul Saman authored
In addition to p_access->psz_location also add p_access->psz_access to the contructed stream_t *. It will allow a stream_filter to determine the protocol used in case it was constructed with an access input.
-
Jean-Paul Saman authored
Cleanup
-
Jean-Paul Saman authored
Remove debug code no longer needed.
-
Jean-Paul Saman authored
Remove unused include files.
-
Sébastien Escudier authored
See frame_mbs_only_flag chapter 7.4.2.1
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rafaël Carré authored
-
Rafaël Carré authored
using psz_string to initialize will leave the top 32bits uninitialized
-
- 01 Nov, 2010 10 commits
-
-
Pierre Ynard authored
A too short delay causes issues with late packets being dropped by the stream output. This reverts 32e94ee0
-
Rafaël Carré authored
OSX automake 1.10 can build the contribs but not VLC
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Add grain in first page, move away blur Renaming gradfun Tab reorder
-
Rafaël Carré authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
aout/vout were sometimes used. It was inconsistent and in some cases those objects could be undefined (NULL).
-
Laurent Aimar authored
-