From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 43A31436C2 for ; Tue, 17 Oct 2023 11:22:28 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 01CE1680A6D; Tue, 17 Oct 2023 14:22:24 +0300 (EEST) Received: from dmta1019.nifty.com (mta-snd01003.nifty.com [106.153.227.35]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B3F64680A6D for ; Tue, 17 Oct 2023 14:22:14 +0300 (EEST) Received: from osamu-pc.kimura.local by dmta1019.nifty.com with ESMTP id <20231017112210567.DKBV.96055.osamu-pc.kimura.local@nifty.com>; Tue, 17 Oct 2023 20:22:10 +0900 From: TADANO Tokumei To: ffmpeg-devel@ffmpeg.org Date: Tue, 17 Oct 2023 20:21:56 +0900 Message-Id: <20231017112159.199755-1-aimingoff@pc.nifty.jp> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230923020023.9288-1-aimingoff@pc.nifty.jp> References: <20230923020023.9288-1-aimingoff@pc.nifty.jp> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v3 0/3] lavc/libaribcaption.c: add MSZ characters related options X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 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: TADANO Tokumei Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: This patch add MSZ (Middle Size; half width) characters related options and some fixes. As Jan suggested to PATCH v2, I split it into 3 patches, drop `#if`s, and bump required libaribcaption version to 1.1.1 (author preferred version). TADANO Tokumei (3): lavc/libaribcaption.c: FIX: change all `boot` option var to `int` lavc/libaribcaption.c: add MSZ characters related options lavc/libaribcaption.c: rename `-replace_fullwidth_ascii` option configure | 2 +- doc/decoders.texi | 28 ++++++++++++++++++++++------ libavcodec/libaribcaption.c | 28 +++++++++++++++++++--------- 3 files changed, 42 insertions(+), 16 deletions(-) -- 2.39.2 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".