[FFmpeg-devel] [PATCH 2/4] lavc: add vp8/vp9 mediacodec decoders
James Zern
jzern at google.com
Wed Oct 12 21:09:11 EEST 2016
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/7d991cef305e95cae5cd2a9feadf4af8858b284b/library/src/main/java/com/google/android/exoplayer2/mediacodec/MediaCodecUtil.java#L214
More information about the ffmpeg-devel
mailing list