- 28 Apr, 2015 17 commits
-
-
Thomas Guillem authored
Since it's the buffer containing the "csd-0" configuration buffer.
-
Thomas Guillem authored
The goal is to expose h264_parse_sps and h264_parse_pps functions that can be used from decoders.
-
Thomas Guillem authored
It fetches the SPS and PPS pointers from an Annex B buffer.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Erwan Tulou authored
This fixes a regression in vlc2.2. It is described on the forum at : https://forum.videolan.org/viewtopic.php?f=15&t=125790&sid=05f4d8a32853034ce6d497ca15bab1e8
-
Erwan Tulou authored
This fallback was an attempt to recover when a skin is poorly designed, but it causes problems under some circumstances. So let's remove it !
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
after changes on the way the codec is reinitialized after seeking and the internal lock Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Thomas Guillem authored
-
Thomas Guillem 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>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 27 Apr, 2015 6 commits
-
-
Steve Lhomme authored
may share some resources between the decoder pool pictures and the va. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
Pointed-out-by: Thomas Guillem <thomas@gllm.fr>
-
Thomas Guillem authored
-
Thomas Guillem 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>
-
- 26 Apr, 2015 2 commits
-
-
David Fuhrmann authored
close #14464
-
David Fuhrmann authored
-
- 25 Apr, 2015 7 commits
-
-
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
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
-
- 24 Apr, 2015 8 commits
-
-
Rémi Denis-Courmont authored
The mutex was allocated in Open() and destroyed in Setup()...
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The configuration ID must exist in this code path.
-
Rémi Denis-Courmont authored
(The reference count was updated without the mutex.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Allocating a picture does not mean much w.r.t. buffering. The decoder may just have started.
-