Re: [FFmpeg-devel] [PATCH 1/2] lavc/mediacodecdec_h264: switch to new BSF API

2016-06-03 Thread Matthieu Bouron
On Wed, Jun 01, 2016 at 11:25:07AM +0200, Matthieu Bouron wrote: > On Tue, May 31, 2016 at 10:13:40AM +0200, Matthieu Bouron wrote: > > On Sun, May 29, 2016 at 10:15:44AM +0200, Matthieu Bouron wrote: > > > On Fri, May 27, 2016 at 10:13:20AM +0200, Matthieu Bouron wrote: > > > > From: Matthieu Bour

Re: [FFmpeg-devel] [PATCH 1/2] lavc/mediacodecdec_h264: switch to new BSF API

2016-06-01 Thread Matthieu Bouron
On Tue, May 31, 2016 at 10:13:40AM +0200, Matthieu Bouron wrote: > On Sun, May 29, 2016 at 10:15:44AM +0200, Matthieu Bouron wrote: > > On Fri, May 27, 2016 at 10:13:20AM +0200, Matthieu Bouron wrote: > > > From: Matthieu Bouron > > > > > > --- > > > libavcodec/mediacodecdec_h264.c | 61 > > > +

Re: [FFmpeg-devel] [PATCH 1/2] lavc/mediacodecdec_h264: switch to new BSF API

2016-05-31 Thread Matthieu Bouron
On Sun, May 29, 2016 at 10:15:44AM +0200, Matthieu Bouron wrote: > On Fri, May 27, 2016 at 10:13:20AM +0200, Matthieu Bouron wrote: > > From: Matthieu Bouron > > > > --- > > libavcodec/mediacodecdec_h264.c | 61 > > + > > 1 file changed, 37 insertions(+),

Re: [FFmpeg-devel] [PATCH 1/2] lavc/mediacodecdec_h264: switch to new BSF API

2016-05-29 Thread Matthieu Bouron
On Fri, May 27, 2016 at 10:13:20AM +0200, Matthieu Bouron wrote: > From: Matthieu Bouron > > --- > libavcodec/mediacodecdec_h264.c | 61 > + > 1 file changed, 37 insertions(+), 24 deletions(-) > > diff --git a/libavcodec/mediacodecdec_h264.c b/libavcodec

[FFmpeg-devel] [PATCH 1/2] lavc/mediacodecdec_h264: switch to new BSF API

2016-05-27 Thread Matthieu Bouron
From: Matthieu Bouron --- libavcodec/mediacodecdec_h264.c | 61 + 1 file changed, 37 insertions(+), 24 deletions(-) diff --git a/libavcodec/mediacodecdec_h264.c b/libavcodec/mediacodecdec_h264.c index 2d1d525..7f764e9 100644 --- a/libavcodec/mediacodecdec