Re: [FFmpeg-devel] [PATCH 2/3] hevc: Support extradata changes

2016-11-29 Thread Michael Niedermayer
On Tue, Nov 29, 2016 at 10:53:15AM -0500, Vittorio Giovara wrote: > On Tue, Nov 29, 2016 at 7:20 AM, Michael Niedermayer > wrote: > > On Mon, Nov 28, 2016 at 10:03:37PM -0500, Vittorio Giovara wrote: > >> On Mon, Nov 28, 2016 at 9:06 PM, Michael Niedermayer > >> wrote: > >> > On Tue, Nov 08, 2016

Re: [FFmpeg-devel] [PATCH 2/3] hevc: Support extradata changes

2016-11-29 Thread Vittorio Giovara
On Tue, Nov 29, 2016 at 7:20 AM, Michael Niedermayer wrote: > On Mon, Nov 28, 2016 at 10:03:37PM -0500, Vittorio Giovara wrote: >> On Mon, Nov 28, 2016 at 9:06 PM, Michael Niedermayer >> wrote: >> > On Tue, Nov 08, 2016 at 05:03:27PM -0500, Vittorio Giovara wrote: >> >> Signed-off-by: Vittorio Gi

Re: [FFmpeg-devel] [PATCH 2/3] hevc: Support extradata changes

2016-11-29 Thread Michael Niedermayer
On Mon, Nov 28, 2016 at 10:03:37PM -0500, Vittorio Giovara wrote: > On Mon, Nov 28, 2016 at 9:06 PM, Michael Niedermayer > wrote: > > On Tue, Nov 08, 2016 at 05:03:27PM -0500, Vittorio Giovara wrote: > >> Signed-off-by: Vittorio Giovara > >> --- > >> Applied review. > >> Please CC. > >> Vittorio

Re: [FFmpeg-devel] [PATCH 2/3] hevc: Support extradata changes

2016-11-28 Thread Vittorio Giovara
On Mon, Nov 28, 2016 at 9:06 PM, Michael Niedermayer wrote: > On Tue, Nov 08, 2016 at 05:03:27PM -0500, Vittorio Giovara wrote: >> Signed-off-by: Vittorio Giovara >> --- >> Applied review. >> Please CC. >> Vittorio >> >> libavcodec/hevc.c | 10 ++ >> libavformat/mov.c | 4 > > pleas

Re: [FFmpeg-devel] [PATCH 2/3] hevc: Support extradata changes

2016-11-28 Thread Michael Niedermayer
On Tue, Nov 08, 2016 at 05:03:27PM -0500, Vittorio Giovara wrote: > Signed-off-by: Vittorio Giovara > --- > Applied review. > Please CC. > Vittorio > > libavcodec/hevc.c | 10 ++ > libavformat/mov.c | 4 please split this in 2 patches, the libavcodec one probably should also have i

Re: [FFmpeg-devel] [PATCH 2/3] hevc: Support extradata changes

2016-11-28 Thread Vittorio Giovara
On Thu, Nov 17, 2016 at 10:38 AM, Vittorio Giovara wrote: > On Tue, Nov 8, 2016 at 5:03 PM, Vittorio Giovara > wrote: >> Signed-off-by: Vittorio Giovara >> --- Hi, if no further objections I'll push the set tomorrow. o hevc: Support extradata changes o hevc: Allow parsing

Re: [FFmpeg-devel] [PATCH 2/3] hevc: Support extradata changes

2016-11-17 Thread Vittorio Giovara
On Tue, Nov 8, 2016 at 5:03 PM, Vittorio Giovara wrote: > Signed-off-by: Vittorio Giovara > --- > Applied review. > Please CC. > Vittorio > > libavcodec/hevc.c | 10 ++ > libavformat/mov.c | 4 > 2 files changed, 10 insertions(+), 4 deletions(-) > > diff --git a/libavcodec/hevc.c b

[FFmpeg-devel] [PATCH 2/3] hevc: Support extradata changes

2016-11-08 Thread Vittorio Giovara
Signed-off-by: Vittorio Giovara --- Applied review. Please CC. Vittorio libavcodec/hevc.c | 10 ++ libavformat/mov.c | 4 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c index 02fd606..4417f79 100644 --- a/libavcodec/hevc.c +++