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 5FD5946E18 for ; Mon, 12 Feb 2024 15:59:31 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 91B5B68D157; Mon, 12 Feb 2024 17:59:28 +0200 (EET) Received: from mail-pl1-f173.google.com (mail-pl1-f173.google.com [209.85.214.173]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7A3F268BD37 for ; Mon, 12 Feb 2024 17:59:22 +0200 (EET) Received: by mail-pl1-f173.google.com with SMTP id d9443c01a7336-1d3ae9d1109so3928715ad.0 for ; Mon, 12 Feb 2024 07:59:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707753560; x=1708358360; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=wxCRUbt05yK5bEl0XwszOMRxOxp1HwcPKR95kJDJQAI=; b=u/2MOnUwGjgmoBPFnzC7WtNgrF9ZebCBYAdQabMhS8wQ167R00zMyMKrFs3hhKzyny JngHjAxPIrpleyVZ9O09VPF4RDxDIAjgQj7/0klQ79FmqVZ7u+KYxRknIG2IAixfyc0c sCgJEEi1u6yRn3xUUcSS2cqPdUX69kacArHD1oD2ZHsKK0kaEbhYjZz65sqWYhxcOfiy UFKa7XJxmsq0w1qStlH0I++1MqMPKvVIZnMkdy2c8TIhdj8JmgXPvd7diUvcjHHO7ap8 YFdcaqRS4r+/JQ93Qg5t/LIXyG4Lw75YEe64hf4iTfeH4yJSDIrtYYI7FepMOpo7/K2Z TZqg== X-Gm-Message-State: AOJu0YxL7bPdIWtKceSbdcoizDOZ3V1UP9qoPBO9ipGubRpcqJTgka8O Hcv8kILNinbbliHeDsN6lgW4ZxIfh/zf7iYlN1QiZUgDo/Q8ctJgRANGENVE8kt6w9vvX/mQVnS vbkorIsfjIpuGX+giSO2qNcd2K6RBQjhuChaZ4NueiGoltYYE X-Google-Smtp-Source: AGHT+IEDMtXcfsmseKVQGgfoF9dUP3Q+YpYF91zke+84KJ3u+HGuw1ZgeMN67lDSHKE+pjUk3JaHbJWqwfeC/nnadvI= X-Received: by 2002:a17:90a:12c5:b0:296:e236:f69e with SMTP id b5-20020a17090a12c500b00296e236f69emr5244864pjg.4.1707753560030; Mon, 12 Feb 2024 07:59:20 -0800 (PST) MIME-Version: 1.0 References: <20240211180917.1675603-1-marth64@proxyid.net> In-Reply-To: From: Marth64 Date: Mon, 12 Feb 2024 09:59:09 -0600 Message-ID: To: FFmpeg development discussions and patches , Marth64 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v13 1/2] libavformat: add DVD-Video demuxer, powered by libdvdnav and libdvdread 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: 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: Thank you Stefano for your patience and reviews. I am working on refinements that can go in after initial patch. Cheers On Mon, Feb 12, 2024 at 09:47 Stefano Sabatini wrote: > On date Sunday 2024-02-11 12:09:16 -0600, Marth64 wrote: > > No critical changes since v12. > > - Removes unused context variable > > - Removes unnecessary if statement > > - Whitespace cleanup > > - Rebase with master > > > > Signed-off-by: Marth64 > > --- > > Changelog | 2 + > > configure | 8 + > > doc/demuxers.texi | 130 ++++ > > libavformat/Makefile | 1 + > > libavformat/allformats.c | 1 + > > libavformat/dvdvideodec.c | 1418 +++++++++++++++++++++++++++++++++++++ > > 6 files changed, 1560 insertions(+) > > create mode 100644 libavformat/dvdvideodec.c > > > > diff --git a/Changelog b/Changelog > > index c5fb21d198..88653bc6d3 100644 > > --- a/Changelog > > +++ b/Changelog > > @@ -24,6 +24,8 @@ version : > > - ffmpeg CLI options may now be used as -/opt , which is > equivalent > > to -opt > > > - showinfo bitstream filter > > +- DVD-Video demuxer, powered by libdvdnav and libdvdread > > + > > No more comments from me, I think this is already good enough and can > go in. Further tweaks/cleanups/fixes can be applied on top. > > Thanks Marth64 for the cool contribution!! > > PS I won't be available in the next week or so, so I won't be able to > push this, or I'll push when I'll be back if this was not done already > and there are no further comments. > _______________________________________________ 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".