- 07 Dec, 2014 2 commits
-
-
Tristan Matthews authored
This reverts commit 67066bf6 and 1a2780cb as there are still some upstream issues to resolve.
-
Felix Paul Kühne authored
-
- 06 Dec, 2014 7 commits
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
Rémi Denis-Courmont authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Fabian Yamaguchi authored
Check the return value of malloc to avoid a null-pointer dereference. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Fabian Yamaguchi authored
The variable len is a raw 32 bit value read using GetDWBE. If this value is larger than UINT32_MAX - sizeof(eos), this will cause an integer overflow in the subsequent call to malloc, and finally a buffer overflow when calling memcpy. We fix this by checking len accordingly. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 05 Dec, 2014 5 commits
-
-
Ludovic Fauvet authored
-
Ilkka Ollakka authored
If we provide initial segment-number, most likely we want to continue where we have left of, so leave old playlist-file there and just overwrite it when we updated it. default initial-segment-number is 1 so don't test against 0
-
Ilkka Ollakka authored
If provided initial-segment-number option, signal discontinuity so player knows to reset timestamps etc for new segments.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
- 03 Dec, 2014 4 commits
-
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This mandates 8.1 though
-
Thomas Guillem authored
On android 5.0, PrintMsg blocks on fprintf when stderr is locked by flockfile. This commit adds a default log callback for android in order to fix this issue, and in order to have early logs (before libvlc_log_set is called). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Use it only if specified by --aout arg. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 02 Dec, 2014 6 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Ludovic Fauvet authored
-
Tristan Matthews authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This failed on Android, for example
-
- 01 Dec, 2014 5 commits
-
-
Jean-Baptiste Kempf authored
-
Frédéric Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Frédéric Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
- 30 Nov, 2014 8 commits
-
-
Felix Paul Kühne authored
-
Ilkka Ollakka authored
When input is H.264 they don't have pts/dts sometimes before decoder, but dropping non-dated packets screw up decoder.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
This reverts commit 57b356e2.
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
Use fps video filter for framerate conversion. Also do framerate conversion after deinterlacer so we don't screw deinterlacing with frame dropping.
-
Ilkka Ollakka authored
-
Rémi Denis-Courmont authored
-
- 29 Nov, 2014 3 commits
-
-
David Fuhrmann authored
-
Felix Paul Kühne authored
-
David Fuhrmann authored
Also reduce intentation of code.
-