Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-18 Thread Michael Niedermayer
On Fri, Jul 17, 2020 at 02:25:24PM -0700, Yongle Lin wrote: > On Wed, Jul 15, 2020 at 4:13 PM Mark Thompson wrote: > > > On 15/07/2020 18:43, Yongle Lin wrote: > > > add block type field to AVVideoBlockParams so we could either export or > > visualize it later. > > > --- > > >

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-17 Thread Yongle Lin
On Wed, Jul 15, 2020 at 4:13 PM Mark Thompson wrote: > On 15/07/2020 18:43, Yongle Lin wrote: > > add block type field to AVVideoBlockParams so we could either export or > visualize it later. > > --- > > libavutil/video_enc_params.h | 19 +++ > > 1 file changed, 19

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-15 Thread Lynne
Jul 16, 2020, 00:06 by s...@jkqxz.net: > On 15/07/2020 18:43, Yongle Lin wrote: > >> add block type field to AVVideoBlockParams so we could either export or >> visualize it later. >> --- >> libavutil/video_enc_params.h | 19 +++ >> 1 file changed, 19 insertions(+) >> >> diff

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-15 Thread Mark Thompson
On 16/07/2020 00:35, Lynne wrote: Jul 16, 2020, 00:06 by s...@jkqxz.net: On 15/07/2020 18:43, Yongle Lin wrote: add block type field to AVVideoBlockParams so we could either export or visualize it later. --- libavutil/video_enc_params.h | 19 +++ 1 file changed, 19

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-15 Thread Mark Thompson
On 15/07/2020 18:43, Yongle Lin wrote: add block type field to AVVideoBlockParams so we could either export or visualize it later. --- libavutil/video_enc_params.h | 19 +++ 1 file changed, 19 insertions(+) diff --git a/libavutil/video_enc_params.h

[FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-15 Thread Yongle Lin
add block type field to AVVideoBlockParams so we could either export or visualize it later. --- libavutil/video_enc_params.h | 19 +++ 1 file changed, 19 insertions(+) diff --git a/libavutil/video_enc_params.h b/libavutil/video_enc_params.h index 43fa443154..8bf5f240c9 100644

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-08 Thread Yongle Lin
On Tue, Jul 7, 2020 at 12:59 AM Anton Khirnov wrote: > Quoting Yongle Lin (2020-07-06 23:08:17) > > add block type field to AVVideoBlockParams so we could either export or > visualize it later. > > --- > > libavutil/video_enc_params.h | 20 > > 1 file changed, 20

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Lynne
Jul 8, 2020, 00:08 by s...@jkqxz.net: > On 07/07/2020 23:54, Lynne wrote: > >> Jul 7, 2020, 23:47 by yongle.lin...@gmail.com: >> >>> add block type field to AVVideoBlockParams so we could either export or >>> visualize it later. >>> --- >>> libavutil/video_enc_params.h | 16 >>>

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Lynne
Jul 7, 2020, 23:47 by yongle.lin...@gmail.com: > add block type field to AVVideoBlockParams so we could either export or > visualize it later. > --- > libavutil/video_enc_params.h | 16 > 1 file changed, 16 insertions(+) > > diff --git a/libavutil/video_enc_params.h

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Lynne
Jul 7, 2020, 23:11 by yongle.lin...@gmail.com: > add block type field to AVVideoBlockParams so we could either export or > visualize it later. > --- > libavutil/video_enc_params.h | 16 > 1 file changed, 16 insertions(+) > > diff --git a/libavutil/video_enc_params.h

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Lynne
Jul 7, 2020, 21:25 by yongle.lin...@gmail.com: > add block type field to AVVideoBlockParams so we could either export or > visualize it later. > --- > libavutil/video_enc_params.h | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/libavutil/video_enc_params.h

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Yongle Lin
On Tue, Jul 7, 2020 at 4:08 PM Mark Thompson wrote: > On 07/07/2020 23:54, Lynne wrote: > > Jul 7, 2020, 23:47 by yongle.lin...@gmail.com: > > > >> add block type field to AVVideoBlockParams so we could either export or > visualize it later. > >> --- > >> libavutil/video_enc_params.h | 16

[FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Yongle Lin
add block type field to AVVideoBlockParams so we could either export or visualize it later. --- libavutil/video_enc_params.h | 19 +++ 1 file changed, 19 insertions(+) diff --git a/libavutil/video_enc_params.h b/libavutil/video_enc_params.h index 43fa443154..8bf5f240c9 100644

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Lynne
Jul 7, 2020, 19:22 by yonglel-at-google@ffmpeg.org: > On Tue, Jul 7, 2020 at 12:59 AM Anton Khirnov wrote: > >> Quoting Yongle Lin (2020-07-06 23:08:17) >> > add block type field to AVVideoBlockParams so we could either export or >> visualize it later. >> > --- >> >

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Mark Thompson
On 07/07/2020 23:54, Lynne wrote: Jul 7, 2020, 23:47 by yongle.lin...@gmail.com: add block type field to AVVideoBlockParams so we could either export or visualize it later. --- libavutil/video_enc_params.h | 16 1 file changed, 16 insertions(+) diff --git

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Yongle Lin
On Tue, Jul 7, 2020 at 10:54 PM Lynne wrote: > Jul 7, 2020, 23:47 by yongle.lin...@gmail.com: > > > add block type field to AVVideoBlockParams so we could either export or > visualize it later. > > --- > > libavutil/video_enc_params.h | 16 > > 1 file changed, 16 insertions(+)

[FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Yongle Lin
add block type field to AVVideoBlockParams so we could either export or visualize it later. --- libavutil/video_enc_params.h | 16 1 file changed, 16 insertions(+) diff --git a/libavutil/video_enc_params.h b/libavutil/video_enc_params.h index 43fa443154..52c0058f5b 100644 ---

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Yongle Lin
On Tue, Jul 7, 2020 at 3:33 PM Lynne wrote: > Jul 7, 2020, 23:11 by yongle.lin...@gmail.com: > > > add block type field to AVVideoBlockParams so we could either export or > visualize it later. > > --- > > libavutil/video_enc_params.h | 16 > > 1 file changed, 16 insertions(+) >

[FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Yongle Lin
add block type field to AVVideoBlockParams so we could either export or visualize it later. --- libavutil/video_enc_params.h | 16 1 file changed, 16 insertions(+) diff --git a/libavutil/video_enc_params.h b/libavutil/video_enc_params.h index 43fa443154..c18dba7879 100644 ---

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Yongle Lin
On Tue, Jul 7, 2020 at 2:09 PM Lynne wrote: > Jul 7, 2020, 21:25 by yongle.lin...@gmail.com: > > > add block type field to AVVideoBlockParams so we could either export or > visualize it later. > > --- > > libavutil/video_enc_params.h | 15 +++ > > 1 file changed, 15 insertions(+) >

[FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Yongle Lin
add block type field to AVVideoBlockParams so we could either export or visualize it later. --- libavutil/video_enc_params.h | 15 +++ 1 file changed, 15 insertions(+) diff --git a/libavutil/video_enc_params.h b/libavutil/video_enc_params.h index 43fa443154..bff5354a8d 100644 ---

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Yongle Lin
On Tue, Jul 7, 2020 at 12:59 AM Anton Khirnov wrote: > Quoting Yongle Lin (2020-07-06 23:08:17) > > add block type field to AVVideoBlockParams so we could either export or > visualize it later. > > --- > > libavutil/video_enc_params.h | 20 > > 1 file changed, 20

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Yongle Lin
On Mon, Jul 6, 2020 at 3:08 PM Mark Thompson wrote: > On 06/07/2020 22:08, Yongle Lin wrote: > > add block type field to AVVideoBlockParams so we could either export or > visualize it later. > > --- > > libavutil/video_enc_params.h | 20 > > 1 file changed, 20

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-07 Thread Anton Khirnov
Quoting Yongle Lin (2020-07-06 23:08:17) > add block type field to AVVideoBlockParams so we could either export or > visualize it later. > --- > libavutil/video_enc_params.h | 20 > 1 file changed, 20 insertions(+) We generally require new APIs to be immediately useful. So

Re: [FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-06 Thread Mark Thompson
On 06/07/2020 22:08, Yongle Lin wrote: add block type field to AVVideoBlockParams so we could either export or visualize it later. --- libavutil/video_enc_params.h | 20 1 file changed, 20 insertions(+) diff --git a/libavutil/video_enc_params.h

[FFmpeg-devel] [PATCH] libavutil/video_enc_params: add block type

2020-07-06 Thread Yongle Lin
add block type field to AVVideoBlockParams so we could either export or visualize it later. --- libavutil/video_enc_params.h | 20 1 file changed, 20 insertions(+) diff --git a/libavutil/video_enc_params.h b/libavutil/video_enc_params.h index 43fa443154..55b9fc4031 100644