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 17FDD425DC for ; Wed, 5 Jan 2022 12:03:09 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9485068AA67; Wed, 5 Jan 2022 14:03:06 +0200 (EET) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9502F689997 for ; Wed, 5 Jan 2022 14:03:00 +0200 (EET) Received: from localhost (213-47-68-29.cable.dynamic.surfer.at [213.47.68.29]) (Authenticated sender: michael@niedermayer.cc) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id E1A6BFF80E for ; Wed, 5 Jan 2022 12:02:59 +0000 (UTC) Date: Wed, 5 Jan 2022 13:02:58 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220105120258.GX2829255@pb2> References: <3f498c9a-7284-6bd2-eec2-147ea3136119@gmail.com> MIME-Version: 1.0 In-Reply-To: <3f498c9a-7284-6bd2-eec2-147ea3136119@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH] Adds DVD protocol 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="===============5728910333187459566==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5728910333187459566== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Sw+mmE8PFem4l7C7" Content-Disposition: inline --Sw+mmE8PFem4l7C7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 04, 2022 at 10:37:46PM +0900, Lucien Murray-Pitts wrote: > Copies the Bluray protocol but uses libdvdnav to add simple DVD protocol > support. Since title selection is mandatory, ffprobe cant provide > information for the complete disk but a single title only. Chapter > information for probe will also be missing. >=20 > To see a complete disk catalog the tools/dvd2concat perl script should be > used >=20 > Signed-off-by: Lucien Murray-Pitts > --- > configure | 4 + > libavformat/Makefile | 1 + > libavformat/dvd.c | 268 ++++++++++++++++++++++++++++++++++++++++ > libavformat/protocols.c | 1 + > 4 files changed, 274 insertions(+) > create mode 100644 libavformat/dvd.c >=20 > diff --git a/configure b/configure > index 6ad70b9f7b..46216ea785 100755 > --- a/configure > +++ b/configure > @@ -230,6 +230,7 @@ External library support: > --enable-libdavs2 enable AVS2 decoding via libdavs2 [no] > --enable-libdc1394 enable IIDC-1394 grabbing using libdc1394 > and libraw1394 [no] > + --enable-libdvdnav enable DVD reading using libdvdnav [no] > --enable-libfdk-aac enable AAC de/encoding via libfdk-aac [no] > --enable-libflite enable flite (voice synthesis) support via > libflite [no] > --enable-libfontconfig enable libfontconfig, useful for drawtext fil= ter > [no] error: corrupt patch at line 20 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who are best at talking, realize last or never when they are wrong. --Sw+mmE8PFem4l7C7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYdWI7wAKCRBhHseHBAsP qwkFAJ9nBhpoR4rowSNvGvdh4XL8+mE/oACgiuIWyxVBxJ3OhguEdfFs6Sj1SO4= =sYYG -----END PGP SIGNATURE----- --Sw+mmE8PFem4l7C7-- --===============5728910333187459566== 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". --===============5728910333187459566==--