Re: [FFmpeg-devel] [PATCH 2/2] lavc: add hevc mediacodec decoder

2016-09-15 Thread Matthieu Bouron
On Thu, Sep 15, 2016 at 04:57:42PM +0200, Matthieu Bouron wrote: > On Fri, Sep 09, 2016 at 04:46:25PM +0200, Matthieu Bouron wrote: > [...] > > Updated patch attached. It now checks if the hevc decoder supports the > > stream profile before using it. > > The patch depends on the following patch on

Re: [FFmpeg-devel] [PATCH 2/2] lavc: add hevc mediacodec decoder

2016-09-15 Thread Matthieu Bouron
On Fri, Sep 09, 2016 at 04:46:25PM +0200, Matthieu Bouron wrote: [...] > Updated patch attached. It now checks if the hevc decoder supports the > stream profile before using it. > The patch depends on the following patch on the ml to work properly on > android < 24: > lavc/ffjni: do not error out

Re: [FFmpeg-devel] [PATCH 2/2] lavc: add hevc mediacodec decoder

2016-09-09 Thread James Almer
On 9/9/2016 12:04 PM, James Almer wrote: > On 9/9/2016 11:46 AM, Matthieu Bouron wrote: >> diff --git a/libavcodec/hevc_parse.c b/libavcodec/hevc_parse.c >> new file mode 100644 >> index 000..cf04bc2 >> --- /dev/null >> +++ b/libavcodec/hevc_parse.c >> @@ -0,0 +1,134 @@ >> +/* >> + * This file

Re: [FFmpeg-devel] [PATCH 2/2] lavc: add hevc mediacodec decoder

2016-09-09 Thread James Almer
On 9/9/2016 11:46 AM, Matthieu Bouron wrote: > diff --git a/libavcodec/hevc_parse.c b/libavcodec/hevc_parse.c > new file mode 100644 > index 000..cf04bc2 > --- /dev/null > +++ b/libavcodec/hevc_parse.c > @@ -0,0 +1,134 @@ > +/* > + * This file is part of FFmpeg. > + * > + * FFmpeg is free

Re: [FFmpeg-devel] [PATCH 2/2] lavc: add hevc mediacodec decoder

2016-09-09 Thread Matthieu Bouron
On Wed, Sep 7, 2016 at 4:53 PM, Matthieu Bouron wrote: > From: Matthieu Bouron > > --- > configure | 3 + > libavcodec/Makefile| 3 +- > libavcodec/allcodecs.c

[FFmpeg-devel] [PATCH 2/2] lavc: add hevc mediacodec decoder

2016-09-07 Thread Matthieu Bouron
From: Matthieu Bouron --- configure | 3 + libavcodec/Makefile| 3 +- libavcodec/allcodecs.c | 2 + libavcodec/hevc_parse.c| 134