Re: [FFmpeg-devel] [PATCH] lavf/aviobuf: add ff_get_line2() variant

2016-10-20 Thread Michael Niedermayer
On Thu, Oct 20, 2016 at 04:05:07PM +0200, Stefano Sabatini wrote: > On date Tuesday 2016-10-18 16:48:02 +0200, Michael Niedermayer encoded: > > On Tue, Oct 18, 2016 at 01:32:12PM +0200, Stefano Sabatini wrote: > [...] > > > aviobuf.c | 18 +++--- > > > internal.h | 14

Re: [FFmpeg-devel] [PATCH] lavf/aviobuf: add ff_get_line2() variant

2016-10-20 Thread Stefano Sabatini
On date Tuesday 2016-10-18 16:48:02 +0200, Michael Niedermayer encoded: > On Tue, Oct 18, 2016 at 01:32:12PM +0200, Stefano Sabatini wrote: [...] > > aviobuf.c | 18 +++--- > > internal.h | 14 ++ > > 2 files changed, 29 insertions(+), 3 deletions(-) > > 19b979c45f0879

Re: [FFmpeg-devel] [PATCH] lavf/aviobuf: add ff_get_line2() variant

2016-10-18 Thread Michael Niedermayer
On Tue, Oct 18, 2016 at 01:32:12PM +0200, Stefano Sabatini wrote: > On date Thursday 2016-10-13 21:59:19 +0200, Michael Niedermayer encoded: > > On Thu, Oct 13, 2016 at 07:40:59PM +0200, Stefano Sabatini wrote: > > > This allows to probe if the read line was partially discarded. > > > --- > > > li

Re: [FFmpeg-devel] [PATCH] lavf/aviobuf: add ff_get_line2() variant

2016-10-18 Thread Stefano Sabatini
On date Thursday 2016-10-13 21:59:19 +0200, Michael Niedermayer encoded: > On Thu, Oct 13, 2016 at 07:40:59PM +0200, Stefano Sabatini wrote: > > This allows to probe if the read line was partially discarded. > > --- > > libavformat/aviobuf.c | 10 +- > > libavformat/internal.h | 14 ++

Re: [FFmpeg-devel] [PATCH] lavf/aviobuf: add ff_get_line2() variant

2016-10-13 Thread Michael Niedermayer
On Thu, Oct 13, 2016 at 07:40:59PM +0200, Stefano Sabatini wrote: > This allows to probe if the read line was partially discarded. > --- > libavformat/aviobuf.c | 10 +- > libavformat/internal.h | 14 ++ > 2 files changed, 23 insertions(+), 1 deletion(-) > > diff --git a/liba

[FFmpeg-devel] [PATCH] lavf/aviobuf: add ff_get_line2() variant

2016-10-13 Thread Stefano Sabatini
This allows to probe if the read line was partially discarded. --- libavformat/aviobuf.c | 10 +- libavformat/internal.h | 14 ++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c index 134d627..28183b4 100644 --- a/li