From patchwork Sat Apr 11 10:03:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Fu, Linjie" X-Patchwork-Id: 18843 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 0D5F74491E3 for ; Sat, 11 Apr 2020 13:11:23 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D75D868B4B4; Sat, 11 Apr 2020 13:11:22 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C0C5168B09B for ; Sat, 11 Apr 2020 13:11:16 +0300 (EEST) IronPort-SDR: 6RA3g6apYzgIb6hGl8vr/0bmZmO6Gsb80te27hSlbng9I8QN2EL77EXpq1c0BYnU6GUYZVcUUa TggX96ScEnFQ== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Apr 2020 03:11:15 -0700 IronPort-SDR: j1XpL2oC5EXBeXST7ZjQJs83doEWzAQYTqYIpMphigUggfXeHngEhr4/a7K257Mx0ZbKebQuzj n3IM0+lXcXIA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.72,370,1580803200"; d="scan'208";a="331397071" Received: from icl-dev.sh.intel.com ([10.239.158.73]) by orsmga001.jf.intel.com with ESMTP; 11 Apr 2020 03:11:13 -0700 From: Linjie Fu To: ffmpeg-devel@ffmpeg.org Date: Sat, 11 Apr 2020 18:03:30 +0800 Message-Id: <1586599419-21122-1-git-send-email-linjie.fu@intel.com> X-Mailer: git-send-email 2.7.4 Subject: [FFmpeg-devel] [PATCH v3 0/9] patchset for the enhancement of libopenh264 encoder X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Linjie Fu MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Docs will be provided later. Linjie Fu (9): lavc/libopenh264enc: Add default qmin/qmax support lavc/libopenh264enc: add default gop size and bit rate lavc/libopenh264enc: add bit rate control select support lavc/libopenh264enc: prompt slice number changing inside libopenh264 lavc/libopenh264enc: set slice_mode option to deprecated lavc/libopenh264enc: separate svc_encode_init() into several functions lavc/libopenh264enc: add profile high option support lavc/libopenh264enc: allow specifying the profile through AVCodecContext lavc/libopenh264enc: Add coder option to replace cabac libavcodec/libopenh264enc.c | 376 +++++++++++++++++++++++++++++++------------- 1 file changed, 263 insertions(+), 113 deletions(-)