Re: [libav-devel] [PATCH 02/14] aac_adtstoasc_bsf: convert to the new API

2016-11-27 Thread Anton Khirnov
Quoting James Almer (2016-11-25 03:02:30) > On 3/19/2016 1:02 PM, Anton Khirnov wrote: > > Quoting Luca Barbato (2016-03-07 09:10:14) > >> On 07/03/16 08:59, Luca Barbato wrote: > >>> On 04/03/16 09:15, Anton Khirnov wrote: > --- > libavcodec/aac_adtstoasc_bsf.c | 95 >

Re: [libav-devel] [PATCH 02/14] aac_adtstoasc_bsf: convert to the new API

2016-11-24 Thread James Almer
On 3/19/2016 1:02 PM, Anton Khirnov wrote: > Quoting Luca Barbato (2016-03-07 09:10:14) >> On 07/03/16 08:59, Luca Barbato wrote: >>> On 04/03/16 09:15, Anton Khirnov wrote: --- libavcodec/aac_adtstoasc_bsf.c | 95 ++

Re: [libav-devel] [PATCH 02/14] aac_adtstoasc_bsf: convert to the new API

2016-03-19 Thread Anton Khirnov
Quoting Luca Barbato (2016-03-07 09:10:14) > On 07/03/16 08:59, Luca Barbato wrote: > > On 04/03/16 09:15, Anton Khirnov wrote: > >> --- > >> libavcodec/aac_adtstoasc_bsf.c | 95 > >> ++ > >> libavcodec/allcodecs.c | 1 - > >>

Re: [libav-devel] [PATCH 02/14] aac_adtstoasc_bsf: convert to the new API

2016-03-07 Thread Luca Barbato
On 07/03/16 08:59, Luca Barbato wrote: > On 04/03/16 09:15, Anton Khirnov wrote: >> --- >> libavcodec/aac_adtstoasc_bsf.c | 95 >> ++ >> libavcodec/allcodecs.c | 1 - >> libavcodec/bitstream_filters.c | 5 +++ >> 3 files changed, 65

Re: [libav-devel] [PATCH 02/14] aac_adtstoasc_bsf: convert to the new API

2016-03-06 Thread Luca Barbato
On 04/03/16 09:15, Anton Khirnov wrote: > --- > libavcodec/aac_adtstoasc_bsf.c | 95 > ++ > libavcodec/allcodecs.c | 1 - > libavcodec/bitstream_filters.c | 5 +++ > 3 files changed, 65 insertions(+), 36 deletions(-) > Possibly Ok. lu

[libav-devel] [PATCH 02/14] aac_adtstoasc_bsf: convert to the new API

2016-03-04 Thread Anton Khirnov
--- libavcodec/aac_adtstoasc_bsf.c | 95 ++ libavcodec/allcodecs.c | 1 - libavcodec/bitstream_filters.c | 5 +++ 3 files changed, 65 insertions(+), 36 deletions(-) diff --git a/libavcodec/aac_adtstoasc_bsf.c b/libavcodec/aac_adtstoasc_bsf.c