- 09 Oct, 2012 4 commits
-
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
- 08 Oct, 2012 13 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
Now, every video window is responsible for the fullscreen handling for its own. Furthermore, fullscreen now acts entirely in response to vout events, and not over the playlist fullscreen variable callback anymore. Native fullscreen mode should also work correctly, but of course only for embedded video in mainwindow.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
avformat: if we use dummy access, let avformat write to dst itself, usable for example smootstreaming output
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
-
Martin Storsjö authored
The MediaCodec API is a pretty thin layer on top of OMX, so while it in principle doesn't gain us much, it is an official API, while the OMX parts aren't. This API is a Java API, so we have to use JNI to access it. While this is a few layers extra, it is supposed to be a fixed API/ABI (contrary to the IOMX layer which is unsupported in practice, but where the ABI has been broken only between certain major releases). This should in principle be enabled by default (without any settings check box), since this is official public API and is supposed to work. However in practice it might still be useful to be able to disable/enable it at runtime, since there's currently very little guarantees from Android about how to interpret the decoded YUV data, and what pixel formats devices can use. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
This allows us to use it on x86_64, ppc and iOS, too.
-
Rafaël Carré authored
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
-
- 07 Oct, 2012 4 commits
-
-
Pierre Ynard authored
-
Martin Storsjö authored
Remove the configure option for enabling iomx - there is no point in using this module on any other platform than android. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Frédéric Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Frédéric Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 06 Oct, 2012 16 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
Where it belongs. Used with --video-filter rotate --rotate-use-motion
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
While this plugin is normally only used with pace-controlled outputs, it does not need pace control itself.
-
Rémi Denis-Courmont authored
Any object can do. So do not bother with p_sout.
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
This reverts commit 2c055dc8.
-
Ilkka Ollakka authored
-
- 05 Oct, 2012 3 commits
-
-
Felix Paul Kühne authored
-
Frédéric Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Frédéric Yhuel authored
This patch fixes playback for this VOD stream: http://mediadl.microsoft.com/mediadl/IISNET/SmoothMedia/Learn/795/Bill_Staples_Cineform.ism/ManifestSigned-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-