Re: [libav-devel] [PATCH 2/3] mem: add av_strndup() for duplicating substrings

2014-08-13 Thread Rémi Denis-Courmont
Le 2014-08-12 19:54, Anton Khirnov a écrit : --- doc/APIchanges | 3 +++ libavutil/mem.c | 20 libavutil/mem.h | 10 ++ libavutil/version.h | 2 +- 4 files changed, 34 insertions(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index

[libav-devel] [PATCH 2/3] mem: add av_strndup() for duplicating substrings

2014-08-12 Thread Anton Khirnov
--- doc/APIchanges | 3 +++ libavutil/mem.c | 20 libavutil/mem.h | 10 ++ libavutil/version.h | 2 +- 4 files changed, 34 insertions(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index 6e5242e..fc56677 100644 --- a/doc/APIchanges +++

Re: [libav-devel] [PATCH 2/3] mem: add av_strndup() for duplicating substrings

2014-08-12 Thread Luca Barbato
On 12/08/14 18:54, Anton Khirnov wrote: --- doc/APIchanges | 3 +++ libavutil/mem.c | 20 libavutil/mem.h | 10 ++ libavutil/version.h | 2 +- 4 files changed, 34 insertions(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index

Re: [libav-devel] [PATCH 2/3] mem: add av_strndup() for duplicating substrings

2014-08-12 Thread James Almer
On 12/08/14 1:54 PM, Anton Khirnov wrote: --- doc/APIchanges | 3 +++ libavutil/mem.c | 20 libavutil/mem.h | 10 ++ libavutil/version.h | 2 +- 4 files changed, 34 insertions(+), 1 deletion(-) Shouldn't this be in avstring.h/c?

Re: [libav-devel] [PATCH 2/3] mem: add av_strndup() for duplicating substrings

2014-08-12 Thread Luca Barbato
On 12/08/14 19:24, James Almer wrote: On 12/08/14 1:54 PM, Anton Khirnov wrote: --- doc/APIchanges | 3 +++ libavutil/mem.c | 20 libavutil/mem.h | 10 ++ libavutil/version.h | 2 +- 4 files changed, 34 insertions(+), 1 deletion(-) Shouldn't

Re: [libav-devel] [PATCH 2/3] mem: add av_strndup() for duplicating substrings

2014-08-12 Thread wm4
On Tue, 12 Aug 2014 16:54:50 + Anton Khirnov an...@khirnov.net wrote: --- doc/APIchanges | 3 +++ libavutil/mem.c | 20 libavutil/mem.h | 10 ++ libavutil/version.h | 2 +- 4 files changed, 34 insertions(+), 1 deletion(-) diff --git

Re: [libav-devel] [PATCH 2/3] mem: add av_strndup() for duplicating substrings

2014-08-12 Thread Anton Khirnov
On Tue, 12 Aug 2014 19:10:20 +0200, Luca Barbato lu_z...@gentoo.org wrote: On 12/08/14 18:54, Anton Khirnov wrote: --- doc/APIchanges | 3 +++ libavutil/mem.c | 20 libavutil/mem.h | 10 ++ libavutil/version.h | 2 +- 4 files changed, 34

Re: [libav-devel] [PATCH 2/3] mem: add av_strndup() for duplicating substrings

2014-08-12 Thread Anton Khirnov
On Tue, 12 Aug 2014 21:34:33 +0200, wm4 nfx...@googlemail.com wrote: On Tue, 12 Aug 2014 16:54:50 + Anton Khirnov an...@khirnov.net wrote: --- doc/APIchanges | 3 +++ libavutil/mem.c | 20 libavutil/mem.h | 10 ++ libavutil/version.h |