[FFmpeg-devel] [PATCH 2/4] lavc: add vp8/vp9 mediacodec decoders
Matthieu Bouron
matthieu.bouron at gmail.com
Thu Oct 13 18:12:38 EEST 2016
On Wed, Oct 12, 2016 at 8:09 PM, James Zern <jzern-at-google.com at ffmpeg.org>
wrote:
> On Wed, Oct 12, 2016 at 6:22 AM, Matthieu Bouron <
> matthieu.bouron at gmail.com>
> wrote:
>
> > From: Matthieu Bouron <matthieu.bouron at stupeflix.com>
> >
> > ---
> > configure | 4 +++
> > libavcodec/Makefile | 2 ++
> > libavcodec/allcodecs.c | 4 +++
> > libavcodec/mediacodecdec.c | 14 ++++++++
> > libavcodec/mediacodecdec_h2645.c | 73 ++++++++++++++++++++++++++++++
> > +++++++++-
> > libavcodec/version.h | 2 +-
> > 6 files changed, 97 insertions(+), 2 deletions(-)
> >
> >
> Exoplayer [1] and probably others have some blacklists for vp8/9, not sure
> if you want to pick them up here.
>
> [1]
> https://github.com/google/ExoPlayer/blob/7d991cef305e95cae5cd2a9feadf4a
> f8858b284b/library/src/main/java/com/google/android/exoplayer2/mediacodec/
> MediaCodecUtil.java#L214
Thanks for the reference. This is something I will add in a separate patch
I think.
[...]
More information about the ffmpeg-devel
mailing list