- 24 Apr, 2015 4 commits
-
-
Rafaël Carré authored
VLC itself has no submodules
-
Thomas Guillem authored
More comments, try to make it clearer, release p_block and p_pic in only one place. It also fixes a p_block leak if we were not able to create a p_pic.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
- 23 Apr, 2015 19 commits
-
-
Francois Cartegnie authored
According to ISO 14496-10 7.4.1.2.4, next first NAL of next picture appears when nal_ref_ids differs with one being equal to 0.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The decoder can now detect and avoid this case. Retaining the conversion is counter-productive (especially for transcode).
-
Rémi Denis-Courmont authored
This partially reverts commit 84b23f96, which is no longer necessary.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This makes checking for video output support before activation a lot simpler (especially avoiding callbacks). This effectively reverts commit b667100b.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The decoder can request another format, or even retry the same format with better luck next time. So do not set b_error. b_error is for unrecoverable failures, such as if the decoder module is upset.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
-
Thomas Guillem authored
It's now safe to close and open MediaCodec during playback.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Francois Cartegnie authored
-
Steve Lhomme authored
Signed-off-by: Thomas Guillem <thomas@gllm.fr>
-
- 22 Apr, 2015 17 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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
And fix locking around fmt_out in case of hwaccel.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The decoder downstream is not allowed to return smaller pictures than requested. Only alignment can still potentially be an issue.
-
Rémi Denis-Courmont authored
ffmpeg_NewPictBuf() already takes care of it.
-
David Fuhrmann authored
-
Aleksandr Pasechnik authored
Allow the mouse cursor to be hidden in regular active video windws, in addition to fullscreen videos. Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
-- stangely a similar patch was merged and is now gone oO Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-