Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: "softworkz ." <softworkz-at-hotmail.com@ffmpeg.org>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Cc: Kieran Kunhya <kieran618@googlemail.com>,
	"tc@ffmpeg.org" <tc@ffmpeg.org>
Subject: Re: [FFmpeg-devel] Graphprint Patches Overview
Date: Thu, 22 May 2025 09:28:29 +0000
Message-ID: <DM8P223MB0365AA560EEF39938833AFBFBA99A@DM8P223MB0365.NAMP223.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <DM8P223MB03654B0F8D7689C2BC8A04C5BA99A@DM8P223MB0365.NAMP223.PROD.OUTLOOK.COM>



> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of softworkz .
> Sent: Donnerstag, 22. Mai 2025 10:13
> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
> Cc: Kieran Kunhya <kieran618@googlemail.com>; tc@ffmpeg.org
> Subject: Re: [FFmpeg-devel] Graphprint Patches Overview
> 
> 
> 
> > -----Original Message-----
> > From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> On Behalf Of Kieran
> > Kunhya via ffmpeg-devel
> > Sent: Donnerstag, 22. Mai 2025 09:22
> > To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
> > Cc: Kieran Kunhya <kieran618@googlemail.com>; tc@ffmpeg.org
> > Subject: Re: [FFmpeg-devel] Graphprint Patches Overview
> >
> > It's obvious basic testing was not done on this patchset seeing the scale
> > of memory leaks.
> 
> 
> Which scale are you talking about? Did you test it? How much memory growth
> did you observe due to those leaks?
> 
> 
> Did you test and compare with the submitted fixes? Are you still seeing any
> leaks with those applied?
> 
> 
> Which functionality is affected exactly? Under which conditions did you
> observe those leaks.
> 
> 
> Did you identify any regressions in other FFmpeg functionality?
> 
> 
> Which specific parts of the implementation need more work?
> 
> 
> 
> > I would like the TC to decide on reverting and proper resubmission later.
> >
> > Kieran
> 
> Sure, I'm good with that.
> 
> But what you are requesting gives also testimony for that you don't even
> have the slightest clue about that patchset's contents, which somewhat
> disqualifies you for making such request. That's a bit funny, tbh.
> 
> _______________________________________________

The reason why I'm saying that is because if somebody would have looked
a bit at the patchset and the history over those 15 revisions, then they
would have realized that 10 of the patches have been actively reviewed
(*) two are trivial (T) and for the remain 2 patches, I had no other
choice than to assume they have been seen.

That's why I think that it's kind of a joke when someone asks to 
revert the whole patchset. 


*  1:  Formatting and whitespace changes
*  2:  Apply quality improvements
*  3:  Remove unused print_rational() pointer from 
*  4:  Rename name param to key for API consistency
*  5:  Re-use BPrint in loop  
*  6:  Introduce AVTextFormatOptions for avtext_context_open()
*  7:  Introduce common header and deduplicate code
*  8:  Use av_default_item_name
*  9:  Add flags param to function avtext_print_integer()
* 10:  Move some declaration to new header file
T 11:  Add avfilter_link_get_hw_frames_ctx()
  12:  Add resource manager files with build-time compression
T 13:  Make ms_from_ost() inline
  14:  Add execution graph printing

All fixes were targeting 14 only (and the Makefile from 12).
Looking just a tiny bit at the subject would have made this
clear.

In turn, anybody asking to revert "the patchset" is implicitly
admitting that he doesn't have the slightest idea about what
he's talking.

sw

_______________________________________________
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".

  reply	other threads:[~2025-05-22  9:28 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-21  0:45 softworkz .
2025-05-21 10:59 ` Kieran Kunhya via ffmpeg-devel
2025-05-21 20:05   ` softworkz .
2025-05-21 20:11   ` Kyle Swanson
2025-05-21 20:19     ` softworkz .
2025-05-21 20:37       ` softworkz .
2025-05-22  7:21         ` Kieran Kunhya via ffmpeg-devel
2025-05-22  8:13           ` softworkz .
2025-05-22  9:28             ` softworkz . [this message]
2025-05-22  8:50           ` Nicolas George
2025-05-22  8:53             ` softworkz .
2025-05-22  8:56             ` softworkz .
2025-05-31 21:38             ` softworkz .
2025-05-22 11:23           ` Michael Niedermayer
2025-05-22 12:13             ` softworkz .
2025-05-22 12:46               ` Kieran Kunhya via ffmpeg-devel
2025-05-22 14:03                 ` softworkz .
2025-05-22 14:07                   ` Kieran Kunhya via ffmpeg-devel
2025-05-22 14:13                     ` softworkz .
2025-05-22 14:57                       ` softworkz .
2025-05-31 21:38                     ` softworkz .
2025-05-31 21:38                 ` softworkz .
2025-05-22 12:44             ` Kieran Kunhya via ffmpeg-devel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM8P223MB0365AA560EEF39938833AFBFBA99A@DM8P223MB0365.NAMP223.PROD.OUTLOOK.COM \
    --to=softworkz-at-hotmail.com@ffmpeg.org \
    --cc=ffmpeg-devel@ffmpeg.org \
    --cc=kieran618@googlemail.com \
    --cc=tc@ffmpeg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git