- 30 Apr, 2015 3 commits
-
-
Jonathan Calmels authored
Signed-off-by: Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Jean-Baptiste Kempf authored
This should avoid numerous crashes
-
Hugo Beauzée-Luyssen authored
This is meant to serve as a base for our Outreachy student's project: https://wiki.gnome.org/Outreachy/2015/MayAugust#VideoLAN refs #9396
-
- 29 Apr, 2015 6 commits
-
-
Rémi Denis-Courmont authored
On the one hand, when decoding in hardware, the video surface dimensions will match the coded dimensions, rather than the visible ones. Otherwise the hardware decoder would not have enough space for its output. In this the libavcodec plugin does not add padding (since libavcodec SIMD optimizations are not involved). On the other hand, when decoding in software, the video surface height must not include the padding added by libavcodec SIMD optimizations. So then the visible height needs to be used to avoid bleeding green lines.
-
Rémi Denis-Courmont authored
This reverts commit 3447e875.
-
Thomas Guillem authored
It allows an application to re-activate video when the media was played without video (i.e. with :no-video).
-
Thomas Guillem authored
It happens in case of underflow: if there is too much delay between two consecutives call of Play or TimeGet.
-
Thomas Guillem authored
If activated, most of the resampling will be done by VLC. Deactivated for now since android resampler is better than the ugly resampler.
-
Hugo Beauzée-Luyssen authored
-
- 28 Apr, 2015 26 commits
-
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
A wise man once said: "always do a make distcheck when you move some files"
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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 5 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>
-