Re: [FFmpeg-devel] Add JNI and Android content resolver support

2015-10-09 Thread compn
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),

Re: [FFmpeg-devel] Add JNI and Android content resolver support

2015-10-09 Thread wm4
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

Re: [FFmpeg-devel] Add JNI and Android content resolver support

2015-10-09 Thread Matthieu Bouron
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

Re: [FFmpeg-devel] Add JNI and Android content resolver support

2015-10-09 Thread Jean-Baptiste Kempf
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

[FFmpeg-devel] Add JNI and Android content resolver support

2015-10-09 Thread Matthieu Bouron
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