On Fri, 9 Oct 2015 19:16:01 +0200
wm4 wrote:
> On Fri, 9 Oct 2015 18:26:48 +0200
> Matthieu Bouron wrote:
>
> > Hello,
> >
> > The following patchset add support for the Java Native Interface in
> > FFmpeg through different helpers to:
> >
> > * manage the JNI environment (attach/detach),
On Fri, 9 Oct 2015 18:26:48 +0200
Matthieu Bouron wrote:
> Hello,
>
> The following patchset add support for the Java Native Interface in
> FFmpeg through different helpers to:
>
> * manage the JNI environment (attach/detach),
> * load classes/methods/fields from a single interface
> (avp
On Fri, Oct 9, 2015 at 6:55 PM, Jean-Baptiste Kempf wrote:
> On 09 Oct, Matthieu Bouron wrote :
> > The following patchset add support for the Java Native Interface in
> > FFmpeg through different helpers to:
> >
> > * manage the JNI environment (attach/detach),
> > * load classes/methods/fie
On 09 Oct, Matthieu Bouron wrote :
> The following patchset add support for the Java Native Interface in
> FFmpeg through different helpers to:
>
> * manage the JNI environment (attach/detach),
> * load classes/methods/fields from a single interface
> (avpriv_jni_init_jfields)
> * manage an
Hello,
The following patchset add support for the Java Native Interface in
FFmpeg through different helpers to:
* manage the JNI environment (attach/detach),
* load classes/methods/fields from a single interface
(avpriv_jni_init_jfields)
* manage android application context and class loade