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
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 i
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
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 softw
On Wed, Sep 7, 2016 at 4:53 PM, Matthieu Bouron
wrote:
> From: Matthieu Bouron
>
> ---
> configure | 3 +
> libavcodec/Makefile| 3 +-
> libavcodec/allcodecs.c | 2 +
> libavcodec/hevc_par
From: Matthieu Bouron
---
configure | 3 +
libavcodec/Makefile| 3 +-
libavcodec/allcodecs.c | 2 +
libavcodec/hevc_parse.c| 134 ++
libavcodec/hevc_