Re: [libav-devel] [PATCH] h264: Parse only the x264 info unregisterd sei

2016-02-04 Thread Henrik Gramner
On Wed, Jul 29, 2015 at 10:51 PM, Luca Barbato wrote: > And restrict the string to ascii text. Restricting to printable characters would be even better. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-de

Re: [libav-devel] [PATCH] h264: Parse only the x264 info unregisterd sei

2016-02-04 Thread Vittorio Giovara
On Thu, Jan 28, 2016 at 9:49 PM, Luca Barbato wrote: > On 29/07/15 22:51, Luca Barbato wrote: >> And restrict the string to ascii text. >> >> CC: libav-sta...@libav.org >> >> Signed-off-by: Luca Barbato >> --- >> libavcodec/h264_sei.c | 57 >> ++-

Re: [libav-devel] [PATCH] h264: Parse only the x264 info unregisterd sei

2016-01-28 Thread Luca Barbato
On 29/07/15 22:51, Luca Barbato wrote: > And restrict the string to ascii text. > > CC: libav-sta...@libav.org > > Signed-off-by: Luca Barbato > --- > libavcodec/h264_sei.c | 57 > ++- > 1 file changed, 47 insertions(+), 10 deletions(-) > > diff

Re: [libav-devel] [PATCH] h264: Parse only the x264 info unregisterd sei

2015-08-01 Thread Luca Barbato
On 01/08/15 20:32, Anton Khirnov wrote: > Quoting Luca Barbato (2015-08-01 14:16:45) >> On 31/07/15 07:59, Anton Khirnov wrote: >>> Quoting Luca Barbato (2015-07-29 22:51:05) And restrict the string to ascii text. CC: libav-sta...@libav.org Signed-off-by: Luca Barbato

Re: [libav-devel] [PATCH] h264: Parse only the x264 info unregisterd sei

2015-08-01 Thread Anton Khirnov
Quoting Luca Barbato (2015-08-01 14:16:45) > On 31/07/15 07:59, Anton Khirnov wrote: > > Quoting Luca Barbato (2015-07-29 22:51:05) > >> And restrict the string to ascii text. > >> > >> CC: libav-sta...@libav.org > >> > >> Signed-off-by: Luca Barbato > >> --- > >> libavcodec/h264_sei.c | 57 > >>

Re: [libav-devel] [PATCH] h264: Parse only the x264 info unregisterd sei

2015-08-01 Thread Luca Barbato
On 31/07/15 07:59, Anton Khirnov wrote: > Quoting Luca Barbato (2015-07-29 22:51:05) >> And restrict the string to ascii text. >> >> CC: libav-sta...@libav.org >> >> Signed-off-by: Luca Barbato >> --- >> libavcodec/h264_sei.c | 57 >> ++- >> 1 file

Re: [libav-devel] [PATCH] h264: Parse only the x264 info unregisterd sei

2015-07-31 Thread Anton Khirnov
Quoting Luca Barbato (2015-07-29 22:51:05) > And restrict the string to ascii text. > > CC: libav-sta...@libav.org > > Signed-off-by: Luca Barbato > --- > libavcodec/h264_sei.c | 57 > ++- > 1 file changed, 47 insertions(+), 10 deletions(-) > >

Re: [libav-devel] [PATCH] h264: Parse only the x264 info unregisterd sei

2015-07-30 Thread Anton Khirnov
Quoting Luca Barbato (2015-07-29 22:51:05) > And restrict the string to ascii text. > > CC: libav-sta...@libav.org > > Signed-off-by: Luca Barbato > --- > libavcodec/h264_sei.c | 57 > ++- > 1 file changed, 47 insertions(+), 10 deletions(-) > >

[libav-devel] [PATCH] h264: Parse only the x264 info unregisterd sei

2015-07-29 Thread Luca Barbato
And restrict the string to ascii text. CC: libav-sta...@libav.org Signed-off-by: Luca Barbato --- libavcodec/h264_sei.c | 57 ++- 1 file changed, 47 insertions(+), 10 deletions(-) diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c index 1

Re: [libav-devel] [PATCH] h264: Parse only the x264 info unregisterd sei

2015-07-27 Thread Vittorio Giovara
On Mon, Jul 27, 2015 at 2:44 PM, Luca Barbato wrote: > On 27/07/15 15:35, Vittorio Giovara wrote: >> On Sat, Jul 25, 2015 at 4:59 PM, Luca Barbato wrote: >>> And restrict the string to ascii text. >>> >>> CC: libav-sta...@libav.org >>> --- >>> >>> libavcodec/h264_sei.c | 53 >>>

Re: [libav-devel] [PATCH] h264: Parse only the x264 info unregisterd sei

2015-07-27 Thread Luca Barbato
On 27/07/15 15:35, Vittorio Giovara wrote: > On Sat, Jul 25, 2015 at 4:59 PM, Luca Barbato wrote: >> And restrict the string to ascii text. >> >> CC: libav-sta...@libav.org >> --- >> >> libavcodec/h264_sei.c | 53 >> +-- >> 1 file changed, 43 inser

Re: [libav-devel] [PATCH] h264: Parse only the x264 info unregisterd sei

2015-07-27 Thread Vittorio Giovara
On Sat, Jul 25, 2015 at 4:59 PM, Luca Barbato wrote: > And restrict the string to ascii text. > > CC: libav-sta...@libav.org > --- > > libavcodec/h264_sei.c | 53 > +-- > 1 file changed, 43 insertions(+), 10 deletions(-) > > diff --git a/libavcodec

[libav-devel] [PATCH] h264: Parse only the x264 info unregisterd sei

2015-07-25 Thread Luca Barbato
And restrict the string to ascii text. CC: libav-sta...@libav.org --- libavcodec/h264_sei.c | 53 +-- 1 file changed, 43 insertions(+), 10 deletions(-) diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c index 1f3844b..7a5c9d6 100644 --- a/