- 28 Apr, 2015 23 commits
-
-
Thomas Guillem authored
A failing decoder_UpdateVideoFormat is critical, unlike a failing decoder_NewPicture.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Now that we can open and close MediaCodec from the same thread, we can reach quickly the limit of 512 LocalRefs.
-
Thomas Guillem authored
Don't abort if H264 fmt doesn't have any valid size or extra. The SPS/PPS will be parsed from DecodeVideo, MediaCodec will be (re)started if video size changes and valid SPS/PPS will be sent via BUFFER_FLAG_CODEC_CONFIG flag.
-
Thomas Guillem authored
Via PutInput with the BUFFER_FLAG_CODEC_CONFIG flag. It allows to send codec specific data during playback without restarting MediaCodec. If you choose to configure codec via this flags, you shouldn't set the "csd-0" buffer during MediaCodec initialization.
-
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 2 commits
-
-
Rémi Denis-Courmont authored
The mutex was allocated in Open() and destroyed in Setup()...
-
Rémi Denis-Courmont authored
-