From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id EB46447A06 for ; Wed, 21 May 2025 11:00:14 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 4B3C868C246; Wed, 21 May 2025 14:00:10 +0300 (EEST) Received: from mail-yw1-f179.google.com (mail-yw1-f179.google.com [209.85.128.179]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 25E0E68CFAD for ; Wed, 21 May 2025 14:00:03 +0300 (EEST) Received: by mail-yw1-f179.google.com with SMTP id 00721157ae682-70dfa1aef36so2026667b3.0 for ; Wed, 21 May 2025 04:00:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1747825201; x=1748430001; 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=O42amZeT9xBO8ABYc29TbNS4ljf1ncm1CJ/KM6n+xzU=; b=qtOnHnMPm5klXei6gYQQ8nBP+yAptu0H9eXjrsWy5BJE61VieNdTz7gGwLSSIXp3RQ yyS5kU7WQBb04FWEnJWnVY2LZ1Ppo7AmCsXVlMNyLxRlOvUR7rOpmkov9IiY3G3cEUGd wvQHU86ndnZuB/iXM8s02rnhfGHG8B/AHK/Go4ke2pjJ5G+dTllFmBZ0OpLifGC/9wUG G5+FUtWsruVFoYTtzyT5T4gjQgpdHWxLw0SzxS4nF3BUwnsCB4NE8lfIoDemMxgcYHGy L4jXEqU4+KS0F6++Vgej1FpZnMSFSh82FRQc35l2H+VQz1VzrhHg5VAmqiUbfiXIwHsf n1/A== X-Gm-Message-State: AOJu0Yx5jSKBpmbx+mjWhMcxKYJ9/H5NA3bZQ5rjG+bdedyJGTVnEYLV oXxf0fAtb+uW22VVHq8c2SHNHeVpGSU2CnXvpMg6oDoUjnIl4U8M1dv06e7ErJ1B+yOokWUMIas 14SmySqj0g+qirk4Y+xVPjKueQYyq8u2O7g== X-Gm-Gg: ASbGnctDQyg42u08PI9b42X12OGdCNaIww8ZWrp8JlTIFxPDcY0IMDpJvfhO6YlDz2M UWyAwyBvDAJ0ZdlESVFIw/7iq/ZcU6rwfuCMoY0nw3qxOmqnP+ODbek+qjlk/8X3WRBlxiaSDXu 4ut7pc/u5POo8ojq3iOVC5ysasTfE9amEq X-Google-Smtp-Source: AGHT+IH4HeOkYMU024Nltz68FqhzQZJyt4RgTx43uKy5mNmaCZRQ9k8WjgCTkbfoelHj3DQoVs1Qx9F2Qv2+F9dEWcs= X-Received: by 2002:a05:690c:7341:b0:70d:ed5d:b4de with SMTP id 00721157ae682-70ded5db78emr58990807b3.19.1747825201320; Wed, 21 May 2025 04:00:01 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 21 May 2025 11:59:49 +0100 X-Gm-Features: AX0GCFucYUfCbB6FhQ-yjlRvor6z0CaWRjnRpXbvraCW-E5x01-HmWFqH8fs_ZU Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] Graphprint Patches Overview 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: , From: Kieran Kunhya via ffmpeg-devel Reply-To: FFmpeg development discussions and patches Cc: Kieran Kunhya 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: On Wed, 21 May 2025, 01:45 softworkz ., wrote: > Hello, > > thanks again to all for the patches. I figured it might be a bit difficult > to > keep track of what has already been submitted and fixed and is still > pending, and I'm sorry that there has been some duplicate effort to fix the > same things - so here's an overview. The ones with X are the ones I would > like to apply eventually: > > > Timo Rothenpieler > https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=14528 > (I would favor "ffbuild/commonmak" over for 1/3) > > [1/3] fftools/resources: fix preservation of intermediary resman build > artifacts > X [2/3] ffbuild: correctly silence and tag new css/html steps > X [3/3] fftools/resources: add missing extensions to .gitignore > > > > Mark Thompson (already merged) > https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=14537 > > X [1/3] ffmpeg: Don't print graphs if there are no graphs to print > X [2/3] fftools/graphprint: Fix leak of graphprint object > X [3/3] fftools/graphprint: Fix leak of graph section header string > > > softworkz > https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=14563 > > X [1/5] fftools/makefile: Remove resources from ffprobe > X [2/5] fftools/resources: Use .SECONDARY in Makefile comment > X [3/5] fftools/ffmpeg: Free print_graph option variables > X [4/5] fftools/graphprint: Fix memory leaks > X [5/5] fftools/tf_mermaid: Add missing uninit and fix leaks > > https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=14570 > X [v3] ffbuild/commonmak: Fix rebuild check with implicit rule chains > > > Derek Buitenhuis > https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=14569 > (1/3 and 2/3 correspond to 2/3 from Timo, and 3/3 doesn't fix > the rebuild check like "commonmak" above does) > > [1/3] ffbuild/common: Remove what appears to be a temporary debugging > comment > [2/3] ffbuild/common: Properly tag/suppress sed command > [3/3] fftools/resoirces: Mark .css.min and .css.min.gz as NOTINTERMEDIATE > > > Thanks again, > sw > Can we just revert the whole set until it's cleaned up properly? There are more patches to fix issues than the set itself. This is understandable if it's a bit architectural change like threading but it's not. Kieran > _______________________________________________ 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".