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 856AA44830 for ; Thu, 27 Oct 2022 17:54:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7E6A768BC38; Thu, 27 Oct 2022 20:53:58 +0300 (EEST) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1B44268B908 for ; Thu, 27 Oct 2022 20:53:52 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 125E840002 for ; Thu, 27 Oct 2022 17:53:50 +0000 (UTC) Date: Thu, 27 Oct 2022 19:53:49 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20221027175349.GI4048598@pb2> References: <300c14faaa3e95ec6f2785a0099d815264ecc9a7.1666689226.git.ffmpegagent@gmail.com> MIME-Version: 1.0 In-Reply-To: <300c14faaa3e95ec6f2785a0099d815264ecc9a7.1666689226.git.ffmpegagent@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH v9 23/25] avcodec/subtitles: Migrate subtitle encoders to frame-based API 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 Content-Type: multipart/mixed; boundary="===============1175881865082314697==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1175881865082314697== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="l0l+eSofNeLXHSnY" Content-Disposition: inline --l0l+eSofNeLXHSnY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 25, 2022 at 09:13:44AM +0000, softworkz wrote: > From: softworkz >=20 > and provide a compatibility shim for the legacy api >=20 > Signed-off-by: softworkz > --- > libavcodec/assenc.c | 189 ++++++++++++++++++++++++++++++------ > libavcodec/avcodec.h | 5 +- > libavcodec/codec_internal.h | 12 --- > libavcodec/dvbsubenc.c | 96 ++++++++++-------- > libavcodec/dvdsubenc.c | 103 ++++++++++++-------- > libavcodec/encode.c | 61 +++++++++++- > libavcodec/movtextenc.c | 114 ++++++++++++++++------ > libavcodec/srtenc.c | 108 ++++++++++++++------- > libavcodec/tests/avcodec.c | 5 +- > libavcodec/ttmlenc.c | 101 ++++++++++++++----- > libavcodec/utils.c | 1 - > libavcodec/webvttenc.c | 86 +++++++++++----- > libavcodec/xsubenc.c | 88 ++++++++++------- > 13 files changed, 689 insertions(+), 280 deletions(-) Causes this testcase to fail: =2E/ffmpeg -i 'bgc.sub.dub.ogm' -vframes 3 -bitexact -y nosubs.webm https://samples.ffmpeg.org/ogg/ I did not investgate why or if this a bug or expected. Just reporting a dif= ference ive seen thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB No human being will ever know the Truth, for even if they happen to say it by chance, they would not even known they had done so. -- Xenophanes --l0l+eSofNeLXHSnY Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCY1rFogAKCRBhHseHBAsP q0GUAJ4ruktwZAPMK9T2QMRBO1ikUnVDZQCffgDCPU3M8x+JM5bkMUhFzyzBjRU= =Sw6W -----END PGP SIGNATURE----- --l0l+eSofNeLXHSnY-- --===============1175881865082314697== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============1175881865082314697==--