- 16 Nov, 2016 26 commits
-
-
Pierre Ynard authored
Fix #3353
-
Steve Lhomme authored
Otherwise CMake doesn't understand properly it's cross compiling Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
otherwise the antique automake 1.8 is used Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
The previous implementation would crash given that p_sys->p_video and p_sys->p_audio is not guaranteed to be non-NULL (they can be NULL due to an unsupported codec). These changes simply make sure that we do not try to send blocks that do not have have a corresponding ES (causing a crash). fixes #17571 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
If neither video nor audio track can be played, these changes make sure that we do not waste our breath demuxing a stream that will not output anything. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
It is more helpful to know whether the unsupported codec is video or audio, and given the seriousness of the matter; an error or is more appropriate than a warning. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
Simple fix of typo in the include-guard so that it actually does what it is supposed to do. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
Ref #3353
-
Steve Lhomme authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
There isn't a case where program[0] is 0 and program[1] is 0. They are always created together. So the second part of the if() is never called. program[0] is for YUV and XYZ sources so it is odd to use it with a single planar texture, given that's what program[1] is for. Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Steve Lhomme authored
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
Instead of expecting the longname to be passed in the config chain and parsing it from there
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 15 Nov, 2016 14 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This makes deletion and appending somewhat more consistent.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
And simplify accordingly, notably inline playlist_NodeAppend().
-
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
-
Rémi Denis-Courmont authored
...where applicable. (Some other functions conditionally delete stuff; those functions can actually fail.)
-
Rémi Denis-Courmont authored
-