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

Linjie Fu fulinjie at zju.edu.cn
Sun Apr 5 13:49:38 EEST 2020


> From: "Linjie Fu" <linjie.fu at intel.com>
> Sent Time: 2020-04-03 23:12:20 (Friday)
> To: ffmpeg-devel at ffmpeg.org
> Cc: "Linjie Fu" <linjie.fu at intel.com>
> 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


More information about the ffmpeg-devel mailing list