- Oct 08, 2012
-
-
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
-
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
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
-
- Oct 07, 2012
-
-
Pierre Ynard 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>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Oct 06, 2012
-
-
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
-
- Oct 05, 2012
-
-
Felix Paul Kühne authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
This patch fixes playback for this VOD stream: http://mediadl.microsoft.com/mediadl/IISNET/SmoothMedia/Learn/795/Bill_Staples_Cineform.ism/Manifest Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
and prepare subtitle support Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Felix Paul Kühne authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org> Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org> Signed-off-by:
Rafaël Carré <funman@videolan.org>
-