- 16 Oct, 2014 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
- 15 Oct, 2014 5 commits
-
-
Jean-Baptiste Kempf authored
Close #12400
-
Julian Scheel authored
This handler was a no-op and does not make sense in a fullscreen only renderer, so drop the handler. Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Julian Scheel authored
The fmt in vout_display_t is not allowed to be written to after opening the plugin without invalidating all the pictures. Instead of doing invalid writes to vd->fmt, just make use of vd->source and event arguments directly which shall hold correct values. As framerate changes are not announced by the core we need to add a local storage for comparion now as vd->fmt must not be used for it. Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Julian Scheel authored
Add a new flag, which can be used to let mmal select ahdmi mode which matches the video size and interlacing type. Using this with a proper screen one can playback for example 1080i content using the screens deinterlacing filters. The videocore is configured to scan out picture on odd/even field only according to the top_field_first mode of the video in case of interlaced video. For progressive video a progressive mode is selected. Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Julian Scheel authored
Sort vout_sys_t struct members by size to optimize packing. Signed-off-by: Julian Scheel <julian@jusst.de> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 14 Oct, 2014 16 commits
-
-
Sean McGovern authored
This was accidentally left out of b3050f68. Signed-off-by: Tristan Matthews <tmatth@videolan.org>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
fix mediacodec with android-L on Nexus 7v2. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Fix ART warning about java thread attached without a name. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Split es setup so we only call dedicated setup per handler.
-
- 13 Oct, 2014 3 commits
-
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
android-L drops support for pthread_cond_timedwait_monotonic_np and adds support for pthread_condattr_setclock. So, use the good function depending on configure detection. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This should avoid the issues of packaging libgcc_s_sjlj-1.dll, libwinpthread-1.dll and the like.
-
- 12 Oct, 2014 10 commits
-
-
Rémi Denis-Courmont authored
Return 0 as usual, rather than undefined result.
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Uwe L. Korn authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Tristan Matthews authored
-
- 11 Oct, 2014 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-