Re: [libav-devel] [PATCH] hevc: Parse the encoder info SEI

2016-03-19 Thread Vittorio Giovara
On Sat, Oct 17, 2015 at 6:25 PM, Luca Barbato wrote: > On 16/10/15 19:46, Anton Khirnov wrote: >> >> If the block above got executed, won't it attemp to skip it again? > > > it starts skipping from whenever `i` was before, alternatively I can just > process all the buffer and

Re: [libav-devel] [PATCH] hevc: Parse the encoder info SEI

2015-10-17 Thread Luca Barbato
On 16/10/15 19:46, Anton Khirnov wrote: If the block above got executed, won't it attemp to skip it again? it starts skipping from whenever `i` was before, alternatively I can just process all the buffer and not just the first arbitrary amount of it. lu

Re: [libav-devel] [PATCH] hevc: Parse the encoder info SEI

2015-10-17 Thread Anton Khirnov
Quoting Luca Barbato (2015-08-31 23:02:17) > Useful while debugging, currently only kvazaar and x265 are supported. > > Signed-off-by: Luca Barbato > --- > > Now makes sure that what is going to be printed is printable and uses > an helper to print the uuid as a string. > >

Re: [libav-devel] [PATCH] hevc: Parse the encoder info SEI

2015-10-16 Thread Luca Barbato
On 31/08/15 23:02, Luca Barbato wrote: > Useful while debugging, currently only kvazaar and x265 are supported. > > Signed-off-by: Luca Barbato > --- > > Now makes sure that what is going to be printed is printable and uses > an helper to print the uuid as a string. >

[libav-devel] [PATCH] hevc: Parse the encoder info SEI

2015-08-31 Thread Luca Barbato
Useful while debugging, currently only kvazaar and x265 are supported. Signed-off-by: Luca Barbato --- Now makes sure that what is going to be printed is printable and uses an helper to print the uuid as a string. libavcodec/hevc_sei.c | 64