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 8FBA340929 for ; Sun, 16 Oct 2022 10:05:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4ED8568BC3B; Sun, 16 Oct 2022 13:05:23 +0300 (EEST) Received: from mx.sdf.org (unknown [205.166.94.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AE27B68BB5A for ; Sun, 16 Oct 2022 13:05:16 +0300 (EEST) Received: from 67b7488e222ec48c0df7f04fd292871a ([1.145.219.0]) (authenticated (0 bits)) by mx.sdf.org (8.15.2/8.14.5) with ESMTPSA id 29GA57I4001469 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Sun, 16 Oct 2022 10:05:11 GMT Date: Sun, 16 Oct 2022 21:05:03 +1100 From: Peter Ross To: FFmpeg development discussions and patches Message-ID: Mail-Followup-To: FFmpeg development discussions and patches References: <05c9fcdb0e0e44f8ee1805e5354accb2b7ef7f9e.1665275680.git.pross@xvid.org> MIME-Version: 1.0 In-Reply-To: <05c9fcdb0e0e44f8ee1805e5354accb2b7ef7f9e.1665275680.git.pross@xvid.org> Subject: Re: [FFmpeg-devel] [PATCHv2] avcodec: ViewQuest VQC decoder 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="===============2886012113685260301==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2886012113685260301== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4f6BEPxvFJyg8CKr" Content-Disposition: inline --4f6BEPxvFJyg8CKr Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 09, 2022 at 11:36:09AM +1100, Peter Ross wrote: > Reviewed-by: Andreas Rheinhardt > Reviewed-by: Tomas H=E4rdin > --- >=20 > Thanks for reviews. All suggestions implemented. >=20 > Changelog | 1 + > doc/general_contents.texi | 1 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/codec_desc.c | 7 + > libavcodec/codec_id.h | 1 + > libavcodec/vqcdec.c | 430 ++++++++++++++++++++++++++++++++++++++ > libavformat/riff.c | 2 + > 8 files changed, 444 insertions(+) > create mode 100644 libavcodec/vqcdec.c i will push in couple of days if no one objects. -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --4f6BEPxvFJyg8CKr Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCY0vXSwAKCRBnYHnFrEDd a+faAKCwQE7juivXa/TQ+Orm16A+N/EBrwCfZlinOctzC150DtWNhaN5omLUL8o= =DPOv -----END PGP SIGNATURE----- --4f6BEPxvFJyg8CKr-- --===============2886012113685260301== 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". --===============2886012113685260301==--