Re: [FFmpeg-devel] [PATCH 00/10] Patch set for the enhancement of libopenh264 encoder

2020-04-10 Thread Fu, Linjie
> From: ffmpeg-devel  On Behalf Of Fu,
> Linjie
> Sent: Wednesday, April 8, 2020 17:48
> To: ffmpeg-devel@ffmpeg.org
> Subject: Re: [FFmpeg-devel] [PATCH 00/10] Patch set for the enhancement
> of libopenh264 encoder
> 
> > From: Fu, Linjie 
> > Sent: Monday, April 6, 2020 19:15
> > To: ffmpeg-devel@ffmpeg.org
> > Cc: Fu, Linjie 
> > Subject: [PATCH 00/10] Patch set for the enhancement of libopenh264
> > encoder
> >
> > Docs will be provided later.
> >
> > Linjie Fu (10):
> >   lavc/libopenh264enc: Add default qmin/qmax support
> > [v2] fix the av_clip logic for iMinQp.
> >   lavc/libopenh264enc: fix the if-else coding style
> >   lavc/libopenh264enc: add default gop size and bit rate
> >   lavc/libopenh264enc: add bit rate control select support
> >   lavc/libopenh264enc: prompt slice number changing according to cpus
> >   lavc/libopenh264enc: set slice_mode option to deprecated
> >   lavc/libopenh264enc: separate svc_encode_init() into several functions
> > [v2] remove forward declarations.
> > New:
> >   lavc/libopenh264enc: add profile high option support
> >   lavc/libopenh264enc: allow specifying the profile through
> > AVCodecContext
> >   lavc/libopenh264enc: replace cabac option with coder
> >
> >  libavcodec/libopenh264enc.c | 361
> ++--
> > 
> >  1 file changed, 246 insertions(+), 115 deletions(-)
> 
> Ping for this set.
> The modifications are straight-forward, thx.
> 
Ping, there are some other patches internally waiting to be
sent out with some issues fixed inside libopenh264 core library, like:

lavc/libopenh264enc: add multi reference encoding support
https://github.com/intel-media-ci/ffmpeg/pull/188/commits/3243f8bd6ffb1ff8fe7fabd7e6bb3a01a11c

Please help to review, appreciate for any comments.

Regards,
Linjie
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 00/10] Patch set for the enhancement of libopenh264 encoder

2020-04-08 Thread Fu, Linjie
> From: Fu, Linjie 
> Sent: Monday, April 6, 2020 19:15
> To: ffmpeg-devel@ffmpeg.org
> Cc: Fu, Linjie 
> Subject: [PATCH 00/10] Patch set for the enhancement of libopenh264
> encoder
> 
> Docs will be provided later.
> 
> Linjie Fu (10):
>   lavc/libopenh264enc: Add default qmin/qmax support
> [v2] fix the av_clip logic for iMinQp.
>   lavc/libopenh264enc: fix the if-else coding style
>   lavc/libopenh264enc: add default gop size and bit rate
>   lavc/libopenh264enc: add bit rate control select support
>   lavc/libopenh264enc: prompt slice number changing according to cpus
>   lavc/libopenh264enc: set slice_mode option to deprecated
>   lavc/libopenh264enc: separate svc_encode_init() into several functions
> [v2] remove forward declarations.
> New:
>   lavc/libopenh264enc: add profile high option support
>   lavc/libopenh264enc: allow specifying the profile through
> AVCodecContext
>   lavc/libopenh264enc: replace cabac option with coder
> 
>  libavcodec/libopenh264enc.c | 361 ++--
> 
>  1 file changed, 246 insertions(+), 115 deletions(-)

Ping for this set. 
The modifications are straight-forward, thx.

- Linjie


___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 00/10] Patch set for the enhancement of libopenh264 encoder

2020-04-06 Thread Fu, Linjie
> From: ffmpeg-devel  On Behalf Of
> Anton Khirnov
> Sent: Monday, April 6, 2020 17:00
> To: FFmpeg development discussions and patches  de...@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH 00/10] Patch set for the enhancement
> of libopenh264 encoder
> 
> Quoting Linjie Fu (2020-04-05 12:49:38)
> > > From: "Linjie Fu" 
> > > Sent Time: 2020-04-03 23:12:20 (Friday)
> > > To: ffmpeg-devel@ffmpeg.org
> > > Cc: "Linjie Fu" 
> > > Subject: [FFmpeg-devel] [PATCH 00/10] Patch set for the enhancement
> of libopenh264 encoder
> > >
> > > Docs will be provided later.
> > >
> > > Linjie Fu (10):
> > >   lavc/libopenh264enc: Add default qmin/qmax support
> > > [v2] fix the av_clip logic for iMinQp.
> > >   lavc/libopenh264enc: fix the if-else coding style
> > >   lavc/libopenh264enc: add default gop size and bit rate
> > >   lavc/libopenh264enc: add bit rate control select support
> > >   lavc/libopenh264enc: prompt slice number changing according to cpus
> > >   lavc/libopenh264enc: set slice_mode option to deprecated
> > >   lavc/libopenh264enc: separate svc_encode_init() into several functions
> > > [v2] remove forward declarations.
> > > New:
> > >   lavc/libopenh264enc: add profile high option support
> > >   lavc/libopenh264enc: allow specifying the profile through
> AVCodecContext
> > >   lavc/libopenh264enc: replace cabac option with coder
> > >
> > >  libavcodec/libopenh264enc.c | 361
> ++--
> > >  1 file changed, 246 insertions(+), 115 deletions(-)
> > >
> > Ping for this patch set.
> 
> Would you please send your patchsets as single threads (git send-email
> does that by default unless you use --no-thread). That makes it
> significantly easier to find patches that go together.
> 
Updated, thanks.

