- 23 Apr, 2015 15 commits
-
-
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 18 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
-
Thomas Guillem authored
Add the delay to ts_bound when calling input_clock_ConvertTS (For audio, i_ts_bound is 3000ms). Fixes #4847
-
- 21 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
-
Francois Cartegnie authored
Since the copy mpeg2 packetizer is no longer accepting mpg2 fourcc, the -broken- ms-dvr files are not packetized.
-
Rémi Denis-Courmont authored
-