- Apr 16, 2016
-
-
Jean-Baptiste Kempf authored
-
H.264 video, GSM and Speex audio are supported. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Apr 15, 2016
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
François Cartegnie authored
likely not to happen, but who knows with hls
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
Otherwise keeps trying over all other segments
-
François Cartegnie authored
-
- Apr 14, 2016
-
-
Thomas Guillem authored
An item becomes a node once it's opened by the playlist.
-
Thomas Guillem authored
An item becomes a node once it's opened by the playlist.
-
Thomas Guillem authored
An item becomes a node once it's opened by the playlist.
-
Thomas Guillem authored
An item becomes a node once it's opened by the playlist.
-
François Cartegnie authored
-
François Cartegnie authored
Should fail by default and is validated on success. The whole test is incorrect, reporting false positives and no possible true negatives.
-
Thomas Guillem authored
Do not override b_net guessed by GuessType. Init b_net to false when there is no psz_uri.
-
Thomas Guillem authored
Do not add a const qualifier for the p_parent since mutexes operations are not const. Forgot to invert one call in input_item_Copy.
-
- Apr 13, 2016
-
-
Rémi Denis-Courmont authored
Pointed-out-by:
Hannes Domani <ssbssa@yahoo.de>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Locking two muteces of the same type can lead to lock inversion.
-
Rémi Denis-Courmont authored
This still lives in input and playlist loader. It should be removed.
-
Rémi Denis-Courmont authored
This reverts commit 8c43e364, which breaks the test suite.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This reverts commit 1d8338cd, which is obviously wrong.
-
François Cartegnie authored
-
Rémi Denis-Courmont authored
There is no point in limitting the number of samples decoded at once. The decoder would just iterate and decode the remaining samples immediately.
-
Rémi Denis-Courmont authored
This reverts commit 6328b40c.
-
François Cartegnie authored
does not wait for lock and starts probing timeout when packets are received.
-
François Cartegnie authored
Otherwise race condition with devices and exclusive access stuff.
-
François Cartegnie authored
-
fixes #16815 Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Apr 12, 2016
-
-
Rémi Denis-Courmont authored
The format of an input picture must always be equal to the input format the conversion filter (by definition and by design). This code had no effects.
-
Rémi Denis-Courmont authored
picture.format is set by the allocator of the picture. It cannot be changed. Indeed, this caused a massive leak (one palette per picture).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Hugo Beauzée-Luyssen authored
-
Fix #15011 Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-