- Linjie
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH 00/10] Patch set for the enhancement of libopenh264 encoder

2020-04-06 Thread Linjie Fu
Docs will be provided later.

Linjie Fu (10):
  lavc/libopenh264enc: Add default qmin/qmax support
[v2] fix the av_clip logic for iMinQp.
  lavc/libopenh264enc: fix the if-else coding style
  lavc/libopenh264enc: add default gop size and bit rate
  lavc/libopenh264enc: add bit rate control select support
  lavc/libopenh264enc: prompt slice number changing according to cpus
  lavc/libopenh264enc: set slice_mode option to deprecated
  lavc/libopenh264enc: separate svc_encode_init() into several functions
[v2] remove forward declarations.
New:
  lavc/libopenh264enc: add profile high option support
  lavc/libopenh264enc: allow specifying the profile through
AVCodecContext
  lavc/libopenh264enc: replace cabac option with coder

 libavcodec/libopenh264enc.c | 361 ++--
 1 file changed, 246 insertions(+), 115 deletions(-)

-- 
2.7.4

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 00/10] Patch set for the enhancement of libopenh264 encoder

2020-04-06 Thread Anton Khirnov
Quoting Linjie Fu (2020-04-05 12:49:38)
> > From: "Linjie Fu" 
> > Sent Time: 2020-04-03 23:12:20 (Friday)
> > To: ffmpeg-devel@ffmpeg.org
> > Cc: "Linjie Fu" 
> > Subject: [FFmpeg-devel] [PATCH 00/10] Patch set for the enhancement of 
> > libopenh264 encoder
> > 
> > Docs will be provided later.
> > 
> > Linjie Fu (10):
> >   lavc/libopenh264enc: Add default qmin/qmax support
> > [v2] fix the av_clip logic for iMinQp.
> >   lavc/libopenh264enc: fix the if-else coding style
> >   lavc/libopenh264enc: add default gop size and bit rate
> >   lavc/libopenh264enc: add bit rate control select support
> >   lavc/libopenh264enc: prompt slice number changing according to cpus
> >   lavc/libopenh264enc: set slice_mode option to deprecated
> >   lavc/libopenh264enc: separate svc_encode_init() into several functions
> > [v2] remove forward declarations.
> > New:
> >   lavc/libopenh264enc: add profile high option support
> >   lavc/libopenh264enc: allow specifying the profile through AVCodecContext
> >   lavc/libopenh264enc: replace cabac option with coder
> > 
> >  libavcodec/libopenh264enc.c | 361 
> > ++--
> >  1 file changed, 246 insertions(+), 115 deletions(-)
> > 
> Ping for this patch set.

Would you please send your patchsets as single threads (git send-email
does that by default unless you use --no-thread). That makes it
significantly easier to find patches that go together.

-- 
Anton Khirnov
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 00/10] Patch set for the enhancement of libopenh264 encoder

2020-04-05 Thread Linjie Fu
> From: "Linjie Fu" 
> Sent Time: 2020-04-03 23:12:20 (Friday)
> To: ffmpeg-devel@ffmpeg.org
> Cc: "Linjie Fu" 
> Subject: [FFmpeg-devel] [PATCH 00/10] Patch set for the enhancement of 
> libopenh264 encoder
> 
> Docs will be provided later.
> 
> Linjie Fu (10):
>   lavc/libopenh264enc: Add default qmin/qmax support
> [v2] fix the av_clip logic for iMinQp.
>   lavc/libopenh264enc: fix the if-else coding style
>   lavc/libopenh264enc: add default gop size and bit rate
>   lavc/libopenh264enc: add bit rate control select support
>   lavc/libopenh264enc: prompt slice number changing according to cpus
>   lavc/libopenh264enc: set slice_mode option to deprecated
>   lavc/libopenh264enc: separate svc_encode_init() into several functions
> [v2] remove forward declarations.
> New:
>   lavc/libopenh264enc: add profile high option support
>   lavc/libopenh264enc: allow specifying the profile through AVCodecContext
>   lavc/libopenh264enc: replace cabac option with coder
> 
>  libavcodec/libopenh264enc.c | 361 
> ++--
>  1 file changed, 246 insertions(+), 115 deletions(-)
> 
Ping for this patch set.

- Linjie
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH 00/10] Patch set for the enhancement of libopenh264 encoder

2020-04-03 Thread Linjie Fu
Docs will be provided later.

Linjie Fu (10):
  lavc/libopenh264enc: Add default qmin/qmax support
[v2] fix the av_clip logic for iMinQp.
  lavc/libopenh264enc: fix the if-else coding style
  lavc/libopenh264enc: add default gop size and bit rate
  lavc/libopenh264enc: add bit rate control select support
  lavc/libopenh264enc: prompt slice number changing according to cpus
  lavc/libopenh264enc: set slice_mode option to deprecated
  lavc/libopenh264enc: separate svc_encode_init() into several functions
[v2] remove forward declarations.
New:
  lavc/libopenh264enc: add profile high option support
  lavc/libopenh264enc: allow specifying the profile through AVCodecContext
  lavc/libopenh264enc: replace cabac option with coder

 libavcodec/libopenh264enc.c | 361 ++--
 1 file changed, 246 insertions(+), 115 deletions(-)

-- 
2.7.4

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".