[FFmpeg-devel] [PATCH 1/2] lavc: add JNI support
Matthieu Bouron
matthieu.bouron at gmail.com
Tue Mar 1 19:52:08 CET 2016
On Fri, Feb 26, 2016 at 05:36:40PM +0100, Matthieu Bouron wrote:
> On Fri, Feb 26, 2016 at 4:41 PM, Matthieu Bouron <matthieu.bouron at gmail.com>
> wrote:
>
> > On Mon, Feb 22, 2016 at 12:20:35PM +0100, Matthieu Bouron wrote:
> > > From: Matthieu Bouron <matthieu.bouron at stupeflix.com>
> > >
> >
>
> [...]
>
>
> >
> > Patch updated with the following differences:
> > * fix of switch/case code style
> > * removal of a miss declaration of FFJNIField enum as a global variable
> >
> >
> Patch updated with the following differences:
> * fixes a few typo in comments
> * fixes a if statement in ff_jni_init_jfields
Patch updated with the following differences:
* fixes a few typo in comments and message logs
* add missing .so at end of library names when trying to find
JNI_GetCreatedVMs symbol (also add libart.so)
* reintroduce public functions that allow the user to set the Java
virtual machine (av_jni_(set,get)_java_vm) as the private C++
JniInvocation wrapper is not available on all devices (android >= 4.4)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavc-add-JNI-support.patch
Type: text/x-diff
Size: 28528 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160301/4f6cf1bf/attachment.patch>
More information about the ffmpeg-devel
mailing list