Re: [FFmpeg-devel] [PATCH] add support to Android ndk MediaCodec for encoding/decoding

2020-06-28 Thread Olivier Ayache
Thank for your replies I choose the NDK approach in order to be able to be independant from the JVM, to maximize performance and to be sure to detect compatibility issues (using JNI approach can compile and crash at runtime). Concerning the version of Android it is compatible from API 21 (94% of d

Re: [FFmpeg-devel] [PATCH] add support to Android ndk MediaCodec for encoding/decoding

2020-06-28 Thread Matthieu Bouron
On Sat, Jun 27, 2020 at 09:54:58PM +0300, Martin Storsjö wrote: > On Sat, 27 Jun 2020, Olivier Ayache wrote: > > > Hi everyone this is the first time I post on this mailing list. I am > > working since several years on a fork of Xuggler for manipulating ffmpeg > > API with Java/Kotlin. > > This wo

Re: [FFmpeg-devel] [PATCH] add support to Android ndk MediaCodec for encoding/decoding

2020-06-27 Thread Martin Storsjö
On Sat, 27 Jun 2020, Olivier Ayache wrote: Hi everyone this is the first time I post on this mailing list. I am working since several years on a fork of Xuggler for manipulating ffmpeg API with Java/Kotlin. This work leads me to develop encoder and decoder based on Android NDK MediaCodec. This

Re: [FFmpeg-devel] [PATCH] add support to Android ndk MediaCodec for encoding/decoding

2020-06-27 Thread Carl Eugen Hoyos
Am Sa., 27. Juni 2020 um 16:33 Uhr schrieb Olivier Ayache : > > Hi everyone this is the first time I post on this mailing list. I am > working since several years on a fork of Xuggler for manipulating ffmpeg > API with Java/Kotlin. > This work leads me to develop encoder and decoder based on Androi

[FFmpeg-devel] [PATCH] add support to Android ndk MediaCodec for encoding/decoding

2020-06-27 Thread Olivier Ayache
Hi everyone this is the first time I post on this mailing list. I am working since several years on a fork of Xuggler for manipulating ffmpeg API with Java/Kotlin. This work leads me to develop encoder and decoder based on Android NDK MediaCodec. This work can be found on my Github repository htt